@CHARSET "ISO-8859-1";

* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body
{
    background-color: #1f1e1e;
	text-align: center;
}
body:after {
	content: url(../img/contact_bg.gif);
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1
}
a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a:hover { 
	color: lightblue;
	cursor: pointer;
}

.login-panel {
	position:absolute;
	top:0; 
	right: 0;
	bottom: 0;
	left:0;
	margin: auto;
	text-align: left;
	width: 360px; /* 490 - padding 28 */
	height: 290px;
	/*background: transparent url("../img/login_bg.png") no-repeat;*/
	/*padding-left: 28px;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}



fieldset {
	border: 0px;
}

.login-logo {
    background: url("../img/ticktock_logo_rev_large.png") no-repeat scroll center center transparent;
    height: 50px;
    margin-bottom: 40px;
    width: 100%;
}
#login #content {
    background-color: #70aa22;
    border-radius: 6px;
    padding: 30px 30px 30px 20px;
}
.login-panel input {
   border: 1px solid #51850a;
   -moz-border-radius: 2px;
   border-radius: 2px;
   padding: 5px;
   font-weight: normal;
   font:99% arial,helvetica,clean,sans-serif;
}

.login-button {
   background-color: #f0f0f0;
   width: 150px;
}

.login-copyright {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #B5BaBb;
}

#modal-alert .window {
  background-color:#ffffff;
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:0 auto;
  height:0 auto;
  z-index:9999;
  padding:0px;
}

#modal-alert-header, #modal-alert-footer {
	background-color:#56bb11;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
#modal-alert-content {
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
}

#login div.submit {
	margin-top:0px;
}

#login input[type="text"], #login input[type="email"], #login input[type="password"] {
    float: left;
    margin-bottom: 15px;
    width: 230px;
}
#login input[type="checkbox"] {
    margin-left: 80px;
}
#login div.submit {
    text-align: right;
}
#login input[type="submit"] {
    cursor: pointer;
    float: none;
    font-size: 15px;
    margin: 0;
    width: 80px;
}
label {
    clear: left;
    display: block;
    float: left;
    line-height: 28px;
    padding-right: 14px;
    text-align: right;
    width: 80px;
}
#flashMessage, #status-msg {
	color: #ff0000;
	background-color: floralwhite;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
	padding: 5px;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9998;
  background-color:#000;
  display:none;
}

.modal-window {
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:auto;
  height:auto;
  z-index:9999;
  padding:0px;
}

.modal-window select {
	min-width: 106px;
}

.modal-window input[type="text"] {
	width: 280px !important;
	margin-bottom: 0px !important;
}

a.modal-close {
	display: none;
}

.modal-header { 
	background-color:#70aa22; 
	height:40px; 
	text-align:center;
	-webkit-border-top-left-radius:8px; 
	-webkit-border-top-right-radius:8px; 
	-moz-border-radius-topleft:8px; 
	-moz-border-radius-topright:8px; 
	border-radius:8px 8px 0 0;
}
.modal-footer {
	background-color:#70aa22; 
	font-size:12px; 
	height:40px; 
	line-height:12px; 
	text-align:center; 
	-webkit-border-bottom-right-radius:8px; 
	-webkit-border-bottom-left-radius:8px; 
	-moz-border-radius-bottomright:8px; 
	-moz-border-radius-bottomleft:8px; 
	border-radius:0 0 8px 8px;
}
.modal-content, .modal-content-loading, .modal-content-data {
	background-color:#70aa22;
	padding: 6px;
	font-size:14px;
	text-align: right;
	vertical-align: middle;
}

.modal-content h3 {margin:0px;}

.modal-header h1 {
	cursor: default;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 6px 6px 6px 12px;
}
.modal-footer input {
	border:0;  
	cursor:pointer; 
	font-size:14px;  
	height:26px; 
	margin:4px 0px 0px 4px; 
	text-align:center; 
	vertical-align:middle; 
}

@media only screen and (max-width: 360px) {
	.login-panel {
		width: 95%;
		height: 330px;
	}
	#login #content {
		padding: 20px 30px;
	}
	label {
		text-align: left;
	}
	#login input {
		clear: left;
		width: 100%;
	}
	#login input[type="submit"] {
		float: left;
		margin: 10px 0;
		width: 100%;
	}
}
