/*
 * Copyright (c) 2006-2014 by Public Library of Science
 *
 * http://plos.org
 * http://ambraproject.org
 *
 * Licensed 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
 *
 *     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 reset*/
body, h1, h2, h3, h4, h5, h6, pre, p, address, li, dl, dt, dd, table, caption, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

fieldset, abbr, acronym {
  border: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

legend {
  color: inherit;
}

input, select, button {
  vertical-align: middle;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
}

textarea {
  font-family: inherit;
  font-size: 1em;
  overflow: auto;
  resize: vertical;
}

button, select, textarea, input:not([type="radio"]):not([type="checkbox"]) {
  margin: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
  cursor: pointer;
}

input[disabled], button[disabled] {
  cursor: default;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: 0%;
}

button {
  -webkit-appearance: push-button;
}

input {
  -webkit-border-radius: 0;
}

sup, sub {
  vertical-align: 0;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.8ex;
}

p {
  margin-bottom: 1em;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid;
  margin-bottom: 1em;
  clear: both;
}

blockquote {
  margin: 1em 40px;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

/*global styles & helper classes*/
body {
  font: 81.25%/1.385 arial, sans-serif;
  background: #333;
}

a {
  color: #3c63af;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font: 30px 'FS Albert Web Regular', Verdana, sans-serif;
  font-size-adjust: 0.48;
  margin-bottom: 4px;
}

h2 {
  font-size: 18px;
  line-height: 1.222;
  margin-bottom: 20px;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.nowrap {
  white-space: nowrap;
}

.header:after,
.footer:after,
.article:after,
.section:after,
.nav:after,
.aside:after,
.body:after,
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ir {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
}

.ir a {
  display: block;
  background-repeat: no-repeat;
  background-color: transparent;
}

.ir br {
  display: none;
}

.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.btn {
  background: #f8af2d;
  font-size: 15px;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  border-radius: 4px;
  font-family: arial;
}

.btn.active,
.btn:hover {
  background: #3c63af !important;
  color: #fff !important;
  text-decoration: none;
}

ul.links {
  padding: 0;
  list-style: none;
  margin-top: 0;
}

ul.links li {
  padding-left: 8px;
  background: url(../images/bul.blu.png) no-repeat 0 7px;
  margin-bottom: 12px;
}

/*primary containers*/
#page-wrap {
  min-width: 960px;
}

#pagehdr-wrap {
  border-top: 6px solid #3c63af;
  background: #efefef;
  min-width: 960px;
}

#pagehdr {
  width: 950px;
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 10px;
}

#pagehdr:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#pagebdy-wrap {
  background: #fff;
  min-width: 960px;
}

#pagebdy-wrap.bg-dk {
  background: #efefef;
}

#pagebdy {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-top: 25px;
}

#pageftr {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/*pageftr*/
#pageftr {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#pageftr {
  color: #fff;
  overflow: hidden;
  font-size: 0.923em;
  line-height: 14px;
  padding: 25px 0 40px;
  color: #ccc;
}

#pageftr a {
  color: #fff;
  font-weight: bold;
}

#pageftr li {
  margin-bottom: 2px;
}

#pageftr li a {
  color: #ccc;
  font-weight: normal;
}

#pageftr .nav-aux {
  word-spacing: 7px;
  margin-top: 30px;
}

#pageftr .nav-aux a {
  color: #ccc;
  font-weight: normal;
  word-spacing: normal;
}

.ftr-cols {
  padding-left: 10px;
}

.ftr-cols .col {
  width: 200px;
  float: left;
  margin-right: 40px;
}

.ftr-cols .col .logo {
  margin-bottom: 25px;
}

.ftr-cols .col-1 {
  width: 437px;
  margin: 0;
  padding-left: 23px;
  position: relative;
}

.ftr-cols .col-1 a {
  white-space: nowrap;
}

#icon-cc-ftr {
  position: absolute;
  left: 0;
  top: -2px;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul, ol {
  line-height: 1.5;
}

/* registration page changes */

.form-error{ list-style: none; color: #E53350;}
.field {margin-bottom: 20px;}
.field label { display: block; font-weight: bold; }

.field input[type="text"],
.field input[type="password"]{ 
  font-size: 16px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 8px 10px 6px;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.field input[type="button"],
.field input[type="submit"]{
  background: #333;
  color: #fff;
  margin-right: 2px;
  padding: 9px 10px;
  border: 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.field input[type="button"]:hover,
.field input[type="submit"]:hover {
  background: #333!important;
  color: #fff !important;
}

.field input[type="button"].primary,
.field input[type="submit"].primary {
  background: #3c63af;
  color: #fff;
}
div.btnwrap {
  margin-top: 15px;
}


.panel {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 35px;
}

.panel.orcid-info .left {
    width: 35%;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    border-right: 1px solid #ccc;
}

.panel.orcid-info .left.border {
    border-right: 1px solid #ccc;
}

.panel.orcid-info .left p{
    margin-bottom: 0.25em;
}

.panel.orcid-info .right {
    width: 65%;
    float: left;
}

.panel.orcid-info .right {
    width: 60%;
    float: left;
}

.panel.orcid-info.short{
     width: 50%;
}

.panel.orcid-info.short .left{
    margin-right: 5px;
}

.panel.orcid-info.short .right{
    margin-right: 5px;
    padding-top: .5em;
}
.icon {
    display: inline-block;
    margin-right: 5px;
}

.icon.check {
    background: url(../images/icon-check.png) no-repeat 2px 0;
    height: 14px;
    width: 18px;
}

.image-text {
    display: block;
    text-indent: -2000px;
}

.image-text.orcid {
    background: url(../images/logo-orcid.png) no-repeat 0 0;
    width: 140px;
    height: 43px;
    margin-bottom: 10px;
}

.success {
    color: #16A127;
    font-size: 16px;
}
