/*
font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Noto Sans HK', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Raleway', sans-serif;

font-family: 'Lora', serif;
font-family: 'Poiret One', cursive;
font-family: 'Economica', sans-serif;
font-family: 'Advent Pro', sans-serif;
font-family: 'Nixie One', cursive;
*/

body{
    font-family: 'Roboto', sans-serif;
}

.buttonBase{
    padding:10px;
    border-radius:4px;
    text-align:center;
    color:#fff;
    font-size:13px;
    margin:10px 20px;
    transition:background 0.3s ease-in;
    cursor:pointer;
    width:100%;
    white-space:nowrap;
}

.buttonBaseInline{
  padding:10px;
  border-radius:4px;
  text-align:center;
  color:#fff;
  font-size:13px;
  margin:10px 20px;
  transition:background 0.3s ease-in;
  cursor:pointer;
  display:inline-block;
  white-space:nowrap;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*ERASE FROM HERE*/
.centerObject{
    padding:20px;
    text-align:center;
}

.dataTableContainer{
  display:inline-block;
  width:70%;
  padding:10px;
}

.textContainer{
    background:#f2f2f2;
    padding:20px;
    display:inline-block;
    border-radius:4px;
    width:300px;
    color:#575757;
}

.buttonCheckFile{
    background:#4CAF50;
    display:inline-block;
    width:200px;
}

.buttonCheck{
    background:#2196F3;
    display:inline-block;
    width:200px;
}

.buttonCheckToast{
    background:#FF4081;
    display:inline-block;
    width:200px;
}

.buttonCheckUpload{
  background:rgb(44, 150, 192);
    display:inline-block;
    width:200px;
}

.buttonTest{
  background:rgb(231, 145, 63);
  display:inline-block;
}

.referencesLinks{
  display:inline-block;
  font-size:11px;
  color:#558ec4;
  cursor:pointer;
}

.referencesLinks div{
  display:inline-block;
  padding:5px;
}

.dataTable{ font-family: 'Roboto', sans-serif; font-size:11.5px;border:1px solid #b3b3b3; padding-top:10px;} 
.dataTables_length{ white-space:nowrap; }
.dataTables_wrapper{ font-family: 'Roboto', sans-serif; font-size:11px;} 
.dataTable thead th{
	font-size:12px;
	text-align:center;
	border-bottom:2px solid #b3b3b3;
  padding:10px;
  background:#fff;
}
			
.dataTable tfoot th{
	font-size:12px;
	text-align:center;
	border-top:2px solid #b3b3b3;
	padding:10px;
}
			
.dataTable .odd{
	background:#fafafa;
}
			
.dataTable tbody td{
    padding:6px;
}
			
.paginate_button{
    background:#A5D6A7;
	padding:5px 8px;
	border-radius:4px;
	color:#fff;
	margin:2px;
	transition:background 0.2s ease-in;
	cursor:pointer;
}
			
.paginate_button:hover{
	background:#66BB6A;
}
			
.paginate_active{
	background:#00796B;
	padding:5px 8px;
	border-radius:4px;
	color:#fff;
	margin:2px;
}
			
.paging_full_numbers{
	margin-top:10px;
}
			
			
.dataTables_processing{
	padding:20px;
	border-radius:4px;
	color:#fff;
	font-size:11px;
	text-align:center;
	background:#4CAF50;
  opacity:0.8;
  display:inline-block;
  margin-top:20px;
}
/*TO HERE*/

