@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	background-color: #efeff0;
	color: #555;
}

a, a:hover, a:active, a:visited, a:focus {
	color: #F05149;
}

a.disabled {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    color: #ffb8b4;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

#header {
    height: auto;
}

#header-register {
	background: #022833;
}

#logo {
	position: relative;
	float: left;
	line-height: 100%;
	margin-right: 40px;
}

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

.registry-header {
	padding: 3em 0 2em 0;
}

.registry-logo {
    margin: 0 auto;
    text-align: center;
}

.registry-logo a.standard-logo { display: block; }

.registry-logo a.retina-logo { display: none; }


/* ----------------------------------------------------------------
	Navigation
-----------------------------------------------------------------*/


.navbar-default {
    background-color: #022833;
    border: none;
	padding: 24px 48px;
	color: #c6c6c6;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}


.navbar-nav > li {
	padding-top: 30px;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: inherit;
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active,  .navbar-default .navbar-nav > li > a:focus  {
	color: #ccc	;	
}

.nav-icon {
    margin-right: 6px;
    position: relative;
    text-align: center;
    top: -1px;
    vertical-align: top;
    width: 16px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
	color: #ccc;
}
.navbar-nav > li > .dropdown-menu {
	border-top: 4px solid #f05149;
	width: auto;
	margin-top: 16px;
}


.dropdown-menu {
	border-top: 4px solid #f05149;
	width: auto;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #f05149;
}

@media (max-width: 767px) {
	.dropdown-menu {
	min-width: auto;
	list-style: inside none none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f05149;
	}
}

.certification a.btn-primary:hover {
    color: #fff;
}

.btn {
	margin: 5px 10px 5px 0;
	}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #d64845;
  border-color: #d64845;
}

.btn-primary, .btn-primary:visited {
    background-color: #f05149;
    border: 2px solid #f05149;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #d64845;
	border-color: #d64845;
}

.btn-default, btn-default:visited {
    background-color: transparent;
    border: 2px solid #f05149;
    color: #f05149;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    border: 2px solid #f05149;
    color: #f05149;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  border: 2px solid #f05149;
  color: #f05149;
}





/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/	
h1 {
	font-size: 1.625em;
	font-weight: 300;
		}
h2 {
	font-size: 1.625em;
	font-weight: 600;
	color:  #022833;
	margin-top: 0.5em;
	}
h3 {
	font-size: 1.25em;
	font-weight: 300;
	margin-top: 0.5em;
	}

.iconlist {
	font-size: 0.9em;
	color: #7F7F7F;
	}
.caps {
	text-transform: uppercase;
	letter-spacing: 1px;
}
table {
	font-size: 0.9em;
	}
.light-text {
	color: #fff;
	}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/	
#content {
	min-height: 70vh;
	padding-bottom: 10em;
}
#content-home {
	padding-bottom: 6.95em;
}
.certification {
	margin: 2em 0;
	padding: 1.6em 3em;
}		
.certification-admin {
	border-top: 4px solid #993467;
}
.certification-developer {
	border-top: 4px solid #006699;
}
.certification h2 > a {
	color:  #022833;
	text-decoration: none;
}

.certification h2 > a:hover {
	color:  #022833;
	text-decoration: none;
}

.certification a:hover {
	color:  #f05149;
	text-decoration: none;
}

.info-message,
.error-message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.status {

}
i {
	padding-right: 1em;
	font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

.status i {
	color: #006699;
}

.info-message i {
    color: #006699;
}

.error-message i {
    color: #f00;
}

.error-message-exam {
	padding-top: 40px;
	color: #f00;
}

.panel-default > .panel-heading {
    background-color: #fff;
	padding: 1em 0;
}
.panel-body {
	padding: 0;
	}
.certification-well {
	padding: 3em;
	background: #f2f2f2;
	margin-bottom: 3em;
	}

.big-search {
	margin: 1em 0 2em 0;
	}
.big-search input {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 1.42857;
    padding: 8px 14px;
    transition: border-color 0.15s ease-in-out 0s;
    width: 100%;
	}
.big-search .btn {
	margin: 0;
	font-size: 16px;
	padding-left: 20px;
	padding-rigth: 0px;
	}

.big-search input:focus {
	border-color: #AAA;
	border-right: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.box {
    background-color: #fff;
	padding: 1.5em;
	border-radius: 4px;
}

.table {
	margin-bottom: 0;
	}

.results-link, .results-link:hover, .results-link:active, .results-link:visited, .results-link:focus {
	color: #F05149;
	font-weight: bold;
}

.results-link i {
	color: #F05149;
}
/* ----------------------------------------------------------------
	Helpers
-----------------------------------------------------------------*/
.top-padding {
	padding-top:  36px;
	}

.bottom-padding {
	margin-bottom:  10px;
	}

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/	
footer {
	background-color: #ccc;
    border: none;
	color: #c6c6c6;
	position: fixed;
	width: 100%;
	bottom: 0px;

	}
.useful-links {
	padding: 10px 0px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	}
.useful-links li {
	display: inline-block;
  	float: none;
	padding: 6px 15px;
    position: relative;
	border-right: 2px solid rgba(250,250,250,0.7);
	}
.useful-links li:last-child {
	border-right: 0;
	}	
.useful-links li a {
	color: #022833;
	border-radius: 4px;
		}
.useful-links li a:hover {
	background-color: rgba(250,250,250,0.25);
	}
.copyrights {
	background-color: #022833;
	font-size: 0.9em;
	padding: 24px 48px;
	margin: 0 auto;
	text-align: center;
	color: #c6c6c6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	line-height: 1.8;
	}
.copyrights a {
	color: #c6c6c6;
	}
@media (max-width: 767px) {
	.useful-links li {
		border: 0;
	}
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {    
  background-color: #F05149;
  border-color: #F05149;
  cursor: default !important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #F05149 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #F0908B !important;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #F0908B !important;
}

.swal2-progress-steps .swal2-progress-step {
    background: #F05149 !important;
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #F05149 !important;
}

.swal2-popup {
	width:700px !important;
}

/* ----------------------------------------------------------------
	Error messages
-----------------------------------------------------------------*/	

.login-error{
	background-color:#FFF3E8;
	padding:20px 20px 20px 77px;
	color:#333;
	font-weight:bold;
	font-size:12px;
	border: 1px dotted #FB7700;
	margin-bottom:30px;
	background-image:url(../img/login-error.png);
	background-repeat:no-repeat;
	background-position: left;	
}



@keyframes spinner-border {
      to { transform: rotate(360deg); }
    } 
.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    top: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border-width: .3em;
}

.spinner-border-lg {
    width: 2rem;
    height: 2rem;
}

.italic-warn {
    font-style: italic;
    color: red;
    margin-left : 10px;
}

/*ESTILOS TEXTO*/
.lead {
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.lead > p {
    margin-bottom: 30px;
}

.lead > ul {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.container-home {
  padding: 180px 20px 40px 20px;
  margin-right: auto;
  margin-left:auto;
}
.container-badge {
  padding: 50px 20px 50px 20px;
  margin-right: auto;
  margin-left:auto;
}
  
.grey-line-margin-bottom {
	text-align: left; 
	background: url('../img/grey-line.png') repeat-x scroll left bottom;
	padding-bottom:5px;
	margin-bottom:50px;
}

.btn-primary-reverse {
	background-color: transparent;
	border: 2px solid #f05149;
	color: #f05149;
	font-size: 15px;
	margin-right: 5px 30px 5px 0;
}

.btn-primary-reverse {
	background-color: transparent;
	border: 2px solid #f05149;
	font-size: 15px;
}

.btn-primary-reverse:hover {
	color: white;
}	

.badge-alert {
	margin: 10px 10px 10px 10px; 
	background: #f2f2f2;
}

.badge-alert-content {
	text-align: left; 
	padding: 25px 25px 25px 25px
}

.one-line {
	display: inline-block;
	vertical-align: top;
}

.bottom-5 {
	margin-bottom: 5px;
}

.bottom-20 {
	margin-bottom: 20px;
}

.bottom-40 {
	margin-bottom: 40px;
}

.copy-button {
	float: right;
}

.copy-button-text {
	font-size: 14px;
	padding: 5px 2px 6px 2px;
}

.url-box {
	width: 590px; 
	overflow-x: auto; 
	white-space: nowrap; 
	background-color: white;	
}

.url-box-content {
	font-style:italic; 
	padding: 5px 10px 0px 10px;
}

.without-margin {
    margin: 0 0 0px !important;    
}

.btn-menu-cert{
    font-size:16px
}

.text-center {
    text-align: center;
}

.hr-style {
    border-top-color:#ccc !important;    
}

.red-text-color {
    color: #FF0000 !important;
}

.certification-info-div {
    padding: 10px;
    margin-top: 20px;
}

.a-validate-certification, .a-validate-certification:hover, .a-validate-certification:active, .a-validate-certification:visited, .a-validate-certification:focus {
	color: #00008B;
}

.d-none {
	    display: none !important;
	}
	
.edit-mode.form-control {
    display: inline-block;
    width: auto;
    padding: 2px 5px;
    height: 30px;
}
	
.edit-mode.d-none, .view-mode.d-none {
    display: none !important;
}