/*
* main.css
*
* Copyright (c) 2014, NETGEAR, Inc.
* 350 East Plumeria, San Jose California, 95134, U.S.A.
* All rights reserved.
*
*
* This software is the confidential and proprietary information of
* NETGEAR, Inc. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with NETGEAR.
*
* sergey.yakubovsky@netgear.com
*
*/

*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*[draggable="true"]
{
    cursor: move;
}

html, body, ui-view
{
    display: block;
    background-color: #f1f0ed;
    margin: 0;
    padding: 0;
    border: 0 none;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
}

ui-view
{
    overflow: auto;
}

body
{
    overflow: auto;
}

p
{
    margin: 0;
    padding: 0;
}

.button-new
{
    background-color: #7d4297;
    font-size:24px;
    width:400px;
    height:auto;
    padding:16px 0px;
    margin-left:5%;
    margin-top:25%;
    word-wrap:break-word;
    white-space:normal;
}
.ie8 .button-new
{
    padding:10px 0px;
}
@media screen and (max-width: 480px){
.button-new{
    background-color: #7d4297;
    font-size:16px;
    width:260px;
    margin-top:10%;

}
}
.button-new:focus, .button-new:hover
{
    background-color: #8c4fa7;
}

.button-new:active
{
    background-color: #733a8c;
}

.button-delete
{
    background-color: #E98300;
}

.button-delete:focus, .button-delete:hover
{
    background-color: #fa920d;
}

.button-delete:active
{
    background-color: #dd7d01;
}

label
{
    font-weight: normal;
}

.wrapper
{
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #ffffff;
    margin: 0 auto;
    overflow: auto;
}

.login-body
{
    background: url(/img/login/login_picture.png) no-repeat right bottom;
    background-color: #e7e5e2;
    background-size: contain;
    min-height: 100%;
    position: relative;
}

.login-body-inner
{
    background: url(/img/login/login_facet.png) no-repeat 0 bottom;
    background-size:100% 20%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.ie8 .login-body
{
    background: none;
}

.ie8 .login-body-inner
{
    background: none;
}

.loginRemind{
    width: 450px;
    color: #7d706c;
}

.extenderSetupRemind {
    color: #7d706c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 115px;
}

@media screen and (max-width: 768px) 
{
    .login-body-inner
    {
       background-size:100% 13%;
    }
    
    .extenderSetupRemind {
    color: #7d706c;
    font-size: 18px;
    font-weight: normal;
    margin-top: 115px;
    }
}

@media screen and (max-width: 480px)
{
    .login-body-inner
    {
       background-size:100% 10%;
    }
    
    .loginRemind{
        width: 260px;
        color: #7d706c;
    }
    
    .extenderSetupRemind {
    color: #7d706c;
    font-size: 14px;
    font-weight: normal;
    margin-top: 100px;
    }
}

.login-form
{
    margin: 5% 10%;
    text-align: left;
    width: 260px;
}

.login-form .loginInfo input[type="button"],
.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="password"]
{
    width: 100%;
    margin-top: 10px;
}

.login-remember
{
    line-height: 2.3em;
    font-weight: normal;
}

.password-help
{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #00a1de;
}

.password-help:hover
{
    color: #20b9f0;
}

.login-version
{
    margin: 10px 0;
}

.error
{
    color: #DC0451;
    line-height: normal;
}
.webloginSetup .error {
    color: #DC0451;
    line-height: normal;
    display:inline-block;
}

#byheadline {
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.webloginSetup #byheadline {
  text-align: left;
}
@media screen and (max-width: 540px) {
  #byheadline {
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
  }

  .webloginSetup #byheadline {
    text-align: left;
  }
}

.regcontainer {
  max-width: 360px;
  min-width: 160;
  margin: 0 auto;
  text-align: auto;
}

.webloginSetup 
input[type="text"],
input[type="email"],
input[type="password"],
select {
  width: 88%;
  display:inline-block;
}
@media screen and (max-width: 768px) {
    .regcontainer {
      max-width: 384px;
      margin: 0 auto;
      text-align: auto;
    }
}

.regsimpleChoiceWrapper {
  width: 100%;
  padding: 100px 10%;
}
