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


.btn-cotil {
  color: #DDDDDD;
  background-color: #002147;
}

.btn-cotil:hover {
  color: #DDDDDD;
  background-color: #224269;
}

.btn-cotil:focus,
.btn-cotil.focus {
  box-shadow: 0 0 0 0.2rem #002147;
}

.bg-cotil {
  background-color: #DDDDDD;
}

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

.bg-cotil-grey {
  background-color: #888888;
}


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;
  color: #333333;
}


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

.container {
  margin: 0 auto !important;
  padding: 0px !important;
  max-width: 1000px;
}

.title-size {
  max-width: 40em;
}

@media (max-width:480px) {
  .container {
    margin: 0 !important;
    padding: 0px !important;
  }

  .title-size {
    max-width: 4em !important;
  }
}

@media print {

  body,
  body * {
    visibility: hidden;
    background-color: #FFFFFF !important;
  }

  .print,
  .print * {
    visibility: visible !important;
    background-color: #ffffff;
  }
}

.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;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.logo {
  height: 50px;
  width: 50px;
}

.toggle-group label {
  font-size: 0.7em;
}

.toggle-handle {
  background-color: #FFFFFF;
}

/* dal bootstrap css fix */
span.select2-selection.select2-selection--single {
  height: 38px;
}

span.select2-selection__placeholder {
  font-size: 10px;
}

#div_id_estado_end .select2-container,
#div_id_estado_nasc .select2-container,
#div_id_org_exp_rg .select2-container,
#div_id_estado_escola .select2-container,
#div_id_estado_rg .select2-container,
#div_id_candidato-estado_end .select2-container,
#div_id_candidato-estado_nasc .select2-container,
#div_id_candidato-org_exp_rg .select2-container,
#div_id_questionario-estado_escola .select2-container,
#div_id_candidato-estado_rg .select2-container {
  min-width: 10em !important;
  width: 80% !important;
}

@media (max-width: 767.98px) {

  #div_id_municipio_escola .select2-container,
  #div_id_municipio_end .select2-container,
  #div_id_municipio_nasc .select2-container,
  #div_id_questionario-municipio_escola .select2-container,
  #div_id_candidato-municipio_end .select2-container,
  #div_id_candidato-municipio_nasc .select2-container {
    min-width: 7em !important;
    width: 80% !important;
  }

}

legend {
  padding: 10px 16px;
  list-style: none;
  background-color: #efefef;
  color: #222;
  border-radius: 5px;
}

#index-cards .card {
  margin-bottom: 1em;
}

.fileinput a {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  /* new lines */
  width: 100%;
  position: absolute;
  left: 0;
  padding-left: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Custom file text configurations deleted (Sass legacy in plain CSS */

#div_id_arquivo a {
  width: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:root {
  --primary: #0099ff;
  --secondary: #002255;
  --transition-time-short: 200ms;
}

a {
  transition: color var(--transition-time-short);
  text-decoration: none !important;
  color: var(--primary);
  outline: initial !important;
}

a:hover:not(.btn),
a:active:not(.btn) {
  text-decoration: initial;
  color: var(--secondary) !important;
}

a.btn:hover,
a.btn:active {
  text-decoration: initial;
  color: var(--primary) !important;
}

.border-system {
  border-color: #0099ff !important;
}

.bg-exame {
  background-image: url("/static/images/icons/bg.png") !important;
}

.btn-toolbar {
  margin-top: 10px;
}

img {
  float: left;
  margin-right: 15px;
  height: 128px;
  width: 128px;
}

.calendar {
  width: 98%;
  margin: auto;
  font-size: 13px;
}

.calendar tr,
.calendar td {
  border: 1px solid #bbbbbb;
}

.calendar th {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.calendar td {
  width: 200px;
  height: 150px;
  padding: 5px 0px 0px 5px;
  vertical-align: top;
}

.calendar table td .day-field {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: .8rem;
}

.month {
  font-size: 25px;
  text-transform: capitalize;
}

.date {
  font-size: 16px;
}

ul {
  height: 100%;
  padding: 0px 5px 0px 20px;
}

a {
  color: #17a2b8;
}

.sun,
.mon,
.tue,
.tue,
.wed,
.fri,
.sat {
  text-transform: capitalize;
}

.cal-row {
  height: 2em;
}

.table-border-red {
  border: none;
  border-right: 2px solid !important;
  border-color: var(--bs-red) !important;
}

.table-border-green {
  border: none;
  border-right: 2px solid !important;
  border-color: var(--bs-green) !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: .25rem .4rem;
  font-size: .775rem;
  line-height: .7;
  border-radius: .5rem;
}