/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* ----------------------------------------------------------------------------------------- */
/* ------------------- Checkboxes ---------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
#curriculos .cadastro form .control {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
}
#curriculos .cadastro form .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#curriculos .cadastro form .control_indicator {
	position: absolute;
	top: 0px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}
#curriculos .cadastro form .control-radio .control_indicator {
	border-radius: undefined%;
}
#curriculos .cadastro form .control:hover input ~ .control_indicator,
#curriculos .cadastro form .control input:focus ~ .control_indicator {
	background: #cccccc;
}
#curriculos .cadastro form .control input:checked ~ .control_indicator {
	background: #b7b7b7;
}
#curriculos .cadastro form .control:hover input:not([disabled]):checked ~ .control_indicator,
#curriculos .cadastro form .control input:checked:focus ~ .control_indicator {
	background: #0e6647d;
}
#curriculos .cadastro form .control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
#curriculos .cadastro form .control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
#curriculos .cadastro form .control input:checked ~ .control_indicator:after {
	display: block;
}
#curriculos .cadastro form .control-checkbox .control_indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
#curriculos .cadastro form .control-checkbox input:disabled ~ .control_indicator:after {
	border-color: #7b7b7b;
}

/* ----------------------------------------------------------------------------------------- */
/* ------------------- Radio Buttons ------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
#curriculos .cadastro form .btn-group {
	margin-top: -15px;
}
#curriculos .cadastro form .btn-group > .btn:not(:first-child),
#curriculos .cadastro form .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
#curriculos .cadastro form .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#curriculos .cadastro form .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#curriculos .cadastro form .btn-group > .btn:not(:first-child),
#curriculos .cadastro form .btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#curriculos .cadastro form .btn-group-toggle > .btn,
#curriculos .cadastro form .btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
#curriculos .cadastro form .btn-group-toggle > .btn input[type='radio'],
#curriculos .cadastro form .btn-group-toggle > .btn input[type='checkbox'],
#curriculos .cadastro form .btn-group-toggle > .btn-group > .btn input[type='radio'],
#curriculos .cadastro form .btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
#curriculos .cadastro form .btn-secondary {
	color: #666;
	background-color: #efefef;
	border: 1px solid #ced4d9;
	padding: 8px 15px;
	border-radius: 5px;
}
#curriculos .cadastro form .btn-secondary:hover {
	color: #666;
	background-color: #cfcfcf;
	border: 1px solid #ced4d9;
}
#curriculos .cadastro form .btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
#curriculos .cadastro form .btn-secondary.disabled,
.btn-secondary:disabled {
	color: #666;
	background-color: #6c757d;
	border-color: #ced4d9;
}
#curriculos .cadastro form .btn-secondary:not(:disabled):not(.disabled):active,
#curriculos .cadastro form .btn-secondary:not(:disabled):not(.disabled).active,
#curriculos .cadastro form .show > .btn-secondary.dropdown-toggle {
	color: #666;
	background-color: #cfcfcf;
	border-color: #ced4d9;
}
#curriculos .cadastro form .btn-group,
#curriculos .cadastro form .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
#curriculos .cadastro form .btn-group > .btn,
#curriculos .cadastro form .btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
#curriculos .cadastro form .btn-group > .btn:hover,
#curriculos .cadastro form .btn-group-vertical > .btn:hover {
	z-index: 1;
}
#curriculos .cadastro form .btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
#curriculos .cadastro form .btn-group-vertical > .btn:focus,
#curriculos .cadastro form .btn-group-vertical > .btn:active,
#curriculos .cadastro form .btn-group-vertical > .btn.active {
	z-index: 1;
}
#curriculos .cadastro form .btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* ----------------------------------------------------------------------------------------- */
/* ------------------- Select -------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.custom-select {
	width: 240px;
}
.input-group > .custom-select {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.input-group > .form-control + .custom-select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-file + .custom-select {
	margin-left: -1px;
}
.input-group > .custom-select:focus {
	z-index: 3;
}
.input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select {
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select {
	line-height: 1.5;
	border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}
.custom-select {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat
		right 15px center/8px 10px;
	background-color: #efefef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	color: #000000;
	font-size: 1.7rem;
	font-weight: 450;
	font-style: normal;
	line-height: 2.6rem;
	letter-spacing: -0.5px;
	padding: 10px 15px 12px;
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-select {
		transition: none;
	}
}
.my-1 {
	margin-top: 6px !important;
}
