@charset "UTF-8";
/* Management Tool. MediaMunchers 2013. All rights reserved */

html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
p {
	color:#333333;
	margin:0 10px;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
p img {
	vertical-align:middle;
}
a {
	color:#fff;
	font-size:14px;
	font-weight:100;
	float:right;
}
a:hover {
	color:#179f38;
}
/* Login */
#container {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/officebg1.jpg);
	background-size:cover;	
}
#login {
	overflow:auto;
	margin:0 auto;
	width:442px;
}
#left {
	width:61px;
	float:left;
	padding-top:102px;
}
#middle {
	width:320px;
	float:left;
}
#right {
	width:61px;
	float:left;
	padding-top:42px;
}
.login_form label {
	width:100%;
	font-weight:bold;
	color:#fff;
	font-size:24px;
}
.login_form input {
	width:300px;
	height:30px;
	padding:10px;
	font-size:18px;
	font-weight:100;
	color:#fff;
	background:url(../images/opac5.png) repeat;
	border:0;
}
.login_form input:focus {
	background:#FFF;
	color:#555;
	outline:0;
}

#password {
	width:250px;
	float:left;	
}
.login_form .button {
	width:50px;
	height:50px;
	background:url(../images/login-button.jpg);
	cursor:pointer;
	float:left;	
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
body.loading {
    overflow: hidden;   
}
body.loading .modal {
    display: block;
}

#popup p {
	font-size:14px;
	margin:0;
	font-weight:400;
}
#popup a {
	float:none;
	color:#179f38;
}