@media screen and (min-width: 768px) {
.jumbotron .h1, .jumbotron h1 {
    font-size: 42px;
}
}

@media screen and (min-width: 768px) {
.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}
}


.jumbotron img {
	max-height: 120px;
}
.jumbotron {
    background-color: #0d8fcc;
    color: white;
}

.container-center {
	text-align: center;
}

.actionarea {
	background: yellow;
}

.table {
	margin-top: 10px;
}

.table-lists th {
	text-align: center;
	background-color: #a0c13b;
	border: 1px solid black !important;
	height: 60px;
}

.table-lists td {
	border: 1px solid black;
	text-align: center;
}

@media screen and (max-width: 1024px) {
.table .table-lists th  {
	height: 100px;
}
}

@media screen and (max-width: 768px) {
.form-control  {
	margin-bottom: 10px;
}
}

.form-control  {
	border: 1px solid black;
	margin-left: 7px;
	margin-right: 7px;
}

.errormessage {
	margin-top: 10px;
	color: red;
	font-weight: bold;
}

.form-inline {
	padding-top: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #0d8fcc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    background-color: #0d8fcc;
    border: 1px solid #0d8fcc;

}

 .nav-tabs>li>a:hover {
    color: white;
    background-color: rgba(13, 143, 204, 0.5);
    border: 1px solid #0d8fcc;

}

