﻿body {
}

header{
	
	
	
}

/* Overrides */



/* Linguasnapp */

.linguaHeader{
	
	min-height:70px;
	display:block;
	width:100%;
}

.lingualogo{
	width:300px;
	max-width:300px;
	height:92px;
	max-height:92px;
}

.makinglogo{
	width:150px;
	max-width:150px;
	height:150px;
	max-height:150px;
}

.MLMlogo{
	width:300px;
	max-width:300px;
	height:100px;
	max-height:100px;
}

.unilogo{
	width:220px;
	max-width:220px;
	height:92px;
	max-height:92px;
}

#divDetailForm .col-md-1{
    padding-left:0px;
    padding-right:0px;
    padding-top:2px;
}

#divDetailForm .form-control{
    padding-left:0px;
    padding-right:0px;
    padding-top:2px;
}

#divDetailForm .form-control-static{
    padding-left:0px;
    padding-right:0px;
    padding-top:2px;
}

#divDetailForm .form-group{
    margin-bottom:3px;
}

.translationPanel{
    border: 1px solid #cec8c8;

    border-radius:3px; 
    padding-bottom:5px;
}

.placeTimePanel{
    border: 1px solid #cec8c8;

    border-radius:3px; 
    padding-bottom:5px;
}


#tblTranslationsTable{
    width:100%;
}

#tblTranslationEntry{
    width:100%;
}

#divLinkUsers{
    border: 1px solid #cec8c8;

    border-radius:3px; 
    padding-bottom:5px;
    padding-top:5px;
}



#tblUsersTable{
    margin-top:20px;
    border: 1px solid Black;
    width:100%;
}

#tblUsersRows{
    width:100%;
}

.spinnerElement
{
        display:none;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
        z-index:1000;
        vertical-align:text-top;
        text-align:center;
}

.spinnerSection
{
	color:White; 
	background-color:Black; 
	font-size:30px; 
	padding:5px; 
	display:block;
	width:40%;
	text-align:center;
	position:relative;
	top:10%;
	left:30%;
	
}

.largeImage {
   

  

}

.img-large {
     width:500px;
     height:750px;
}

.img-small{
     width:200px;
     height:300px;
}

.autocomplete
{
	position:absolute;
	left: 158px;
	top: 148px;
	width: 350px;
	background-color:White;
	
	border: solid 1px Black;
    border-radius:5px;
	display:none;
	z-index:1000;
	font-size:small;
}

.autocomplete ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	max-height:200px;
	overflow:scroll;
	
}

.autocomplete li:hover
{
	background-color:#cec8c8;
	color: White;	
}

.collapseFilterPanel{
    background-color: lightgrey;
    border-radius:5px;
    margin-top:20px;
    padding: 10px 10px 10px 10px;
}

.filterButtonDiv{
    padding-top:20px;
}