﻿/*
    Green: #4a7449
    Blue-Grey: #859eb1
    Dark Blue: #256295
*/

/* Overrides */
.column-1_5, .column-2_10 { width: 19.6%; }

/* General */
.overlay {
  background-color: rgba(51, 51, 51, .8);
  display: none;
  height: 100vh;
  left: 0;
  padding-top: 10rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.subtitle {
    color: #4a7449;
    display: block;
    font-size: 75%;
    padding: 0 1rem;
}

/**** Bootstrap Overrides *****/


/* Panels */

.panel,
.panel-group > .panel,
.panel-heading {
  border-radius: 0;
}

.panel-default > .panel-heading {
  background-color: #d9dee2;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: rgba(44, 98, 125, .75);
    border-color: rgba(44, 98, 125, 1);
}

.panel-primary > .panel-heading h1,
.panel-primary > .panel-heading h2,
.panel-primary > .panel-heading h3,
.panel-primary > .panel-heading h4,
.panel-primary > .panel-heading h5,
.panel-primary > .panel-heading h6 {
    color: #fff;
}

.panel-heading a {
  text-decoration: none;
}


/* Buttons */

.btn, 
input[type="button"].btn, 
input[type="reset"].btn, 
input[type="submit"].btn {
    background-image: none;
    border: 0.1rem solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.42857143;    
    margin-bottom: 0;    
    padding: 0.6rem 1.2rem;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;        
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    vertical-align: middle;
    white-space: nowrap;
}

a.btn {
  text-decoration: none;
}

.btn-default,
input[type="button"].btn-default,
input[type="reset"].btn-default,
input[type="submit"].btn-default {
    background-color: transparent;
    border-color: #2a2a2a;
    color: #2a2a2a !important;
    text-transform: capitalize;
}

.btn-default:disabled, 
input[type="button"].btn-default:disabled, 
input[type="reset"].btn-default:disabled, 
input[type="submit"].btn-default:disabled {
    cursor: not-allowed;
}

.btn-default:hover,
input[type="button"].btn-default:hover,
input[type="reset"].btn-default:hover,
input[type="submit"].btn-default:hover {
    background-color: #373737 !important;
    color: #fff !important;
}

.btn-default:hover, 
input[type="button"].btn-default:hover:disabled, 
input[type="reset"].btn-default:hover:disabled, 
input[type="submit"].btn-default:hover:disabled {
    background-color: #fff !important;
    border-color: #2a2a2a;
    color: #2a2a2a !important;
}

.form-control {
    height: initial;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: initial;
}

.form-group > .form-control {
    height: 5.5rem;
    padding: 1.5rem 1rem;
}

/* Helpers */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.ml-4 {
  margin-left: 2rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mr-6 {
  margin-right: 3rem;
}

.p-3 {
    padding: 1rem !important;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.5rem;
}

.pr-2 {
    padding-right: 1rem;
}

.pr-3 {
    padding-right: 1.5rem;
}

.pr-4 {
    padding-right: 2rem;
}

.pr-5 {
    padding-right: 2.5rem;
}

.pr-6 {
    padding-right: 3rem;
}

.no-border {
  border: none;
}

.highlight {    
    border: 0.1rem solid #969696;
    display: block;
    padding: 1rem;
    text-align: center;
}


/* List Groups & General Lists */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-group-clean > li {
  margin: 0;
  padding: 0;
  border: none;
}

.list-group-links .list-group-item {
  border: none;
  padding: 0.5rem;
}


/* Images & Thumbnails */

.thumbnail {
  border: none;
}

/* Navigation */
.top_panel_title.title_present .breadcrumbs {
    padding: 3.4rem 0 0;
}

/* Forms */
.form-control, 
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
select, 
textarea {
  background-color: #fff;
  border:0.2rem solid rgba(44, 98, 125, 0.5);
  border-radius: 0;
  color: #333;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border-color: #dedede;
}

.form-control:focus {
    background-color: #fff;
}

.form--flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;    
}

    .form--flex .form-group {
        margin-right: 1rem;
        margin-bottom: 0;
    }

.form-label:empty {
    display:none;
}
/* Inputs */
.update__biography textarea {
  height: 25rem;
  resize: vertical;
}

label input[type="radio"], label input[type="checkbox"] {
    display:none;        
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    display: inline;
}

label input[type="radio"] ~ span {
    font-weight:normal;
}

label input[type="radio"]:checked ~ span {
    font-weight:bold;
}
    
label input[type="checkbox"] ~ i.fa.fa-square-o {
    display: inline;
}
    
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}
    
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    display: inline;
}

label input[type="checkbox"] ~ span {
    font-weight:normal;
}

label input[type="checkbox"]:checked ~ span {
    font-weight:bold;
}


/* Panel List */
.panel-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-list__header h1,
.panel-list__header h2,
.panel-list__header h3,
.panel-list__header h4,
.panel-list__header h5,
.panel-list__header h6 {
  margin-top: 0;
}

.panel-list__list__list-item {
  overflow: hidden;
  white-space: nowrap;
}

.panel-list__list__list-item a {
  text-decoration: none;
}

.panel-heading__panel-title {
    font-size: 2.4rem;
    margin: 0;
}

.panel-heading__panel-subtitle {
    color: #8a8a8a;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}

/* Object */

.object {
  border: 0.1rem solid #d3d3d3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
  min-height: 17.5rem;
  padding: 1rem;
}
    .object:hover,
    .object.active {
        border: 0.1rem solid transparent;
        -webkit-box-shadow: 0 0.3rem 0.7rem 0 #a8a8a8;
        -moz-box-shadow: 0 0.3rem 0.7rem 0 #a8a8a8;
        box-shadow: 0 0.3rem 0.7rem 0 #a8a8a8;
    }

.object-title h4 {
  margin-top: 0;
}

.object-image {
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
    height:12rem;
    overflow: hidden;
    padding: 2.5rem 1rem;
    text-align: center;
}
    .object-image img {
        width: 100%;
    }


.object-body {
    display: flex;
    flex-direction: column;    
    padding: 0.5rem;
    position: relative;
}

.object-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.object-title {
    display:block;
    font-size: 1.6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
    .object-title:hover {
        background-color:#fff;
        overflow:visible;        
    }

.object-date {
    color: #bebec3;
    font-size: 1.1rem;
}

.object-summary {
    font-size: 1.3rem;
}
    .object-summary:empty {
        display: none;
    }

img.media-object {
    height: initial;    
    margin-right: 0;
    max-width: 14rem;
    width: initial;
}

/* Google */
.google-map {
  height: 15rem;
  width: 100%;
}


/* Pager */
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}

/* Inventory */
.inventory {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inventory__item {
    border: 0.1rem solid #555;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 1rem;
}

.inventory__item--col-1 {
    text-align: center;
}

.inventory__item--col-2 {
}

.inventory__item__header__item-name {
    font-size: 2.2rem;
}

.inventory__item__header__tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.inventory__item__header__tags__tag {
    background-color: #dedede;
    border: 0.1rem solid #ddd;
    font-size: 1.4rem;
    padding: 0.5rem;
}

    .inventory__item__header__tags__tag:empty {
        display: none;
    }

.inventory__item__footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.inventory__item__footer__action {
    font-size: 1.8rem;
}

/* Inventory Item */
.inventory {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inventory-item {
    border: 0.1rem solid #555;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 1rem;
}

.inventory-item__header__item-name {
    font-size: 2.8rem;
}

.inventory-item__header__tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.inventory-item__header__tags__tag {
    background-color: #dedede;
    border: 0.1rem solid #ddd;
    font-size: 1.4rem;
    padding: 0.5rem;
}

    .inventory-item__header__tags__tag:empty {
        display: none;
    }

/* Admin */
.admin-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.3rem;
}

.admin {    
    padding: 1rem;
}

.admin__heading {
    font-size: 2rem;       
    margin-top: 0;
}

.admin__item {
    border: 0.1rem solid #333;    
    margin-bottom: 1rem;
    padding: 1rem;
}

.admin__item__a, a.admin__item__a {
    font-size: 1.8rem;
    text-decoration: none;
}

.admin__item__p {
    font-size: 1.6rem;
    margin-bottom: 0;
}

/* Credit Card */
.credit-card {
    display:inline-block; 
    height:3.2rem; 
    width:4.8rem; 
}

.american-express {
    background:url(//cdn.intustech.com/eAssociate/assets/images/american-express-straight-32px.png) no-repeat 0 0; 
}
.discover {
    background:url(//cdn.intustech.com/eAssociate/assets/images/discover-straight-32px.png) no-repeat 0 0; 
}
.mastercard {
    background:url(//cdn.intustech.com/eAssociate/assets/images/mastercard-straight-32px.png) no-repeat 0 0; 
}
.visa {
    background: url(//cdn.intustech.com/eAssociate/assets/images/visa-straight-32px.png) no-repeat 0 0;
}

/* Columns */
.c-2 {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.c-3 {
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}