html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*Estilos personalizados*/
.logo {
    width: 35%;
}
.logo img {
    width: 100%;
}

ul#step-list {
  overflow: auto;
  list-style-type: none;
}
.steps {
    height: 50px;
    float: right;
 }
ul#step-list li {
  height: 35px;
  float: left;
  margin-right: 0px;
  border-right: 1px solid #aaa;
  padding: 0 20px;
}
 
ul#step-list li:last-child {
  border-right: none;
}
 
ul#step-list li a {
  text-decoration: none;
  color: #ccc;
  font: 20px/1 Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
ul#step-list li a:hover {
  color: #666;
}
 
ul#step-list li.active a {
  font-weight: bold;
  color: #333;
}
.selected {
    background-color: #204D74;
}
.checkbox {
	display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}
.checkbox-simple {
	display: inline-block;
    width: 45%;
    margin-top: 0;
}
.checkbox-three {
	display: inline-block;
    width: 32%;
    margin-top: 0;
}
.checkbox-simple label, .checkbox-three label, .checkbox-all label{
    font-weight: normal;
}
.checkbox-all {
	display: inline-block;
    width: 100%;
    margin-top: 0;
}
#assistance-icon-list {
    list-style-type: none;
}
#assistance-icon-list li {
    width: 23%;
    display: inline-block;
    text-align: center;
    margin: 5px;
}
.assistance-legend span {
    text-align: center;
    margin: 5px;
    padding: 2px;
    color: #0080FF;
    font-weight: 500;
}
#assistance-icon-list li:hover > span{
    color: #013ADF;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.field-asistenciatema-tema, .field-cantidad, .field-asistenciaprivadatema-tema {
	display: inline-block;
    width: 48%;
}
.field-asistenciatema-tema {
    float: left;
}

.btn-choice {
    color: #0F81C3;
    background-color: #FFF;
    border: 2px solid #0F81C3;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.choice-container {
    width: 47%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
div.success-image {
    background-image: url('../images/success.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    float: left;
    width: 60px;
    height: 60px;
    padding: 1.3em;
}
div.error-image {
    background-image: url('../images/error.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    float: left;
    width: 60px;
    height: 60px;
    padding: 1.3em;
}
div.success {
    background-color: #A9F5D0;
    padding: 1.3em;
}
div.error {
    background-color: #F6CECE;
    padding: 1.3em;
}
div.error > h2 {
    color: #FE2E2E;
}
div.success > h2 {
    color: #088A4B;
}
.fix-image {
    max-width: 200px;
}
.field-salacomputosede-estado_impresora {
    display: none;
}
.asistencia-tecnica-form .checkbox input[type="checkbox"], .asistencia-privada-form .checkbox input[type="checkbox"] {
    position:relative;
    margin: 0 auto;
}
.asistencia-tecnica-form .checkbox label, .asistencia-privada-form .checkbox label {
    padding-left: 0;
}
.asistencia-tecnica-form .field-cantidad .form-control, .asistencia-privada-form .field-cantidad .form-control {
    padding: 0 12px;
    height: auto;
}
.asistencia-tecnica-form .field-cantidad input, .asistencia-privada-form .field-cantidad input {
    float:right;
    width:10%;
}
.asistencia-tecnica-form .field-cantidad label, .asistencia-privada-form .field-cantidad label {
    float: left;
    font-size: 13px;
    width: 90%;
}
.field-cantidad .field-cantidad-1 {
    margin-top: 25px;
}
.field-cantidad .form-group {
    min-height: 10px;
}
.red-required {
    color: red;
}
.fieldset-child, .survey-questions {
    margin-left: 5%;
    margin-bottom: 15px;
    border: 2px solid #6E6E6E;
    padding: 10px;
}

.field-institucion_educativa, .field-sede_institucion_educativa, .field-contacto-nombre_entidad,  .field-contacto-entidad{
    display: none;
}

.dotted-separator {
    border-top: dotted 3px #A1A1A1;
}
.required label:after {
    content: ' *';
    color: red;
    font-weight: bold;
}

.field-actividad-organizado_inci, #submit-list, .field-asistente-excel_file, .hide-element, #download_template, #save-satisfaccion, .field-nivel_educativo {
    display: none;
}
.hidden-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.fa-link {
    font-size: 25px;
}
#list_url {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.share-button-container {
    position: relative;
    min-height: 25px;
}
.share-form {
    position: absolute;
    right: 0;
    top: 0;
}
/*Transaction-messages*/
div.transaction-response {
    min-width: 200px;
    display: inline-block;
}
div.success-image {
    background-image: url('../images/success.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    float: left;
    width: 60px;
    height: 60px;
    padding: 1.3em;
}
div.error-image {
    background-image: url('../images/error.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    float: left;
    width: 60px;
    height: 60px;
    padding: 1.3em;
}
div.success {
    background-color: #00A65A;
    border-color: #008D4C;
    color: #FFF;
    padding: 1.3em;
}
div.error {
    background-color: #F6CECE;
    padding: 1.3em;
}
div.error > h2 {
    color: #FE2E2E;
}
div.success > h2 {
    color: #088A4B;
}
.fix-image {
    width: 25%;
}
.modal-action-button {
    border: none;
    background: none;
    color: #3c8dbc;
}
.modal-action-button:hover, .modal-action-button:focus, .modal-action-button:active {
    color: #72AFD4;
}
/*End of transaction messages*/

.bold-title {
    font-weight: bold;
}
img {
    width: 100%;
}

#evidence-list-grid img {
    width: auto;
}
#evidence-list-grid td {
    text-align: center;
}
a:focus, a:hover, a:active {
    border:2px solid #848484;
}
.sidebar-menu li > a:before{
    margin-right: 10px;
}
.sidebar-menu li > a > span {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.white-link {
    color: #FFF;
}
.item {
    border: 2px solid #02164B;
    min-height: 60px;
    padding: 1em;
    vertical-align: middle;
    margin: 25px;
}
.action-buttons {
    width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.btn-primary, .btn-danger {
    min-width: 100px;
    max-width: 200px;
    margin-left: 5px;
    white-space: normal;
}
.list {
    list-style: none;
}
.title {
    font-weight: bold;
}
.text-light {
    color:#FFF;
    font-size: 24px;
    margin: 0 10px;
}