/* CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%;
    font: inherit;*/ /* These font settings break the proper rendering of native HTML elements. */
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Nunito Sans', sans-serif;
    min-width: 500px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*table {*/
/*	border-collapse: collapse;*/
/*	border-spacing: 0;*/
/*}*/

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.clear {
    clear: both;
}

/* STATUS BAR */

.topLogo {
    width: 150px;
    height: 80px;
    border: 0px;
}

.header_block {
    width: 100%;
}

.cart_cart {
    font-family: "Titillium Web";
    font-weight: 900;
    font-variant: small-caps;
    font-size: 70px;
    padding-bottom: 0px;
}

.cart_words {
    font-family: "Titillium Web";
    font-weight: 900;
    font-variant: small-caps;
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    background-color: inherit;

}

.blockhead {
    background: rgb(153, 255, 255);
    background: -moz-linear-gradient(top, rgba(153, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(214, 249, 255, 1) 100%, rgba(214, 249, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(153, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(214, 249, 255, 1) 100%, rgba(214, 249, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(153, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(214, 249, 255, 1) 100%, rgba(214, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffff', endColorstr='#d6f9ff', GradientType=0);
    min-width: 850px;
    overflow: hidden;
    border-bottom: 3px double #DFF;
}

.svelthr {
    background: #222;
    width: 90%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blockfoot {
    font: 13px/20px PTSansRegular, Arial, Helvetica, sans-serif;
}

/*.footer_image { float: left;}*/
/*.footer_contact_info { width: max-content; margin-left: 1%; margin-right: auto; background-color: white;}*/
.footer_legal {
    padding: 5px;
    background: #f1f1f1;
    text-align: center;
    clear: both;
}

/* old color #E6FFFF;*/
.footer_contact {
    text-align: left;
    background: var(--blue);
    color: white;
    padding: 0px;
}

.footer_contact .contact_label {
    margin-right: 3px;
    margin-left: 8px;
    margin-top: 10px;
    font-weight: bold;
}

.footer_contact .contact_cell {
    margin-right: 8px;
    margin-left: 3px;
}

.footer_contact .contact_cell a:link {
    color: white;
}

.blockfoot .logobox {
    background: white;
    float: left;
    margin: 0;
    padding: 0;
}

.blockhead div {
    display: inline-block;
}

.pageTitle {
    font-size: 36pt;
    font-family: 'Nunito Sans', sans-serif;
    padding-left: 10px;
    vertical-align: middle;
}

.userInfo {
    text-align: right;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 16px;
}

.userInfo div {
    display: block;
    padding: 3px;
}

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #FFF;
    border-bottom: 1px solid #DFF;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    text-align: center;
    padding: 5px 16px;
    font-size: 17px;
    border-right: 1px solid #CFF;
    color: #000;
}

/* Change the color of links on hover */
.topnav a:hover {
    text-decoration: none;
    background-color: #AFF;
    color: black;
}

/* Add a color to the active/current link */
.topnav a:active {
    text-decoration: none;
    background-color: #F00;
    color: white;
}

.leftnav_sectionhead {
    vertical-align: super;
    font-size: small;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
}

.leftnav_dashboard {
    text-shadow: 1px 1px #BBBBFF;
}


.page_name_header {
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    margin: 0px 20px 15px 20px;
}

.statusState {
    display: none;
    text-align: center;
    padding: 5px;
    color: #08b;
}

.batch_status {
    text-align: center;
    margin-top: 15px;
    margin: 5px;
}

.batch_progress_bar {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.batch_progress_bar tr td {
    height: 10px;
    font-size: 1px;
}

.batch_complete_bar {
    background-color: #0C8;
}

.batch_incomplete_bar {
    background-color: #AFF;
}

.batch_overtime_bar {
    background-color: #FAA;
}

.announcement {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle !important;
}


.afm_button {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle !important;
    text-transform: uppercase;
}

.afm_button div {
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    background-color: #EEF;
    border: 2px solid #BBF;
}

.afm-blue-button {
	color: white;
	background-color: var(--blue);
}

.boring_button {
    margin: auto;
    padding: 5px;
    width: 170px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: 17px;
    color: black;
    background-color: #AFA;
    border: 5px outset #AFA;
}

.clickable {
    margin: auto;
    padding: 5px;
    width: 170px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.clickable a {
    display: block;
    padding: 5px;
    margin: auto;
    font-size: 17px;
    background-color: #AFA;
    border: 5px outset #AFA;
}

/* Change the color of links on hover */
.clickable a:hover {
    text-decoration: none;
    color: black;
    background-color: #CFC;
}

/* Add a color to the active/current link */
.clickable a:active {
    text-decoration: none;
    background-color: #F00;
    border: 5px inset #AFA;
}


.clickable2 {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    width: 170px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.clickable2 a {
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    font-size: 17px;
    background-color: #AFA;
    border: 5px outset #AFA;
}

/* Change the color of links on hover */
.clickable2 a:hover {
    text-decoration: none;
    background-color: #CFC;
    color: black;
}

/* Add a color to the active/current link */
.clickable2 a:active {
    text-decoration: none;
    border: 5px inset #AFA;
    background-color: #F00;
}


.tableTitle {
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.item_detail {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #333333;
    border: 1px solid #3A3A3A;
}

/*th {*/
/*    padding: 8px;*/
/*    background-color: #B3DDDD;*/
/*}*/
/*td {*/
/*    padding: 8px;*/
/*}*/

td.article_url {
    /*max-width:400px;*/
}

.justa_button {
    cursor: pointer;
    margin: auto;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    display: block;
    font-size: 17px;
    text-align: center;
    vertical-align: middle !important;
    color: black;
    background-color: #EEF;
    border: 2px solid #BBF;
}


.obvious_button {
    cursor: pointer;
    margin: auto;
    text-align: center;
    vertical-align: middle !important;
    border: 5px solid #BBF;
    background-color: #EEF;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.rater {
    padding-left: 20%;
    max-width: 60%;
}

/*.article_link_box {*/
/*    text-align: center;*/
/*    text-decoration: underline;*/
/*    font-size: x-large;*/
/*    width: auto;*/
/*    margin: auto;*/
/*}*/

/*tr:nth-child(even) { background: #fff; }*/
/*tr:nth-child(odd) { background: #e5fffe; }*/


.clickable_cell {
    text-align: center;
    vertical-align: middle !important;
    text-transform: uppercase;
    border: 5px solid white;
}

.clickable_cell span {
    background-color: #EEF;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle !important;
    border: 2px solid #BBF;
}

.clickable_cell div {
    background-color: #EEF;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle !important;
    border: 2px solid #BBF;
}



.reveiwbatch_button {
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid white;
}

.reveiwbatch_button span {
    background-color: #EEF;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle !important;
    border: 2px solid #BBF;
}

.reveiwbatch_button div {
    background-color: #EEF;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle !important;
    border: 2px solid #BBF;
}

.reveiwbatch_button div.warn {
    background-color: #EB6;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margins: auto;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle !important;
    border: 2px solid #BBF;
}





/*#x-slider-table tr {*/
/*    background: #e5fffe;*/
/*}*/

.af-slider-x-container {
    padding-top: 3px;
    padding-bottom: 3px;
}

.af-slider-x {
    padding: 2px;
    width: 596px;
    height: 16px;
    margin-left: 85px;
    margin-top: 0px;
    background-size: 100% 100%;
}

.af-slandle-x {
    text-align: center;
    vertical-align: middle;
    width: 2.2em !important;
    height: 1em !important;
    margin-top: 4px;
}

.af-slider-y {
    /*display: inline-block;*/
    /*float: left;*/
    vertical-align: top;
    /*margin-top: 50px;*/
    margin-left: 2px;
    margin-right: 2px;
    width: 20px;
    height: 452px;
    background-size: 100% 100%;
}

.af-slandle-y {
    text-align: center;
    vertical-align: middle;
    width: 1.8em !important;
    margin-top: 5px;
}

.lbar-cell {
    vertical-align: top;
}

.af-slider-y-container {
    padding-top: 50px;
    width: 2.2em;
    horiz-align: center;
}

tr#noteBoxes td span {
    width: 50%;
}

tr#noteBoxes td span div {
    text-align: center;
    width: 100%;
}

tr#noteBoxes td span div textarea {
    width: 100%;
}

table.metricreview {
    width: 90%;
    border: none;
    margin: auto;
    margin-bottom: 5px;
    padding: 5px;
}

table.metricreview td {
    padding: 5px;
}

table.metricreview .label {
    text-align: center;
    font-size: 20px;
}


.add_article_input {
    margin: auto;
}

.add_article_input input {
    width: 50%;
}

.analyst-editor div {
}

.analyst-editor td.input_label {
    text-align: right;
    height: 30px;
}

.analyst-editor td.input_cell {
    border-width: 0;
    padding: 5px;
    text-align: center;
}

tr.button_row td {
    padding-left: 5px;
    padding-right: 5px;
}

#new_article_url {
    width: 600px;
}

.dropdown-picker .label {
    text-align: right;
    height: 30px;
}

/* dialogue box start */

td.input_label {
    text-align: right;
    height: 30px;
}

td.input_cell {
    border-width: 0;
    padding: 5px;
    text-align: center;
}

td.article_editor_input_cell {
    border-width: 5px;
    padding: 5px;
    text-align: left;
}


div.article_editor_text {
    text-align: left;
    height: 30px;
    width: 600px;
    border-width: 5px;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: darkgrey;
}

#id_edit_article_content {
    text-align: justify;
    height: 200px;
    white-space: unset;
    border: solid 1px darkgrey;
    border-radius: 5px;
    overflow: auto;
    color: #4B5057;
    border-color: #A9A9A9;
}

input:disabled {
    color: #6b6b6b;
}


/*
 * Bootstrap-table customization
 */
 .bst-medium-column {
	max-width: 255px !important;
	min-width: 255px !important;
	vertical-align: middle !important;
	word-wrap: break-word;
}

.bst-narrow-column {
	max-width: 120px;
	vertical-align: middle !important;
	word-wrap: break-word;
}


/* AF-* CSS is modeled after https://github.com/pure-css/pure/blob/master/src/tables/css/tables.css */

.af-form-button {
    border-radius: 10px;
    background-color: #EEF;
    border: 2px solid #BBF;
}
.af-form-table {
    border-collapse: separate;
    border-spacing: 5;
    border-spacing: 1em .5em;
    padding: 0 2em 1em 0;
    border: 1px solid lightgrey;
}

.af-form-table td,
.af-form-table th {
    border-width: 0 0 0 0px;
    font-size: inherit;
    margin: 0;
    overflow: clip;
    padding: 0;
}

.af-form-table td {
    background-color: transparent;
}
