/*
This stylesheet contains styles necessary for pages displaying the Connect Server overlay.
*/

#connect-widget-v2-outer {
  display: block;
  z-index: 100000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* phone,landscape */
@media screen and (min-width: 480px) {
  #connect-widget-v2-outer {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 20%;
    width: 85%;
    max-width: 480px
  }
}

#connect-widget {
  font-family: "Helvetica Neue", Arial, Tahoma, Verdana, sans-serif;
  color: #2f353d;
  background-color: white;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  height: 100vh;
}

@media screen and (min-width: 480px) {
  #connect-widget {
    height: auto !important;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}

#connect-widget a, #connect-widget p, #connect-widget span {
  font-family: "Helvetica Neue", Arial, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  line-height: 26px;
  vertical-align: baseline;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

#connect-widget a, #connect-widget p, #connect-widget h2, #connect-widget span {
  text-decoration: none;
}

#connect-widget a {
  color: #4572ED;
}

#connect-widget h2 {
  font-size: 1.2em;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  line-height: 1.4em;
  font-weight: 600;
}

#connect-widget a:hover {
  color: #3d4c74;
}

#connect-widget #connect-widget-close {
  height: 34px;
  width: 38px;
  background: url("../img/close.png") no-repeat;
  border: 0;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#connect-widget #connect-widget-close:hover {
  background: url("../img/close_hover.png") no-repeat;
}

#connect-widget #connect-widget-close span {
  color: #a29e9e;
}

#connect-widget .connect-widget-body {
  padding: 10px 5px 0 5px;
}

@media screen and (min-width: 480px) {
  #connect-widget .connect-widget-body {
    padding: 20px 25px 25px 25px;
  }
}

#connect-widget .centered {
  text-align: center;
}

#connect-widget .widget-signup {
  margin-bottom: 15px;
}

.header-sony-logo {
  background: url("../img/sony-logo.png") no-repeat;
  background-size: 200px 57px;
  width: 200px;
  height: 60px;
  display: inline-block;
}

@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {
  .header-sony-logo {
    background: url("../img/sony-logo_x2.png") no-repeat;
    background-size: 200px 57px;
  }
}

#connect-widget .widget-header {
  font-weight: 700;
}


/**
  Providers
*/
#providers {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 25px;
}

#providers .provider {
  vertical-align: middle;
  margin-bottom: 15px;
  border-radius: 1px;
  text-align: center;
  padding: 8px;
  background-color: #282828;
}

#providers .provider.facebook {
  background-color: #39579a;
}

#providers .provider.google {
  background-color: #DB4E3F;
}

#providers .provider.sonyericsson {
  background-color: #282828;
}

#providers .provider.linkedin {
  background-color: #007ab7;
}

#providers .provider span {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
