
html { position: relative; min-height: 100%; }

.teste{
    border: 4px solid black;
}


.btn-cotil {
  color:#003e61;
  border-color: #003e61;
  background-color: #BFD73E;
}

.btn-cotil:hover {
  color:#003e61;
  background-color: #a3b731;
  border-color: #0062cc;
}

.btn-cotil:focus, .btn-cotil.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-cotil.disabled, .btn-cotil:disabled {
  color: #fff;
  background-color:#dadada;
  border-color:#BFD73E;
}

.btn-cotil:not(:disabled):not(.disabled):active, .btn-cotil:not(:disabled):not(.disabled).active,
.show > .btn-cotil.dropdown-toggle {
  color: #fff;
  background-color: #a3b731;
  border-color:#BFD73E;
 
}

.btn-cotil:not(:disabled):not(.disabled):active:focus, .btn-cotil:not(:disabled):not(.disabled).active:focus,
.show > .btn-cotil.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.bg-cotil{
  background-color:#0A5E66;
  }

.bg-cotil-secondary{
  background-color:#CCCCCC;
  }


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 10px 0;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


.navbar-transporte{
    width: 100%;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: all 0.3s;
    background-color: #FFFFFF;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    margin-left: 10px;
    min-height: 70vh;
    transition: all 0.3s;
    background-color: #FFFFFF;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 200px;
    max-height: 500px;
    background: #556788;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: transparent;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: white;
}

#sidebar ul li a:hover {
    color: #000000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ffffff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.logo{
    height: 60px;
}

.toggle-group label{
    font-size:0.7em;
}
.toggle-handle{
    background-color:#FFFFFF;
}



input[type="text"]:disabled {
  background: #cccccc;
  border: 1px solid #666666;
} 
.high-label label{
  padding-bottom: 2em !important;
}
