/* Magplus Webviews */

.magplus #header {
  background-color: #1a1a1a;
  color: #999;
  margin: 0 0 0 0;
  height: 130px;
  padding-top: 50px;
  display: none;
}
 
.magplus #header > h1 {
  display: block;
  background: url("/wp-content/themes/filmmaker/images/sprite.png") no-repeat 0 0;
  width: 626px;
  height: 77px;
  font: 0/0 a;
  color: transparent;
  border-bottom: none;
  margin: 0 auto;
}

.magplus #header::after {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  height: 5px;
  content: " ";
  background: url("/wp-content/themes/filmmaker/images/checker_black.png") repeat-x 0 100%;
  opacity: .4;
}

#fm.magplus {
  padding-top: 5px;
  background: url('/wp-content/themes/filmmaker/images/radial_bg.png') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size:cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
#fm.magplus .c.full-width {
  width:630px;
}
#fm.magplus section.c {
  padding:35px 0 54px;
  zoom: 1;
}

#fm.magplus .content {
  background-color: transparent;
}

#fm.magplus #frmActionButtons input[type=submit] {
  display: inline;
  border-color:#999;
}

#fm.magplus .frmRegular input[type=submit] {
  position: relative;
  margin-top: 40px;
  padding-right:40px;
  padding-left:40px;
}

#fm.magplus .frmRegular input[type=text],
#fm.magplus .frmRegular input[type=password] {
  position: relative;
  width: 97%;
  padding: 11px 12px 12px 10px;
  font-size:150%;
}

#fm.magplus #frmActionButtons {
  text-align: center;
}

#fm.magplus p {
  font-size: 14px;
  color: #333
}

#fm.magplus form {
  margin-bottom: 50px;
  margin-left:auto;
  margin-right:auto;
}

#fm.magplus form ol li, 
#fm.magplus form ul li {
  margin-bottom:30px;
}

#fm.magplus form label {
  text-align: left;
  font-size:125%;
}

#frmChangePassword, #frmLostPassword, #frmPrintSubscribers {
  display: none;
}

#frmLostPassword input[type=submit]{
  display: inline-block;
  margin-top:0px !important;
}
#frmLostPassword .resultDisplay{
  display: inline-block;
  width:350px;
  top:0;
  right:0;
  position:absolute;
}

form #frmPrintSubscribers{
  text-align: center;
}
#fm.magplus #frmPrintSubscribers input[type=submit] {
  display: inline-block;
  padding-right:20px;
  padding-left:20px;
  margin-top:10px;
}
#fm.magplus #frmPrintSubscribers input[type=submit]:first-child {
  margin-right:20px;
}

#fm.magplus #frmActionResult {
  margin-bottom: 40px;
}

#fm.magplus img.ajaxLoader {
  display: none;
  width: 20px;
  line-height: 26px;
  vertical-align: middle;
  margin:0 1em;
}

#fm.magplus #btnCloseInitialApplicationStart {
  float: right;
  color: #999;
  text-decoration: none !important;
  border-bottom: none;
  font-size: 14px;
}

#fm.magplus #account_info {
  background-color: #fff;
  padding: 20px;
}

#fm.magplus #frm_logout {
  margin-bottom: 0px;
}

#fm.magplus #frm_logout input[type=submit] {
  float:right;
}

#fm.magplus #column1, #fm.magplus #column2 {
  position: relative;
  width: 280px;
  float: left;
  margin-right: 22px;
}

#fm.magplus #column2 {
  margin-right: 0px;
}

#fm.magplus #column2 {
  padding-left:20px;
  border-left: 1px solid #999;
}

#fm.magplus #column1 h1 {
  font-size: 24px;
  line-height: 32px;
}

#fm.magplus .schedule th {
  padding: 10px 8px;
  border-bottom: 2px solid #999;
  line-height: 1.4em;
  font-size: 22px;
}

#fm.magplus .schedule td {
  padding: 16px 8px;
  border-bottom: 1px solid #eee;
}

#fm.magplus #no_issues_available {
  border: 1px solid #999;
  background-color: #efefef;
  text-align: center;
  padding: 12px;
  margin-bottom: 40px;
}



