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('https://gcv.ipru.co/mpl/images/logo.jpg') 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 {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

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

#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-grey{
	color: #fff;
	background-color:#616263;
}

.btn-silver{
	color: #000;
	background-color:silver;
}
.btn-silver:hover{
	color: #fff;
	background-color:#616263;
}

.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;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.jumbotron {
	background: no-repeat center center;
        background-size: cover;
        background-color:#000000;
        color: inherit;
        height:420px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px !important;
}

.jumbotron .container {
  	max-width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 0px;
        text-align: center;
}

.jumbotron {
	padding-top: 0px;
        padding-bottom: 0px;
}

.container .jumbotron,
.container-fluid
.jumbotron {
       	padding-right: 0px;
        padding-left: 0px;
        border-radius:0px !important;
}

.jumbotron h1,
.jumbotron .h1 {
  	font-size: 80px;
}

@media only screen and (min-width:768px){
	.jumbotron {
        	height:500px;
                background-size: 500px;
	}

	.navmenu
	{
		color: #000000;
	}

	.navsubmenulive
	{
		color: #00FF7F !important;
		font-weight: bold !important;
    		background-color: #000000 !important;
	}

	.dropdown-menu>li>a:hover {
    		background-color: darkgray !important;
		font-weight: bold !important;
	}
}

@media only screen and (max-width: 767px) {
	.navsubmenu
	{
		color: #ffffff !important;
	}

	.navsubmenulive
	{
		color: #00FF7F !important;
		font-weight: bold !important;
	}
}

