﻿.asset-container {
    position: fixed;
    width: 30%;
    max-width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 103;
    background-color: white;
    -webkit-transition: all .15s ease-in 0s;
    -moz-transition: all .15s ease-in 0s;
    transition: all .15s ease-in 0s;
    overflow: auto;
    border: solid 1px #c0c0c0;
}

.asset-container,
.asset-container p,
.asset-container span,
.asset-container ul,
.asset-container li {
    font-family:sans-serif;
}

.asset-container-collapsed {
    right: -400px;
}

.asset-container-toggle {
    border: 0;
    cursor: pointer;
    border-radius: .5rem 0 0 .5rem;
    position: fixed;
    background: rgba(238, 238, 238, 0.5);
    width: 2rem;
    height: 2rem;
    margin-left: -2rem;
    margin-top: 10rem;
    padding: 0;
}

.asset-container-toggle div {
    background: white;
    border-radius: 5px 0px 0px 5px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    color: #92819F;
    line-height: 2rem;
    font-weight: 700;
    -webkit-transition: all .15s ease-in 0s;
    -moz-transition: all .15s ease-in 0s;
    transition: all .15s ease-in 0s;
}

.asset-container-toggle:hover {
    color: white;
}

.asset-container-toggle:focus {
    outline-style: none;
}

.asset-container-toggle > div {
    color: #92819F;
    line-height: 2rem;
    font-weight: 700;
    -webkit-transition: all .15s ease-in 0s;
    -moz-transition: all .15s ease-in 0s;
    transition: all .15s ease-in 0s;
}
.asset-container .title,
.asset-container .tag-title,
.asset-container .tag-title,
.asset-container .asset-list-title {
    padding-left: 5px;
}
.asset-container .title {
  overflow: hidden;
  padding-top: 5px;
}

.asset-container .title p {
  float: left; 
}

.asset-container .images-wrapper {
  line-height: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto; 
}

.asset-container .images-wrapper img {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #ccc;
  padding: 5px; }

.asset-container .images-wrapper div {
  position: relative;
  margin-bottom: 5px; }

.asset-container .images-wrapper span {
  position: absolute;
  top: 10px;
  left: 5px;
  font-weight: bold; }

.asset-container button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; 
}

.asset-container .input-group-append {
    width: auto;
}

#searchForm {
    font-size:18px;
}
#searchForm .col-md-12,
#searchForm .col-md-8,
#searchForm .col-md-4 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
}

#IncludeGlobals {
    font-size: 18px;
    width: auto;
}

.asset-container .title a:active, 
.asset-container .title a:focus {
  color: #6f6f6f;
}
