body{
    color: #423629;
    font-family: "Palanquin", "Calibri Light", "Calibri", sans-serif;
    margin: 0;
    padding: 0;
    background:none !important;
}

a {
    text-decoration: none;
    color: #28536B;
    font-weight: bold;
}

h1{
    color: #28536B;
    font-size: large;
}

h2{
    color: #7EA8BE;
    font-size: large;
}

#nav-bar{
    background-color: #28536B;
    color: #F6F0ED;
    font-size: small;
    margin-bottom: 0px;
    display:flex;
    text-align: center;
    font-weight: lighter;
}

#nav-bar h1{
    font-size: x-large;
    margin-left: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#nav-bar a{
    text-decoration: none;
    color: #F6F0ED;
    padding:0;
    font-variant: normal;
}

#nav-bar a:hover {
    color:#F6F0ED;
}

#title a{
    color:#F6F0ED;
}

.nav-icons{
    float:left;
}

#divBody{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 90px;
    padding-top: 10px;
}

#divForm{
    background-color: white;
    column-gap: 20px;
}

#divForm tr{
    padding-right: 40px;
    margin-right: 40px;
}

.col2{
    width:70px;
    padding-right:5px;
    text-align: right;
}

.col3{
    padding-right:20px;
}

input[type="submit"]{
    background: #7EA8BE;
    border: 0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color:white;
}

.docking_button {
    width: 150px;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.narrowInput{
    width: 30px;
}

.medInput{
    width: 60px;
}

.form_pdb{
    font-size:medium;
    border: none;
    border-style: none;
}

.form_header{
    font-size: small;
    font-weight: bold;
    padding-right: 20px;
}

.bold_text{
    font-weight: bold;
}

.form_column{
    padding-left: 15px;
    font-weight: 100;
}

.no-padding {
    padding-left: 0px;
}

.form_hint{
    color: #28536B;
    font-style: italic;
    font-weight: 100;
    font-size: small;
}

#form_left{
    float: left;
    width: 66%;
}

.form_padding{
    width: 15px;
}

.form_input{
    font-family: "Palanquin","Calibri Light", "Calibri",  sans-serif !important;
}

.complexChains .ui-state-default{
    background:none;
    box-shadow: none;
}

.complexChains .ui-state-active {
    background:none;
    background-color: #7EA8BE;
}

.complexChains .ui-state-hover {
    background:none;
    background-color: #fbf6f4;
}

.receptorChains .ui-state-active {
    background-color: #3366ff;
}

.ligandChains .ui-state-active {
    background-color: #ff6666;
}

.complexChains .ui-button .ui-button-text{
    font-family: "Palanquin","Calibri Light", "Calibri",  sans-serif !important;
    font-weight: lighter;
    line-height: 0.5;
    padding: 0.3em;
}

.complexChains .ui-state-active .ui-button-text{
    color: #fbf6f4;
}

.docking_header{
    width: 140px;
    padding-right: 0px;
}

.validation{
    font-size:smaller;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20%;
    margin-right: 20%;
    background: #F6F0ED;
    border: #423629;
    border-style: solid;
    border-width: 2px;
}

.row_header{
    font-weight: bold;
    font-size: large;
    padding-left: 5px;
    padding-right: 5px;
    color: #28536B;
}

.divListth, .ui-datatable-header{
    background:none !important;
    background-color: #fbf6f4 !important;
}

.divListSubCol{
    font-weight: lighter;    
}

.divListdt, .ui-datatable.divListdt,.ui-sortable-column, .divListSubGroup{
    background:none !important;
    background-color: #E6E0DD !important;
}

#divList table{
    column-gap: 10px;
    border-collapse: collapse;
}

#divList tr:nth-child(even){
    background-color: #F6F0ED;
}

#divList tr:nth-child(odd){
    background-color: #FFF;
}

#divList td{
    padding-left:8px;
    padding-right:8px;
    border-style: none;
}

#divList a{
    text-decoration: none;
    color: #7EA8BE;
}

#divList a:hover{
    color: #28536B;
}

.divListHeader {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #F6F0ED;
}

.divListdt, .divListth, .ui-inputfield{
    font-family: "Palanquin", "Calibri Light", "Calibri", sans-serif !important;
    font-size: small;
    border-style: none;
}

#downloadButton a{
    text-decoration: none;
    color: #7EA8BE;
}

.detailsCont{
    display: flex;
    flex-direction: row;
}

.resultsDetails{
    padding-right: 20px;
}

.resultsContainer{
    display: flex; 
    flex-direction: row;
}

.resultsLeft{
    float: left;
}

.resultsRight{
    float: right;
}

#footer{
    font-size: small;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    color: #28536B;
    background-color: white;
}

.container{
    display: grid;
}

.threecols{
    width:33.33%;
}

.twocols{
    width:50%;
}

.controls{
    font-size: smaller;
    text-align: center;
    margin-left:5px;
    margin-right:5px;
    white-space: nowrap;
}

.jsmolControls {
    width: 100%;
    padding: 2px;
}

.jsmolControlsMain{
    font-weight: bolder;
    padding: 2px;
    background-color: #d6edff;
}

.jsmolControls a{
    text-decoration: none;
    color: #7EA8BE;
}

.jsmolControlsHeader{
    background-color: #F6F0ED;
    width: 100%;
    padding: 2px;
}

.jsmolControlsHeader a{
    text-decoration: none;
    color: #7EA8BE;
}

.hiddenCommand{
    display: none;
}

.item-desc{
    font-size: smaller;
}

.splashContainer{
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.splashText{
    padding-left: 3vw;
    padding-right: 3vw;    
    text-align: center;
}

.splashImg{
    display: flex;
    flex-direction: column;
    margin-top:10px;
}

.splashGif{
    border: solid #7EA8BE;
}

.form_constituent_container{
    display: flex;
    flex-direction: row;
}

.form_flex_col{
    display: flex;
    flex-direction:column;
}

.form_constituent{
    border: solid #7EA8BE;
    display:flex;
    flex-direction:column;
     align-items: center;
    justify-content: top;
    margin: 5px;
    padding: 5px;
    flex:1;
}

.form_options{
    flex-basis:auto;
}

.form_constituent_header{
    font-size: large;
}

.form_const_placeholder{
    width:250px;
    height:250px;
    border: solid #7EA8BE;
}

.form_const_rightchunk{
    display:flex;
    flex-direction:column;
    flex:2;
}

.form_const_topchunk{
    display:flex;
    flex-direction:row;
}

.form_const_receptor{
    border: solid #3366ff;
}

.form_const_ligand{

    border: solid #ff6666;
}

.rightalign{
    text-align: right;
}
.leftalign{
    align-self: left;
    padding: 5px;
}