﻿html {
    position: relative;
    min-height: 100%;
}

.footer {
    margin-top: 30px;
    width: 100%;
    background-color: #f5f5f5;
    white-space: nowrap;
}

.home-nav {
    border-color: none;
    background-color: #ffffff;
    z-index: 999;
}

.panel-signin,
.panel-signup {
    margin: 80px auto 0 auto;
}

.navbar-default {}

.nav-container {
    background-color: #ffffff;
    background: #ffffff url("../images/banner.jpg") center top;
    height: 130px;
    /*max-width: 920px;*/
    padding-top: 80px;
}

.nav-container a {
    color: #062946 !important;
}

.nav-container a:hover {
    color: #1b5f95 !important;
    background-color: #fff !important;
}



body>.container {
    padding: 0px 15px 0;
}

.container .text-muted {
    margin: 20px 0 0px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.navbar .brand {
    color: #51a351;
}


.itemx {
    text-align: center !important;
}

.placeholder {
    color: #BFBFBF;
}

::-webkit-input-placeholder {
    color: #BFBFBF;
}

:-moz-placeholder {
    color: #BFBFBF;
}

.tab_header {
    font-size: 16px;
    color: #828282;
}

.nav-tabs>.active>a {
    font-weight: bold;
}

.active .tab_header {
    color: #1F1F1F !important;
}



.nav-tabs-blue {
    background-color: #e4e7ea;
}

.nav-tabs-blue>li>a {
    color: #363637;
}

.nav-tabs-blue>li>a:hover {
    color: #828282;
}

.caption-label {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-top: 10px;
    text-align: right;
}

.select2-basic {
    width: 100% !important;
}

@media screen and (max-width: 769px) {
    .nav-container {
        height: 60px;
        width: 100%;
    }

    .home-nav {
        width: 100%;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    .navbar-collapse {
        border-bottom: solid thin #1b5f95;
    }
}

.list-detail a:hover,
.autoCollage ul li a:hover {
    text-decoration: underline;
}

.detai-title {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    display: inline-block;
}

.detai-info {
    line-height: 20px;
    font-size: 12px;
}

.panel-body {
    border-bottom: solid thin #e7e7e7;
}

.panel-body.hover {
    background-color: #f6f7f9;
}

.autoCollage ul li a {
    line-height: 21px;
}

.autoCollage ul {
    list-style: none;
}

.article-title {
    font-size: 13px;
    line-height: 21px;
}

.article-author {
    font-size: 12px;
    color: #828282;
    padding: 5px 0px;
}

.panel-default .panel-heading.blue {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    font-size: 12px;
}

.list-news {
    margin: 0px;
    padding: 0px;
    line-height: 21px;
}

.detail-title {
    line-height: 23px;
}

.td-detail {
    border-top: none !important;
}

.block-title {
    padding: 10px 0px;
    font-size: 15px;
    margin-top: 20px;
    border-bottom: solid thin #ddd;
    margin-bottom: 5px;
    font-weight: bold;
}

ul.list-article {
    padding: 5px 0px 0px 15px;
    margin: 0px;
    line-height: 21px;
}

ul.list-article li {
    margin-bottom: 5px;
}


#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
    opacity: 0.7;
    display: none;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #592828;
    position: absolute;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}


#object_one {
    top: 19px;
    left: 19px;
}

#object_two {
    top: 0px;
    left: 65px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#object_three {
    top: 19px;
    left: 111px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_four {
    top: 65px;
    left: 130px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_five {
    top: 111px;
    left: 111px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_six {
    top: 130px;
    left: 65px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_seven {
    top: 111px;
    left: 19px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_eight {
    top: 65px;
    left: 0px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animate {

    25% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }


    75% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.text-bold {
    font-weight: bold;
}

.panel-body.active {
    background-color: #fcfcfc;
}

.list-hover .panel-body:hover {
    background-color: #f0f8ff;
}

.footer p.text-muted {
    line-height: 22px;
    padding-bottom: 15px;
    white-space: normal;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .nav-container {
        background-size: 700px auto;
        background-repeat: no-repeat;
    }
}