html, body{
	padding-top:30px;
	padding-bottom:20px;
	height: 100%;

}

.navbar-brand {
	padding: 0px;
}

.navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
}

/*
.example6 .navbar-brand{
	background: url('') left / contain no-repeat;
	width: 130px; 
}*/

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
  	background-color: silver;
	font-size: 10px;
}



.Absolute-Center-form {
	margin: auto;
/*	position: fixed; */
	top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center-form.is-Responsive {
	width: 50%;
	height: 50%;
	min-width: 250px;
	max-width: 400px;
/*	padding-top:10px; */
}



.Absolute-Center {
	margin: auto;
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
	width: 50%;
	height: 33%;
	min-width: 250px;
	max-width: 400px;
/*	padding-top:10px; */
}

#login-dp{
	min-width: 500px;
	padding: 14px 14px 0;
	overflow:hidden;
	background-color:rgba(255,255,255,.8);
}

#login-dp .help-block{
	font-size:12px;
}

#login-dp .bottom{
	background-color:rgba(255,255,255,.8);
	border-top:1px solid #ddd;
	clear:both;
	padding:14px;
}

#login-dp .form-group {
	margin-bottom: 10px;
}

.btn{
	font-weight: bold;
}

.btn-fb{
	color: #fff;
	background-color:#3b5998;
}

.btn-fb:hover{
	color: #fff;
	background-color:#496ebc;
}



.btn-fb1
{
        color: #fff;
        background-color:#ff3300;
}

.btn-fb1:hover{
        color: #fff;
        background-color:#ff5400;
}



.btn-gray{
	color: #000;
	background-color:LightGray;
}

.btn-tw{
	color: #fff;
	background-color:#eaeded;
}

.btn-cat1{
	color: #000000;
	background-color:#a7c5fb;
}

.btn-cat2{
	color: #ffffff;
	background-color:#9d9b9b;
	text-transform: uppercase;
}

.btn-tw:hover{
	color: #fff;
	background-color:#59b5fa;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	min-width:300px;
}

.incenter{
	width:250px;
    	height:100px;
    	position:absolute;
    	left:50%;
    	top:45%;
	margin-left: -100px;
}

.table-condensed{
  	font-size: 11px;
}

