/* overrides */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  padding-left: 0;
  padding-right: 0; }

/* mixin */
/* var */
body {
  font-size: 16px;
  color: #3d505e;
  background-color: #000; }

#header img {
  width: 100%;
  height: auto; }

#header-wrapper {
  position: relative; }

.container {
  max-width: 1400px;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.pointer {
  cursor: pointer; }

/* raw image list */
.grid-header {
  background-color: #000;
  padding-top: 0.5em;
  padding-right: 2.5em;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
  color: #0070fd; }

.image-grid {
  width: 100%;
  /*max-width: 1310px;*/
  margin: 0 auto;
  overflow: hidden;
  background-color: #161e29;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px; }

.image__cell {
  /*float: left;*/
  position: relative; }
  .image__cell.is-collapsed .image--basic {
    cursor: pointer; }
  .image__cell.is-collapsed .arrow--up {
    height: 10px;
    width: 100%; }
  .image__cell.is-expanded .image--expand {
    max-height: 600px;
    margin-bottom: 10px; }
  .image__cell.is-expanded .arrow--up {
    border-bottom: 8px solid #393c3f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0; }

.image--basic {
  padding: 0 5px; }

.basic__img {
  display: block;
  /*max-width: 100%;*/
  height: auto;
  margin: 0 auto;
  width: 100%;
  /*
  border-top: 5px solid $color-image-grid;
  border-left: 5px solid $color-image-grid;
  border-right: 5px solid $color-image-grid;
  */ }

.image--expand {
  position: relative;
  left: -5px;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
  background: #393c3f;
  max-height: 0;
  transition: max-height .3s ease-in-out,margin-bottom .1s .2s; }

.expand__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #454545;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  z-index: 9; }

.expand__close:before {
  content: url(../assets/images/close.png); }

.expand__close:hover {
  color: #fff; }

.image--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute; }

.image--caption {
  color: #fff;
  padding-top: 40px;
  padding-right: 40px;
  margin-left: 580px; }

.image-basic {
  position: relative;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px; }
  .image-basic .download {
    position: absolute;
    bottom: 3%;
    right: 3%;
    opacity: 0.1; }
    .image-basic .download span {
      display: none; }
  .image-basic .download:after {
    content: url(../assets/images/corner-check.png); }
  .image-basic.is-selected img {
    border: 1px solid #dab727; }
  .image-basic.is-selected .download {
    opacity: 1; }
  .image-basic:hover .download {
    opacity: 0.4; }
    .image-basic:hover .download:hover {
      opacity: 0.7; }

/* filters */
.highlight-box {
  background-color: #ced1d6;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em; }

.filter-container {
  background-color: #d9dde0;
  min-height: 3.5em; }

.filter-selection-label {
  color: #3b4954;
  cursor: pointer; }

.filter-selection-text {
  cursor: pointer; }

.filter-selection-container, .filter-options-container {
  padding-top: 1.2em;
  padding-right: 2.5em;
  padding-bottom: 1.2em;
  padding-left: 2.5em; }

.is-expanded .filter-selection-label {
  color: #0070fd; }
.is-expanded .arrow {
  width: 10px;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0070fd;
  margin-top: 8px;
  margin-right: 3px; }
.is-expanded .image--expand {
  min-height: 580px; }

.is-collapsed .arrow {
  width: 15px;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3b4954;
  margin-top: 4px; }

.filter-options-container {
  border-top: 1px solid #9aa6bc;
  position: absolute;
  max-width: 1400px;
  background-color: #d9dde0;
  z-index: 10;
  width: 100%; }
  .filter-options-container label {
    color: #0070fd; }

.filter-observationDate input[type=text] {
  width: 150px; }

.targetColumn {
  float: left; }

.option-field {
  white-space: nowrap; }
  .option-field input {
    margin-right: 1em; }
  .option-field.top {
    padding-bottom: 1em; }
  .option-field span {
    width: 1em; }

.field-title {
  color: #939aa0;
  padding-bottom: 0.5em; }

.filter-section {
  border-bottom: 1px solid #c7ccd0;
  padding-bottom: 1em; }
  .filter-section.bottom {
    border-bottom: none; }

.filter-camera-targets {
  padding-top: 1em; }

.filter-observationDate,
.filter-targetDistance {
  width: 49%; }
  .filter-observationDate .filter-options,
  .filter-targetDistance .filter-options {
    min-height: 128px; }

.option-label {
  width: 100px; }

.unit-desc {
  text-align: center;
  margin-left: 1em; }
  .unit-desc input, .unit-desc select {
    margin-bottom: 0.5em; }

.option-cameras .option-field {
  padding-right: 3em; }

.option-text {
  padding-left: 1em;
  color: #7291a3; }

.filter-options {
  margin-bottom: 1em; }

.actions-wrapper {
  text-align: center; }

.filter-button {
  padding-top: 2%;
  padding-right: 10%;
  padding-bottom: 2%;
  padding-left: 10%;
  background-color: #fff;
  border: 1px solid #b6cded;
  color: #0070fd;
  cursor: pointer;
  cursor: pointer;
  white-space: nowrap; }
  .filter-button.view {
    margin-left: 3%;
    margin-right: 4%; }
  .filter-button.search {
    margin-right: 1%; }
  .filter-button.reset {
    margin-left: 1%; }

.link-wrapper {
  padding-top: 15%; }
  .link-wrapper .filter-button {
    color: #fff;
    background-color: #999999;
    border: none; }

/* detail */
.title-info {
  background-color: #313131;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em; }
  .title-info .filename {
    color: #fff; }

.image-wrapper img {
  width: 100%; }
.image-wrapper .next, .image-wrapper .prev {
  padding-top: 0em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 1em; }
.image-wrapper .to-list:after {
  content: url(../assets/images/close.png); }
.image-wrapper .to-list {
  position: absolute;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 0em;
  right: 0; }

.image-detail {
  position: relative; }
  .image-detail .caption {
    background-color: #222222;
    padding-top: 3em;
    padding-right: 2em;
    padding-bottom: 3em;
    padding-left: 2em;
    color: #fff; }
    .image-detail .caption p {
      padding-bottom: 1em; }
    .image-detail .caption .credit {
      color: #5b8cce;
      padding-top: 1em;
      padding-bottom: 2em; }

.image--expand .next, .image--expand .prev {
  padding-top: 0em;
  padding-right: 0.5em;
  padding-bottom: 0em;
  padding-left: 0.5em; }

.next, .prev {
  position: absolute;
  top: 50%;
  padding-top: 0em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 1em; }

.next:after {
  content: url(../assets/images/next.png); }

.prev:after {
  content: url(../assets/images/prev.png); }

.next {
  right: 0; }

.prev {
  left: 0; }

/*
.cassini-site { position: absolute; top: 2%; left: 5%; }
.cassini-site:before {
  content: "<";
  font-weight: 400;
  margin-right: 5px;
}
*/
.cassini-main-site {
  height: 100%;
  display: block;
  width: 230px;
  position: absolute; }

.cassini-raw {
  height: 100%;
  display: block;
  width: 160px;
  position: absolute;
  margin-left: 230px; }

.cassini-site {
  position: absolute;
  right: 2.5em;
  height: 100%; }
  .cassini-site span {
    display: none; }
  .cassini-site a {
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%); }

.cassini-site a:before {
  content: url(../assets/images/return_to_mission_button.png); }

@media only screen and (max-width: 1000px) {
  .filter-button {
    display: inline-block;
    padding-top: 3%;
    padding-right: 4%;
    padding-bottom: 3%;
    padding-left: 4%; } }
@media only screen and (max-width: 940px) {
  .image__cell.is-expanded .image--expand {
    max-height: 1200px; }

  .link-wrapper {
    padding-top: 1em;
    padding-bottom: 2em;
    /*.filter-button {  padding-right: 4em; padding-left: 4em; }*/ }

  .image--large {
    position: relative; }

  .image--caption {
    margin: 0;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px; } }
@media only screen and (min-width: 768px) {
  /*
  .image__cell {
      width: 12.5%;
  }
  */
  .image__cell:nth-of-type(8n+2) .image--expand {
    margin-left: -100%; }

  .image__cell:nth-of-type(8n+3) .image--expand {
    margin-left: -200%; }

  .image__cell:nth-of-type(8n+4) .image--expand {
    margin-left: -300%; }

  .image__cell:nth-of-type(8n+5) .image--expand {
    margin-left: -400%; }

  .image__cell:nth-of-type(8n+6) .image--expand {
    margin-left: -500%; }

  .image__cell:nth-of-type(8n+7) .image--expand {
    margin-left: -600%; }

  .image__cell:nth-of-type(8n+8) .image--expand {
    margin-left: -700%; }

  .image__cell:nth-of-type(8n+9) {
    clear: left; }

  .image--expand {
    width: 800%; } }
@media only screen and (max-width: 767px) {
  .image__cell:nth-of-type(4n+2) .image--expand {
    margin-left: -100%; }

  .image__cell:nth-of-type(4n+3) .image--expand {
    margin-left: -200%; }

  .image__cell:nth-of-type(4n+4) .image--expand {
    margin-left: -300%; }

  .image__cell:nth-of-type(4n+5) {
    clear: left; }

  .image--expand {
    width: 400%; } }
/*
@media only screen and (max-width: 768px) {  
  .image__cell.is-expanded .image--expand {
    max-height: 1200px;
  }

  .image--large { position: relative; }
  .image--caption { margin: 0; @include full-padding-mixin(0,40,0,40,'px'); }
  .link-wrapper { 
    padding-top: 1em;
    padding-bottom: 2em;
    .filter-button {  padding-right: 4em; padding-left: 4em; }
  }

  .image__cell:nth-of-type(4n+2) .image--expand {
    margin-left: -100%;
  }

  .image__cell:nth-of-type(4n+3) .image--expand {
    margin-left: -200%;
  }

  .image__cell:nth-of-type(4n+4) .image--expand {
    margin-left: -300%;
  }

  .image__cell:nth-of-type(4n+5) {
    clear: left;
  }

  .image--expand {
    width: 400%;
  }
}
*/
/*
@media only screen and (max-width: 530px) {

  .image__cell {
      width: 50%;
  }

  .image__cell:nth-of-type(2n+2) .image--expand {
      margin-left: -100%;
  }

  .image__cell:nth-of-type(2n+3) {
      clear:left;
  }

  .image--expand {
      width: 200%;
  }

}

@media only screen and (min-width: 531px) {  
  
  .image__cell {
      width: 12.5%;
  }
  
  .image__cell:nth-of-type(8n+2) .image--expand {
    margin-left: -100%;
  }

  .image__cell:nth-of-type(8n+3) .image--expand {
    margin-left: -200%;
  }

  .image__cell:nth-of-type(8n+4) .image--expand {
    margin-left: -300%;
  }
  
  .image__cell:nth-of-type(8n+5) .image--expand {
    margin-left: -400%;
  }

  .image__cell:nth-of-type(8n+6) .image--expand {
    margin-left: -500%;
  }

  .image__cell:nth-of-type(8n+7) .image--expand {
    margin-left: -600%;
  }

  .image__cell:nth-of-type(8n+8) .image--expand {
    margin-left: -700%;
  }

  .image__cell:nth-of-type(8n+9) {
    clear: left;
  }
  
  .image--expand {
    width: 800%;
  }
}
*/

/*# sourceMappingURL=styles.css.map */
