body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

h2 {
    font-size: 30px;
    margin-bottom: 20px
}

h3 {
    font-size: 18px
}

.btn {
    border: 0;
    border-radius: 0
}

.btn.btn-primary:hover {
    background-color: #017fb5
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color:#003700;
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

section {
    padding: 20px 0
}

section-a {
    padding: 0px 0
}


.heading {
    padding-bottom: 90px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block
}

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-center li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, .2)
}

.navbar-brand h1 {
    margin-top: 5px
}

.th3{
font-size:14px;
margin:5px;
}
.th1{
font-size:16px;
margin:15px;
text-align:center;
}

table.lista{
border-collapse: collapse;
width:99%;
padding:5px;
margin-left:5px;
}
table.lista tr:hover{
background: #b5ffc8; 
color:#1e1e1e;
cursor: default;
border:1px solid #e0e0e0;
line-height:23px;
padding:0; 
}
/*Final bar icon*/
table.lista a:hover{
color:#0000ff;
}


table.lista tr td{
border:1px solid #e0e0e0;
padding:0;
line-height:23px;
margin:0; 
}

.form-control {
    border-color:auto;
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    box-shadow: none;
}


textarea.form-control {
    min-height: 180px;
    resize: none
}

.form-group {
    margin-bottom: 30px;
}

.form-group select {
    border-color: auto;
    background-color: transparent;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    color:#fcfcfc;
    box-shadow: none;
}

.form-group option {
    border-color: rgba(255, 255, 255, .1);
    background-color: transparent;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    color: #000;
    box-shadow: none;
 
}
.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px
}



#footer {
    color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top:0px;
	
}


.centraliza {
    text-align: center;
    border: 0
}
@media print {input#printButton{ display: none;}}
.clearfix {
  *zoom: 1;
}
