body {
    min-width: 640px;
    font-family: sans-serif;
}

button.accordionUpload {
    content: "\002B";
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: sans-serif;
    color: darkblue;
}

button.accordionUpload.activeUpload, button.accordionUpload:hover {
    background-color: #ddd;
}

button.accordionUpload:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordionUpload.activeUpload:after {
    content: "\2212";
}

div.panelUpload {
    padding: 0 18px;
    background-color: #F5F5F5;
    transition: 0.2s ease-out;
    display: none;
}

button.accordionB {
    content: "\002B";
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 4px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordionB[aria-expanded="true"], button.accordionB:hover {
    background-color: #ddd;
}

button.accordionB:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordionB[aria-expanded="true"]:after {
    content: "\2212";
}

div.panelB {
    padding: 0 18px;
    background-color: #F5F5F5;
    display: none;
}

div.panelB.collapse.in {
    display: block;
}

pre.autofill {
    border: 0; 
    background-color: transparent; 
    color: black;
    display: inline;
}

#page_header, #header_menu {
    overflow: hidden;
    display: inline-block;
}

#page_header {
    font-size: 14pt;
    font-weight: normal;
    color: darkblue;
    text-align: center;
    float: left;
    width: 90%;
    margin-top: 0.1in;
    margin-left: 0.1in;
    margin-bottom: 0.0in;
    margin-right: 0.0in;
}

#header_menu {
    float: left;
    width: 15%;
    margin-top: 0.1in;
    margin-left: 0.0in;
    margin-bottom: 0.1in;
    margin-right: 0.1in;
    padding: 3px 3px 3px 3px;
    /* border: gray solid 1px; */
}

img.header_menu {
   width:24px;
   height:24px;
   border:0;
   -ms-interpolation-mode:bicubic;
}

#contents {
    width: 100%;
    border: none;
    }
    
.full_width {
    width: 100%;
}

#both_columns {
    background: opaque;
}
    
/*
#column1, .column1 {
    float: left;
    width: 55%;
    margin: 0px 5px 5px 5px;
}

#column2, .column2 {
    float: left;
    width: 43%;
    margin: 0px 5px 5px 5px;
}
*/

.table_header {
    font-size: 14pt;
    font-weight: bold;
    color: darkblue;
    text-align: center;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: sans-serif;
    color: darkblue;
}

h3,  .h3 {
    font-size: 18px;
    padding-top: 0.2em;
}

h2, .h2 {
    font-size: 24px;
}

.label, .tdlabel, .label2 {
    font-weight: normal;
    color:  darkblue;
}

.tdlabel
{
    text-align: left;
}

.gray, .grey {
  color: gray;
}
.darkgray .darkgrey {
  color: darkgray;
}
.green {
  color: green;
}
.yellow {
  color: yellow;
}
.orange {
  color: orange;
}
.blue {
  color: blue;
}
.darkblue {
  color: darkblue;
}
.darkgreen {
  color: darkgreen;
}
.red {
  color: red;
}
.darkred {
  color: darkred;
}

.gold {
  color: gold;
}

.darkgold {
  color: #a17f1a;
}

.value {
    font-size: 0.9em;
    font-weight: normal;
    color: gray;
}

.hint {
    font-size: 0.8em;
    font-weight: normal;
    color: gray;
}

.error {
    font-size: 1.1em;
    font-weight: normal;
    color: red;
}

.warning {
    font-size: 1.1em;
    font-weight: normal;
    color: orange;
}

.success {
    font-size: 1.1em;
    font-weight: normal;
    color: green;
}

.tiny {
  font-size: 0.75em;
  font-weight: normal;
}

.checkbox {
    font-size: 1em;
    font-weight: normal;
    color: darkblue;
}

.errorlist {
    padding-top: 10px;
}

.field_error, .errorlist {
    font-size: 14pt;
    color: red;
}

.datafile {
    text-decoration: underline;
    font-size: 14pt;
    font-weight: normal;
    color: blue;
    background-color: white;
    padding: 4px 4px 4px 4px;
    border: gray solid 2px;
    border-radius: 6px;
    margin: 2px 2px 2px 2px;
}

.filter, .tagname {
    font-size: 14pt;
    font-weight: normal;
    color: gray;
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
    border: gray solid 2px;
}

.tab_info, .inline_directions {
    color: darkblue;
    font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: transparent;
}

#tooltip {
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:2px 5px;
    color:#333;
    display:none;
    font-family: Helvetica, Arial, FreeSans, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    }

input, select, textarea {
    margin: 2px 2px 2px 2px;
    padding: 2px;
}

textarea {
    width: 98%;
}

input[type='checkbox'], input[type='radio'] {
    margin-right: 0.5em;
/*    margin-bottom: 10px; */
}

select {
    font-size: 0.8em;
}

.program, .match, .useafter {
    font-family: monospace; 
    font-size:1.0em; 
    background-color:lightyellow;
}

.log {
    font-family: monospace; 
    font-size:1.0em; 
    background-color:lightyellow;
    line-height: 1.0;
    margin-top: 0.25em;
    margin-bottom: 0em;
}

img.plot {
    border: gray solid 2px;
}

/*
.help, .datetime, .filename {
  color:#666666;
  background-color: #EEEEEE;
  padding: 5px;
}
*/

p.useafter {
    margin-left: 8em;
}

p.header, p.match {
    margin-left: 4em;
}

p { 
    margin-top: 0.5em;
    margin-bottom: 0.0em; 
} 

.hidden_text {
    visibility: hidden;
    position: absolute;
}

th, td {
    padding: 5px;
    vertical-align: top;
}

.ctx {
    border: 1px solid lightgray;
    border-radius: 16 px;
    background: white;
}

.build_ctx {
    border: 2px solid lightgray;
    border-radius: 16 px;
    background-color:  #ff00dd;
}

.build_ctx a {
    font-weight: bold;
    color:#fff;
}

.locked_instrument {
    font-size: 0.8em;
    font-weight: bold;
    font-color:#fff;
    text-color:#fff;
}

.ui-accordion-content { 
    zoom: 1; 
} 

table {
    border-spacing: 0px;
    border-color: #CCCCCC;
}

tr {
    width: 100%;
}

td.diff {
    text-align: center;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.bestrefs_table .bestrefs_header {
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
    font-weight: normal;
    color:  darkblue;
}

.bestrefs_data {
    padding: 4px;
    padding-left: 8px;
}

.bootstrap_a {
    color: #337ab7;
}

.simple_white {
    background-color: white;
    border: 0px solid white;
}

.browse_a {
    text-decoration: underline;
    color: blue;
}

.ui-accordion-header {
    background-color: rgb(248,248,248);
}

.confirmation {
    margin-bottom: 1em;
}

.confirmation_checkbox {
    float: left;
}

.disableable_button:disabled {
    opacity: 0.5;
}

/* jquery-ui overrides that better suit our color scheme: */
.ui-state-active {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #0c19be !important;
}

.ui-state-active .ui-icon {
    background-image: url(jquery-ui/images/ui-icons_444444_256x240.png) !important;
}

/* create mapping API custom styles */
.create_mapping_form{
    font-family:monospace;
    border: 5px solid blue;
    padding: 5px;
}

.create_mapping_field{
    padding: 1em;
}


.create_mapping_preview{
    font-family:monospace;
    border: 5px solid black;
}
td {
    padding: 2px;
}

.btn_add_keypair{
    font-weight: 600;
    margin-left: 5px;
    background-color: aquamarine;
    border-radius: 8px;
    border-color: aquamarine;
}

.btn_delete_keypair,.btn_delete_subs,.btn_delete_rel,.btn_delete_prel{
    font-weight: 600;
    margin-left: 5px;
    border-radius: 8px;
    background-color: lightcoral;
    border-color: lightcoral;
}

.help_text {
    text-align: center;
    margin: 8em 3em;
}

.help_btn {
    border-radius: 8px;
    color: white;
    background-color: hotpink;
    border-color: hotpink;
}
/* END create mapping API custom styles */