/* (c) 2017 Senac Sao Paulo */
div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	padding-inline-start: 40px;
}

.container h1, h3 {
	font-weight: normal;
	color: #ff7f00;
}

.space {
	float: left;
	width: 100%;
	height: 50px;
	display: none;
}

.boxGray {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 20px;
	background-color: #eee;
}

.box {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 20px;
	margin-bottom: 20px;
}

.bgGray {
	background-color: #eee;
}

.tit {
	font-family: UniversCondensedBold;
	font-size: 30px !important;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.v1, .v2 {
	float: left;
}

.v1 {
	width: 300px;
}

.v2 {
	width: 195px;
}

#titVaga, #codVaga {
	font-size: 18px;
}

#pcdDesc {
	font-size: smaller;
}

.orange {
	color: #ff7f00;
}

.fechar {
	float: left;
	margin-top: -15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: right;
	display: none;
}

.col1 {
	float: left;
	width: 760px;
}

.col2 {
	float: right;
	width: 180px;
}

.btInf {
	margin: 0 auto;
	width: 160px;
	height: 50px;
}

.btInf:hover {
	cursor: pointer;
}

.btInf img {
	width: 100%;
}

.btOrange {
	float: left;
	width: 140px;
	height: 50px;
	background-color: #ff7f00;
	color: white;
	font-size: 15px;
	/* padding:15px 0px 0px 14px; */
	padding: 15px 0px 0px 0px;
}

.btOrange:hover {
	cursor: pointer;
}

.boxDesc {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
	display: none;
	border-top: 1px solid #e1e1e1;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
}

.normal {
	filter: invert(0%);
}

.inverted {
	filter: invert(100%);
}

.row {
	float: left;
	width: 100%;
}

.btn-talentos {
	width: 490px;
	height: 50px;
	background-color: #EEE;
	color: #CCC;
	font-family: UniversCondensedBold;
	font-size: 30px;
	border: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btn-talentos:hover {
	background-color: #ff7600;
	color: #FFF;
	cursor: pointer;
}

.actual {
	background-color: #ff7600;
	color: #FFF;
}

.mb {
	margin-bottom: 10px;
}

.blue {
	color: #00478b;
}

/* detalhes das vagas */
.d1, .d2, .d3, .d4 {
	float: left;
}

.d1 {
	width: 24%;
}

.d2 {
	width: 49%;
}

.d3 {
	width: 74%;
}

.mt {
	margin-top: 10px;
}

.tit1 {
	font-size: 16px;
	font-weight: bold;
}

.vaga {
	float: left;
	width: 140px;
	height: 30px;
	color: white;
	padding: 7px;
	font-weight: bold;
	margin-right: 10px;
}

.vaga:hover {
	cursor: pointer;
}

.bgOrange {
	background-color: #ff7600;
}

.bgGray2 {
	background-color: #ccc;
}

.vagaDesc {
	display: none;
	margin-left: 0px !important;
}
/* detalhes das vagas */
.hr {
	float: right;
	width: 95%;
}

.questoes {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #777;
}

.questoes_item {
	padding-left: 30px;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #777;
	border-bottom: 1px dotted #ccc;
}

.calc {
	font-size: 22px;
	color: #0052a1;
}

.bgGray {
	background-color: #eee;
}

/***** critÃƒÂ©rio ****/
.criterio {
	/* background-color:#f7f7f7; */
	background-color: #e3effa;
	border-radius: 7px;
	padding: 15px;
	font-size: 15px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
}

.btConcluir {
	margin: 0 auto;
	width: 200px;
	background-color: #ff7f00;
	color: white;
	text-align: center;
	padding: 10px;
}

.btConcluir:hover {
	cursor: pointer;
}
/***** critÃƒÂ©rio ****/

/***** menu banco de talentos *****/
.recru-wrapper {
	float: left;
	margin: 10px 0px 10px 0px;
	width: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 19px;
	display: none;
}

.recru-menu-item {
	float: left;
	width: 88%;
	height: 18px;
	margin: 12px 0px 7px 15px;
	display: none;
}

.recru-menu-item a:link {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

.recru-menu-item a:hover {
	color: #ff7f00;
	text-decoration: underline;
}

.recru-menu-item a:visited {
	color: white;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.recru-wrapper {
		width: 100%;
		display: block;
	}
	#recru-menu-top {
		float: left;
		width: 100%;
		height: 45px;
		background-color: #EFF0DF;
		margin-bottom: 1px;
	}
	#recru-menu-desc {
		float: left;
		width: 80%;
		color: #FF7F00;
		margin: 10px 0px 0px 14px;
	}
	#recru-menu-icon {
		float: right;
		width: 25px;
		height: 45px;
		margin: 0px 10px 0px 0px;
	}
	#recru-menu-content {
		float: left;
		width: 100%;
		height: 0px;
		background-color: #666666;
	}
	.recru-menu-item {
		float: left;
		color: white;
		font-size: 18px;
	}
	/* 		.recru-menu-item{ float:left; width:100%; margin:10px 0px 10px 20px; color:white; font-size:18px;  }			 */
	.notablet {
		display: none;
	}
}
/***** menu banco de talentos *****/

/***** buttons *****/
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f),
		to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',
		endColorstr='#4e7d0e');
}

.btn {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.btn-error {
	color: #fff;
	background-color: #e6372a;
	border-color: #e6372a;
}

/***** buttons *****/
.c {
	text-align: center;
}

.bg-table {
	background-color: #666;
	color: white;
}

@font-face {
	font-family: 'UniversCondensedBold';
	/* src: url('/css/fonts/Univers-Condensed-Bold.ttf') format('truetype'); */
	font-weight: normal;
	font-style: normal;
}

/***** table *****/
#myTable {
	width: 100%;
	font-size: 15px;
}

#myTable th {
	background-color: #666;
	color: white;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

#myTable td {
	font-size: 14px;
	padding: 8px;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
/***** table *****/

/* media screen */
@media screen and (max-width:767px) {
	.col1 {
		width: 73%;
	}
	.col2 {
		width: 25%;
	}
	.btInf {
		width: 100%;
	}
	.v1, .v2 {
		width: 100%;
	}
	.btn-talentos {
		width: 100%;
		font-size: 26px;
		margin-bottom: 5px;
	}
	#myTable {
		font-size: 13px;
	}
	.notablet {
		display: none;
	}
	.space {
		display: block;
	}
	.d2 {
		width: 96%; 
		margin-left: 1% !important;
	}
}

@media screen and (max-width:480px) {
	.box {
		padding: 10px;
	}
	#titVaga, #codVaga {
		font-size: 16px;
	}
	.col1 {
		width: 58%;
	}
	.col2 {
		width: 115px;
	}
	.btn-talentos {
		font-size: 22px;
	}
}

/* media screen */

/* adaptação bootstrap */
.container {
	padding: unset !important;
	width: 1130px !important;
	font-size: 14px;
	color: #4e4e4e;
}

.navbar-collapse {
	padding-left: unset !important;
}

.laranja-senac {
	color: #ff7f00 !important;
}

.menunew_portal .navbar-default {
	background-color: #f8f8f8 !important;
}

@media screen and (max-width:767px) {
	.container {
		width: 100vw !important;
		padding: 1% !important;
	}
	.modal {
		z-index: 100000 !important;
	}
	.card {
		display: block !important;
	}
	
}

@media screen and (min-width:768px) {
	.c2{
		width: 555px;
	}
	.line {
		width: 1130px;
		display: flex;
	}
}
/* adaptação bootstrap */
.menuAtivo {
	font-weight: bold;
	color: #ff7f00 !important;
}

.div-mostrar-mais {
	background-color: rgba(0, 0, 0, .03);
	margin-top: 5px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor: default;
	padding: 5px;
	font-weight: 700;
}
.accordion_one .panel-group .panel-heading .panel-title a {
    display: flex;
    padding: 20px 10px;
    color: #007bff;
}
.accordion_one .panel-group .panel-heading {
    margin-bottom: 0px;
    background-color: #fdfdfd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0px;
}
.accordion_one .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0px;
}
.accordion_one .panel-group .panel {
    border: 1px solid #007bff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header {
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.border-secondary {
    border-color: #a9b5ce !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 1rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mt-2 {
    position: relative;
    top: -2px;
}
.card-title {
    margin-bottom: .75rem;
}
.text-dark {
    color: #343a40 !important;
}
.accordion_one .panel-group .panel-heading .panel-title a[aria-expanded="true"] {
    color: #f78b1e;
    text-decoration: none;
    border-left: 5px solid #f78b1e;
}
.modal-header{
	background-color: #eeeeee;
	border-radius: 6px 6px 0px 0px;
}
.modal-footer {
	background-color: #eeeeee;
    border-radius: 0px 0px 6px 6px;
}
.padding-menu-banco {
	margin-right: 50px !important;
}
.padding-menu-banco:last-child {
	margin-right: 0px !important;
}
@media screen and (min-width:768px)
              and (max-width:1130px){
	.padding-menu-banco {
		margin-right: 0px !important;
	}
	.mb-2 {
		width: 99vw !important;
	}
	.c2 {
		width: 48vw !important;
	}
	.container {
		width: 97vw !important;
		margin-left: 9px !important;
	}
	.line{
		width: 100vw !important;
	}
	.recrunew{
		width: 100vw !important;
	}
	.noipad {
		display: none;
	}
}
.div-icone-menu {
	margin-right: 10px;
    background-color: rgb(0, 71, 139);
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 6px 0px;
}
.white {
	color: white;
}
.bg-laranja-senac{
	background-color: rgb(255, 127, 0) !important;
}
.badge-menu {
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 100;
    border-radius: 50% !important;
    font-size: 100% !important;
    padding: 3px 7px !important;
    font-size: 12px !important;
}
.pergunta-faq{
	font-weight: bold;
    background-color: rgb(238, 238, 238) !important;
    border-radius: 10px;
    padding: 5px !important;
}
.pergunta-faq:hover{
	background-color: #00478b !important;
	color: white !important;
}
.pergunta-faq:not(.collapsed){
	background-color: #00478b !important;
	color: white !important;
}
.linkNoLink {
	cursor: default;
	text-decoration: none !important;
}
.swal2-container{
	z-index: 100001 !important;
}
.accordion_one .panel-group .panel-heading .panel-title {
	font-size: inherit;
}

