/*!
 * CardReader - public/css/style.css
 *
 * Copyright (c) 2017 People Device. All rights reserved.
 */

body {
  padding-top: 40px;
  font-size: 14px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  margin-top: 4px;
  font-size: 24px;
}
.title {
  margin-top: 4px;
}
.title h1 {
  margin-top: 0;
}
.title .dropdown-toggle {
  padding: 6px 8px;
}
.alert {
  margin-bottom: 10px;
}
.full {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.left {
  float: left;
}
div.center {
  text-align: center;
}
div.center > div {
  display: inline-block;
}
.right {
  float: right;
}
.top {
  padding-top: 10px;
}
.bottom {
  padding-bottom: 10px;
}
.table.bottom {
  margin-bottom: 10px;
}
.pleft {
  padding-left: 10px;
}
.pright {
  padding-right: 10px;
}
.bold {
  font-weight: bold;
}
.name {
  font-size: 18px;
}

.home-header-zzz {
  padding: 20px 0 50px;
  height: 200px;
  background: url(/images/hero.jpg) no-repeat;
  background-size: cover;
}

.navbar-brand {
  min-width: 100px;
}

.nav.navbar-nav li.active {
  background-color: #f8f8f8;
}
.btn-logout {
  color: black;
}
.btn-logout:hover, .btn-logout:focus {
  text-decoration: none;
  color: white;
}
.btn-login {
  border-radius: 20px !important;
  font-size: 14px;
}

.container {
  max-width: 900px;
}

.starter-template {
  margin-top: 20px;
  margin-bottom: 10px;
}

.starter-template-inner {
  max-width: 900px;
}
.user-form {
  padding-top: 0;
  padding-bottom: 4px;
}
.form-control {
  padding: 6px 10px;
}
.user-form input, .user-form select, .user-form textarea {
  max-width: 450px;
  margin-bottom: 6px;
}
.user-form .nav-tabs, .user-form .tab-content {
  max-width: 450px;
}
.user-form option {
  line-height: 1.3333333;
  font-size: 18px;
}
.user-form hr, .hr {
  margin-top: 5px;
  margin-bottom: 0;
  height: 10px;
	border-top: 1px solid #66afe9;
	box-shadow: 0 10px 10px -10px rgba(102, 175, 233, .6) inset;
}
.form-group.row {
  margin-bottom: 0;
}
.icon {
  width: 20px;
  height: 20px;
  background-color: none;
}
.icon.opt {
  margin-top: 6px;
  margin-bottom: 6px;
}
.icon32 {
  width: 32px;
  height: 32px;
}
.icon-title {
  float: left;
  width: 32px;
  height: 32px;
  margin-top: -4px;
  margin-right: 8px;
}
.icon-search {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.new-register a {
  margin-top: 10px;
}

.terms {
  margin-bottom: 10px;
}

.btn-login {
  font-size: 16px;
  margin: 3px auto 0 auto;
  border-radius: 30px;
  background: none;
  border-color: #2a6cab;
  padding: 5px 12px;
}
.btn-login:hover, .btn-login:active, .btn-login:hover .btn-login:active {
  color: #000 !important;
  background: none !important;
  border-color: #2a6cab !important;
  border-width: 2px;
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background-color: rgb(253, 253, 182);
  border-top: 1px solid black;
  font-size: 14px;
  z-index: 1;
}
.cookies .container div {
  padding-bottom: 10px;
  max-width: 747px;
}
.cookies button {
  margin-top: -5px;
}

.small-title {
  padding-top: 10px;
  font-weight: bold;
}

.small-text {
  font-size: 14px;
  padding-bottom: 10px;
}

.clickable-row label {
  cursor: pointer;
}

.clickable-row:hover > th, .clickable-row:hover > td, .card.clickable-row:hover, .card.clickable-row.hover {
  background-color: #a4daf5;
  cursor: pointer;
}

.form-group .col-sm-9 .dropdown-toggle, .form-group .col-sm-10 .dropdown-toggle {
  padding: 4px 12px;
  margin-bottom: 8px;
}
.dropdown-toggle.dropdown-text {
  min-width: 150px;
}

.form-group .col-sm-9 select, .form-group .col-sm-10 select {
  display: inline-block;
  margin-bottom: 10px;
}

.form-group .dropdown-text span:first-child {
  display: inline-block;
  min-width: 100px;
  text-align: left;
}

.form-group .cell {
  display: inline-block;
  margin-bottom: 6px;
}

.btn-mobi {
  min-width: 90px;
  margin: 5px 5px 5px 0;
}
.btn-top {
  margin: 0;
}

i.clear {
  display: none;
}

td.center {
  text-align: center;
}

.tab-content {
  border2: 1px solid #ddd;
  border-top-color: transparent;
  padding-top: 6px;
}

.password {
  background: url(/images/key.png) left no-repeat;
  background-size: 30px 30px;
  padding-left: 36px;
}
.checked {
  background-color: #87e981 !important;
}
.page-active {
  background-color: #0275d8;
  color: white;
  font-weight: bold;
}
.page-res {
  float: right;
  padding-top: 5px;
  padding-left: 20px;
  text-align: right;
  white-space: nowrap;
}
.card {
  float: left;
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 100px;
}
.card-icon {
  float: left;
  padding-right: 10px;
}
.card-icon img {
  width: 64px;
}
.card-details {
  margin-top: 10px;
}
.courier {
  font-family: monospace;
  word-wrap: break-word;
  background-color: #eee;
  padding: 4px;
  border-radius: 4px;
}
.c66 {
  width: 66.66%;
}
.c33 {
  min-width: 33.33%
}
.searching {
  padding-bottom: 12px;
}
.searching.border {
  border: 1px solid black;
  padding: 8px 8px 0 8px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #C3C3C3;
  margin-bottom: 10px;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar .fc-left, .fc-toolbar .fc-center, .fc-toolbar .fc-right {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
  -ms-transform: scale(1.8); /* IE 9 */
  -webkit-transform: scale(1.8); /* Chrome, Safari, Opera */
  transform: scale(1.8);
}
.ui-icon-circle-triangle-w {
  background-position: -96px -32px;
}
.ui-icon-circle-triangle-e {
  background-position: -32px -32px;
}
.fc-event, .fc-event:hover {
  background-color: white;
  color: #3a87ad;
}
.fc-event, .fc-event:hover, .ui-widget .fc-event {
  background-color: white;
  color: #3a87ad;
}
#calendar img {
  width: 10px;
  height: 10px;
}

#calendar {
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow2: 0 1px 2px #C3C3C3;
  -webkit-box-shadow2: 0px 0px 21px 2px rgba(0,0,0,0.18);
  -moz-box-shadow2: 0px 0px 21px 2px rgba(0,0,0,0.18);
  box-shadow2: 0px 0px 21px 2px rgba(0,0,0,0.18);
}

.noscroll { overflow: hidden; }
.overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0; left: 0; top: 0; bottom: 0;
  background:  rgba(40,40,40, .75);
  z-index: -1;
}
.overlay[aria-hidden="true"] {
  transition: opacity 1s, z-index 0s 1s;
  z-index: -1;
  opacity: 0;
}
.overlay[aria-hidden="false"] {
  transition: opacity 1s;
  width: 100%;
  z-index: 1040;
  opacity: 1;
}
.overlay > div {
  border-radius: 6px;
  margin: 15px auto;
  max-width: 500px;
  padding: 10px;
  background: rgba(255,255,255, .95);
}
.overlay h1 {
  font-size: 20px;
}

/* Desktop */

@media (min-width: 768px) {
  body {
    background-color: #ddd;
    font-size: 14px;
  }
  .no-desktop {
    display: none;
  }
  .left-right {
    float: left;
  }
  .navbar-brand, .navbar-nav > li > a, .navbar-right > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-login {
    font-size: 16px;
    margin: 4px 1px 0 auto;
    padding: 4px 12px;
  }
  .btn-login:hover, .btn-login:active, .btn-login:hover .btn-login:active {
    margin-top: 3px;
    margin-right: 0;
  }
  .starter-template {
    margin-top: 20px;
    min-height: 400px;
    border-radius: 6px;
    background-color: white;
    padding: 10px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .menu-right {
    float: right;
    margin-top: 6px;
  }
  .btn-logout {
    display: block;
    margin-top: 4px;
  }
  .menu-right.desktop {
    display: none;
  }
  .new-register {
    margin-top: 40px;
  }
  .user-form option {
    font-size: 14px;
  }
  .col-form-label {
    margin-top: 6px;
  }
  .user-form .btn-group {
    width: 100%;
  }
  .user-form .btn-group input {
    float: left;
    width: 100%;
  }
  .form-group .cell {
    margin-top: 6px;
  }
}

/* Smartphones */

@media (max-width: 767px) {
  .navbar {
    min-height: 50px;
  }
  .navbar-left .navbar-toggle {
    float: left;
    margin-left: 12px;
  }
  .navbar-left .navbar-brand {
    padding-left: 0;
  }
  .no-smart, .no-mobile {
    display: none;
  }
  .left-right {
    float: right;
  }
  .mobile-center {
    text-align: center;
  }
  .cookies {
    opacity: .9;
  }
  .new-register {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #a4daf5;
  }
  .navbar-right {
    display: none;
  }
  .menu-right {
    float: right;
    margin-top: 6px;
    padding-right: 6px;
  }
  .btn-login {
    margin-top: 3px;
    margin-right: 5px;
  }
  .btn-login:hover, .btn-login:active, .btn-login:hover .btn-login:active {
    margin-top: 2px;
    margin-right: 4px;
  }
  .btn-logout {
    display: block;
    padding: 4px 6px;
  }
  .dropdown-menu-right > li > a {
    padding: 8px 20px;
    font-size: 16px;
  }
  .dropdown-menu-right > li > a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);;
  }
  .dropdown-menu-right > li > a:active {
    color: black;
  }
  .btn-mobi {
    padding: 7px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  hr {
    margin-left: -15px;
    margin-right: -15px;
  }
  .user-form input, .user-form select, .user-form textarea {
    max-width: 650px;
  }
  .user-form .nav-tabs, .user-form .tab-content, .user-form .twitter-typeahead {
    max-width: 650px;
  }
  .user-form .twitter-typeahead {
    display: block !important;
  }
  .typeahead .dropdown-item {
    font-size: 18px;
  }
  .user-form input:not([type="checkbox"]), .user-form textarea, .searching input {
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .user-form textarea {
    min-height: 100px;
  }
  .searching {
    height: 50px;
  }
  .form-group .col-sm-9 .dropdown-toggle, .form-group .col-sm-10 .dropdown-toggle {
    padding: 6px 12px;
    margin-bottom: 6px;
  }
  .form-group.same-row-25 label {
    float: left;
    width: 25%;
  }
  .form-group.same-row-33 label {
    float: left;
    width: 33%;
    padding-top: 2px;
  }
  .form-group.same-row-50 label {
    float: left;
    width: 50%;
  }
  .form-group.same-row-33 .cell {
    font-size: 16px;
  }
  .form-group.same-row-33 .cell, .form-group.same-row-33 label {
    margin-top: 6px;
  }
  .cookies .container {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group label.col-sm-2, .form-group label.col-sm-3 {
    margin-bottom: 0;
  }
  i.clear {
    display: none;
    text-align: center;
  }
  i.clear::after {
    float: left;
    padding: 5px;
    margin-top: 3px;
    margin-left: -29px;
    color: #999;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    font-style: normal;
    content: "\e088";
    cursor: pointer;
  }
  .card {
    max-width: 100%;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 4px 4px 0;
  }
  .table > thead > tr > th:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > tbody > tr > td:last-child, .table > tfoot > tr > td:last-child {
    padding-right: 0;
  }
}
