﻿/* CSS Document */


body{
    color: #000000;
    font-size: 14px;
   font-family: Arial,sans-serif;
    line-height: 1.5;
    background-color: #ffffff;
    width:100%;
    margin:0px auto;
}
img {
    /*width: 100%;*/
}
a:focus {
    outline: none;
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover, a:focus {
    color:#00529c;
    text-decoration: none;
}



/*navbar-header*/
header
{
    background-color:#172A59;
}

header .navbar-brand>img
{
    height:100%;
    width:auto;
}

header .navbar-nav > li > a {
    font-size: 16px;
    z-index: 1;
    color:#ffffff;

}
header .navbar-nav > li > .overlay {
   /* background-color: #EEEEEE;*/
   z-index: 0;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    color: #ffffff;
    height: 1px;
    transition: all 0.6s ease-in-out 0s, opacity 400ms, transform 400ms, background-color 3s ease-in;
    transform: translateX(0px) translateY(0px);
}
header .navbar-nav > li:hover > .overlay {

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: #B9E3FB;
}
header .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #ffffff;
}

header .navbar-nav > li.active > a:before {
    content: "";
}
header .navbar-nav > li.active:hover > a {
    color: #ffffff;
}

header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
header .bs-docs-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

/* End - Header */


/* Begin - Login-index */

.login-index
{
    padding: 45px 15px;
}


@media (min-width:1250px) {
    .login-index .col-md-8 .img-intro-bg {
        width: 850px !important;
    }
}

.form-login-index
{
    margin-top: 30px;
    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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    padding: 15px;
}
.btn-registry
{
    font-size: 16px;
    font-weight:bold;
    color:#1828ff;
    margin-top:0;
}

.form-login-index .title-form h2
{
    margin: 0 0 20px 0;
}

#checkit img
{
    width: 19px;
}
/* End - Login-index */


/* Begin - Footer */
footer
{

}
footer .col-center
{
        float: none;
    margin-left: auto;
    margin-right: auto;
}

footer ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer ul > li
{
    padding-bottom: 10px;
    padding-left: 10px;
}

footer ul > li.item-top
{
    font-weight: bold;
    padding-left: 0;
}
footer ul > li.item-top > a:before
{
    content: "â€º ";
}



footer .btn-totop
{
    margin-bottom: 40px;
    background-color: #B9E3FB;
    padding-top: 15px;
    padding-bottom:15px;
}

footer .btn-totop img
{
    width: 18px;
}
footer .footer-logo
{
    border: 1px solid #172A59;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #172A59;
}
footer .footer-logo img
{
    width: 150px;
}
footer .bottom-footer
{
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align:center;
}
footer .bottom-footer .list-img
{
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .bottom-footer .list-img img
{
    width: 40px;
    margin-left: 5px;
}
footer .bottom-footer .copyright
{
    margin: 0;
    padding-top: 18px;
    padding-bottom: 36px;
    background-color: #172A59;
    color: #ffffff;
}
/* End - Footer */



/* Begin - Section */

section {
    text-align: left;
    background-color: #fff;
}
section .headimg {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section .headimg .overlay {
    background-image: url("../img/bg-head-img.gif");
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
}

section .container {
    
    padding-top: 50px;
    padding-bottom: 130px;
}





section .headline {
    
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    
}

section .headline h1 {
   margin-top: 60px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: bold;
    color: #172A59;
}
section .headline h1 span {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}


section .headline-padding-detail .bs-docs-featurette-title {
    margin-top: 40px;
}
section .headline-padding-detail .lead{
    margin-bottom: 20px;
    font-weight: bold;
}


section .bs-docs-featurette-title-3 {
    padding-top: 60px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}


section .bg-wrapper-stripes
{
    background-image: url("../img/bg-info-content-01.gif");
   
}
.section-sub
{
    padding-top: 80px;
}
.section-sub .headline h1 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    color: #000000 !important;
}

.section-sub .content
{
    line-height: 2;
}
section .container-end
{
    padding-bottom: 60px !important;
}

section .col-center
{
    float:none;
    margin-left:auto;
    margin-right:auto;
}

/* End - Section */