html, body {
    height: 100%;
}
.ltp-sidenav {
    margin: 30px 0 0;
}
.ltp-sidenav.affix {
    top: 40px;
}
.ltp-footer {
    background: #0061c2;
    color: #ffffff;
    margin-top: 70px;
    padding-top: 30px; 
    text-align: center;
}
.ltp-footer a, .ltp-footer a.hover, .ltp-footer a.focus {
    color: #ffffff;
}
.ltp-doc-header {
    background: #0061c2;
    padding-top: 40px;
    color: #ffffff;
}

.ltp-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.ltp-footer, .push {
    height: 200px; /* .push must be the same height as .footer */
}

.pagination-num{
    color: #468847;
}
.search-board{
    margin-top: 5px;
    position: relative;
    z-index: 1000;
    min-height: 55px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e7e7e7;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.search-header {
    float: left;
}
.search-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}
.search-brand:hover{
    text-decoration: none;
}
.search-form{
    float: left;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-left: 15px;
}
.date-bounds{
    float: left;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-left: 15px;   
}
.search-button{
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 20px;
}
.search-button > a{
    text-decoration: none;
}
.search-button-a{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.search-button-a:focus,.search-button-a:hover{
    color:#fff;
    background-color:#3276b1;
    border-color:#285e8e
}
.form-control2 {
    height: 15px !important;
    width:30px;
    padding: 2px 10px;
    margin-bottom: 2px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.icon-fix{
    display: inherit !important;
    cursor: auto !important;
    margin-left: 3px;
}
.btn-fix:active, .btn-fix.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)!important;
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}
.btn-fix:hover, .btn-fix:focus {
    color: #333;
    text-decoration: none;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-fix {
    padding: 6px 16px !important;
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    border: 1px solid transparent;
}
.dropdown-menu-fix{
    background-color: #2c3e50 !important;
    border: 1px solid rgba(0,0,0,0) !important;
}
.loading-img{
    padding-top:50px;
    display:none;
}
.loading-container{
    width: 870px;
    height: 400px;
    margin: 0 auto;
}
.carousel {
    margin-bottom: 60px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 320px;
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 320px;
    background: #eeeeee;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 100px;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}
.carousel {
    margin-left: -20px;
    margin-right: -20px;
}
.carousel .container {

}
.carousel .item {
    height: 300px;
}
.carousel img {
    height: 300px;
}
.carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
}
.carousel-caption h1 {
    font-size: 30px;
}
.carousel-caption p {
    color: #2C3E50;
}
.carousel-caption .lead,
.carousel-caption .btn {
    font-size: 18px;
}