@CHARSET "UTF8";
body{
  margin:0;
   padding:0;
   height:100%;   
}
html {
  margin:0;
   padding:0;
   height:100%;
}


.LargeLabel{
	font-size:20px;
}
.mainPageSideMenuButtons{
	width:170px;
}
div.dataTables_length{
	direction:ltr;
	height:30px;
}
div#myWordsTable_filter.dataTables_filter{
	margin-bottom:10px
}
div#myWordsTable_filter.dataTables_filter.label.input{
	max-height:10px
}
div#myWordsTable_filter.dataTables_filter>label{
	font-size:20px;
	font-weight:bold;
}
div#myWordsTable_length.dataTables_length>label{
	font-size:20px;
	font-weight:bold;
}

.fileUpload {
    position: relative;
    overflow: hidden;    
    margin: 0px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#filenameDiv{
	float:left;
	direction:ltr;
}

#wordsInDictation td{
	font-size:26px;
	padding-right:10px;		
}
#availableWords td{
	font-size:26px;
	padding-right:10px;		
}

.fullWidth {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

audio { 
   display:none;
}

.resultsLabelSpan{
	width: 90%;
	padding:15px;
	margin:12px;
	font-size:calc(2vh);	
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}


.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after{	
	right:90px !important;
	
}

.one{
	cursor:pointer;
}

.bottom-bar {
	margin-top:10px;
	position:fixed;
	bottom:0;
	right: 0;
 	left: 0;
 	height:25px;
  	padding-left:20px;
	padding-right:20px;
	width:100%;
	background-color:#2199e8;
}
.bottom-bar .footer-text{
	color:white;
}

#container{
	min-height:100%;
   position:relative;
}