body, html {
  height: 100%;
background-color: #f2f2f2;
}

.btn-primary{
    background-color: #06c;
    border-color: #06c;
	}

/* .bg { 

  background-image: url("../images/bkg-header.png");


  height: 100%; 

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

header{
	position: relative;
padding-left: 3em;
padding-right: 3em;
background-color: #FFFFFF;
	width: 100%;
	margin: 0;
/*
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
*/
}


@media (min-width: 992px){

.navbar-collapse{
	margin: 0 auto;
	}
	
.navbar-collapse .navbar-nav{
	position: absolute;
	right: 130px;
	}
}

.navbar-light .navbar-nav .nav-link{
	color: #06c;
	font-weight: 700;
}
.navbar-light .navbar-nav .active > .nav-link{
	color: #06c;
	border-bottom: 2px #06c solid;
}
footer{
	position: relative;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #e5e5e5;
	color: #666;
/*
	bottom: 0;
	left: 0;
	width: 100%;
*/
}

footer p{
	font-size: 0.8em;
}


@media (max-width: 992px) {
		header, #footer{
		padding-left: 0;
		padding-right: 0;
		}
	}

.navbar-light .navbar-brand{
    margin-right: 0;
    font-size: 1rem;
	color: #06c;
	font-weight: 700;
}

.container-hp{
	margin: 0;
	padding: 2em;
  background-image: url("../images/bkg-header.png");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.containerbox-hp{
position: relative;

	}

.navbar .navbar-brand img{
	margin-left: 30px;
	}

.navbar .logo{
	visibility: hidden;
	}

@media (min-width: 992px) {
.container-hp{
	margin: -65px auto -99px;
}
	
.containerbox-hp{
	margin: 0;
		transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 100%;
	max-width: 1000px;
	}
	
.navbar .navbar-brand img{
	visibility: hidden;
	}
	
	.navbar .logo{
	visibility: visible;
	}
	
	}

.boxhome
{
	 padding: 2em;
	 background: rgba(255,255,255,0.8);
	border-radius: 5px;
	margin-bottom: 1em;
	min-height: 400px;
}

.boxhome h3
{
		text-align: center;
		color: #06c;
}

.form-signin label{
	color: #06c;
	}

.form-signin button{
	text-align: center;
	margin-top: 2em;
	}

.form-nv {visibility:hidden;height:1px;overflow:hidden;}

.boxhome .jumbotron{
	padding: 2em;
	color: black;
	text-align: center;
	margin: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 100%;
	max-width: 1000px;
	}
	

.container-section{
	padding-top: 3em;
	padding-bottom: 3em;
	}


.container-section h1, .container-section h2, .container-section h3{
	color: #06c;
	/*margin-bottom: 1em;*/
	*margin-bottom: 10px;
	text-align: left;
	}


.user-roche-table, .user-roche-search, .user-candidacy,.tablefullw{
	background-color: #FFF;
	margin: 1em 0;
	padding: 2em;
	border-radius: 0.5em;
	text-align: center;
	}

.tablefullw{
	margin: 1em 0;
	padding: 0;
	text-align: left;
	}

.tablefullw .title{
	margin: 0.8em 0;
	}

.user-roche-search, .user-candidacy{
	text-align: left;
	}

.user-roche-table .name, .tablefullw .name{
font-weight: 700;
	}

.user-roche-table .badge, .tablefullw .badge{
font-size: 1em;
width: 100%;
	}

.user-roche-search .bolder, .user-candidacy .bolder{
	font-weight: 600;
	}


.user-candidacy .btn-primary{
	margin-top: 2em;
	}

.user-candidacy td .btn-primary{
	margin-top: 0;
	}





.hidden 
{
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
.error 
{
    color: Red;
}

.error-summary
{
    color: Red;
    margin-top: 20px;
    border: 1px solid;
}

.error-summary ul:before 
{
    content: "Errors";
    font-weight: 700;
}

.user-candidacy h3 
{
    text-align: center;
}

div.steps 
{
    margin-bottom: 25px;
}

div.steps div 
{
    margin: 0;
    padding: 0;
    border-left: 2px solid #000a80;
}
div.steps div.no-border
{
    border: 0;
}
div.steps div input 
{
    width: 100%;
    background: transparent;
    border: 0;
    background-color: #0169CD;
    color: #fff;
    height: 40px;
    cursor: pointer;
}

div.steps div.active input 
{
    border-bottom: 5px solid #000a80;
}


.dropdown-toggle::after 
{
    font-size: 25pt;
    vertical-align: 0px;
}

/*Pop-up admin*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.pnlBackGround {
    position: fixed;
    max-height: 80%;
    top: 10%;
    right: 10%;
    left: 10%;
    z-index: 100000000;
    outline: 0;
    background-color: white;
    border: 1px solid #E6E6E6;
    overflow-y: scroll;
}


    .pnlBackGround label {
        color: #747474;
        padding-bottom: 0.8em;
        padding-top: 0.8em;
        letter-spacing: 0.02em;
    }

    .pnlBackGround .btnpop {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .pnlBackGround .btnpop input {
            display: block;
            margin: 0 auto;
            min-width: 100px;
        }



.btn-margin{
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 1em;
	}

a, a:hover{text-decoration:none;}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}


a.oi-question-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #0d6efd;
	color: #ffffff;
	border: 1.4px solid #0d6efd;
	font-size: 9.5px;
	text-decoration: none;
	margin-left: 3px; /* spacing from label */
	vertical-align: top; /* aligns with label text */
	transform: translateY(2px); /* fine-tune vertical alignment */
}

.tooltip-inner {
	white-space: nowrap;
	max-width: none; /* evita que Bootstrap limite el ancho */
}