


span.red {
    color: red;
}

select {
white-space: pre-line;
}

span.paginate_button {
	background-color: #D3D3D3;
    border: 1px solid black;
  	border-radius: 5px;
}

span.paginate_button.first {
    margin-right: 8px;
}

.screen-reader-text {
   border:0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   width: 1px;
   overflow: hidden;
   position: absolute !important;
   word-wrap:normal !important;
}

/* Override rgb(0, 123, 255); which accessibility deems
"Very low contrast between text and background colors."
*/
a {
    color: blue;
}

div.messageBox {
    width: 50%;
    margin: 0 auto;
    border: 1px solid black;
    background-color: #f2f2f2;
    text-align: center;
}

div.formBox {
    width: 15%;
    margin: 0 auto;
    border: 1px solid black;
    background-color: #f2f2f2;
    text-align: center;
	margin-left: 20px;
}

p.return {
	text-align: center;
}

table.new td {
	padding: 0 5px 5px 5px;
}

#datatable table.new  thead tr th {
	background-color: #FFFFCC;
}


.table-bordered thead tr th {
    background-color: #fff;
}


div DTE_Form_Error {
    color: red;
}

div input.hasDatepicker{
    width: 118px;
}

input#DTE_Field_Films-imdb_id,
input#DTE_Field_TvProductions-imdb_id {
    width: 100px;
}

td.id {
    width: 72px;
}

td span.id {
    width: 98px;
}

span[class*='click-for-'] {
    color: blue;
    cursor: pointer;
}

span[class*='click-for-']:hover {
    text-decoration: underline;
}

/* Songfacts */
td[class*='sf-click-'], span[class*='sf-click-'] {
    color: blue;
    cursor: pointer;
}

td[class*='sf-click-'], span[class*='sf-click-']:hover {
     text-decoration: underline;
}

/* Bootstrap 4 classes */
.table caption {
    caption-side: top;
    border: inherit;
    color: black;
    background-color: #FFFFA6 ; /* #ffff8b;   #F5F5F5 WhiteSmoke */
    font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: center ;
	border: 1px solid black;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em 0 0.5em 0;/*#E1CB51;*/
}

.table th {
    font-size: 14px;
}

/* Retain data colors in td of selected rows. ------------*/
table.dataTable tbody>tr.selected {
    background-color: #e5e5b7;
    color: black;
}

table.dataTable tbody>tr.selected td a {
    color: blue;
}

.footer {
	background-color: #F8F9FA;
    margin-top: 50px;
    text-align: center;
 }


button.btn.btn-secondary.disabled {
    cursor: text;
}


a.dt-button.dropdown-item.disabled {
    color: #adadad;
    cursor:  text;
}

a.dt-button.dropdown-item:hover {
    background-color: #adadad;
}




/** ????? override bootstrap setting for Chrome ??????????????  ********/
@page {
    size: auto;
}


.flex-item dt {
    font-size: 0.85em;

}

.right {
	text-align: right;
}

button.button-spacer-right {
    margin-right: 20px;
}
button.button-spacer-left {
    margin-left: 20px;
}


div#datatable_info {
	float:left;
}

div#datatable_paginate {
	float:right;
}

/* Pagination.           */
#datatable_first, #datatable_previous {
	margin: 0px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#datatable_next, #datatable_last {
	margin: 0px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
}

#datatable_first:hover,
#datatable_previous:hover,
#datatable_next:hover,
#datatable_last:hover
{
    cursor: pointer;
    background-color: #DDDDDD;
}

input.paginate_input {
  width: 55px;
  text-align: center;
  padding: 5px;
}

blockquote::before{
  content: icon-quote-left; /*Unicode for Left Double Quote*/
}

blockquote {
	border-left: 3px solid #b3b3b3;
	border-radius: 0px;
	background: #fafafa;
	margin: 10px;
	padding: 10px 20px;
}

blockquote p {
	margin: 0;
	line-height: 30px;
	padding-bottom: 20px;
}

blockquote .small {
	display: block;
	font-size: 80%;
	color: brown;
	text-align: right;
}

.tab-content {
    border: 1px solid #ddd;
    border-width: 0 1px 0; /* Removes the top border */
    padding: 10px;
}

/* Flexbox */
.flex-container {
    background-color: #FFFFCC;
    display: flex;

    /*
     * This is the shorthand for flex-direction and flex-wrap properties,
     * which together define the flex container's main and cross axes.
     * Default is row nowrap.
     */
    flex-flow: row wrap;
	justify-content: space-around;
	margin: 0 auto;
}

.flex-item {
    background-color: #FFFFCC;
	margin-left: 10px;
    /*
     * This is the shorthand for flex-grow, flex-shrink and flex-basis combined.
     * The second and third parameters (flex-shrink and flex-basis) are optional.
     * Default is 0 1 auto.
     */
    flex: 1 1 auto;
}

.flex-item dt::after {
  content: ": ";
}


.flex-item dl.grandchild-row {
    margin-right: 10px;
}



/* end Flexbox */

/* For display via Flexbox */
dl.child-row ol,
dl.grandchild-row ol,
dl.greatgrandchild-row ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


th[class*='year'], td[class*='year'] {
	width: 30px;
}

th[class*='year'] input {
    width: 35px;
}

input[id*='year'] {
    width: 60px;
}


/* Essential for DataTables Responsive functionality. */
table.table.dataTable {
    table-layout: auto;
}

/* Header in DT Editor modal forms */
.DTE_Header_Content {
    font-weight: bold;
}


tfoot th input.column_search {
    color: #A8A8A8;
    width: 100% ;
 	padding: 0px;

}


.dataTables_wrapper .dataTables_processing {
position: absolute;
top: 15% !important;
  background: #FFFFCC;
  border: 1px solid black;
  border-radius: 3px;
  font-weight: bold;
}



/******* TRIED THIS - NO SUCCESS
<div id="datatable_processing" class="dataTables_processing card" style="display: none;">Processing....please wait</div>
<div id="datatable_processing" class="dt-processing card" role="status" style="display: block;">Processing....please wait<div><div></div><div></div><div></div><div></div></div></div>
****************/

a.external {
	background: url('images/external.gif') center right no-repeat;
    padding-right: 18px;
}


/* Modal form "sub-titles" */
.modal-title small {
  font-size: 1rem;
}

h1 small {
  font-size: 1.5rem;
}

/* "Extras" tab. */
ol.circle {
      list-style-type: circle;
}

ul.no-indent {
list-style-type: circle;
    margin: 0;
    padding: 0;
}


a.btn {
    color: blue;
}

a.btn:hover {
    text-decoration: underline;
}


h4.notes {
    font-size: 1em;
    padding: 10px 0 0 0px;
}


span.paginate_button {
    padding: 0px 5px 0px 5px;
}


/*  item value (id) in jQuery ui autocomplete, used in our lookups. */
span.autocomplete-value {
    color: #939393;
}


table.dataTable tbody tr.last-edited {
    background-color: #ccff99 ; /* Very Light Green */
}


.noDisplay {
    display: none;
}

kbd {
	border-radius: 2px;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	color: black;
	margin-right: 2px;
}


/** Share Buttons **/

#share-buttons img {
	width: 45px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

#share-buttons img:hover
{
      -moz-box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;
}



table#barchart tr:hover {
    background: #E5E5B7 ;
}



/* "disambiguation" text for lookups. */
dl.ui-menu-item dd ol  {
    padding-left: 20px;
}


/* jQuery UI datepicker. */
/* Highlight today, in the case of a new date. */
td.ui-datepicker-today { border: 2px solid blue ; }
/* Highlight the day, in the case of an existing date. */
td.ui-datepicker-current-day a.ui-state-active { border: 2px solid red ; }
/* jQuery UI datepicker. */


/* Styles for details/summary HTML used in help notes. */

div.notes, div.usage {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid black;
    padding: 10px 10px 10px 15px;
}

details div {
    margin: 0 0 0 40px;
}

details div ul {
    padding-left: 10px;
}

details div ul li {
    margin: 0 0 10px 0;
}

summary {
    cursor: pointer;
    outline: none;
    width: 50%;
    font-weight:bold;
    padding: 10px;
}

/* Change the color and size of the marker. */
summary::-webkit-details-marker {
    color: #6c757d;  /*#17a2b8*/
    font-size: 100%;
}

/* Nested ul */
ul li ul li {
	margin-left: 25px;
}

.notesButton {
    border-radius: 5px;
    color: white;
    background-color: #6C757D;
    padding: 3px 8px 3px 8px;
}

ul.was li {
    margin: 0px 0px 10px 0px;
}

/* MH tab */
ul.mh li {
	margin: 20px 0 0 0;
}

/* restore open and close icons for responsive rows */
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    border-width: 10px !important;
    background-image: url(/assets/images/details_open.png);
    border-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}
table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,
table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before {
    background-image: url(/assets/images/details_close.png);
}

:root {
    --dt-row-selected: 229, 229, 183;
    --dt-row-selected-text: 0, 0, 0;
}