/**
 * (./) admin.css, v0.1, 06/12/2014
 * (by) cousot stephane @ http://www.ubaa.net/
 * (cc) some right reserved
 *
 * Locus Sonus soundmap project, admin pages's common styles.
 *
 * This script is released under a Creative Commons Attribution 4.0 License
 * http://creativecommons.org/licenses/by/4.0/
 */




footer
{
    margin-top: 50px;
    border-top: 1px solid #c6cac4;
    font-size: 80%;
}

input[type="text"],
input[type="password"]
{
	width: 120px;
	min-width: 120px;
	max-width: 446px;

	-webkit-transition: width 0.1s;
	-moz-transition: width 0.1s;
	transition: width 0.1s;    
}

table
{
	font-size: inherit;
}


.error
{
    background-color: #991100;
    color: white;
}

.overlay
{
	z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.overlay div
{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    text-align: left;
    font-weight: bolder;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #333;
    opacity: 0.9;

    background-image: url("/soundmap/archives/icon.png");
    background-repeat: no-repeat;
    background-position: 10px 13px;
    background-size: 48px 48px;
    margin-top: -60px;
    margin-left: -194px;
    width: 300px;
    min-height: 34px;
    padding-left: 68px;
}

