/*
    Created on : 23-Jul-2015, 07:43:34
    Author     : jwaring
*/

body {
	background-color: #FFFFFF;
}

.content {
  position: relative;
  z-index: 2;
  background: white;
}
.content article {
  padding: 80px 0;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.content article  p {
  padding: 0 0 24px 0;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #999999;
}


img {
  max-width: 100%;
}

.cent-ribbon {
  position: relative;
  background-color: #000;
  background-image: url(https://cdn.premierit.com/images/backgrounds/bg_2200x800_001.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: auto;
}

.cent-ribbon-foreground {
  width: 490px;
  height: 350px;
  background-image: url(../img/banner/foreground_001.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 0;
  margin-right: 0;
  top: 0;
}

.cent-ribbon-background {
  width: 960px;
  height: 298px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  left: 50%;
  margin-left: -480px;
}

.logo {
  height: 100px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.cent-main-article {
  margin-top: -80vh;
}

.login-dialog {
  position: relative;
  z-index: 5000;
  margin: 15% auto;
  max-width: 500px;
  min-width: 280px;
  text-align: center;
}
.login-dialog h1 {
    color: #FFF;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}
.login-dialog-footer {
  padding: 20px;
  color: #FFF;
  text-align: center;
}
.login-dialog-footer a:link,
.login-dialog-footer a:active,
.login-dialog-footer a:visited {
  color: #FFF;
  text-decoration: none;
}
.login-dialog-footer a:hover {
  color: #FFF;
  text-decoration: underline;
}


.alert  {
  margin: 24px 0 0 0 ;
}

.alert-danger  {
  color: rgb(190, 27, 36);
}


.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #CCC;
}
.mdl-textfield {
  text-align: center;
    width: 100%;
}

.mdl-textfield__input {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
  padding: 12px 0;
  width: 100%;
}

.mdl-textfield__input:focus {
  outline: none;
}

.mdl-textfield__label {
  padding: 0;
  font-size: 18px;
}

.cent-dialog {
  padding: 24px;
  background-color: #ffffff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
  border-radius: 5px;
}

.cent-dialog h1 {
  font-size: 1.4em;
  color: rgb(117, 117, 117);
  font-family: Roboto, sans-serif;
  padding: 0 0 12px 0;
  margin: 0;
}

.cent-dialog p {
  padding : 0
}

.cent-dialog2 {
  padding: 24px;
  background-color: #ffffff;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.12);
  border-radius: 5px;
}
.cent-dialog2-title {
  font-size: 1.4em;
  padding: 0 0 12px 0;
}
.cent-dialog2-content {
  padding: 0 0 12px 0;
}
.cent-dialog2-actions {
  text-align: center;
}

.cent-footer {
  background: black;
  color: white;
  padding: 40px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
.cent-footer .footer-content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.cent-footer a {
    color: white;
}

ul.footer-links {
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: smaller;
}

ul.footer-links li {
  display: inline-block;
  margin: 8px 16px;
}

.cent-footer  .copyright {
    color: #CCC;
  font-weight: 300;
}

ul.social-links {
  list-style-type: none;
}

ul.social-links li {
  display: inline;
  height: 40px;
  margin-right: 20px;
  overflow: hidden;
}

ul.social-links li a {



}


@media (max-width: 479px) {
  .content article {
    padding: 16px;
    margin: 0 ;
  }
  h1 {
    font-size: 2rem;
    margin: 8px 0 ;
    padding: 0px;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  .content article {
    padding: 16px;
    margin: 0 ;
  }
  h1 {
    font-size: 2rem;
    margin: 8px 0 ;
    padding: 0px;
  }
}
