.no-left-margin{
	margin-left: 0 !important;
}

#awhite{
	color: inherit;	
}
	
.bto{
	background: transparent !important;
	border: 1px solid #fff;
}

.login-bg{
	background-image: linear-gradient(rgba(0, 0, 0, .65),rgba(0, 0, 0, .95)), url(../images/login-bg.jpg);
	width: 50%;
	height: 100%;
	min-height: 700px;
	background-size: cover;
	background-position: center right;
}

@media (max-width: 768px){
	.login-bg{
		display: none;
	}

	.form-pg{
		width: 100%;
	}
}


.content{
	padding: 0 55px;
}

.login-bg h2{
	color: #fff;
	text-align: center;
	padding-top: 160px;
	font-size: 52px;
}

.login-bg p{
	color: #fff;
	text-align: center;
	font-size: 22px;
}

.btn-100{
	width: 100%;
}

.left{
	text-align: left;
}

span.categoria-checkbox-list{
	color: #000;
	text-transform: uppercase;
	padding: 5px;
	font-family: 'pnb';
	opacity: .7;
	font-weight: normal;
}

ul.checkbox-list li{
	padding: 0 5px 0 5px;
	font-size: 16px;
}

ul.checkbox-list li a{
	font-size: 16px;
}

.checkbox-list{
	width:300px;
  	height:250px;
  	background-color:#F2F2F2;
  	overflow:auto;
}

.modal-footer{
	border-top: 1px solid #e5e5e5 !important;
}

.upload-foto{
	padding-top: 20px;
}

.foto-input{
	padding-top: 20px;
}

.box-agrupamento{
	margin: 20px 0;
}

.tabela-agrupamento{
	margin-top: 20px;
}

.wizard > .steps{
	display: none !important;
}

.wizard > .content > .body label{
	font-weight: normal;
	font-size: 16px;
}

.wizard > .content{
	min-height: 60px;
}

.wizard .no-margin{
	margin-bottom: 0;
}

.wizard .btn-radio {
	width: 100%;
}

.wizard .btn-radio{
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.wizard .btn-primary.active{
	background: #35bf8a !important;
	border: 1px solid #35bf8a !important;
}

.wizard .card{
	background: #35bf8a;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
}

.percent{
	margin-top: 10px;
}

.wizard .disabled{
	background: #ccc;
	color: #c1bfbf;
}

.wizard .input-group-addon:last-child{
	font-size: 18px;
}

.panel-title{
	font-weight: normal;
}

.resumo-avaliacao{
	border: 2px solid #f3f3f3;
	padding: 20px;
}

.metricas-avaliacao{
	border: 2px solid #f3f3f3;
	padding: 20px;
	margin-top: 20px;
	padding-bottom: 0;
}

.metricas-avaliacao .progress.progress-lg{
	margin-top: 25px;
}

.metricas-avaliacao .btn-aviso{
	margin-top: 5px;
}

.modal-review h5 span{
	display: block;
	padding-bottom: 10px;
}

.modal-review h5 strong{
	padding-bottom: 10px;
}

.box-inclusas{
	background: #f3f3f3;
	padding: 10px 20px;
	border-radius: 4px;
}

.tabela-colaboradores{
	margin-top: 20px;
}

.linha{
	border-bottom: 1px solid #f3f3f3;
}

.switchery-demo{
	border: 1px solid #f3f3f3;
	padding: 20px;
}

.fnt-16{
	font-size: 16px;
}

.uppercase{
	text-transform: uppercase;
}

.label-grey{
	background: #a09f9f;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.filters{
	margin-bottom: 40px;
	background: #fff;
	padding: 15px 0;
}

.search-box{
	margin-bottom: 40px;
}

.search-box .btn-primary{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.inbox-item-img img{
	width: 70px;
}

label.btn span {
  /*! font-size: 1.5em ; */
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid 
	#c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label:hover {
	color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.avaliacao .modal-header{
	border-bottom: none;
}

.avaliacao h4{
	color: #188ae2;
}

.filters .form-control{
	margin-bottom: 20px;
}

.strech{
	padding: 0 60px;
}

.modal-indicadores li.list-group-item p {
	font-size: 16px;
	padding-top: 20px;
}

.widget-strong{
	background: #e2ecf6;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.14);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.widget-soft{
	background: #f2f6f9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.14);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#company-requirements td{
	padding: 8px;
	text-align: right;
}

.auto-sized-btn{
	min-width: 0px;
}

.eligibility-requirement {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.ineligible-badge {
	z-index: 2;
	position: absolute;
	top: 16px;
	right: 0;
	background-color: lightgrey;
	color: #fff;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 500;
}

.ineligible-badge::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 10px solid lightgrey;
	border-bottom: 15px solid transparent;
}

.missing-info-badge {
	z-index: 2;
	position: absolute;
	top: 16px;
	right: 0;
	background-color: #e9545a;
	color: #fff;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 500;
}

.missing-info-badge::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 10px solid #e9545a;
	border-bottom: 15px solid transparent;
}

.eligibility-requirement-tab-invalid {
	background-color: #e9545a14 !important;
	color: red !important;
}

.eligibility-requirement-invalid {
	background-color: #e9545a14;
	border: 1px solid red;
}

.eligibility-requirement-invalid h4
{
	color: red;
}