/* Minification failed. Returning unminified contents.
(591,10): run-time error CSS1036: Expected expression, found '''
(591,66): run-time error CSS1002: Unterminated string: 'eot));
(992,1): run-time error CSS1019: Unexpected token, found '@import'
(992,9): run-time error CSS1019: Unexpected token, found 'url(/Content/Repsol/https:/fonts.googleapis.com/css?family=PT+Sans)'
(1552,1): run-time error CSS1019: Unexpected token, found '@import'
(1552,9): run-time error CSS1019: Unexpected token, found 'url(/Content/Repsol/https:/fonts.googleapis.com/css?family=PT+Sans)'
 */
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/


/* latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(/Content/fonts/PT_Sans.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.contenedor-formulario {
    background-color: #ffffff;
    border: solid 1px #e0ded9;
    padding: 1.875em 1.875em 1.875em 1.875em;
    margin-bottom: 1em;
}

.titulo-formulario {
    font-family: 'PT Sans', sans-serif;
    font-size: 2.250em;
    color: #5c4e44;
    border: 0;
    margin: 0 0 0.556em;
}

.fieldset-formulario {
  margin-bottom: 0.625em;
  width: 97.7%;
}

.legend-formulario {
    font-family: 'PT Sans', sans-serif;
    color: #5c4e44;
    font-size: 1.313em;
    padding-bottom: 0.476em;
    border-bottom: 2px solid #e0ded9;
    margin-bottom: 1.250em;
    width: 100%;
}

.input-estandar {
    width: 100%;
    border-radius: 0px !important;
}

.grupo-input,
.grupo-fecha {
  margin-bottom: 1.250em;
}

.grupo-input .contrasena,
.grupo-input .correo,
.grupo-input .input-estandar,
.grupo-input textarea {
  border-color: #e0ded9;
}

.grupo-input .contrasena:focus,
.grupo-input .correo:focus,
.grupo-input .input-estandar:focus,
.grupo-input textarea:focus {
  outline: none;
  border-color: #007e94;
  box-shadow: 0 0 3px #007e94;
}

@media screen and (max-width: 767px) {
  .contenedor-formulario {
    width: 100%;
  }
}


.divFSoli {
    margin: auto;
    width: 48%;
    margin-bottom: 0.7em;
    float: left; 
    
}


.lbsoli {
    width:30%;
    text-align:right;
    float:left;
    padding-top: 0.5em;
    margin-right: 0.7em;
}

.inSoli{
    width:60% !important;
    float:left;
    text-transform:uppercase;
    font-family: 'PT Sans', sans-serif !important;
}

.divMensajeSinPermiso {
    margin: auto;
    width: 100%;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    color: red !important;
    text-align: center;
    font-size: 0.938em !important;
    font-weight: bold !important;
}

/*.dvBtSubmit {
    width: 100% !important;
    display: inline-block !important;
    margin-top: 2em;
}*/


.noVisible{
    display:none !important;
}

.CdivTabla {
    display:inline-block;
    margin-top:1.3em;
    width:100% !important;
}

.divCab {
    width:100% !important;
    display:inline-block;
}

.formRegis form {
    float: none !important;
    display: inline-block;
    width: 100%;
    padding-top: 2%;
}

.formRegis {
    width: 95%;
}

#btNuevo {
    height: auto !important;
    margin-top: 0,5em;
}

@media only screen and (max-width: 882px) {
    .popover-body {
        padding-top: 10em;
    }

    .header-title {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .divFSoli {
        width: 100% !important;
    }
}
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

.encabezado-selecciones-seleccion-multiple {
  margin-bottom: 0.250em;
}

.nice-select,
.multiselect, .divSelect > select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #e0ded9;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    color: #5c4e44;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 0.938em;
    font-weight: normal;
    /*height: 42px;*/
    line-height: 40px;
    outline: none;
    /*padding-left: 18px;*/
    /*padding-right: 67px;*/
    
    padding: 0.5em 0 0.5em 0;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 30px;
}

    .nice-select:hover, .divSelect > select:hover {
        border-color: #d5d2cb;
    }

    .nice-select:active,
    .nice-select:focus,
    .divSelect > select:active,
    .divSelect > select:focus{
        border-color: #e0ded9;
    }

    .nice-select:after,
    .multiselect:after,
    .divSelect > select:after{
        border-bottom: 2px solid #e67600;
        border-right: 2px solid #e67600;
        content: '';
        display: block;
        height: 15px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 22px;
        top: 35%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 15px;
    }

    .nice-select.open:after,
    .multiselect[aria-expanded="true"]:after,
    .divSelect > select.open:after {
        transform: rotate(-135deg);
    }

.nice-select.open .list,
.ui-autocomplete.open {
  opacity: 1;
  pointer-events: auto;
  border-color: #e0ded9;
  width: 100%;
  display: block;
}

    .nice-select.disabled,
    .divSelect > select.disabled {
        border-color: #e5e3df;
        color: #444;
        pointer-events: none;
    }

.nice-select.disabled:after,
.divSelect > select.disabled:after {
    border-color: #ffb466;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.75em;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
  position: relative;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(102%);
  left: 0;
  width: 100%;
  z-index: 9;
  border: solid 1px transparent;
  opacity: 0;
  display: none;
  max-height: 402px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option,
.multiselect-container li {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 70px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover,
.multiselect-container li:hover,
.multiselect-container li:focus {
  background-color: #e67600;
}

.nice-select .option:hover {
  color: #fff;
}

.nice-select .option.selected {
  font-weight: normal;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #444;
  cursor: default;
}

.current:after,
.multiselect:before {
  border-right: 1px solid #e0ded9;
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  top: 0;
  right: 54px;
}

.current:before {
  background-color: #ffffff;
  content: '';
  right: 1px;
  top: 0;
  height: 40px;
  width: 53px;
  position: absolute;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.custom-combobox {
  display: block;
  position: relative;
}

.custom-combobox .custom-combobox-input {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #e0ded9;
  box-sizing: border-box;
  clear: both;
  color: #5c4e44;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.938em;
  font-weight: normal;
  height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 67px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
}

.custom-combobox .custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  right: 0;
  width: 56px;
  height: 42px;
  cursor: pointer;
  border-left: 1px solid #e0ded9;
}

.custom-combobox:after {
  border-bottom: 2px solid #e67600;
  border-right: 2px solid #e67600;
  content: '';
  display: block;
  height: 15px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 15px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 15px;
}

.custom-combobox.open:after {
  transform: rotate(-135deg);
}

.ui-autocomplete {
  max-height: 402px;
  overflow: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
  position: absolute !important;
  z-index: 99;
}

.ui-autocomplete .ui-menu-item {
  font-family: 'titilliumregular';
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  text-align: left;
  transition: all 0.2s;
  color: #5c4e44;
}

.ui-autocomplete .ui-menu-item:focus,
.ui-autocomplete .ui-menu-item:hover {
  background-color: #e67600;
  border: 0;
  color: #fff;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding-left: 18px;
  padding-right: 18px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #e67600;
  border: 0;
  color: #fff;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #e67600;
  border: 0;
  color: #fff;
}

.ui-autocomplete .ui-menu-item-wrapper.active {
  background-color: #e67600;
  border: 0;
  color: #fff;
}

.ui-helper-hidden-accessible {
  display: none;
}

.multiselect {
  box-shadow: none !important;
  border: solid 1px #e0ded9 !important;
  background-color: transparent !important;
}

.multiselect .multiselect-selected-text {
  position: relative;
  top: -6px;
}

.multiselect .caret {
  display: none;
}

.multiselect:hover,
.multiselect:focus,
.multiselect:active,
.multiselect.open {
  background-color: transparent !important;
  border: solid 1px #e0ded9;
  box-shadow: none;
}

.multiselect-container {
  margin-top: -30px;
  width: 100%;
  box-shadow: none;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
}

.multiselect-container li label {
  padding: 0;
}

.multiselect-container li a:hover {
  background-color: transparent !important;
}

.multiselect-container li a label {
  padding: 9px 20px 9px 25px;
}

.multiselect-container li a label input {
  margin-left: -25px !important;
  margin-top: 7px;
}

.multiselect-container li.active {
  background-color: #e67600;
}

.multiselect-container li.active a {
  background-color: transparent !important;
}

.multiselect-container .multiselect-group {
  padding: 0 18px 0 18px;
}

.multiselect-container .multiselect-group label {
  padding: 0 !important;
  width: 100%;
}



@font-face {
    font-family: 'fontello';
    src: url(/Content/iconos/fontello.eot?40008215' format('eot));
    src: url(/Content/iconos/fontello.eot?40008215#iefix) format('embedded-opentype'), url(/Content/iconos/fontello.woff2?40008215) format('woff2'), url(/Content/iconos/fontello.woff?40008215) format('woff'), url(/Content/iconos/fontello.ttf?40008215) format('truetype'), url(/Content/iconos/fontello.svg?40008215#fontello) format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-checked:before {
    content: '\e800';
}

/* 'î €' */

.icon-close:before {
    content: '\e801';
}

/* 'î ' */

.icon-danger-sign:before {
    content: '\e802';
}

/* 'î ‚' */

.icon-hamburguer-menu:before {
    content: '\e803';
}

/* 'î ƒ' */

.icon-perfil_usuario:before {
    content: '\e804';
}

/* 'î „' */

.icon-arrow-down-sign-to-navigate:before {
    content: '\e805';
}

/* 'î …' */

.icon-buscar_descriptor:before {
    content: '\e806';
}

/* 'î †' */

.icon-perfil_ayuda:before {
    content: '\e809';
}

/* 'î „' */

.icon-calendar:before {
    content: '\e807';
}

/* 'î „' */

.icon-calendar_hover:before {
    content: '\e808';
}

/* 'î „' */

.icon-after {
    /* 'î €' */
    /* 'î ' */
    /* 'î ‚' */
    /* 'î ƒ' */
    /* 'î „' */
    /* 'î …' */
    /* 'î †' */
    /* 'î „' */
    /* 'î „' */
    /* 'î „' */
    /* 'î „' */
    /* 'î „' */
}

    .icon-after.icon-checked:after {
        content: '\e800';
    }

    .icon-after.icon-close:after {
        content: '\e801';
    }

    .icon-after.icon-danger-sign:after {
        content: '\e802';
    }

    .icon-after.icon-hamburguer-menu:after {
        content: '\e803';
    }

    .icon-after.icon-perfil_usuario:after {
        content: '\e804';
    }

    .icon-after.icon-arrow-down-sign-to-navigate:after {
        content: '\e805';
    }

    .icon-after.icon-buscar_descriptor:after {
        content: '\e806';
    }

    .icon-after.icon-perfil_ayuda:after {
        content: '\e809';
    }

    .icon-after.icon-calendar:after {
        content: '\e807';
    }

    .icon-after.icon-calendar_hover:after {
        content: '\e808';
    }

    .icon-after.icon-buscar_descriptor:before {
        content: '';
    }

    .icon-after.icon-checked:before {
        content: '';
    }

    .icon-after.icon-close:before {
        content: '';
    }

    .icon-after.icon-danger-sign:before {
        content: '';
    }

    .icon-after.icon-hamburguer-menu:before {
        content: '';
    }

    .icon-after.icon-perfil_usuario:before {
        content: '';
    }

    .icon-after.icon-arrow-down-sign-to-navigate:before {
        content: '';
    }

    .icon-after.icon-buscar_descriptor:before {
        content: '';
    }

    .icon-after.icon-perfil_ayuda:before {
        content: '';
    }

    .icon-after.icon-calendar:before {
        content: '';
    }

    .icon-after.icon-calendar_hover:before {
        content: '';
    }


.icon-danger-sign {
    color:red;
}



.CError .icon-danger-sign 
{
    font-size: 62px
}

/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

.contenedor-acordeon .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.contenedor-acordeon .panel-default > .panel-heading {
  background-color: transparent;
}

.contenedor-acordeon .panel-heading {
  border: none;
  padding: 10px 0;
}

.contenedor-acordeon .panel-title {
  position: relative;
  color: #5c4e44;
  font-size: 1.313em;
  font-weight: normal;
}

.contenedor-acordeon .panel-title > a:hover,
.contenedor-acordeon .panel-title a:focus {
  text-decoration: none;
  color: #ff8200;
}

.contenedor-acordeon .acordeon-header {
  position: relative;
  display: inline-block;
  line-height: 23px;
  padding-right: 10px;
  width: 100%;
}

.contenedor-acordeon .acordeon-header .acordeon-header-text {
  display: inline-block;
  width: 98%;
}

.contenedor-acordeon .panel-body {
  color: #5c4e44;
  padding-top: 0.75% !important;
  padding-bottom: 2.5%;
}

.contenedor-acordeon .panel-group .panel {
  margin: 0;
}

.contenedor-acordeon .panel-group .panel-heading + .panel-collapse > .list-group,
.contenedor-acordeon .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.contenedor-acordeon .panel-heading [data-bs-toggle="collapse"]:after {
    position: absolute;
    right: 0;
    top: 2px;
    color: #0092AE;
    font-size: 17px;
    line-height: 22px;
    transform: rotate(-180deg);
    text-decoration: none;
}

.contenedor-acordeon .panel-heading [data-bs-toggle="collapse"].collapsed:after {
  transform: rotate(0deg);
}

.contenedor-acordeon .iconos-repsol {
  font-size: 1em;
  margin: 0;
}

.contenedor-acordeon .iconos-repsol:before {
    float: right;
    color: #0092AE;
}

.contenedor-acordeon__top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 6.250em;
  background-color: #fbfbfb;
}

.contenedor-acordeon__top .panel-heading [data-bs-toggle="collapse"]:after {
  transform: rotate(0deg);
}

.contenedor-acordeon__top .panel-heading [data-bs-toggle="collapse"].collapsed:after {
  transform: rotate(-180deg);
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .contenedor-acordeon__top {
    padding: 0 1.250em;
  }
}
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

.alert {
    padding-left: 1.25em;
    padding-right: 2.5em;
    font-size: 0.938em;
    color: #5c4e44;
    margin-bottom: 1.467em;
    border-radius: 4px;
    padding: 15px;
}

.alert-dismissible .close {
  color: #5c4e44;
  opacity: 1;
  text-shadow: none;
}

.alert-dismissible .close:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.alert-dismissible {
  position: relative;
}

.texto-resaltado-alerta {
  font-weight:bold;
}

.alert-success {
  background-color: rgba(105, 151, 44, 0.6);
  border: 1px solid #6a972c;
}

.alert-info {
  background-color: rgba(0, 126, 147, 0.2);
  border: 1px solid #007e94;
}

.alert-warning {
  background-color: rgba(255, 184, 28, 0.7);
  border: 1px solid #ffb81c;
}

.alert-danger {
  background-color: rgba(227, 0, 39, 0.3);
  border: 1px solid #e40028;
}


/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

@import url(/Content/Repsol/https:/fonts.googleapis.com/css?family=PT+Sans);

.rps-tabla {
  position: relative;
}

    .rps-tabla .rps-tabla-titulo {
        font-family: 'PT Sans', sans-serif;
        color: #5c4e44;
        font-size: 1.313em;
        margin-bottom: 0.952em;
        padding-top: 4px;
    }

.rps-tabla .selector-multiple {
  width: 12em;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.rps-tabla .tablesorter {
  width: 80%;
  margin:auto;
  margin-bottom: 1.875em;
}

    .rps-tabla .tablesorter caption {
        font-family: 'PT Sans', sans-serif;
        font-size: 1.313em;
        color: #5c4e44;
        line-height: 1em;
        padding-bottom: 0.952em;
    }

    .rps-tabla .tablesorter thead, .t-grid-header .t-header {
        background-color: #9c9081;
        font-family: 'PT Sans', sans-serif;
        color: #ffffff !important;
        box-shadow: 0 -1px 0 0 #e0ded9;
        text-align: center;
    }

.t-header .t-link {
    color: #ffffff !important;
}

.rps-tabla .tablesorter thead tr th {
    border-right: 1px solid rgba(224, 222, 217, 0.1);
    text-align: right;
}

.rps-tabla .tablesorter thead tr th:first-child {
  text-align: left;
}

.rps-tabla .tablesorter thead tr .header,
.rps-tabla .tablesorter thead tr .headerSortUp,
.rps-tabla .tablesorter thead tr .headerSortDown {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.rps-tabla .tablesorter thead tr .header {
  background-image: url(/Content/img/arrow.png);
}

.rps-tabla .tablesorter thead tr .headerSortUp {
  background-image: url(/Content/img/desc.png);
}

.rps-tabla .tablesorter thead tr .headerSortDown {
  background-image: url(/Content/img/asc.png);
}

.rps-tabla .tablesorter tbody tr {
  border-bottom: 1px solid #e0ded9;
}

.rps-tabla .tablesorter tbody tr:last-child {
  border: none;
}

.rps-tabla .tablesorter tbody tr:nth-child(odd) {
  background-color: rgba(224, 222, 217, 0.25);
}

    .rps-tabla .tablesorter tbody tr td {
        font-family: 'PT Sans', sans-serif;
        text-align: right;
    }

.rps-tabla .tablesorter tbody tr td:first-child {
  text-align: left;
}

.rps-tabla .tablesorter td,
.rps-tabla .tablesorter th {
  padding: 0.750em;
}

.rps-tabla .rps-paginacion .rps-pagination-list {
  float: right;
}

.tbCen {
    margin:auto;
}

td, th {
 text-align:center !important;
}

table tr[role=row]:hover {
    background-color:azure !important;
    
}

.editando {
    background-color: antiquewhite !important;
}

@media screen and (max-width: 767px) {
    .rps-tabla .selector-multiple {
    width: 100%;
    position: relative;
    margin-bottom: 0.625em;
  }

    .input-tabla {
        padding: 0.5em 0 0.5em 0 !important;
        margin: auto !important;
    }

  .rps-tabla .tablesorter thead {
    display: none;
  }

  .rps-tabla .tablesorter tbody tr td {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e0ded9;
  }

  .rps-tabla .tablesorter tbody tr td:nth-child(even) {
    background-color: rgba(224, 222, 217, 0.25);
  }

  .rps-tabla .tablesorter tbody tr td:last-child {
    border: none;
  }

  .rps-tabla .tablesorter tbody tr td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }

  .rps-tabla .tablesorter tbody tr td:nth-child(odd) {
    background-color: rgba(224, 222, 217, 0.25);
  }

    .rps-tabla .tablesorter tbody tr td:first-child {
        background-color: #9c9081;
        color: #ffffff;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
    }

  .rps-tabla .tablesorter tbody tr td:first-child:before {
    content: "";
  }
}
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

input[type=email],
input[type=password],
input[type=text],
input[type=number],
input[type=tel],
input,
textarea {
    display: inline;
    border: 1px solid;
    border-radius: 6px;
    padding: 0.50em;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 0.938em;
    width: 100%;
    border: 1px solid #bdc0c4;
    text-transform: uppercase;
}

input[type=checkbox],
input[type=radio] {
    width: auto !important;
}

    input[type=submit],
    input[type=button],
    input[type=reset] {
        width: auto !important;
        text-transform: uppercase;
    }



input[type=email]:disabled,
input[type=password]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input:read-only,
textarea:disabled {
    border: none !important;
    background-color: #e0ded9 !important;
}

.cuenta-caracteres,
.etiqueta-input {
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    font-size: 0.938em;
    color: #9c9081;
}

.padding-label {
    padding:0.5em;
}

.input-valido {
  background-image: url(/Content/img/Checked_ok.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.grupo-input .error-validate {
  border-color: #e40028 !important;
  color: #e40028;
  background-image: url(/Content/img/novalido.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.grupo-input .error-validate:focus {
  outline: none;
  border-color: #e40028;
  box-shadow: none;
}

.error-mensaje {
  font-family: 'titilliumregular';
  font-size: 0.813em;
  color: #e40028;
}

textarea {
  height: 12.5em;
  resize: none;
}

.cuenta-caracteres {
  margin-top: 0.625em;
}

.grupo-fecha input[type=text],
.grupo-fecha input[type=number] {
    width: 4%;
    display: block;
    border: 1px solid;
    border-radius: 6px;
    border-color: #e0ded9;
    padding: 0.750em;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-size: 0.938em;
    -moz-appearance: textfield;
}

.grupo-fecha input[type=text]:focus,
.grupo-fecha input[type=number]:focus {
  outline: none;
  border-color: #007e94;
  box-shadow: 0 0 3px #007e94;
}

.grupo-fecha input[type=number]::-webkit-outer-spin-button,
.grupo-fecha input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grupo-fecha-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.grupo-fecha-container input[type=text],
.grupo-fecha-container input[type=number] {
  -moz-appearance: textfield;
}

.grupo-fecha-container .dia-nacimiento,
.grupo-fecha-container .mes-nacimiento {
  width: 30%;
}

.grupo-fecha-container .dia-nacimiento input[type=text],
.grupo-fecha-container .mes-nacimiento input[type=text],
.grupo-fecha-container .dia-nacimiento input[type=number],
.grupo-fecha-container .mes-nacimiento input[type=number] {
  -moz-appearance: textfield;
}

.grupo-fecha-container .dia-nacimiento input[type=number]::-webkit-outer-spin-button,
.grupo-fecha-container .mes-nacimiento input[type=number]::-webkit-outer-spin-button,
.grupo-fecha-container .dia-nacimiento input[type=number]::-webkit-inner-spin-button,
.grupo-fecha-container .mes-nacimiento input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grupo-fecha-container .anyo-nacimiento {
  width: 40%;
}

.separador {
  margin: 0 0.438em;
  color: #9c9081;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9c9081;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9c9081;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9c9081;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9c9081;
}

@media screen and (min-width: 768px) {
  .grupo-fecha-container input[type=text],
  .grupo-fecha-container input[type=number] {
    width: 0;
  }

  .grupo-fecha-container .dia-nacimiento input[type=text],
  .grupo-fecha-container .mes-nacimiento input[type=text],
  .grupo-fecha-container .dia-nacimiento input[type=number],
  .grupo-fecha-container .mes-nacimiento input[type=number] {
    width: 100%;
    text-align: center;
  }

  .grupo-fecha-container .anyo-nacimiento input[type=text],
  .grupo-fecha-container .anyo-nacimiento input[type=number] {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .grupo-fecha input[type=text],
  .grupo-fecha input[type=number] {
    width: 100%;
  }

  .grupo-fecha-container input[type=text],
  .grupo-fecha-container input[type=number] {
    width: 100%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

@import url(/Content/Repsol/https:/fonts.googleapis.com/css?family=PT+Sans);

.boton,
.boton-estandar,
.boton-secundario,
.boton-auxiliar,
.boton-inactivo {
    font-family: 'PT Sans', sans-serif;
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 2.825em;
    padding: 0 1.2em 0.1em;
    cursor: pointer;
}

.boton-estandar {
    border-radius: 0px;
    background-color: #0092AE;
    color: #ffffff;
}

.boton-estandar:hover {
    background-color: #ffffff;
    color: #0092AE;
    border: 1px solid #0092AE;
}

.boton-estandar:focus {
    background-color: #0092AE;
    color: #ffffff;
    border: none;
}

a.boton-estandar {
    padding: 9px 1.2em 11px;
    border-color: #0092AE;
    text-decoration: none;
    display: inline-block;
}

.boton-secundario {
  background-color: #041e42;
  color: #ffffff;
}

.boton-secundario:hover {
  background-color: #ffffff;
  color: #041e42;
  border: 1px solid #041e42;
}

.boton-secundario:focus {
  background-color: #041e42;
  color: #ffffff;
  border: none;
}

.boton-auxiliar {
  background-color: #ffffff;
  color: #9c9081;
  border: 1px solid #9c9081;
}

.boton-auxiliar:hover {
  background-color: #9c9081;
  color: #ffffff;
  border: none;
}

.boton-auxiliar:focus {
  background-color: #ffffff;
  color: #9c9081;
  border: 1px solid #9c9081;
}

.boton-inactivo {
  background-color: #e0ded9;
  color: #9c9081;
  cursor: default;
}

.enlace,
.enlace-principal,
.enlace-parrafo {
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
}

.enlace-principal {
  color: #e67600;
}

.enlace-principal:hover {
  color: #e67600;
}

.enlace-parrafo {
  color: #007e94;
}

.enlace-parrafo:hover {
  color: #007e94;
}

.btn-info {
    background-color: #e67600;
    border-color: #e67600;
    border-radius: 50%;
    font-size: 21px;
    width: 1.905em;
    height: 1.905em;
    font-family: 'PT Sans', sans-serif;
    line-height: 21px;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #ffffff;
  color: #e67600;
  border: 1px solid #e67600;
}

.btn-info:active {
  background-color: #e67600;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

.btn-info:active:focus {
  background-color: #e67600;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

.bt-right{
    float:right;
}

#btGesVehi {
    margin: auto;
    float: none;
    display: inline;
}
/*--------------------------------
	# GENERIC VARIABLES
--------------------------------*/

.rps-dropdown {
  font-family: 'titilliumregular';
  width: 100%;
}

.rps-dropdown.btn-col1 {
  width: 100px;
}

.rps-dropdown.btn-col2 {
  width: 190px;
}

.rps-dropdown.btn-col3 {
  width: 280px;
}

.rps-dropdown.btn-col4 {
  width: 370px;
}

.rps-dropdown.open .btn-default {
  box-shadow: none;
  border-radius: 5px 0 0 0;
  background-color: #ffB81C;
  color: #ffffff;
}

.rps-dropdown.open .btn-default:hover,
.rps-dropdown.open .btn-default:focus,
.rps-dropdown.open .btn-default:visited {
  background-color: #ffB81C;
  color: #ffffff;
}

.rps-dropdown.open .btn-default:active {
  background-color: #ffB81C;
  box-shadow: none;
  color: #ffffff;
}

.rps-dropdown.open .btn-default .caret {
  border-radius: 0 5px 0 0;
}

.rps-dropdown .btn-default {
  background-color: #e67600;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.813em 2.813em 1em 0.750em;
  width: 100%;
  line-height: 100%;
}

.rps-dropdown .btn-default:active:focus,
.rps-dropdown .btn-default:active {
  background-color: #ffB81C;
  box-shadow: none;
  color: #ffffff;
}

.rps-dropdown .caret {
  border: 0;
  background-color: #e67600;
  width: 2.813em;
  height: 2.813em;
  position: absolute;
  border-radius: 0 5px 5px 0;
  top: 0;
  right: 0;
  border-left: 1px solid;
}

.rps-dropdown .caret:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 0.938em;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 35%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 15px;
}

.rps-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-color: #e0ded9;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  width: 100%;
  min-width: auto;
  overflow: hidden;
  color: #5c4e44;
}

.rps-dropdown .dropdown-menu li a {
  padding: 0.719em 0.594em;
  white-space: normal;
  font-size: 0.938em;
}

.rps-dropdown .dropdown-menu li a:hover,
.rps-dropdown .dropdown-menu li a:focus {
  background-color: #e67600;
  color: #ffffff;
}

