
body {
	margin: 0 !important;
	background: #404040;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	color: #fff;
}

.container{
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.text-input{
	
width: 100%;
	
background: #ffffd1;
	
height: 35px;
	
border: none;
	
border-radius: 3px;
	
padding: 5px 20px;
	
font-size: 20px;
}

.button-input{
	
width: 100%;
	
background: rgb(186, 192, 47);
	
height: 40px;
	
border: none;
	
border-radius: 5px;
	
margin-top: 10px;
	
font-weight: 600;
	
font-size: 25px;
	
outline: none;
}

.report-space{
	height: calc(100% - 235px);
    overflow-y: scroll;
    margin-bottom: 20px;
}

.highliter{
	background: #cbd32a;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0 7px;
}

.large-txt{
	font-size: 24px;
	margin-bottom: 3px;
}	

.table-detalii{
	width: 100%;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	border-radius: 5px;
}

.table-detalii tr:nth-child(odd) td{

	color: #fff;
	background: #696969;
	text-align: center;
}

.table-detalii tr:nth-child(odd) td:nth-child(2){

color: #fff;

background: #bac02f;

text-align: center;
}

.table-detalii tr:nth-child(even) td:nth-child(2){

color: #000;

background: #ffffd1;

text-align: center;
}

.table-detalii tr:nth-child(even) td{

	color: #000;
	text-align: center;
}


.loader-ct {

position: absolute;

top: 0;

width: 100%;

height: 100%;

background: url(images/logo_new.png) no-repeat center center, rgba(0, 0, 0, 0.85);

display: none;

z-index:9;

background-size: 100px;
}	

.loader {
  border: 3px solid rgba(0,0,0,0.04); /* Light grey */
  border-top: 3px solid #ffffff; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 0.4s linear infinite;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  position: absolute;
  background: rgba(255, 165, 0, 0.14);
}

.links{
	position: relative;
	top: 5px;
	left: 2px;
	font-family: arial;
	width: 100%;
	height: 35px;
	z-index: 10000;
}
.links a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: #505050;
	padding: 2px 6px;
	border-radius: 4px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

	/* width */
	::-webkit-scrollbar {
	  width: 3px;
	  height:3px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: rgba(0,0,0,0.0); 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: rgba(0,0,0,0.4);
	  border-radius: 10px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: rgba(0,0,0,0.8); 
	}