.big_logo{
	width: 150px;
}
.login_body{
	text-align: center;
}
.login_body #container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login_body form{
	width: 450px;
	margin: 0 auto;
}
.login_body form table{
	margin: 0 auto;
	width: 100%;		
}
.login_body form h3{
	color:rgb(0,88,128);
}
.login_body form table td input{
	float: right;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
hr{
	color:rgb(0,88,128);
}
.footer td{
	width: 33.333%;
}
.btn-default, input[type="submit"]{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    color: #fff;
    background-color: rgb(0,88,128);
    border-color: #357ebd;
}
html, body, #container {
 	height: 99%;
 	font-size: 12px;
}
body > #container {
	height: auto; 
	min-height: 100%;
}
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 35px;
 margin-top: -35px;
}
#content {
	padding-bottom: 35px; 
}
#header a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#header a:hover {
    color: #00A4E6;
    font-weight: bold;
    text-decoration: none;
}
#header {
    background-color: rgb(0,88,128);
}
#header td {
    color:#fff;
}
.listhead, .listhead a{
	color:#fff;
	font-weight: normal !important;
}
td {
	font-size: 12px !important;
}
.rounded-tab li.selected span {
	color: #fff !important;
}
.rounded-tab li{
	color: #000 !important;
	background-color: #fff !important;
}
input, select, textarea{
/*    float: right;*/
/*    display: block;
    width: 100%;
    height: 34px;*/
    padding: 6px 12px;
    margin: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.notselected a {
background: none !important;
}
.rounded-tab a span{
    background: none !important;
    padding: 0 !important;
}

.rounded-tab ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.rounded-tab>ul>li {
    position: relative;
    display: block
}

.rounded-tab>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.rounded-tab>ul>li>a:hover,
.rounded-tab>ul>li>a:focus {
    text-decoration: none;
    background-color: rgb(0,88,128)!important;
    color: #fff;
}

.rounded-tab>ul>li.disabled>a {
    color: #999
}

.rounded-tab>ul>li.disabled>a:hover,
.rounded-tab>ul>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.rounded-tab .selected>a,
.rounded-tab .selected>a:hover,
.rounded-tab .selected>a:focus {
    background-color: rgb(0,88,128)!important;
    border-color: #428bca
}

.rounded-tab .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.rounded-tab>li>a>img {
    max-width: none
}

.rounded-tab {
    border-bottom: 1px solid #ddd
}

.rounded-tab>ul>li {
    float: left;
    margin: 5px 0px
}

.rounded-tab>ul>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.rounded-tab>ul>li>a:hover {
    border-color: #eee #eee #ddd
}

.rounded-tab>ul>li.selected>a,
.rounded-tab>ul>li.selected>a:hover,
.rounded-tab>ul>li.selected>a:focus {
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    padding-bottom:10px;
    background-color: rgb(0,88,128)!important;
    background: none;
}
.rounded-tab li.selected{
    height: auto !important;
}
#filterSettings{
    height: auto !important;
}
#filterSettings table, #filterSettings table td {
   border: 1px solid rgb(204, 204, 204);
}
.exportListHead{
    color:#fff;
}
.text-center {
    text-align: center;
}
.listheadselected, .listheadselected a{
    color:#fff !important;
    font-weight: normal !important;
}
