.cursorPointer {
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.displayNone {
	display: none !important;
}

.displayInline {
	display: inline !important;
}

.thumbnail-classic-title-wrap {
	line-height: 36px;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-4 {
	margin-bottom: 4px !important;
}

.textTransformNone {
	text-transform: none;
}

.facaSeuTesteAlerta {
	display: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
/*	color: #31708f;
	background-color: #d9edf7;
	padding: 20px;
	font-weight: bold;*/

	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.facaSeuTesteAlerta2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;

	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.facaSeuTesteTitulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #5D5F63;
	text-transform: none;
}

.facaSeuTestePergunta {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #31708f;
	background-color: #d9edf7;
	padding: 20px;
	font-weight: bold;
}

.facaSeuTesteAlternativa {
	font-family: 'Open Sans', sans-serif;
	color: #5D5F63;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

.tabs-horizontal .tabs-corporate .nav-link .active {
    border-color: red !important;
}


.btn2 {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    margin-right: 4px;
}

/* Style the active class, and buttons on mouse-over */
.active2, .btn2:hover {
    background-color: #666;
    color: white;
}

.tabs-corporate .nav-link {
	min-width: 100px !important;
}

.card-corporate .card-title a {
	line-height: 48px;
}

.alert2 {
    position: relative;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert2-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert2-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-check-input {
    margin-left: 0 !important;
}

* {
	text-transform: none !important;
}

h1 {
    /*color: #756aee;*/
    color: black;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.borderWhite {
	border-color: white;
}

.competenciasMargin {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.competenciasMargin {
		margin-top: 80px;
	}
}

@media (min-width: 480px) {
.footer-social-list .icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
}
}

.digCompTestRodape1 p {
	margin-top: 5px;
}

@media (max-width: 767.98px) {
	.digCompTestRodape1 p {
		margin-top: 0px;
	}

	.digCompTestRodape1 {
		text-align: center !important;
	}

	.digCompTestRodape2 {
		margin-top: 15px;
		text-align: center !important;
	}
}