﻿body {
   /* padding-top: 60px;
    padding-bottom: 40px; */ 
    padding-top: 60px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    border: 0px solid #C00;
}

.starter-template {
  padding: 50px 15px;
}

.errors, .error {
    color : #C00 !important;
    font-weight:bolder 100;
}

.campos {
	margin: 0 auto 15px; 
	overflow: hidden; 
}

#mapa { 	
    height: 400px; 
	border: 5px solid #ccc;
    margin-bottom: 5px;	
}


ul.options-list 
{
  display: block;
  flex-direction: column;
  margin-top: -12px;
  margin-left: -49px;
  border: 0px solid #c00;
  border-radius: 0 0 3px 3px;
  position: absolute;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 900;
}

ul.options-list li {
  width: 100%;
  flex-wrap: wrap;
  background: white;
  margin: 0;
  border-bottom: 1px solid #eee;
  color: #363636;
  padding: 7px;
  cursor: pointer;
 
}

ul.options-list li.highlighted {
  background: #f8f8f8
}

/* =============== Estilos do autocomplete =============== */
.ui-autocomplete { 
	background: #FFF; 
	border-top: 1px solid #ccc;
	cursor: pointer;
    width: auto !important; 
    margin-left: 10px;
    position: fixed;
}

.ui-autocomplete .ui-menu-item { 
	list-style: square;
	padding: 10px;
}

.ui-autocomplete .ui-menu-item:hover { background: #eee }

.ui-autocomplete .ui-corner-all { 
	color: #666 !important;
	display: block;
}





/*------------------------------------------------------------------------
  MENU BAR MODIFICADO - MENU TOP - NAVBAR 
------------------------------------------------------------------------*/
@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
}


/*****************************************************
    MENU TOP ESTADO
*/

.navbar-inverse {
    background-color: #007c3c !important;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #348212;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #348212;
}

.dropdown-menu {
    background-color: #FFFFFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #85BB65;
}

.navbar-inverse {
    background-image: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
}

.navbar-inverse {
    border-color: #CCCCCC;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-brand:hover {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
}

.dropdown-menu > li > a {
    color: #333333;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #FFFFFF;
}


.navbar-fixed-top .brand {
    padding-right: 5px;
    padding-left: 0;
    margin-left: 5px;
    float: left;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.navbar-fixed-top .brand:hover {
    text-decoration: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #007c3c;
    text-shadow: #142f55 0 2px 5px;
    -webkit-box-shadow: inset 0 4px 8px #1e467e;
    box-shadow: inset 0 4px 8px #1e467e;
    border: 1px solid #2b64b3;
    border-bottom: 0;
    border-top: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #007c3c;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #fff;
    text-shadow: #183864 0 3px 6px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #387038;
    text-shadow: #007c3c 0 2px 5px;
    -webkit-box-shadow: inset 0 4px 8px #007c3c;
    box-shadow: inset 0 4px 8px #007c3c;
    border: 1px solid #007c3c;
    border-bottom: 0;
    border-top: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #387038;
}




/*****************************************************

*/
#custom_carousel .item {
    color: #000;
    background-color: #eee;
    padding: 10px 0;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd;
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px;
}

#custom_carousel .controls li.active {
    background-color: #eee;
    border-top: 3px solid #007c3c;
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    margin-top: 5px;
    color: #468847 !important;
}

#custom_carousel .cor_azul {
    background-color: #2980b9;
}

#custom_carousel .cor_verde {
    background-color: #16a085;
}

#custom_carousel .cor_lilas {
    background-color: #8e44ad;
}

#custom_carousel .cor_laranja {
    background-color: #e67e22;
}

/*****************************************************

*/

a.list-group-item {
    height:auto;
    min-height:190px;
}
a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;    
}


.texto-dentro {
    color: #FFFFFF;
}

.nav-verde {
    background-color: #dff0d8;
    border-color: #c00;
}

h2.cor-verde{font-size:1.9em;padding-bottom:4px;border-bottom:2px solid #007c3c;color:#007c3c;clear:both;border-color:#007c3c}
h4.cor-verde{font-size:1.7em;padding-bottom:4px;border-bottom:2px solid #007c3c;color:#007c3c;clear:both;border-color:#007c3c}
h5.cor-verde{padding-bottom:1px;border-bottom:2px solid #007c3c;color:#007c3c;clear:both;border-color:#007c3c}
h3.cor-verde-normal{font-size:1.9em;padding-bottom:4px;color:#007c3c;clear:both}
hr.cor-verde{background-color:#007c3c;height:2px}



.text-center-left {
    margin-left: 40px;
}
.container .img-responsive {
        display: block;
        width: auto;
        max-height: 100%;
    }


footer {
    padding: 50px 0;
}

footer .footer-left, footer .footer-right, footer .footer-below {
    text-align: left;
}

footer {
    background-image: url('/Content/img/background_footer-2.jpg') !important; 
    background-repeat: repeat-x;
    border-top: 1px solid #6294ad;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

footer p {
    margin-bottom: 0;
    color: #555;
}

#rodape {
    border: 0px solid #C00;
    padding-top: 30px;
}

#rodape img {
    width: 450px;
    height: 90px;
}




/******************************************************************
    MODAL VUE 

*/

/*
.modal-body{
    height: 450px;
    overflow-y: auto;
}

* {
    box-sizing: border-box;
}


*/


.background-darken {
    background:rgba(0,0,0,.3);
}


.modal-overflow{
    height: 400px;
    overflow-y: auto;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
}

.modal-container {
    width: 600px;
    margin: 40px auto 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983 !important;
}


/*
.text-right {
    text-align: right;
}


.form-label {
    display: block;
    margin-bottom: 1em;
}

.form-label > .form-control {
    margin-top: 0.5em;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    line-height: 1.5;
    border: 1px solid #ddd;
}
*/

.modal-enter, .modal-leave {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail-transparente {
    background-color: transparent !important;
}