.y-color{
    color: #245177;
}

.y-p{
    margin: 25px auto;
}

.y-but{
    border: 1px solid #245177;
    background-color: #245177;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
    padding: 5px 15px;
}

.y-link-table{
	text-decoration: none;
	color: #FF8183;
}

.y-link-table:hover{
	text-decoration: none;
	color: rgba(255, 129, 131, 0.7);
}

.spinner {
	height: 15px;
	width: 15px;
	animation: spinner 0.7s linear infinite;
}

@keyframes spinner{
	to{
		transform: rotate(360deg);
	}
}

/* Estilos da Agenda */
.y-check-agenda th input{
    margin-left: 5px;
}

.concluido{
	pointer-events: none;
	touch-action: none;
}

.frsc{
	font-size: 17px;
}

@media (max-width: 1199px) {
	.frsc{
		font-size: 10px;
	}
}

/* Estilos FAQ*/

@media (min-width: 576px){
	#player .modal-dialog {
		margin: 5.75rem 25vw !important;
	}

	#iframe_sde{
		height: 60vh;
		width: 50vw;
	}
}

@media (max-width: 576px){
	#player .modal-dialog {
		margin: 30vh 1vw !important;
	}

	#iframe_sde{
		height: 40vh;
		width: 98vw;
	}
}

@media (max-width: 775px){
	.quebra{
		font-size: 26px !important;
	}
}

/* Estilos do Dashboard */
.y-dash{
    color:#fff;
    font-weight: 300;
}

.y-container{
    color:#fff;
    text-align: center;
}

.y-title-dash{
    color:#fff;
    margin: 5px auto 15px auto;
    font-size: 16pt;
}

.y-dashitem-left{
    margin: 1px auto;
    text-align: left;
}

/* Estilos da página do concurso*/
.y-green{
    color: #6b8e23 !important;
}

.y-new-disc{
    background-color: #008800;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 30px;
}

.y-pageconc{
    color:#fff;
    font-weight: 500;
    font-size: 1.5em;
}

.topo-pageconc{
    height: 100px;
    display: block;
}

.topo-pageconc i{
    float: left;
}

.topo-pageconc .y-title-pageconc{
    float: left;
    opacity: 0.2;
    color:#fff;
    margin: 5px auto 15px auto;
    font-size: 3em;
}

.y-pageconc-item-left{
    margin: 1px auto;
    text-align: left;
}

.y-end{
    font-family: 'calibri';
    font-size: 2em;
}

/* area modal */

#fundo-preto{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display:none;
}

#y-left{
    width: 50%;
    padding: 15px;
    float: left;
    background-color: #EEE;
    min-height: 500px;
    height: 100%;
}

.selecionado{
	background-color: #245177 !important;
}

.selecionado h2{
	color: #ccc !important;
}

#y-left ul {
    list-style: none;
}

#y-left ul li {
    border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

#y-left ul li a p{
    margin-left: 0;
    font-size: 14px;
    text-align: justify;
	text-decoration: none !important;
	color: gray;
}

#y-right{
    width: 50%;
    float: left;
    min-height: 400px;
    height: 100%;
}

/*Accordeon pagamento*/
.y-acc{
    padding-bottom: 25px;
}

.y-acc-but, .y-acc-but:hover, .y-acc-but:target{
    width:100%;
    background-color:#245177;
    margin-bottom:25px;
    text-align:left;
}

.y-acc-but-p{
    color:white;
    margin:15px auto;
}

/*Estilo dos Tickes*/
.your-msg{
    background-color:#EEE;
    color: #245177;
    padding: 20px;
    width: calc(100%-20px) !important;
    margin-bottom: 15px;
    min-height: 100px;
    border-radius: 25px;
}

.your-msg h4{
    color: #245177;
}

.default-msg h4{
    color: white;
}

.your-msg h4, .default-msg h4, .your-msg p, .default-msg p{
    font-weight: 500;
    margin-bottom: 20px;
}

.default-msg{
    background-color:#245177;
    color: white;
    padding: 20px;
    width: calc(100%-20px) !important;
    margin-bottom: 15px;
    min-height: 100px;
    border-radius: 25px;
}

#y-right p, #y-right form, #y-right .alert, #y-right h5{
    margin-left: 1.5%;
    text-align: justify;
    width: 99%;
}

#y-right form, #y-right .alert{
    margin-top: 25px;
    margin-bottom: 25px;
}

#cx-entrada{
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    float: left;
    min-height: 400px;
    height: 100%;
}

#cx-entrada div.card{
    min-height: 600px;   
}

.content-ticket{
    display: none;
}

.y-titulo-ticket{
    padding: 20px;
    background-color:#245177;
    color: white;
}

.mensagens{
    min-height: 200px;
    max-height: 200px;
    overflow-y: scroll;
}

.item-ticket{
    padding-left: 5px;
}

/*area upload*/

.area-upload{
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	
	width: 100%;
	max-width: 700px;
	position: relative;
}

.area-upload label.label-upload{
	border: 2px dashed #0d8acd;
	min-height: 200px;
	text-align: center;
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #0d8acd;
	position: relative;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.area-upload label.label-upload.highlight{
	background-color: #fffdaa;
}

.area-upload label.label-upload *{
	pointer-events: none;
}

.area-upload input{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

.area-upload .lista-uploads .barra{
	background-color: #e6e6e6;
	margin: 10px 0;
	width: 100%;
	position: relative;
}

.area-upload .lista-uploads .barra .fill{
	background-color: #a1f7ff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 0;
	
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

.area-upload .lista-uploads .barra.complete .fill{
	background-color: #bcffdf;
}

.area-upload .lista-uploads .barra .text{
	z-index: 10;
	text-align: center;
	padding: 3px 5px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	color: black;
	font-size: 12px;
}
.area-upload .lista-uploads .barra .text a{
	color: black;
	font-weight: bold;
}

.area-upload .lista-uploads .barra.error .fill{	
	background-color: #c02929;
	color: white;
	min-width: 100%;
}

.area-upload .lista-uploads .barra.error .text{
	color: white;
}

/*area foto de perfil*/

.area-foto{
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	position: relative;
}

.area-foto label.label-upload{
	border: 2px dashed #0d8acd;
	min-height: 50px;
	text-align: center;
	width: 100%;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #0d8acd;
	position: relative;
	
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.area-foto label.label-upload.highlight{
	background-color: #fffdaa;
}

.area-foto label.label-upload *{
	pointer-events: none;
}

.area-foto input{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-appearance: none;
	opacity: 0;
}

.area-foto .lista-uploads .barra{
	background-color: #e6e6e6;
	margin: 10px 0;
	width: 100%;
	position: relative;
}

.area-foto .lista-uploads .barra .fill{
	background-color: #a1f7ff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-width: 0;
	
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

.area-foto .lista-uploads .barra.complete .fill{
	background-color: #bcffdf;
}

.area-foto .lista-uploads .barra .text{
	z-index: 10;
	text-align: center;
	padding: 3px 5px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	color: black;
	font-size: 12px;
}
.area-foto .lista-uploads .barra .text a{
	color: black;
	font-weight: bold;
}

.area-foto .lista-uploads .barra.error .fill{	
	background-color: #c02929;
	color: white;
	min-width: 100%;
}

.area-foto .lista-uploads .barra.error .text{
	color: white;
}

/*Formulario dados*/
#form-foto, #form-dados{
    float: left;
    width: 50%;
    margin: 0;
    display: block;
}

#profileph{
    display: block;
    margin: 0 auto;
}

.nav-link.active{
	background-color: #245177 !important;
	color: #fff !important;
}

/*cx entrada*/

#p-msg {
	min-height: 300px;
	height: 100%;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	padding: 5px;
}

.modal-excluir{
	max-width: 320px !important;
}

.modal-excluir p {
	font-size: 0.9em;
	margin-bottom: 20px;
	text-align: center;
}

.modal-excluir .col p{
	font-size: 0.9em;
	color: #dc3545;
	margin-bottom:20px;
}

.modal-excluir button{
	font-weight: 400;
	border-radius: 0px;
	font-size: 15px;
	margin-right: 20px;
}