@import url("libs/css/root.css");

.container.body {
	margin:0px;
	margin-top:100px;
	padding:0px;
	width:100%;
	max-width:100%;
}

.right_col {
	min-height:100% !important;
}

.searchMyNumber {
	background-color: #343a40;
	background-color: #232427;
	color: #fff;
	padding-top:100px;
}

.sectionResults {
	background-color: #343a40;
	background-color: #232427;
	color: #fff;
}

.searchMyNumber span {
	text-align: justify;
}

.searchMyNumber input[name='search'] {
	height: 40px;
	border-radius: 5px;
	width: 100%;
}

.buttonSearch {
	width:100%;
	background-color: var(--color-primary) !important;
	border: 1px solid var(--color-primary) !important;
	color: var(--color-azulEscuro) !important;	
	font-weight:bold;
	
}

.buttonSearch:hover {
	width:100%;
	background-color: var(--color-cinza) !important;
	border: 1px solid var(--color-primary) !important;
	color: #fff !important;	
	font-weight:bold;
	
}


.noBilhetes p {
    padding: 20px;
    background: #f7e433;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
}


.row {
	margin:0px;
}

/*
.results .imgPremios {
	border-radius:10px 0px 0px 10px;
}

.results .textPremios {
	border-radius:0px 10px 10px 0px;
	border-left:5px solid #E3601B;
	background:#343a40;
	color:#fff;
}
*/

/*
.pedidos {
	padding-right:10px;
}
*/

.sectionResults {
	padding-top:100px;	
	padding-bottom:15px;
}

.sectionResults .img-fluid {
	border-radius: 10px 0px 0px 10px;
}

.sectionResults .textPedidos {
	border-radius: 0px 10px 10px 0px;
    border-left: 5px solid var(--color-primary);
    background: #343a40;
    color: #fff;	
	font-size:12px !important;
}

.statusApproved {
	color: #008000;
	font-weight:bold;
}

.statusPending {
	color: #f7e433;
	font-weight:bold;
}

.statusExpired {
	color: #C70039;
	font-weight:bold;
}
			
.statusCanceled {
	color: var(--color-primary);
	font-weight:bold;
}

.statusGenerate {
	color: #2874a6;
	font-weight:bold;
}


/*
.imgCompraBilhetes {
	border-radius:10px 0px 0px 10px;
}
*/

/*
.textCompraBilhetes {
	border-radius:0px 10px 10px 0px;
	border-left:5px solid #E3601B;
	background:#343a40;
	color:#fff;
}
*/

.compraBilhetes {
	padding-right:10px;
}

/*
.sectionResults .content {
	width:100%;
	height:200px;
	background:red;
}

.sectionResults .content .img {
	width:40%;
	height:auto;
}

.sectionResults .content .text {							
	width:60%;
	height:auto;
}
*/

.row {
	margin:0px;
}


/*
.borderAnimation {
	//border:2px solid red;
	border-radius:10px;
	padding:2px;
}
*/

/*
.textPremios .lines {
	display: inherit;
}

.textPremios .lines .fl {
	float:left;
}

.textPremios .lines .fr {
	float:right;
}
*/



/* CSS Modal Bilhetes */
#modalBilhetes .modal-header.modal-header-approved {
	background-color:green;
}

#modalBilhetes .modal-header.modal-header-pending {
	background-color:orange;
}

#modalBilhetes .modal-header.modal-header-expired {
	background-color:red;
}	

#modalBilhetes .modal-header.modal-header-canceled {
	background-color:red;
}	

#modalBilhetes .img-fluid {
	border-radius: 10px 0px 0px 10px;
}

.btnModalBilhetes {
	display:none;
}

.textPedido {
    height: 50px;
    line-height: 50px;
    background-color: #f7e433;
    border-radius: 10px;
    margin-top: 10px;
	font-weight:bold;
	margin-bottom:10px;
}	

.divBilhetes {
    background: beige;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
}