/* Root / Reset */

:root {
    --cas-theme-primary: #153e50;
    --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
    --cas-theme-primary-light: #006d85;
    --cas-theme-secondary: #74C163;
    --cas-theme-success: var(--cas-theme-secondary);
    --cas-theme-danger: var(--mdc-theme-error);
    --cas-theme-warning: #e6a210;
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
    --cas-theme-twitter-color: #55acee;
    --cas-theme-vimeo-color: #1ab7ea;
    --cas-theme-vk-color: #587ea3;
    --cas-theme-yahoo-color: #720e9e;
    --cas-theme-google-color: #CC5445;
    --cas-theme-facebook-color: #3B5998;
    --atlassian-theme-primary: #0747a6;
    --mdc-theme-primary: var(--cas-theme-primary, #153e50);
}

.atlassian {
    --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

body {
    display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #EFEFEF;
}

a {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

a:hover, a:visited, a:active {
    color: #006d85;
    color: var(--cas-theme-primary-light);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

aside, section, main {
    display: block;
}

/* Material */

.mdc-drawer {
    top: 56px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
}

.main-content {
    display: flex;
}

.mdc-top-app-bar {
    z-index: 7;
}

/* widgets */

.notifications-count {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #b00020;
    background-color: var(--cas-theme-danger);
    color: #fff;
  /*  border-radius: 50%; */
    padding: 1px 3px;
    font: 8px Verdana;
}

.cas-brand {
    height: 48px;
    width: auto;
}

header>nav .cas-brand path.cls-1 {
    fill: white;
}

header>nav .cas-brand .cas-logo {
    height: 100%;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
    display: none;
}

.login-section {
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    padding: 2rem 2.5rem;
    flex: 1;
}

.login-section:last-child {
    border: none;
}
/*
@media screen and (max-width: 767.99px) {
    .login-section {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
        max-width: none;
        padding: 0 1.5rem;
    }
} */

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
    text-decoration: none;
    ;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.banner {
    padding: 0.1rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    position: relative;
  /*  border-radius: 4px; */
}

.banner .banner-message {
    margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
    margin-top: 0;
}

.banner .banner-message:first-child {
    margin-top: 0;
}

.banner .banner-message:last-child {
    margin-bottom: 0;
}

.banner-primary {
    border-color: #153e50;
    border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-danger {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.banner-danger .mdi {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
    border-color: var(--cas-theme-success);
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
    padding-right: 4rem;
}

.banner-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.login-provider-item .mdc-button .mdi {
    margin-right: 0.375rem;
}
/*
@media screen and (max-width: 767.99px) {
    .logout-banner {
        width: 100%;
    }
}*/

.cas-footer {
    font-size: 0.75rem;
}

.cas-footer>* {
    margin-right: 0.25rem;
    display: inline-block;
}

.cas-footer>*:last-child {
    margin: 0;
}

.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}

.mdc-dialog__title::before {
    display: none;
}

.mdi {
    content: "";
}

.mdi:before {
    font-size: 24px;
}

/* custom components */

.custom-select {
    display: inline-block;
    min-width: 200px;
    height: 56px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
  /*  border-radius: .25rem;*/
    -webkit-appearance: none;
}

/* utilities */

.bg-primary {
    background-color: rgba(21, 62, 80, 0.2);
    background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

.strong {
    font-weight: bold;
}

.text-warning {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.text-secondary, .text-success {
    color: var(--cas-theme-secondary);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
    border-color: var(--cas-theme-success);
}

.word-break-all {
    word-break: break-all;
}

.mdc-text-field>.mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)>.mdc-text-field__input {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
  /*  border-radius: 4px; */
}

.mdc-input-group {
    display: flex;
    align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
    flex: 1 1 auto;
    order: 1;
}

.mdc-input-group .mdc-input-group-field .mdc-text-field {
  /*  border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
}

.mdc-input-group .mdc-input-group-append {
    order: 2;
  /*  border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
}

.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
    order: 0;
  /*  border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
  /*  border-top-left-radius: 0;
    border-bottom-left-radius: 0; */
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-append .mdc-text-field>.mdc-text-field__input {
  /*  border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
}

.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.mdc-button--raised:not(:disabled) {
    background-color: var(--mdc-theme-primary, #153E50);
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
    background-color: #55acee;
    background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
    background-color: #1ab7ea;
    background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
    background-color: #587ea3;
    background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
    background-color: #720e9e;
    background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
    background-color: #CC5445;
    background-color: var(--cas-theme-google-color, #CC5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
    background-color: #3B5998;
    background-color: var(--cas-theme-facebook-color, #3B5998);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
    padding: 0 !important;
}

.w-66 {
    width: 66%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.mw-100 {
    max-width: 100%;
}

.mh-100 {
    max-height: 100%;
}

.min-vw-100 {
    min-width: 100vw;
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.mw-50 {
    max-width: 50%;
}

.border-rounded {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
  /*  border-radius: 4px; */
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}
/*
@media all and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
    .w-md-66 {
        width: 66%;
    }
}

@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
    .w-lg-66 {
        width: 66%;
    }
}

@media all and (max-width: 767.99px) {
    .w-md-50 {
        width: 100%;
    }
    .w-md-66 {
        width: 100%;
    }
}

@media all and (max-width: 991.99px) {
    .w-lg-50 {
        width: 100%;
    }
    .w-lg-66 {
        width: 100%;
    }
} */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/* legacy */

#duo_iframe {
    width: 100%;
    min-width: 304px;
    height: 330px;
    border: none;
    padding: 0;
    margin: 0;
}

#serviceui {
    background-color: #17a3b844;
  /*  border-radius: 4px; */
}

.login {
max-width: 1140px;
margin: 0 auto;
background: white;
padding-top: 20px;
}

#loginForm {
background-color: #F8F9FB !important;
padding: 0.5rem !important;
}

.mdc-text-field {
	background: white !important;
}

#titulo-cas {
  width: 50%;
	margin: 0 auto;
	background-color: #428bca !important;
	font-size: 1em !important;
	color: white;
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: normal;
}

.text-left {
  color: gray !important;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
text-align: left;
}

#id-login {
	border: 1px solid #dee2e6 !important;
  width: 50%;
}

#boton-login {
	width: 100%;
	background-color: white;
	color: #212529;
	box-shadow: none;
	border: 1px solid #dee2e6 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  padding: .375rem .75rem;
  cursor: pointer;
  border-radius: .25rem !important;
}

#div-login {
    padding: 0.8rem 1rem 0.5rem 1rem !important;
}

.mdc-text-field {
  border-radius: 0 !important;
  height: 2.5rem;
}

.input-form {
  width: 100%;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  padding: .375rem .75rem !important;
  font-size: 0.94rem !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.cas-field.my-3 {
	padding: 0 1rem !important;
}

.input-group-text {
  vertical-align: -40%;
}
.input-group-text {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.1rem !important;
	margin-bottom: 0 !important;
	font-size: 0.7rem !important;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	 border: 0px !important;
	/* border-radius: .25rem; */
}

.input-group-prepend {
  padding: 0.4rem;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 0.7rem;
  text-align: center;
}

.mdc-card {
  box-shadow: none !important;
}

#section-password {
  margin-top: -0.6rem !important;
}


#id-informacion {
  height: auto !important;
  width: 50%;
  margin: 0 auto;
  background-color: #F8F9FB !important;
  padding: 0.8rem !important;
  border: 1px solid #dee2e6 !important;
}

#informacion-login {
  width: 50%;
  margin: 0 auto;
  background-color: #428bca !important;
  font-size: 1em !important;
  color: white;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: normal;
  margin-top: 30px !important;
}

#h3-texto {
  margin: 0;
}

a {
  color: #428bca !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {

  #id-login {
    width: 60%;
  }
  #titulo-cas {
    width: 60%;
  }
  #id-informacion {
    width: 60%;
  }
  #informacion-login {
    width: 60%;
  }
}

@media (min-width: 800px) and (max-width: 999px) {

  #id-login {
    width: 70%;
  }
  #titulo-cas {
    width: 70%;
  }
  #id-informacion {
    width: 70%;
  }
  #informacion-login {
    width: 70%;
  }
}

@media (min-width: 600px) and (max-width: 799px) {

  #id-login {
    width: 80%;
  }
  #titulo-cas {
    width: 80%;
  }
  #id-informacion {
    width: 80%;
  }
  #informacion-login {
    width: 80%;
  }
}

@media (max-width: 599px) {

  #id-login {
    width: 90%;
  }
  #titulo-cas {
    width: 90%;
  }
  #id-informacion {
    width: 90%;
  }
  #informacion-login {
    width: 90%;
  }
}

#btn-clave {
  padding: 0 !important;
}

#dynLinkx509 {
  float: left;
  width: 100%;
  background-color: white;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem;
  cursor: pointer;
}

#titulo-clave {
  color: gray !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#divCargando2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	text-align: center;
	opacity: 0.7;
	background-color: white;
	background-image: url("../images/cargando.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
        background-position-y: 24%;
}

/*

BLOQUE NECESITAS AYUDA

*/

.fa-times-circle::before {
    content: "\f057";
    font-size: 1.2em;
}
.close {
  color: white !important;
  opacity: 1 !important;
}

.card-header {
  background-color: transparent !important;
}

#modalHelpTitle {

         width: 100%;

         text-align: left;

  }

  #modalHelp {
    background: #00000080;

  }

  div.card, div#headingOne, div#headingTwo

    {

        border:0;

    }



    h5.enlaces-ayuda

    {

        text-align:left;

    }



    section.btn-row {

           float: left;

           margin-left: 30%;

    }



    div#headingTwo ul, div#headingOne ul {

           margin-top: 10px;

    }



    div#headingOne h6, div#headingTwo h6 {


           text-align: left;

           margin-top: 10px;

    }
    #identificacion {
    	padding: 0px 10% 0px 10%;
    	background-color: #fff;
    	/*overflow: hidden; */
    	vertical-align: top;
    }

    #identificacion .login-header {
      text-align: center;
      padding: 20px;
      background-color: #3F4F8A;
      margin: -30px;
      margin-bottom: 10px; }
    #identificacion .login-header h2 {
      font-weight: 300;
      color: white;
      font-family: Lato;
      margin-top: 0; }
    #identificacion .login-header .fa-circle {
      color: #1490b3; }
    #login form > h2 {
      display: none; }
    #identificacion .row {
	    padding-bottom: 30px;
    }
    #identificacion label {
      display: block;
      margin-bottom: 2px; }
    #login .check label {
      display: inline; }
    #identificacion input[type=text] {
      font-size: 1.3em;
      padding: 5px;
      width: 100%; }
    #identificacion .btn-row {
      text-align: center; }
    #identificacion .btn-check {
      background: #70ba61;
      border: 0;
      padding: 10px 25px;
      font-weight: normal;
      color: white;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      font-size: 1.25em; }
    #login .btn-reset {
      background: #eee;
      padding: 10px 20px;
      border: 0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      display: none; }
    #identificacion .btn-submit:hover {
      cursor: pointer; }
    #identificacion .btn-submit:hover {
      background: #7fd36e; }
    #login .btn-reset:hover {
      background: #d4d4d4; }
    #login #yubiKeyForm > h2 {
      display: block; }
    #login #yubiKeyForm .btn-reset {
      display: inline-block; }

    #alertBox {
      display: none; }

    .alert-default {
      color: #333;
      background-color: #dedede;
      border-color: #3d3d3d; }

    #identificacion .form-1
    {
        padding-left: 0px;
        padding-right: 0px;
    }
     #identificacion .form-1 input[type="text"] {
        margin-bottom: 10px;
    }
    #identificacion .form-1 input[type="text"] {
        font-family: Calibri, Arial, sans-serif;
        font-size: 1.4em;
        font-weight: 700;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        width: 100%;
        padding: 10px 18px 10px 45px;
        border: none;
        border: #337ab7\9;
        border-style: solid\9;
        border-width: 1px\9;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
        border-radius: 3px;
        background: #f9f9f9;
        background: #ffffff\9;
        color: #777;
        transition: color 0.3s ease-out;
    }

    .form-1 .field i {
        left: 0px;
      /*  top: 5px; */
        position: absolute;
        height: 36px;
        width: 36px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
        color: #777777;
        text-align: center;
        line-height: 50px;
        transition: all 0.3s ease-out;
        font-size: 1.6em;
        pointer-events: none;
    }


    div.info-usuario {
        /* float: left; */
        width: 75%;
        margin: 0 auto;
    }

    #necesitas-ayuda {
    	margin-left: 24%;
    }

    #necesitas-ayuda-sm {
    	margin-left: 9%;
    }

    #modal-necesitas-ayuda
    {
        margin-top:15%;
    }

    .enlaces-ayuda
    {
        margin-bottom: 10px;
    }

    #box-necesitas-ayuda {
    	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    	padding: 10px 40px 0px 40px;
    	background-color: #fff;
    	border: 4px solid #fff;
    	overflow: hidden;
    	vertical-align: top;
    	padding-bottom: 13px;
    	margin: 12px;
    	width: 100%;
    	margin-left: 0;
    	margin-top: 0;
    }

    #modal-introducir-id
    {
        display:none;
    }

    #modal-sua {
      display: none;
    }

    button#btn-check {
    	width: auto;
    /*	margin-left: 65%; */

    }


    i#volver {
        margin-right: 10px;
        cursor: pointer;
    }
    i#volver2 {
        margin-right: 10px;
        cursor: pointer;
    }

    #contactar
    {
        display: none;
    }

    #modal-metadirectorio, #modal-ldapalumnado, #modal-bbdd, #modal-no-existe, #modal-bbdd-sin-correo
    {
        display: none;
    }

    #contactar-centro, #info-usuario, #info-registro-email {
    	margin-bottom: 10px;
            display: none;
    }

    #modalHelpTitle {
    	color: white;
    	font-size: 1rem;
    	/* margin-top: 0.1%; */
    }

    div#modal-ayuda div.bg-primary {
    	padding-top: 1%;
    	padding-bottom: 1%;
    }

    h5.enlaces-ayuda a {
    	font-size: 1rem;
    }

    li::before {
    	content: '\f105';
    	font-family: 'FontAwesome';
    	float: left;
    	margin-top: 14px;
    	margin-right: 4px;
    	color: gray;
    }

    div#modal-ayuda ul {
    	list-style: none;
    }

    div#modal-necesitas-ayuda {
    	margin-top: 0;
    }

    ul, li {
    	list-style: none;
    }

    .modal-header {
    	padding-top: 1%;
    	padding-bottom: 1%;
    }

    #p-identificacion {
      margin-bottom: 0 !important;
    }

    #caducidad-sua {
      margin-bottom: 0em;
    	font-size: 0.8rem !important;
    }

    #login {
	     font-size: 0.94rem !important;
    }
/* */
#necesitas-ayuda-href {
	color: #428bca !important;
}
.modal-header.bg-primary {
	background-color: #428bca !important;
}
#necesitas-ayuda-div {
    padding: 0 !important;
}
