@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:100, 300');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans+Mono');


a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

#logo {
  display: none;
}
#sticky_head {
    position: sticky;
    top:-5px;
    opacity: 100%;
    z-index: 1;
    /*padding-top:0px;*/
}

#sticky_head ul {
  width: 100%;
  display: flex;
  /*justify-content: flex-start;*/
  /*box-sizing: border-box;*/
  padding: 4px;
  background: #1A237E
}
#sticky_head li {
  list-style: none;
  margin-left: 4%;
  font-size: 25px;
  font-weight: bold;
}
#sticky_head li a {
  text-decoration: none;
  color: #ffffff;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

@media only screen and (min-width : 992px) {
#logo {
    display: inherit;
    }

  .header {
    height: auto;
  }
}


body{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  /*DX20200603 background-image: url(http://aflowlib.org/profiles/aflow/images/body_bg.jpg); */
  background-image: url(../lib/images/misc/body_bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}


.header{
  /*! min-height: 400px; */
  color: #fff;
  text-align: center;
  position: relative;
  background: #1A237E;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding-bottom: 60px;
}

.header_container{
  padding-top: 50px;
}

.logo{
  height: 200px;
  margin-top: 50px;
}


.st0{fill:#5276B2;}
.st1{fill:#6593DE;}
.st2{fill:#F3F2F2;}
.st3{fill:#EAEAEA;}
.st4{fill:#2ABFD4;}
.st5{fill:none;stroke:#E0E0E0;stroke-width:0.5;stroke-miterlimit:10;}
.st6{fill:#DC4A3D;}
.st7{fill:#673AB7;}
.st8{fill:#FFFFFF;}


.homepage_link{
  background-color: white;
  text-align: center;
  padding: 30px;
  margin: 10px;
  width: 100%;
  color: #66595C;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
              0 3px 1px -2px rgba(0,0,0,.2),
              0 1px 5px 0 rgba(0,0,0,.12);
}

.homepage_link.clickable:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14),
              0 1px 18px 0 rgba(0, 0, 0, .2),
              0 3px 5px -1px rgba(0, 0, 0, .12);
  -webkit-transform:translate3d(0, -4px, 0);
  transform:translate3d(0, -4px, 0);
  -webkit-transition:-webkit-transform 0.3s ease;
  transition:-webkit-transform 0.3s ease;
  transition:transform 0.3s ease;
  transition:transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

.homepage_link.disabled:hover {
  cursor: not-allowed;
}

.dummy-link {
  text-decoration: inherit;
  color: inherit;
}

.dummy-link:hover, .dummy-link:focus {
    color: inherit !important;
}

.page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
  color: #E8EAF6;
  margin-top: 50px;
}

.page-subtitle {
  margin: 0px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFF;
}

.page-subtitle {
  margin: 0px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFF;
}


.content-container {
  margin-top: -60px;
  font-size: 1.3em;
  color: #66595C;
  background-color: #FAFAFF;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
  border-radius: 2px;
  padding: 60px 30px;
  margin-bottom: 80px;
  position: relative;

}

.dropbtn {
    background-color: rgba(250, 250, 250, 0.0);
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */


.dropdown {
    /*
    position: absolute;
    display: inline-block;
    */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    padding: 0px 0px;
    background-color: #f9f9f9;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D0E5FF}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*
.dropdown-content:before {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: red;
    top: 0px;
    z-index: 2;
    right: 15px;

}
*/

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(250, 250, 250, 0.1);
    color: #D0E5FF;
}

.nav {
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(250, 250, 250, 0.1);
  position: absolute;
  z-index: 9001;
  width: 100%;
}


.nav > .container {
  padding-left: 0px;
  padding-right: 0px;
}

.nav-links {
  float: right;
  list-style: none;
  margin: 0;
  padding-left: 0px;
}

.nav-links > li {
  float: right;
  display: block;
  padding: 15px 10px;
}

.nav-links > li > a {
  color: #fff;
}

.nav-links > li > a:hover {
  color: #D0E5FF;
}

.footer {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  background: #1A237E;
  padding: 20px;
}

.page-cite {
  list-style: none;
}

.page-cite a {
  color: #D0E5FF;
}

.page-cite li {
  margin: 14px 0;
}

.float-left {
  float: left;
}

.undecorated-list {
  list-style-type: none;
}

.overline {
  text-decoration: overline;
}

.monospaced {
  font-family: 'Droid Sans Mono', monospace;
}

.tables {
  width: 80%;
  color: inherit;
}

.tables > tbody > tr > td {
  padding: 10px;
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
              0 3px 1px -2px rgba(0,0,0,.2),
              0 1px 5px 0 rgba(0,0,0,.12);
  margin: 5px;
  background-color: #FFF;
  margin-bottom: 28px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #80838F;
  height: 500px;
  overflow-y: hidden;
}

.card.clickable:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14),
              0 1px 18px 0 rgba(0, 0, 0, .2),
              0 3px 5px -1px rgba(0, 0, 0, .12);
  -webkit-transform:translate3d(0, -4px, 0);
  transform:translate3d(0, -4px, 0);
  -webkit-transition:-webkit-transform 0.3s ease;
  transition:-webkit-transform 0.3s ease;
  transition:transform 0.3s ease;
  transition:transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}


.card-title-default{
  font-size: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #757575;
  border-bottom: solid 1px #E6E6E6;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
}

.card-text-col {
  padding-top: 8px;
  padding-bottom: 8px;
}

.no-col-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.overflow-x-scroll {
  overflow-x: auto;
}

.img-res {
  width: 100%;
  height: auto;
}

.section-header{
  border-bottom: 1px solid #D2D2D2;
}

.index-row {
  border-bottom: 1px solid #D2D2D2;
  padding: 30px;
}

.index-row-noborder {
  padding: 15px;
}

.index-title-col {
  text-align: center;
  font-size: 32px;
  color: #66595C;
}

.index-supplementary-col {
  text-align: center;
  font-size: 20px;
  color: #66595C;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #66595C;
    /*
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    */
}


.search-btn{
  color: #fff;
  background-color: #659b65;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
  border: none;
}

.search-btn:hover{
  background-color: #6da56d;
}

.search-btn-banner{ /*DX20200525*/
  color: #fff;
  background-color: #659b65;
  border-radius: 3px;
  border: none;
  position: relative; /*DX20200526*/
  top: -3px; /*DX20200526*/
}

.search-btn-banner:hover{ /*DX20200525*/
  background-color: #6da56d;
}

.filter-btn{
  color: #fff;
  background-color: #659b65;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  border: none;
  margin-left: 10px;
}
.filter-btn:hover{
  background-color: #6da56d;
}

.reset-btn{
  color: #fff;
  background-color: #E09403; /*#EE9E06; #F9AA17;*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  border: none;
  margin-left: 10px;
}

.reset-btn:hover{
  background-color: #EE9E06;
}

.input-field {
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 18px;
    color: #66595C;
}

.form-inline {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.form-inline-spaced {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
}

.search-field-banner{ /*DX20200525*/
  position: relative;
  top: -3px;
}

.table-overflow {
  overflow: auto;
}

.sg-table > tbody > tr > td, th {
  padding: 20px !important;
  text-align: center;
}


.search-table {
  border-radius: 5px;
  border: 1px solid #d2d2d2;

}

.search-table > thead {
  background-color: #f5f5f5;
}

.search-table > thead > tr {
  border-bottom: 1px solid #d2d2d2;
}

.search-table > thead > tr > th {
  border-right: 1px solid #d2d2d2;
  cursor: pointer;
}

.search-table > tbody > tr {
  border-bottom: 1px solid #d2d2d2;
}

.search-table > tbody > tr > td {
  border-right: 1px solid #d2d2d2;
  padding: 5px;
}

.search-table--asc {
}

.search-table--dsc {
}


.param_label {
    margin-right: 20px;
    width: 60px;
    display: inline-block;
}

.output-textarea{
    height: 500px;
    width: 100%;
    overflow-y: scroll;
    background-color: #FFF;
    border-style: solid;
    border-color: #EEE;
    border-width: 1px 1px 3px 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    resize: none;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

.output-textarea-short{
    height: 150px;
    width: 100%;
    overflow-y: scroll;
    background-color: #FFF;
    border-style: solid;
    border-color: #EEE;
    border-width: 1px 1px 3px 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    resize: none;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

#jmolbtndiv > span > input[type="button"] {
  color: #4c73ea;
  border: 1px solid #4c73ea;
  background-color: white;
  margin-right: 4px;
}

#jmolbtndiv > span > input[type="button"]:hover {
    background-color: #4c73ea;
    color: white;
}

.btn-default {
    padding: 10px 10px;
    color: #4c73ea;
    border: 1px solid #4c73ea;
    background-color: white;
    margin-right: 20px;
    margin-bottom: 20px;
}

.btn-default:hover {
    background-color: #4c73ea;
    color: white;
}

.center-div { /*DX20200624*/
  text-align: center;
}
.center-div > ul { /*DX20200624*/
  display: inline-block;
}

/* Adapted from https://loading.io/css/ */
.lds-spinner {
  color: black;
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#submit_new_proto_wrapper textarea {
  padding-top: 10px;
  margin-bottom: 10px;
}
