
/* File: app.css
   Date: 22-Sep-2013  jdw

  Updates:
     23-Sep-2013 jdw  - chemical component/bird reference dict styles
                        download buttons -
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
/*  margin: 0 auto -60px; */
  margin: 0  2%  -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
  max-width: 95%;
  margin-left: 20px;
  margin-right: 20px;
  width: 95%;  !important
}

@media (min-width: 1400px)
.container {
    width: 95%;  !important
}

@media (min-width: 1200px)
.container {
    width: 95%;  !important
}


#footer {
    max-width: 100%;
}

#footer > .container{
    max-width: 95%;
  width: 95%;  !important
}


.navbar .container {
  max-width: 95%;
  width: 95%;  !important
}

.container .credit {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

.right-icon {
	padding-top: 8px;
        padding-bottom:  4px;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
/*   white-space: nowrap; */
}

.highlight pre code {
  font-size: inherit;
  color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5;
}

.dl-lg {
    font-size: 16px;
}

.ul-lg {
    font-size: 16px;
}

.pg-lg {
    font-size: 16px;
}

.my-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  white-space: pre;
}

.my-font-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
}

.my-font-gothic-league {
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
}

.my-font-titillium {
    font-family: "titilliumlight", Helvetica, Arial, sans-serif;
}

.my-font-collaborate {
    font-family: "collaborate-thinregular", Helvetica, Arial, sans-serif;
}

.my-font-droid {
    font-family: "droid_sansregular", Helvetica, Arial, sans-serif;
}

.my-font-existencelight {
    font-family: "existencelight", Helvetica, Arial, sans-serif;
}

.my-font-existencestencil-light {
    font-family: "existencestencil_light", Helvetica, Arial, sans-serif;
}

.my-font-robotothin {
    font-family: "robotothin", Helvetica, Arial, sans-serif;
}

.my-font-robotolight {
    font-family: "robotolight", Helvetica, Arial, sans-serif;
}

.my-font-existenceunicase-light {
    font-family: "existenceunicase_light", Helvetica, Arial, sans-serif;
}



.my-font-league-gothic {
    font-family: "League Gothic", Helvetica, Arial, sans-serif;
}


.list-group-key {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-top-color: #d6e9c6;
  border-bottom-color: #d6e9c6;
}

.list-group-item.key-item {
  background-color: #fcf8e3;
}

.list-group-item.mandatory-item {
  background-color: #f2dede;
}

.list-group-item.other-item {
  background-color: #d9edf7;
}

.list-group-item.in-archive-item {
    background-color: #dff0d8;
}

.list-group-item.in-ref-chem-dict-item {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.list-group-item.in-ref-bird-dict-item {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


.my-page-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
}

.panel-title > a.my-link-color {
    color: #428bca;
}

.my-color-wwpdb-green {
    color:#99c49b;
}

.btn-wwpdb-green  {
    color: #ffffff;
    background-color: #99c49b;
    border-color: #5cb85c;
}
.btn-wwpdb-green:hover,
.btn-wwpdb-green:focus,
.btn-wwpdb-green:active,
.btn-wwpdb-grenn.active,
.open .dropdown-toggle.btn-wwpdb-green {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-wwpdb-green:active,
.btn-wwpdb-green.active,
.open .dropdown-toggle.btn-wwpdb-green {
  background-image: none;
}


.btn-wwpdb-lg  {
  padding: 2px 2px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.panel-group.my-spacer {
    margin-bottom:  20px;
}

.my-image-glyph-margin  {
    margin-top:     -8px;
    margin-bottom:  4px;
}

/*  override the width or display */
@media (min-width: 768px) {
.dl-horizontal dt {
    width: 340px;
}
.dl-horizontal dd {
    margin-left: 360px;
}
}


h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small {
  font-weight: normal;
  line-height: 1;
  color: #444444;
/*   color: #999999; */
}

h1 small,
.h1 small {
  font-size: 28px;
}

h2 small,
.h2 small {
  font-size: 24px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 22px;
}

.col-md-1.my-nav-title {
    padding-right: 0px;
    color: #3a87ad;
}

.my-table-scrollable {
    overflow: auto;
    max-width: none;
}


.my-navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 24px;
  line-height: 20px;
  color: #99c49b;
}

.my-section-padding {
    padding-top: 100px;
    margin-top: -100px;
}


/*
      Modal window for large scrollable image display
 */

.my-image-scrollable-old {
    overflow: scroll !important;
 /*   overflow: scroll
      max-width: none; */
    max-width: 100%;
    /*      height:700px; extra -- */
    width:100%;

    margin:0;
    padding:0;
}

.my-image-scrollable {
    overflow: scroll !important;
    max-width: 100%;
    max-height: 100%;
    /* resize: both; */
}

.my-iframe-handle {

}


.my-image-iframe {
	margin:0;
	padding:0;
	border:none;
	transform:rotateY(0deg);
	-webkit-transform:scale(4,4);
	-webkit-transform-origin:25% 0%;
}

.modal.fade .my-modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .my-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.my-modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 75px;
  margin-right: auto;
  margin-left: auto;
}

/* Abandoned this */
.my-tabs-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
  top: 75;
  z-index: 1030;
}
