@font-face {
  font-family: 'Muli';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Muli-regular/Muli-regular.eot');
  src: url('../fonts/Muli-regular/Muli-regular.eot?#iefix')
      format('embedded-opentype'),
    local('Muli'), local('Muli-regular'),
    url('../fonts/Muli-regular/Muli-regular.woff2') format('woff2'),
    url('../fonts/Muli-regular/Muli-regular.woff') format('woff'),
    url('../fonts/Muli-regular/Muli-regular.ttf') format('truetype'),
    url('../fonts/Muli-regular/Muli-regular.svg#Muli') format('svg');
}

body {
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: 'Muli', sans-serif;
}

.navbar-default {
  background-color: #028b44;
  color: white;
}

.navbar-default .navbar-text {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Muli', sans-serif;
}

.contenido {
  background-color: white;
}

th {
  font-size: small;
}

td {
  font-size: small;
}

#escondido {
  padding: 15px;
}

.modal-dialog {
  width: 60%;
  left: 10%;
}

.bootbox-body {
  font-size: 15px;
}

.panel-group .panel {
  margin-bottom: 2px;
}

.btnmatricula {
  line-height: 1;
}

#tablaalumnos td {
  padding: 3px;
}

#copiartablaalumnos {
  padding: 1px 5px;
  margin-right: 5px;
}

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

.preguntadelistareporte {
  display: inline;
  cursor: pointer;
  margin: 1px;
  min-width: 9%;
  background-color: chocolate;
  text-align: center;
  font-size: 12px;
  padding: 2px 4px;
  color: white;
}
.escorrecta {
  color: green;
  background-color: yellow;
}

.jumbotron {
  background-color: #848688;
  color: white;
}

.jumbotron input {
  color: black;
}

.jumbotron h5 small {
  color: white;
}

.navbar-fixed-top {
  background-color: #b34a44;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #b34a44;
  border-color: #b34a44;
}

.btn-primary {
  color: #ffffff;
  background-color: #b34a44;
  border-color: #b34a44;
}

.contenedor {
  border: 1px solid orange;
  border-radius: 7px;
  padding: 10px;
}

.panel {
  border-radius: 5px;
}
