/*form styles*/
.digitalizacionCR {
    position: relative;
    margin-top: 60px;
}

.digitalizacionCR fieldset {
    background: white;
    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
.digitalizacionCR fieldset:not(:first-of-type) {
    display: none;
}



.digitalizacionCR input:focus, .digitalizacionCR textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: 0 0 25px 1px #C4C4C4;
	box-shadow: 0 0 25px 1px #C4C4C4;
    border: 1px solid #8fbe00;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
.digitalizacionCR .action-button {
	width: 150px;
	margin: auto;
    background: #777777;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 40px;
    margin: 10px 5px;
}

.digitalizacionCR .action-button:hover, .digitalizacionCR .action-button:focus {
    background: #8fbe00;
}

.digitalizacionCR .action-button-previous {
    width: 150px;
    background: #fff;
    font-weight: bold;
    color: #8b8b8b;
    border: solid 1px #8b8b8b;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
	 border-radius: 5px;
}


/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.text-disabled{
	color: #959595;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none !important;
    /* color: white; */
    color: #333333;
	text-align: center;
    font-size: 14px;
	font-weight: bold;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
	padding: 0 25px;
}
#progressbar li.active {
    color: #8fbe00;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: #a09f9f;
    background: #f7f7f7;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #f7f7f7;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #8fbe00;
    color: white;
}

.contenedorCantidad {
  /* Flex Properties */
  display: flex;
  align-items: center;
}

.contenedorCantidad .item {
  display: contents; /* added */
}

.digitalizacionCR input{
	font-size: 15px;
	padding: 12px 10px
}

.digitalizacionCR fieldset select, .digitalizacionCR fieldset select .btn{
    /* height: calc(2.86rem + 2px) !important; */
}


.digitalizacionCR label{
	font-size: 12px;
}
.contenedorCantidad label {
	width: 100%;
    padding: 20px;
    margin: 0;
    text-align: left;
    position: relative;
    left: 25px;
  /*display: inline-block; not necessary*/
}

.contenedorCantidad input{
	width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    left: 0;
}


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #8fbe00 !important;
    font-size: 16px;
    font-weight: bold;
	color: #8fbe00;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 16px;
	color: black;
}
.solicitudesA{
	background: #ddebb2;
	padding: 0.9vw 1vw;
	text-align: center;
	border-radius: 20px;
	font-size: 0.73vw;
}
.solicitudesA a{
	height: 19px;
	width: 19px;
	color: white;
	font-size: 0.8vw;
	background: #b5d358;
	padding: 0.1vw 0.3vw;
	border-radius: 100%;
}
.solicitudesA a:hover{
	color: #b5d358;
	background: white;
}
#progressbar li.active.check:before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f00c";
}
.containerPG {
    position: relative;
    z-index: 2;
}
.modalSSO-dialog{
	margin-top: 10%;
}
.btn-modal-sso, .btn-modal-calif{
    border: solid 1px #8DBD13;
    background: white;
    color: #8DBD13;
    width: 94%;
}
.btn-modal-sso:enabled:hover
.btn-modal-calif:enabled:hover{
    border: solid 1px #8DBD13;
    background: #8DBD13;
    color: white;
}
.error-obligatorio {
	border: 1px solid red !important;
}
fieldset.fieldset-paso1 input, fieldset.fieldset-paso1 select {
    max-width: 90%;
}
fieldset.fieldset-paso1 .icono-error-entrada{
	right: -15px;
}

/* Correccion borde de tooltips */
.tooltipster-sidetip .tooltipster-box {
    background: #565656 !important;
    border: none !important;
    border-radius: 4px !important;	
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4) !important;
}
.tooltipster-sidetip .tooltipster-content{
    color: gray !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 12px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 2px !important;
}
.btn-agregar-modal:hover, .btn-agregar-modal:focus {
    color: white;
