#logged_user{
    font-weight: 900;
    color: tomato;
}

div label#date {
    /*color: #2aabd2;*/
    color: #5dc2f1;
}

.hr_line {
    /*border-width: 1px;*/
    border-color: silver;
}

body {
    background-color: white;
}

.smaller_text_content {
    font-size: smaller;
}

.no_radius {
    border-radius: 0px;
}

.client_header_name {
    color: #2c3e50;
}

/*UPLOAD.HTML PAGE*/
#btn_for_providers{
    margin-top: 20px;
}

.list_total{
    margin-top: 8px;
}

.difference {
    color: lightcoral;
}


/*UPLOAD.HTML PAGE*/
div#comparison_form_errors {
    color: red;
}


/*READ.HTML PAGE*/
input#findField {
    width: 140px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

div#read_form_errors {
    color: red;
}

span[bubbletooltip], span[bubbletooltip]:visited {
    text-decoration: none;
    position: relative;
    color: black;
}

span[bubbletooltip]:before {
    content: "";
    position: absolute;
    border-top: 26px solid #292f45;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    visibility: hidden;
    top: -20px;
    left: -12px;
}

span[bubbletooltip]:after {
    position: absolute;
    content: attr(bubbletooltip);
    font-weight: bold;
    top: -35px;
    left: -26px;
    background: #292f45;
    color: #FFFFFF;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    white-space: nowrap;
    visibility: hidden;
}

span[bubbletooltip]:hover:before, span[bubbletooltip]:hover:after {
    visibility: visible;
    -moz-transition: visibility 0s linear .3s;
}


/*READ_RESULTS.HTML PAGE*/
.file-name-heading{
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Oxygen', sans-serif;
    font-size: 200%;
    font-weight: bolder;
    padding-bottom: 7px;
}

td.provider_name {
    color: black;
}

div#file_content_table_info {
    padding-bottom: 25px;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}


/*UPLOAD_CSV.HTML PAGE*/
div#validate_form_errors {
    color: red;
}


/*CSV_VALIDATION.HTML PAGE*/
.table_highlight{
    background-color: #f1f1f1;
}
.show_data_btn {
    width: 95px;
}

#comparison_name{
    width: 70%;
}

.overflow_scroll {
    overflow-y: scroll;
    height: 650px;
}

.overflow_scroll_sm {
    overflow-y: scroll;
    height: 250px;
}

.error_highlights{
    color: #2aabd2;
}

h2#validation_header {
    padding-bottom: 30px;
}


/*FILE SUMMARY RESULTS*/
.summary_results {
    /*font-family: 'Pavanam', sans-serif;*/
    font-family: 'Oxygen', sans-serif;
    font-size: 125%;
}

.badge {
    /*font-family: 'Pavanam', sans-serif;*/
    font-family: 'Oxygen', sans-serif;
    font-size: 90%;
}

.info_modal {
    cursor: help;
}


body {
    font-family: 'Oxygen', sans-serif;
}


/* Client Scripts css*/
.required_file_name_style {
    border: 1px solid red;
}
/* Text color for jquery validate messages*/
label.error {
    color: red;
}