﻿html, body{
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 30px;
}

h3 {
    color: #5E9C9C;
}

body {
    font-family: 'Roboto';
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2em;
    padding-top: 2em;
}

home-img {
  -webkit-transition: opacity 1s ease-in-out !important;
  -moz-transition: opacity 1s ease-in-out !important;
  -ms-transition: opacity 1s ease-in-out !important;
  -o-transition: opacity 1s ease-in-out !important;
  transition: opacity 1s ease-in-out !important;
}

home-img:hover {
    opacity:0.5 !important;
    filter: alpha(opacity = 70) !important;
}

home-title {
    color: black;
    text-decoration: none;
}

home-title:hover {
    color: #5E9C9C
}

.dl-horizontal dt {
    white-space: normal;
}

.btn-facility {
    background-color: #69AEAE;
    border-color: #69AEAE;
    color: #fff;
}

button i {
    color: #ddd;
}

.navbar {
    background-color: #69AEAE !important;  
    border-color: #69AEAE !important;
    border-radius: 10px !important;
}

.navbar-nav > li > a, .navbar-brand {
    color: white !important;
    font-weight: bold;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd !important;
}

.navbar-default .navbar-collapse {
    border-color: #ddd !important;
}

.navbar-default .navbar-form {
    border-color: #ddd;
}

.navbar-default .navbar-toggle {
    border-color: #5E9C9C !important;
}

.navbar-nav > li > a:hover{
    background-color: #5E9C9C !important;
    border-color: #5E9C9C !important;
}

.selected {
    background-color: #5E9C9C !important;
    border-right: 3px solid #69AEAE;
    border-left: 3px solid #69AEAE;
}

ul::after{
    background-color: #5E9C9C !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.page-header {
    border-bottom:none !important;
}

.icon {
    display: inline !important;
}

.input-group .input-group-btn button {
    background-color: #38a5a5 !important;
    border-color: #69AEAE;
}

.input-group .input-group-btn button:hover {
    background-color: #5E9C9C !important;
    border-color: #38a5a5 !important;
}

button {
    background-color: #69AEAE !important; 
}

button:hover {
    background-color: #5E9C9C !important;
}

@media (max-width: 957px) {
    .center-xs-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

   .home {
       display: none !important;
   }
   
    .navbar-default .navbar-collapse .navbar-nav li {
        border: 1px solid #5E9C9C;
    }
    
    .navbar-default .navbar-collapse .navbar-nav li:hover {
        border: 1px solid #69AEAE;
    }

    .selected {
        border: 1px solid #69AEAE;
    } 

    .navbar-default .navbar-collapse .navbar-nav {
        padding-right: 0px;
    }

   .navbar-form {
        background-color: #5E9C9C;
        margin-right: -30px;
        margin-left: -30px;
        margin-top: -1px;
        margin-bottom: -8px;
        border: none;
   }

   .navbar-collapse {
       border-top: 0px;
   }

    .input-group .input-group-btn button {
        border-color: #69AEAE;
    }

    .input-group .input-group-btn button:hover {
        background-color: #38a5a5 !important;
        border-color: #38a5a5 !important;
    }

    .navbar-form .input-group .form-control {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 957px) {
    .center-sm-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.img-content {
    margin: 1% 0 1% 0;
    max-width: 100%;
    border-radius: 10px;
}

.text-content {
    text-align:center;
}

.footer-bar {
    background-color: #69AEAE !important;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.footer-container {
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.footer-separator {
    background-color: black;
    color:white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin:1% 0 1% 0;
}

.foot-separator-label {
    margin: 0.2% 0 0.2% 0;
}

.carousel {
    margin: -1.5% 0% 2.5% 0%;
}

.carousel-border {
    border-radius: 10px;
}

.element-list{
    font-size: 24px;
}

span.title {
    font-size: 1em;
}

div.content {
    font-size: 15px;
}

/* alterações no bootstrap */
@media (max-width: 767px) {
    .pull-xs-right {
        float: right !important;
    }
    .pull-xs-left {
        float: left !important;
    }
    .pull-xs-none {
        float: none !important;
    }
}
@media (min-width: 768px) and (max-width: 957px) {
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}
@media (min-width: 958px) and (max-width: 1199px) {
    .pull-md-right {
        float: right !important;
    }
    .pull-md-left {
        float: left !important;
    }
    .pull-md-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}
#nav.affix-bottom {
    position: absolute;
}

#nav.affix {
    top: 20px;
}

@media (min-width: 958px) {
    .affix {
        position: fixed;
    }
}

@media (max-width: 957px) {
    .affix {
        position: static;
    }
}

.facility-text {
    font-size: 20px;
}

.facility-text-p {
    font-size: 16px;
}

nav#sideNav {
    color: #eeeeee
}

blockquote {
    border-color: #69AEAE;
}

.nav-pills > li.active > a {
    background-color: #69AEAE !important;
}

.nav-pills > li > a {
    color: #5E9C9C;
    font-weight: bold;
}

.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a {
    border-radius: 4px 0px 0px 4px;
}

@media (min-width: 958px){
    .affix {
        width: 18.9034%
    }

    .affix-top {
        width: 100%
    }

    .affix-bottom {
        width: 89.480%
    }
}

.affix, .affix-top, .affix-bottom {
    border-right: 1px solid #69AEAE;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 15px;
}

@media (min-width: 958px) {
    ul.affix-top > li#header {
        display: none;
    }
}

@media (max-width: 957px) {
    li#header {
        text-align: center;
    }
}

li#header {
    color: #666d6d;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}

.facility-list{
    padding-bottom: 8px;        
}

.dropdown-menu-style {
    background-color: #5E9C9C;
}

.dropdown-menu-text {
    color: white !important;
    border-top: 2px solid #69AEAE;
}

.navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover,
 .navbar-default .navbar-nav > .open > a:focus {
    background-color: #5E9C9C;
}

@media (max-width: 957px) {
    .dropdown-menu-text:hover {
        background-color: #eeeeee !important;
        color: #69AEAE !important;
        font-weight: bold;
    }
}

@media (min-width: 958px) {
    .dropdown-menu-text:hover {
        color: #69AEAE !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .drop-border {
        border-radius: 0 0 10px 10px;
    }
}

.fileinput-remove-button {
    border-top: 1px solid #5E9C9C;
    border-bottom: 1px solid #5E9C9C;
    border-left: 1px solid #5E9C9C;
    border-right: 1px solid
}

.btn-facility:hover {
    color: white;
    font-weight: bold;
}

.fileinput-remove-button > i, .fileinput-remove-button > span {
    color: white;
}

.home-mail-link {
    text-decoration: none;
    color: #333333;
}

.home-mail-link:hover {
    text-decoration: none;
    color: #333333;
}

.home-content-link {
    text-decoration: none;
    color: #5E9C9C;
    font-size: 20px;
}

.home-content-link:hover {
    text-decoration: none;
    color: #5E9C9C;
}

.home-content-link:focus {
    text-decoration: none;
    color: #5E9C9C;
}