
/* Basics ----------------------- */

/*
div#user_messages {
  position: absolute;
  width: 500px;
  margin-top: 80px;
  right: 300px;
}
*/

body {
  background: #fff;
  font-family: 'FreeSans', sans-serif;
  font-size: 16px;
  padding-top: 60px;
}
a {
  color: #2c689c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
select {
  background: white;
  border: 1px solid #777777;
  height: 30px;
  line-height: 30px;
}
code {
  background-color: #eeeeee;
  color: #333333;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
form label {
  margin-right: 2.5em;
}
form input {
  border: 1px solid #eeeeee;
  padding: 5px;
}

/* Layout ----------------------- */

#wrap {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 10px;
  width: 100%;
}
article.tab-pane {
  padding: 20px 0;
}
.no-style-list {
  list-style-type: none;
  margin-top: 20px;
}
.dl-horizontal dt {
  text-overflow: clip;
  white-space: normal;
  overflow: hidden;
}
.page-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/* Nav ------------------------------ 

.navbar-inverse {
  background-color: #333333;
  border: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
  font-weight: 200;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #2c689c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2c689c;
}
.navbar-nav .dropdown-menu {
  background-color: #2c689c;
  border-top: 1px solid #2c689c;
}
.navbar-nav .dropdown-menu a {
  color: white;
}
.navbar-nav .dropdown-menu li a:hover {
  background-color: #204d74;
  color: white;
}
.navbar-nav .dropdown-menu .divider {
  background-color: #204d74;
}
.navbar-nav .search {
  left: 15px;
  position: relative;
  color: #444;
  top: 20px;
  margin-right: 25px;
}
.navbar-nav .search .fa-search {
  position: absolute;
  top: 8px;
  left: 10px;
}
.navbar-nav .search input {
  width: 120px;
  height: 32px;
  border: 1px solid #333333;
  border-radius: 5px;
  outline-width: 0;
  text-indent: 32px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.navbar-nav .search input:focus {
  width: 240px;
}
.navbar-nav .avatar img {
  border-radius: 50%;
  margin-bottom: -15px;
  margin-right: 10px;
  margin-top: -15px;
  height: 42px;
  width: 42px;
}
.navbar-nav .fa-angle-down {
  margin-left: 10px;
}
.navbar-brand {
  background: url(../img/LOGO_YPEKA_square.gif) 0 2px no-repeat;
  background-size: 70%;
  text-indent: -9999px;
  height: 70px;
  width: 100px;
}
.navbar-collapse {
  max-height: none;
}
.navbar-header i {
  color: white;
  font-size: 2em;
}
.navbar-header button {
  border: 0;
  margin-top: 0.75em;
}
*/



/* Home ------------------------------ */

/*
.home .navbar-inverse {
  background-color: rgba(0, 0, 0, 0.5);
}
.home #wrap {
  margin-top: -60px;
  padding-bottom: 0;
}
.home .jumbotron {
  background: #2c689c;
  color: white;
  margin-bottom: 0;
  padding: 7.5em 0 3.75em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.home .jumbotron a {
  color: #ff8f31;
}
.home .jumbotron p {
  margin-bottom: 0;
}
.home .jumbotron .btn-default {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  color: white;
  font-weight: 600;
  margin-top: 1em;
  min-width: 320px;
}
.home .jumbotron .btn-default:hover {
  background: rgba(0, 0, 0, 0.4);
}
.home .big-search {
  background: #333333;
  color: white;
  padding-bottom: 3em;
  padding-top: 1em;
}
.home .big-search h1,
.home .big-search p {
  text-align: center;
}
.home .big-search a {
  color: #2c689c;
}
.home .big-search .search {
  left: 0;
  position: relative;
  color: #444;
  top: 20px;
  padding-bottom: 2em;
  margin: auto;
  width: 50%;
}
.home .big-search .search input {
  width: 100%;
  height: 56px;
  border: 1px solid #333333;
  border-radius: 5px;
  outline-width: 0;
  font-size: 1.5em;
}
.home .big-search .search input {
  text-indent: 64px;
}
.home .big-search .search .fa-search {
  position: absolute;
  top: 10px;
  left: 15px;
}
.home .big-search .btn-default {
  background: transparent;
  border: none;
  color: #ff8f31;
}
.home .big-search .btn-default:hover {
  text-decoration: underline;
}
*/


/* autocomplete ------------------------*/

.yourlabs-autocomplete {
  top: 100%;
  max-height: 360px;
  overflow: auto;
  z-index: 9999;
}
.yourlabs-autocomplete .choice,
.yourlabs-autocomplete [data-value],
.yourlabs-autocomplete em {
  max-width: 800px;
  z-index: 9999;
}
.input-group .yourlabs-autocomplete {
  top: 0px !important;
  margin-top: 40px;
  /* z-index: 9999; */
}


/* Home ----------------------- */

.jumbotron {
  background: #2c689c;
  color: white;
  padding: 40px 0 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  margin-top: -10px;
}
.jumbotron a {
  color: #ff8f31;
}
.jumbotron p {
  margin-bottom: 0;
}

/* Items ----------------------- */

.filter .fa,
.actions .fa {
  margin-right: 8px;
}
.items-list {
  padding: 10px 0;
}
.items-list .btn {
  margin-right: 5px;
  margin-top: 10px;
}
.items-list .item-info {
  border-top: 1px solid #eeeeee;
}
.items-list h4 {
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items-list h4 a {
  color: #333333;
}
.items-list h4 a:hover {
  color: #af0900;
  text-decoration: none;
}
.items-list .owner {
  color: #333333;
  font-size: 14px;
}
.items-list .owner a {
  color: #333333;
}
.items-list .owner a:hover {
  color: #af0900;
  text-decoration: none;
}
.items-list .thumb img {
  border: 1px solid #eeeeee;
  width: 100%;
}
.items-list .abstract {
  color: #777777;
  font-weight: 300;
  min-height: 80px;
}
.items-list .actions {
  color: #777777;
  font-weight: 300;
}
.items-list .actions i {
  margin-right: .75em;
}
.items-list .actions a {
  color: #777777;
  margin-right: 0.5em;
}
.items-list .actions a:hover {
  color: #555555;
  text-decoration: none;
}


/* Layers ----------------------- */

.item-container {
  padding: 1em;
}
.profile-avatar {
  background: white;
  border: 1px solid #777777;
  padding: 0;
}
.profile-avatar h5 a {
  color: #333333;
  display: block;
  margin-bottom: -0.5em;
  margin-top: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-avatar h5 a:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar h5 a i {
  margin-left: 0.75em;
}
.profile-avatar h5 a i:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar .list-inline {
  margin: 0.5em 0;
}
.item-thumb {
  padding-left: 0;
  padding-right: 0;
}
.item-thumb img {
  width: 100%;
}
.item-details {
  background: white;
  color: #333333;
}
.item-details .item-meta {
  margin-top: 1em;
}
.item-details .item-meta .item-category {
  font-size: 12px;
  text-transform: uppercase;
}
.item-details .btn-sm {
  margin-right: -17px;
  margin-top: -1px;
  padding: 0.5em 1em;
}
.item-details .item-items {
  border-top: 1px solid #eeeeee;
}
.item-details .item-items ul {
  margin: 0 0 0 -15px;
  padding: 0.5em;
}
.item-details .item-items ul i {
  margin-right: 0.5em;
}
.detail-page-actions {
  margin-top: 20px;
}
.detail-page-actions i {
  padding-right: 3px;
}
.layer-actions {
  margin-top: 20px;
}
.layer-actions i {
  padding-right: 3px;
}
.edit-modal {
  text-align: center;
}
.arcgis-legend > li {
  text-align: right;
}
.arcgis-legend > li > img {
  padding-right: 25px;
}
.grid-spacer {
  margin-top: 30px;
}


/* Control items ----------------------- */

.controls {
  width: 320px;
}
.controls > select,
.controls > textarea,
.controls > input,
.controls > div {
  width: 320px;
}


/* Maps ----------------------- */

.map-actions {
  margin-top: 20px;
}
.map-actions i {
  padding-right: 3px;
}


/* Documents ----------------------- */

.documents-actions {
  margin-top: 20px;
}
.documents-actions i {
  padding-right: 3px;
}


/* People ----------------------- */

.profile-container {
  padding: 1em;
}
.profile-avatar {
  background: white;
  border: 1px solid #eeeeee;
  padding: 0;
}
.profile-avatar h5 a {
  color: #333333;
  display: block;
  margin-bottom: -0.5em;
  margin-top: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-avatar h5 a:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar h5 a i {
  margin-left: 0.75em;
}
.profile-avatar h5 a i:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar .profile-items {
  border-top: 1px solid #eeeeee;
  color: #555555;
}
.profile-avatar .profile-items i {
  margin-left: 0;
  margin-right: 0.125em;
}
.profile-avatar .profile-items i a:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar .profile-items .list-inline {
  margin: 0.5em 0;
}
.profile-avatar li a {
  color: #555555;
  margin-right: 0.5em;
}
.profile-avatar li a:hover {
  color: #af0900;
  text-decoration: none;
}
.profile-avatar img {
  margin: 0;
  width: 100%;
}
.profile-image {
  padding-left: 0;
  padding-right: 0;
}
.profile-image img {
  width: 100%;
}
.profile-details {
  background: white;
  color: #333333;
}
.profile-details .group-logo {
  margin: 0.5em;
  padding: 0;
}
.profile-details .group-logo img {
  width: 60px;
}

nav.filter h4 {
  background: #555555;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 3px;
}
nav.filter h4 a {
  color: white;
}
nav.filter h4 a.toggle {
  text-decoration: none;
}
nav.filter h4 i {
  margin-left: 8px;
}
nav.filter .active {
  color: #2c689c;
}
nav.filter .active .badge {
  background: #2c689c;
}
nav.filter .closed {
  display: none;
}
nav.filter li a {
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  padding: 5px 10px;
}
.selections h5 {
  font-weight: 400;
}
.selections .thumb {
  float: left;
}
#sort {
  cursor: pointer;
}
#sort a {
  color: #777777;
}
#sort .selected {
  color: #2c689c;
}


/* Groups ----------------------- */

.group-container {
  padding: 1em;
}
.group-avatar {
  border: 1px solid #eeeeee;
  padding: 0;
}
.group-avatar h5 a {
  color: #333333;
  display: block;
  margin-bottom: -0.5em;
  margin-top: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group-avatar h5 a:hover {
  color: #af0900;
  text-decoration: none;
}
.group-avatar h5 a i {
  margin-left: 0.75em;
}
.group-avatar h5 a i:hover {
  color: #af0900;
  text-decoration: none;
}
.group-items {
  border-top: 1px solid #eeeeee;
  color: #555555;
}
.group-items i {
  margin-left: 0;
  margin-right: 0.125em;
}
.group-items i a:hover {
  color: #af0900;
  text-decoration: none;
}
.group-items .list-inline {
  margin: 0.5em 0;
}
.group-image {
  height: 120px;
  overflow: hidden;
}
.group-container .group-logo {
  padding: 1em 0;
  width: 100%;
}
.group-details .group-logo img {
  width: 100%;
}


/* Upload Layers ----------------------- */

#drop-zone {
  background: #87CEFA;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px dashed #777777;
}
#drop-zone h4 {
  color: white7;
  margin: 20px 0;
  text-align: center;
}
#drop-zone h4 i {
  font-size: 3em;
}
#clear-button,
#upload-button {
  margin-top: 20px;
}


/* Upload Documents ----------------------- */

#upload_form input[type="text"] {
  display: block;
  margin: 0;
  width: 480px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  transition: box-shadow 0.3s, border 0.3s;
}
#upload_form input[type="text"]:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
  outline: none;
}
#upload_form #id_doc_file {
  padding: 0.5em;
  width: 480px;
}
#upload_form #id_doc_url {
  display: block;
  width: 480px;
}
#upload_form #s2id_resource {
  display: block;
  width: 480px;
}
@media (max-width: 991px) {
  #upload_form input[type="text"] {
    width: 360px;
  }
  #upload_form #id_doc_file,
  #upload_form #id_doc_url,
  #upload_form #s2id_resource {
    width: 360px;
  }
}


/* Upload Time ----------------------- */

/*#timeForm label {
  display: inline;
  }
.formSection {
  margin-bottom: 1em;
 }
    .right input, .right select {
    }
    .left input {
        line-height: 2em;
    }
    form input, form select {
        font-size: small;
    }
    form label {
        line-height: 2em;
    }
    .clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
    }
    .clearfix {
      display: inline-block;
    }
    * html .clearfix {
      height: 1%;
    } /* Hides from IE-mac \*/
/*.clearfix {
      display: block;
    }
    #format_input input {
        width:8em;
    }
    #timehelp p {
        color: black !important;
    }
    #timehelp code {
        background: @gray-light;
    }*/
    
    
/* Footer ----------------------- */

/*
footer {
  color: white;
  padding: 1.5em;
}
footer a:hover {
  color: #eb6b00;
}
footer form {
  color: #333333;
}
*/

/* Etc ----------------------- */

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: auto !important;
}
.tokenfield {
  height: auto !important;
}
.datepicker {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
  z-index: 100;
}
.filter input.datepicker {
  width: 100%;
}
#composerCart .list-group i {
  margin-right: 0;
}
.selections {
  margin-top: 1em;
}
.comment {
  padding-bottom: 11px;
}
.comment-description {
  margin-bottom: 0px;
}
.comment-author {
  font-size: 11px;
  font-weight: bold;
  color: #777;
}


/* Activity    ----------------------------- */

.no-style-list {
  list-style-type: none;
  margin-top: 20px;
}
.activity-item {
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  color: #777777;
  margin-top: -10px;
  padding: 20px 18px;
}
.activity-item .comment {
  content: "\f086";
}
.activity-item .comment:before {
  content: "\f086";
}
.activity-item .delete {
  content: "\f014";
}
.activity-item .delete:before {
  content: "\f014";
}
.activity-item .edit {
  content: "\f14b";
}
.activity-item .edit:before {
  content: "\f14b";
}
.activity-item .layer {
  content: "\f096";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
}
.activity-item .layer:before {
  content: "\f096";
}
.activity-item .map {
  content: "\f041";
}
.activity-item .map:before {
  content: "\f041";
}
.activity-item .upload {
  content: "\f093";
}
.activity-item .upload:before {
  content: "\f093";
}
.icon-activity {
  background: #777777;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid white;
  color: white;
  float: left;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.30em;
  font-style: normal;
  height: 35px;
  line-height: 1.25em;
  margin: 0 10px 10px -35px;
  padding: 4px;
  text-align: center;
  text-decoration: inherit;
  width: 35px;
}
.thumb-activity {
  clear: both;
  height: 60px;
}
.thumb-activity img {
  border: 1px solid #555555;
  float: left;
  margin-right: 5px;
  width: 60px;
}
.activity {
  content: "\f045";
}
.activity:before {
  content: "\f045";
}
.activity-timestamp {
  margin-top: -10px;
}
#permission_form .select2-container {
  width: 250px;
}


/* Sign In Modal ----------------------- */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1em;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-body .list-unstyled a {
  color: #333333;
  font-size: 1.14285714em;
  line-height: 2em;
}
.modal-body .list-unstyled a i {
  margin-right: 8px;
}
.modal-body .list-unstyled a:hover {
  color: #2c689c;
  text-decoration: none;
}
.modal-divider {
  padding-top: 1px;
  margin: 5px 1px 6px;
  border-bottom: 1px solid #e1e8ed;
}
.list-group i {
  margin-right: 8px;
}


/* Media Queries    ----------------------------- */

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  .home .navbar-inverse {
    background-color: #333333;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
  }
  .navbar-inverse .navbar-nav .search {
    padding-bottom: 0.75em;
    top: 0;
  }
  .navbar-inverse .navbar-nav .search input {
    width: 100%;
  }
}
#member_form_container .select2-container {
  padding: 0;
}
.table-user-profile-attribute {
  font-weight: bold;
}


/* Download Layer Filtering Modal ----------------------- */

.gear {
  -webkit-animation: rotation 6s infinite linear;
  -moz-animation: rotation 6s infinite linear;
  -o-animation: rotation 6s infinite linear;
  animation: rotation 6s infinite linear;
}
@-webkit-keyframes "rotation" {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes "rotation" {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes "rotation" {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes "rotation" {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
form-inline {
  display: inline-table;
  vertical-align: middle;
  width: auto;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: inherit;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 4px 8px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text_area {
  visibility: hidden;
}
.dropdown-menu-attribute {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.dropdown-menu-operator {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.dropdown-menu-and-or {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
#wrong-data-type {
  color: #bd362f;
  font-style: italic;
}
#hr_filter_layer {
  width: 100%;
  color: #757575;
  height: 1px;
}
#missing-values {
  color: #bd362f;
  font-style: italic;
}
.navbar .navbar‐inner {
background: #cb3a1f;
}

