.input-login
{
 width: 100%;
 padding: 5px 0px;

}
.full
{
	width:100%;
}

.compublue
{
	background:#0083ff;
}

.input-search
{
	margin: 4px 10px;
	border: none;
	width: 15%;
}
.input-modal
{
	margin: 4px 10px;
	border: none;
	width: 45%;

}

.ta-borda
{
	border: 2px solid #ddd;
	height: 25vh;
}

.spn-search
{
	font-size: 0.7rem;
	font-weight:bold;
	padding:10px;
}

select
{
	width:100%;
	padding: 3px;
	border:none;
	background:#0083ff;
	color:white;
	font-weight:bold;
	
}

select option
{
	color:white;
	font-weight:bold;
}

table 
{
  border-collapse: collapse;
}

table, tbody, th, td 
{
  border-bottom: 1px solid #0083ff;
  font-size:0.7rem;
  
}
th
{
	color:black;
}

.tabela
{
	padding: 5px;
	table-layout:fixed;
}

.card
{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;	
	border: 3px solid #eee;
	border-radius:15px;
}

.card:hover 
{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.fixx
{
	
	width:100%;
	background:white;

}

.user-limit
{
	height:85vh;
	overflow-y:scroll;
	overflow-x: hidden;
}

.limit
{
	height:74vh;
	overflow-y:scroll;
	overflow-x: hidden;
}

.hidden
{
	overflow:hidden !important;
}

.limit-sm
{
	height:5vh;
	overflow-y:hidden;
	overflow-x: hidden;
}


.botao-login
{
	width: 100%;
	padding: 5px 5px;
	background: #0083ff;
	color: white;
	border: none;
	border-radius: 5px;
	transition: all 0.5s ease;
	
	
}

.datahora
{
	width: 30vh;
}

.botao-atualizar
{
	width: 45%;
	background: #0083ff;
	color: white;
	border: none;
	transition: all 0.5s ease;
	
	
}
.sel-arquivo 
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.lbl-arquivo
{
	width: 45%;
	
	background: #0083ff;
	color: white;
	border: none;
	transition: all 0.5s ease;
}

.txt-comentario
{
	resize:none;
	width: 100%;
	height: 10vh;
}


.botao-login:hover
{
		background: #00aaff;
}

.lbl-arquivo:hover
{
		background: #00aaff;
}


.botao-atualizar:hover
{
		background: #00aaaa
}

.link
{
	text-decoration:none;
	font-size: 1rem;
}
.extramargin
{
	margin: 10px 10px;
}

.card-opt {
  /* Add shadows to create the "card" effect */
  background: #ddd;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card-opt:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background: #fff;
}

.card-profile
{
	background: #ddd;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin: auto;
	text-align: left;
	transition: 0.3s;
}

.card-profile:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  background: #ddd;
}

/* Add some padding inside the card container */
.container-card
{
  padding: 4px 0px;
}

@media 
only screen and (max-width: 500px),
(min-device-width: 200px) and (max-device-width: 500px)  
{

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr 
	{ 
		display: block; 
		font-size: 1rem;
		color: black;
		font-weight: bold;
		
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr
	{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border-bottom: 2px solid black; }
	
	td 
	{ 
		/* Behave  like a "row" */
		border: none;
		padding-left: 50%; 
		border-bottom: 1px solid #eee; 
		position: relative;
	}
	
	td:before 
	{ 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
.card
{
	box-shadow: none;
	border:none;
}

.card:hover 
{
box-shadow: none;
border:none;
}

.fixx
{
	
	height:100%;
	width:100%;
	overflow-y: scroll;

}

.limit
{
	height: 60vh;
	overflow-y: scroll;
}


	
	
	td:nth-of-type(1):before { content: "Prioridade"; }
	td:nth-of-type(2):before { content: "Abertura"; }
	td:nth-of-type(3):before { content: "Início"; }
	td:nth-of-type(4):before { content: "Fechamento"; }
	td:nth-of-type(5):before { content: "Empresa"; }
	td:nth-of-type(6):before { content: "Assunto"; }
	td:nth-of-type(7):before { content: "Problema"; }
	td:nth-of-type(8):before { content: "Descr."; }
	td:nth-of-type(9):before { content: "Status"; }
	td:nth-of-type(10):before { content: "Ação"; }
	td:nth-of-type(11):before { content: "Imagem"; }
	
	.td-user:nth-of-type(1):before { content: "ID"; }
	.td-user:nth-of-type(2):before { content: "Empresa"; }
	.td-user:nth-of-type(3):before { content: "Nome de usuário"; }
	.td-user:nth-of-type(4):before { content: "Contato"; }
	.td-user:nth-of-type(5):before { content: "Ação"; }

	
}
/*TABELA*/
.tr-red
{
	background:#FA8072;
	transition: 0.3s;
}

.tr-yellow
{
	background:#F4FA58;
	transition: 0.3s;
}

.tr-green
{
	background:	#98FB98;
	transition: 0.3s;
}

.tr-red:hover
{
	background:#ff4a4a;
}

.tr-yellow:hover
{
	background:#daf016;
}

.tr-green:hover
{
	background:#7ff016;
}


.tr-text
{
	
	font-size:0.8rem;
	font-weight:bold;
}

.td-break
{
	word-break:break-word;
	width:20%;
}

/*---------------MODAL--------------------------*/
/* The Modal (background) */
.modal 
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content
 {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close 
{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus 
{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*FIM MODAL ------------------ */

.responsive-img
{
	width:100%;
}

/*---------- Form -----------*/
.form-data {
    
    width: 150px;
    height: 50px;
    padding: 12px;
    font-size: 14px;
}



