/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file
 * except in compliance with the License.  You may obtain a
 * copy of the License at the following location:
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.4em;
color: #555;
}

#container {
    width: 95%;
    margin: 0 auto;
}

@media only screen and (min-width: 425px) {
    #container {
        width: 400px;
    }
}

header{
    font-size:20px;
    padding: 40px 0 0px;
}
header h1{
    text-align: center;
}

header, #content { background: #fff;  }
#content {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width:90%;
    margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  
  #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
}

#logo {
    display: none;
    width: 234px;
    height: 66px;
    text-indent: -999em;
    background-image: url(../images/pcd-logo.jpg);
    background-repeat: no-repeat;
    margin: 0 0 10px 10px;
}

#msg { 
	padding: 20px;
	width: 94%;
	box-sizing: border-box;
	margin: 0px auto 10px auto; 
}
#content #msg{
	width: 100%;
}

#msg h2 { font-size: 1.4em; margin-bottom: 0.5em; }
#msg.errors { border: 1px dotted #BB0000; color: #BB0000; padding-left: 100px; background: url(../images/error.gif) no-repeat 20px center; }
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/confirm.gif) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.gif) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }

#login { width: 100%;}
#fm1 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#fm1 .row { margin-bottom: 21px;padding: 1px; }
#fm1 .row label {
    display: block;
    margin-bottom: 4px;

    font-size: 13px;
}
#fm1 .row input[type=text],
#fm1 .row input[type=password] {
    width: 100%;
    min-height: 24px;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 15px;
    color: #404040;
}

#fm1 .row.check label {
    display: inline;

}

.box{
    box-sizing: border-box;
    background: url(../images/lock.png) no-repeat center 10px;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 64px 25px 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

select{

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

#fm1 .row .btn-submit:hover,
#fm1 .row .btn-reset:hover, input[type=submit]:hover { cursor: pointer; }
.btn-row{
    text-align:center;
    padding: 14px 0;

}
.btn-submit, .btn-reset{
    font-size: 1.5em;
}
.btn-submit,.btn-register,.btn-forgotPassword, .btn-resetPassword, .btn-reset{
    width: 100%;
    padding: 8px;
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.btn-submit:hover,.btn-register:hover,.btn-forgotPassword:hover, .btn-resetPassword:hover{
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.btn-submit:active,.btn-register:active,.btn-forgotPassword:active, .btn-resetPassword:active{
    background-color: #357ae8;
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.btn-reset{
    display: none;
}

#sidebar { width: auto; }
#sidebar .sidebar-content { font-size: 1.3em; color:#000;}
#sidebar .sidebar-content p { margin-bottom: 1.4em; margin-top:1.4em;}

.register{
    text-align: center;
    margin-top: 12px;
}

#list-languages ul { list-style: none; }
#list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
#list-languages ul li:last-child { border: 0; line-height: 1.4em; }

footer { color: #000; margin: 30px 0; background: #fff; text-align: center; font-size: 12px; }

header > h2{
	font-size: 1.1em;
	margin-left:0;
	padding: 20px 0 40px 0;
	text-align: center;
}

@media screen and (min-width: 769px) {
	
	header > h2{
    font-size:1.5em;
  	width: 133%;
    margin-left: -64px;
    padding: 20px 0 20px 0;  
    line-height: 1em;
	}
}

@media only screen and (max-width: 960px) {
  footer { padding-left: 10px; } 
}

@media only screen and (max-width: 799px) {
  header h1 { font-size: 1em; }
  .box { float: none; width: 100%; }
  #fm1 .row input[type=text],
  #fm1 .row input[type=password] { width: 100%; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
  #fm1 .row .btn-reset { display: none; }
  #sidebar { margin-top: 20px; }
  #sidebar .sidebar-content { padding: 0; }
}

html{
    overflow-x: scroll;
}
.wrap{
    width: 320px;
    margin: 100px auto 0 auto;
}

.buttons{
    width: 100%;
    margin: 24px auto;
}

.button{
    box-sizing: border-box;
    padding: 8px 5px;
    background-color: #EAEAEA;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.button.pressed{
    background-color: #C3C3C3;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.5);
    transition: all .1s;
}

.button:hover,.button > label{
    cursor: pointer;
}

.button:first-child{
    border-radius: 5px 5px 0 0;
}

.button:last-child{
    border-radius: 0 0 5px 5px;
}

.button input[type="radio"]{
    position: absolute;
    left: -9999px;
}

.button input[type="radio"]:focus + span{
    border-bottom: 1px dotted #EAEAEA;
}

.button > div,.button > label{
    float: left;
    text-align: center;
}

.button .icon{
    width: 12%;
    padding: 7px;
    font-size: 22px;
}

.button .label{
    width: 80%;
}

.button .label::-moz-selection, .button .label span::-moz-selection{
    background-color: transparent;
}

.button .label::selection, .button .label span::selection{
    background-color: transparent;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.illustration img{
    margin: 14px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#fm1 .row{
    margin-bottom: 12px;
}

.row.btn-row{
    margin-top: 20px;
}

.cartHeader{
    font-size: 1.3em;
}

.row.link-row{
	text-align:center;
	margin-top: 18px;
	margin-bottom: 0 !important;
}

.row.link-row a{
	text-decoration:none;
}

#forgot-link{
	text-align:right;
	padding-top: 6px;
}

#forgot-link a{
	text-decoration:none;
}

#account-choices .row{
    margin-bottom: 0;
    padding: 8px 6px;
    margin: 8px auto;
    background-color: #fff;
    border: 1px solid #ddd;
}

#account-choices input[type="radio"]{
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top: -5px;
    margin-left: -20px;
}

#account-choices .radio{
    position: relative;
    padding-left: 20px;
}

#multi-account-warn{
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.block-icon{
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
    font-size: 2em;
}

#pleaselogout{
	font-size: 12px;
}

#ren-inv-illustration{
	text-align: center;
}

#ren-inv-illustration a{
	display: block;
	margin: 0 auto;
}
#ren-inv-illustration img{
	width: 73px;
	height: 116px;
	margin: 0 0;
}
