﻿html, body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
    background-color: #FFF;
}

tfoot > tr > td a:link
{
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 7px;
}

#backInput {
    background: url(images/rightAnswer.png);
    background-position: 9px 7px;
    background-repeat: no-repeat;
    text-indent: 25px;
}

#glyStyle {
    font-size: 18px;
    color: #BC0000;
    padding-top: 12px;
}

#glyStyle:hover {
    background: #eeeeee !important;
}

.rowAnswer
{
    border: 1px solid #dddddd;
}

.clickable {
    cursor: pointer;
}

.alternateStyle  
{  
    background: #EDEDED;  
}  

.content_white {
    text-align: center;
    padding: 5em 0;
    background: #637f83;
    margin-bottom: 25px;
}

.content_white h2 {
    font-size: 2.5em;
    font-weight: bold;
}

.content_white p {
    font-size: 1.5em;
    font-weight: 300;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #637f83;
    padding: 1em 0;
}

.copy {
    text-align: center;
}

.copy p {
    font-size: 1em;
    color: #fff;
}

.featured_content {
    background: #f6f6f6;
    margin-bottom: 65px;
}

.feature_grid1 {
    width: 23.5%;
    border-right: 1px solid #E6E6E6;
    padding: 4em 2em 4em 0;
}

.feature_grid1 h3 a {
    color: #bc0000;
}

.feature_btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    background: #001b61;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature_btn:hover {
    background: #bc0000;
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    display: block;
    font-size: 1em;
    color: #637f83;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background: #bc0000 !important;
}

.navbar-default .navbar-nav > li > a:active {
    color: white;
    background: #bc0000 !important;
}

.about {
    background: #637f83;
}

.title-section {
    background: #637f83;
    position: relative;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #597275;
}

.title-section h1 {
    margin: 0 0 5px 0;
    line-height: 58px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.title-section ul {
    background: none;
    position: relative;
    margin: 0;
    padding: 9px 0 10px 0;
    border-top: 1px solid #597275;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.title-section ul li {
    line-height: 18px;
    font-size: 13px;
    color: #5f6775;
}

.title-section ul li a {
    color: #fff;
}

.breadcrumb > .active {
    color: #9eb3b6;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.service_box {
    padding: 2em 0;
    box-shadow: 0 0 10px silver;
    min-height: 325px;
}

.service_box h3 {
    font-size: 1.4em;
    font-weight: bold;
    /*color: #637f83;*/
    margin-bottom: 1em;
}

#h3Plus{
    font-size: 1.7em;
    font-weight: bold;
    color: #bc0000;
    margin-bottom: 1em;
    text-decoration: underline;
}

.service_box p {
    font-size: 1em;
    /*color: #999;*/
    margin-bottom: 2em;
    line-height: 1.8em;
}

canvas{
    background-color:#79BD9A;
    width: 600px;
    height: 450px;
}

#featureId {
    padding-bottom: 25px;
    padding-top: 25px;
}

#featureId:hover {
    background-color: #CDC8C8;
}


@media (min-width: 768px) {
  .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-x: visible;
  }

.navbar-dahsboard
{
	max-width:300px;
	margin-right: 0;
	margin-left: 0;
}	

.navbar-nav-dahsboard,
.navbar-nav-dahsboard > li,
.navbar-left-dahsboard,
.navbar-right-dahsboard,
.navbar-header-dahsboard
{float:none !important;}

.navbar-right-dahsboard .dropdown-menu {left:0;right:auto;}
.navbar-collapse-dahsboard .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
}

.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: #637f83;
    border-left-width: 5px;
    border-radius: 3px;
}

#progressQuestion{
    background-color: #bce8f1;
    text-align: center;
}

#inProgressQuestion{
    background-color: whitesmoke;
    color: #bbb;
    text-align: center;
}

#TestResult {
    font-size: 2em;
    font-weight: bold;
    color: #bc0000;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
    display: block;
}

#myFooter {
    text-align: right;
    margin-right: 8%;
}

.animação {
    margin: 0 auto;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}
#contactUs{
    margin-left: 11%;
    bottom: 0;
    margin-bottom: 0;
    background-color: #637f83;
    position: fixed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 30px;
    z-index: 1000;
}

#borderIMGhowto{
    border:1px solid #000;
}

#contactUsText{
    color: white;
    padding-top: 5px;
}

#contactUsText:hover{
    cursor:pointer;
}

#answerHover:hover{
    text-decoration: underline;
}

#backToTop{
    border-radius: 5px;
    margin-left: 95%;
    bottom: 0;
    margin-bottom: 0;
    background-color: #637f83;
    position: fixed;
    height: 50px;
    width: 50px;
    z-index: 1000;
    margin-bottom: 1%;
}

@media (max-width: 650px) {
       .animação {
            margin: 0;
        }

       #sizeContentCarousel{
            font-size: 1.5em;
        }
}   

@media (max-width: 1199px) {
       #nocoesChangeSize{
           margin-top: 30px;
       }
}