﻿/* FRAME */
/* FRAME */
html {
    color: black;

    background-color: transparent;

    height: 100%; 
    min-height: 100%;
    width: 100%;
    min-width: 100%;

    margin: 0px;
    padding: 0px;
}

body {
    font-family: sans-serif;
    font-size: 0.8em;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;

    background-color: transparent;
    background: url('../../Images/MasterPage/LightBackground.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
}

form {
    height: 100%; 
    min-height: 100%;
    width: 100%;
    min-width: 100%;

    margin: 0px;
    padding: 0px;
}

div {
    /*border: 1px solid white;*/
}

/* LAYOUT */
.td_main {
    vertical-align: top;
    height: 100%;
    
    /*background-color: rgba(32, 134, 180, .1);*/
}

.td_left_Panel
{
    background-color: rgba(0, 0, 0, .03);
}

.rTable {
    display: table;
    border: none;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell, .rTableHead {
    display: table-cell;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

.div_header {
    background-color: rgba(32, 134, 180, .2);

    float: left;
    width: 100%;
}

.div_header_sys_info {
    background-color: rgba(32, 134, 180, .1);
  
    float: left;
    width: 100%;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.div_banner_left{
    float: left;
    padding-top: 5px;
    text-align: left;
    width: 50%;
}

.div_banner_right{
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 50%;
}

.div_menu_container {
    float: left;
    background-color: rgba(222, 243, 254, .3);
    width: 100%;
}

.div_menu_messages {
    background-color: transparent;
    float: left;
    width: 100%;
    text-align: left; 
    padding-left: 5px; 
    padding-bottom: 5px;
    text-align: center;
}

.div_login_logo {
    float: left;
    padding-top: 0px;
    padding-right: 5px;
    text-align: right;
    width: 49%;
}

.div_login_form {
    float: left;
    padding-top: 10px;
    text-align: left;
    width: 49%;
}

.div_login_warning_notice_label {
	color: black;	
    float: left;
	font-family: Arial;
	font-size: 1.2em;	    
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.div_login_warning_notice{
    color: #004165;	
    float: left;
    font-size: 1.0em;
    text-align: justify;
    width: 100%;
}

.div_cols_1 {
    float: left;
    width:  100%;
}

.div_cols_1_vertical_spacer {
    float: left;
    height: 20px;
    width:  100%;
}

.div_cols_1_divider {
    float: left;
    width:  100%;
}

.div_cols_1_divider_line {
    float: left;
    width: 100%;
    border-top: dotted 1px #747474;
}

.control_background_red {
    float: left;
    background-color: rgba(233,67,69,0.2);
}

.control_background_nutual {
    float: left;
}

.control_background_green {
    float: left;
    background-color: rgba(12, 130, 18, 0.4);
}



.div_message_error {
    background-color: rgba(233,67,69,0.2);

    border-top: solid 1px silver;
    border-bottom: solid 1px silver;

    padding-top: 10px;
    padding-bottom: 20px;
}

.div_message_info {
    /*background-color: rgba(62,151,207,0.2);*/
    background-color: rgba(131,193,111, .4);
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    padding-top: 10px;
    padding-bottom: 20px;
}

.div_message_warning {
    background-color: rgba(255,235,104,0.2);

    border-top: solid 1px silver;
    border-bottom: solid 1px silver;

    padding-top: 10px;
    padding-bottom: 20px;
}

.div_tile_container {
    float: left;

    padding-top: 5px;
    padding-right: 5px;
}

.app_logo{
    opacity: .7;
}

.app_name {
    color: #004165;
    font-size: 1.2em;
}

.app_logout {
}

.text_username {
    color: #004165;
    font-size: 1.2em;
}

.text_todays_date {
    color: #004165;
    font-size: .8em;
}

.text_environment {
    font-size: .8em;
}

.login_logo{
    height: 300px;
    width: 300px;
}

.text_source_title {
    font-size: .6em;
}

.text_message_title {
    color: #4a4a4a;
    font-size: 1.6em;
}

.text_sub_title {
    color: #747474;
    font-size: 1.2em;
}

.text_message_body {
    color: #3d3d3d;
    font-size: 1.0em;
}

.text_page_title 
{
    color: #3d3d3d;
    background-color: transparent;
    font-size: 1.6em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px transparent;
}

.text_content_label {
    color: #a4a5a7;
    font-size: 1.0em;
    padding-bottom: 5px;
}

.text_login_label {
    color: #004165;
    font-size: 1.2em;
    height: 1.6em;
    width: 220px;
}

.text_login_data {
    font-size: 1.0em;
    height: 1.6em;
    width: 250px;
}

.tab_table {
    border: none;
}

.tab_td {
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
    border-right: outset 2px;
}

.tab_td_right {
    padding-left:5px;
    white-space:nowrap;
}

.tab_link{
    font-size: 1.0em;
    color: goldenrod;
    text-decoration: none;
    text-wrap:none;
}

.tab_link:hover {
    font-size: 1.0em;
    color: gold;
    text-decoration: none;
    text-wrap:none;
}

.text_menu_link {
    padding: 3px;
    text-decoration: none;
}

.text_menu_link:hover {
    text-decoration: none;
}

.text_page_title_alt {
	color: #767676; 	
	font-size: 1.4em; 
}

.tile_image{
}

.tile_image:hover{
    opacity: .5; 
}

.text_search_results_count {
    color: #3d3d3d;
    font-size: 1.0em;
}

.text_row_title {
	color: #026298; 	
    background-color: transparent;
	font-size: 1.6em; 
}

.text_row_number {
    font-size: 1.2em;
}

.td_row_number {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;

    border-right: solid 1px #004165;
}

.td_row_data {
    padding-left: 10px;
    padding-top: 5px; 
    vertical-align: top
}

.div_results_0 {
    background-color: rgba(219, 237, 251, .8);
    float: left;
    width: 100%;

    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
}

.div_results_1 {
    background-color: rgba(154, 220, 254, .4);
    float: left;
    width: 100%;
}

.div_results_highlight {
    background-color: lightcoral;
    float: left;
    width: 100%;
}

.div_bg_0 {
    color: #0a4d8c;
    background-color: rgba(219, 237, 251, .8);
    float: left;
}

.div_bg_1 {
    color: #0a4d8c;
    background-color: rgba(154, 220, 254, .5);
    float: left;
}

.div_footer {
    background-color: transparent;

    color: #004165;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

.table_head_bg {
    background-color: rgba(219, 237, 251, .2);
}

.table_line_bg_0 {
    background-color: rgba(219, 237, 251, .8);
}

.table_line_bg_1 {
    background-color: rgba(154, 220, 254, .5);
}


@media screen and (max-width: 800px) {
    .div_banner_left {
        float: left;
        text-align: left;
        width: 100%;
    }

    .div_banner_right{
        float: left;
        text-align: left;
        width: 100%;
    }

    .div_login_logo {
        float: left;
        width: 99%;
        padding-top: 10px;
        text-align: center;
    }

    .div_login_form {
        float: left;
        width: 99%;
        padding-top: 10px;
        text-align: center;
    }

    .div_login_warning_notice_label {
	    color: black;	
        float: left;
	    font-family: Arial;
	    font-size: 1.0em;	    
        padding-top: 50px;
        text-align: center;
        width: 100%;
    }

    .div_login_warning_notice{
        color: #ca7802;	
        float: left;
        font-size: 0.8em;
        padding-bottom: 40px;
        text-align: justify;
        width: 100%;
    }
}

/* CONTROLS */
/* 
    CONTAINS STYLES FOR: 
        1. COMMON CONTROLS  (~/controls/data/..)
        2. FORM CONTROLS    (~/controls/forms/..)
*/

input[type='text'], input[type='file'], input[type='password'], select {    
    border: 1px solid #b3b3b3;
    background-color: white;
    margin: 1px;
    padding: 3px;

    box-sizing: border-box;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;

    width: 250px;
}

.popup_control_label {
    border: 1px solid #b3b3b3;
    background-color: white;
    margin: 1px;
    padding: 3px;

    box-sizing: border-box;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    
    width: 250px;
}

/* BUTTONS */
.button {
    float: left;
    padding-right: 0px;
    padding-bottom: 5px;
    border: solid 0px transparent;
    margin-right: 5px;
}

.button:hover {
    opacity: .5;
}

.button_right {
    float: right;
    padding-right: 0px;
    padding-bottom: 5px;
    border: solid 0px transparent;
    margin-right: 5px;
}

.button_right:hover {
    opacity: .5;
}

.button_medium{
    width:60px;
    height:60px;
}

.button_small {
}

.button_menu {
}

.button_menu:hover{
    opacity: .5;
}

.button_login {
}

.button_login:hover{
    opacity: .5;
}

.conference_tile_0_label {
    padding: 2px;
    background-color: #85B6DE;
    vertical-align: top;
    opacity: .6;
}

.conference_tile_1_label {
    padding: 2px;
    background-color: #85B6DE;
    vertical-align: top;
    opacity: .9;
}

.conference_tile_2_label {
    padding: 2px;
    background-color: #3F88C4;
    vertical-align: top;
    opacity: .9;
}

.conference_tile_3_label {
    padding: 2px;
    background-color: #2E648F;
    vertical-align: top;
    opacity: .9;
}

.conference_tile_0 {
    padding: 2px;
    background-color: #85B6DE;
    vertical-align: top;
    opacity: .6;
}

    .conference_tile_0:hover {
        opacity: .3;
    }

.conference_tile_1 {
    padding: 2px;
    background-color: #85B6DE;
    vertical-align: top;
    opacity: .8;
}

    .conference_tile_1:hover {
        opacity: .3;
    }

.conference_tile_2 {
    padding: 2px;
    background-color: #3F88C4;
    vertical-align: top;
    opacity: .8;
}

    .conference_tile_2:hover {
        opacity: .3;
    }

.conference_tile_3 {
    padding: 2px;
    background-color: #2E648F;
    vertical-align: top;
    opacity: .8;
}

    .conference_tile_3:hover {
        opacity: .3;
    }

/**/



/* LABELS */
.task_due_label {
    color: #004165;
    font-size: .8em;
    padding-right: .5em;
}

.task_label_text {
    color: black;
}

.data_entry_label_red_higlight {
    background-color: rgba(233, 67, 69, .5);
    color: #3d3d3d;
    font-size: .8em;
}

.data_entry_label {
    color: #424242;
    font-size: .8em;
}

.data_entry_label_data{
    color: black;
    font-size: 1.0em;
}

.data_entry_label_red {
    color: #e94345;
    font-size: .8em;
}

.data_entry_label_red_bold {
    color: #e94345;
    font-size: 1.0em;
    font-weight: bold;
}

.data_entry_label_green {
    color: #0a4d8c;
    font-size: .8em;
}

.data_entry_label_yellow {
    color: #e99005;
    font-size: .8em;
}

.data_entry_label_white {
    color: white;
    font-size: .8em;
}

.data_entry_label_non_emphasis {
    color: #909090;
    font-size: .8em;
}

.data_entry_label_emphasis_large {
    color: #0a4d8c;
    font-size: 20px;
    font-weight: bold;
}

.data_entry_label_white_NOLUS {
    color: white;
    font-size: 2.0em;
    font-weight: bold;
}

.data_entry_label_red_bold_NOLUS {
    color: #e94345;
    font-size: 2.0em;
    font-weight: bold;
}

.data_entry_label_green_NOLUS {
    color: #0a4d8c;
    font-size: 2.0em;
    font-weight: bold;
}
.data_entry_label_NOLUS_Total_Status {
    color: #0a4d8c;
    font-size: 30px;
    text-align: center;
}

.data_entry_label_NOLUS_Total_Number {
    color: #0a4d8c;
    font-size: 70px;
    text-align: center;
}

.data_entry_label_emphasis_italic {
    color: #0a4d8c;
    font-size: .9em;
    font-style: italic;
}

.data_entry_label_emphasis {
    color: #0a4d8c;
    font-size: 1.0em;
    font-weight: bold;
}

.data_entry_label_bold {
    color: black;
    font-size: 2.0em;
    font-weight: bold;
}

.data_entry_label_emphasis_small {
    color: #0a4d8c;
    font-size: .8em;
}

.data_entry_label_required_marker {
    color: #e94345;
    font-size: .8em;
}

.data_entry_label_form_section {
	color: #3d3d3d; 	
	font-size: 1.2em; 
}

.img_pencil {
    display: none;
}

.img_pencil_spacer {
}
/**/



/* DATA ENTRY */

	
textarea { white-space: pre-wrap; }

.data_entry_notebox
{
    font-family: Arial;
    font-size: .9em;
}

.data_entry_text_checklistbox {
    font-size: .9em;
    color: #004165;

    background-color: transparent;
}

.data_entry_text {
    font-size: .9em;
    color: black;

    background-color: white;
}

.data_entry_text_small {
    font-size: .9em;
    color: black;
    text-align: right;
}

.data_entry_text_large {
    font-size: .9em;
    color: black;
    text-align: left;
}

.data_entry_text:hover {
    background-color: white;
    color: #3d3d3d;
    border: solid 1px #3d3d3d;
}

.data_entry_text_file {
    background-color: transparent;
    border: none;
    border-color: transparent;
    font-size: 0.8em;
    color: #3d3d3d;
}

.data_entry_text:focus {
    background-color: white;
    color: #3d3d3d;
    border: solid 1px #3d3d3d;
}

.data_entry_text_multiline {
    background-color: white;
    border: none;
    color: #3d3d3d;
    font-family: Arial;
    font-size: .9em;
    width: 320px;
}

.data_entry_radio_list {
    background-color: white;
    color: #3d3d3d;
    font-family: Arial;
    font-size: .9em;
}

/**/



/* DATA ENTRY WATERMARK */
.data_entry_text_watermark {
    color: #c0c0c0;
    font-size: .9em;
    font-style: italic;
}

.data_entry_text_watermark:hover {
    color: #3d3d3d;
    border: solid 1px #3d3d3d;
}

.data_entry_text_watermark:focus {
    color: #3d3d3d;
    border: solid 1px #3d3d3d;
}
/**/



/* DATA DISPLAY */
.data_display_text {
    color: #3d3d3d;
}

.data_display_text_red {
    color: #e94345;
}

.data_display_text_green {
    color: #4f863c;
}

.data_display_text_yellow {
    color: #feeea1
}

/* 20b8fe */
.data_display_text_emphasis {
    color: #0a4d8c;
}

.data_display_text_title {
    color: #3d3d3d;
    font-size: 3.0em;
}

.data_display_text_title_subscript {
    color: #3d3d3d;
    font-size: 0.8em;
}

/* 20b8fe */
.data_display_text_title_subscript_emphasis {
    font-size: 0.8em;
    color: #0a4d8c;
}

/**/
.data_display_div_activity_0 {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 15px;
    background-color: rgba(219, 237, 251, .8);
}

.data_display_div_activity_1 {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 15px;
    background-color: rgba(154, 220, 254, .4);
}


/* SEARCH */
.text_gv_pager {   
}

.text_gv_pager a 
{
    color: #148b43;
    font-size: 1.5em;
    padding-right: 5px;
    text-decoration: none;
}

.text_gv_pager span {
    color: #3d3d3d;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 5px;
    text-decoration: none;
}
/**/



/* POP UPS */
.data_popup {
    background-color: #dbedfb;
    border: solid silver 1px;
    padding: 5px;
}

.form_popup {
    background-color: #dbedfb;
    border-top: solid silver 1px;
    border-bottom: solid silver 1px;
    padding: 5px;
    width: 100%;
}

.background_popup {
    background-color: rgba(0, 0, 0, .7);
}
/* */



/* FORMS */
.div_data_entry_container {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.div_container_form {
    background-color: rgba(222, 243, 254, .3);
    /*background-color: rgba(32, 134, 180, .1);*/
    /*background-color: transparent;*/
    float: left;
    width: 100%;
    font-size: small;
}

.div_container_form_alternate {
    /*background-color: rgba(222, 243, 254, .3);*/
    background-color: rgba(32, 134, 180, .1);
    /*background-color: transparent;*/
    float: left;
    width: 100%;
}

.div_container_data {
    float: left;
    height: 3.5em;
    width: 275px;
}

.div_container_data_green {
    float: left;
    height: 3.5em;
    width: 275px;
    background-color: rgba(12, 130, 18, 0.4);
}

.div_container_data_report {
    float: left;
    height: 3.5em;
    width: 150px;
}

.div_container_data_wide {
    float: left;
    height: 3.5em;
    width: 400px;
}

.div_container_data_small {
    float: left;
    height: 3.5em;
    width: 5.0em;
}

.div_container_data_medium {
    float: left;
    height: 3.5em;
    width: 8.0em;
}

.div_container_data_feeWidth {
    float: left;
    height: 3.5em;
}

.div_container_data_large {
    float: left;
    height: 3.5em;
    width: 290px;
}

.div_container_data_blocked_0 {
    float: left; 
    background-color: rgba(0, 0, 0, .1);
}

.div_container_data_blocked_1 {
    float: left; 
    background-color: rgba(0, 0, 0, .03);
}

.div_container_form_title_bar {
    float: left;
    width: 100%;
    border-bottom: dotted 1px #747474;
}

.div_container_group {
    float: left;
    width: 275px;
}

.div_container_group_0 {
    float: left;
    width: 275px;
    background-color: rgba(219, 237, 251, .8);
}

.div_container_group_1 {
    float: left;
    width: 275px;
    background-color: rgba(219, 237, 251, .4);
}

.div_container_group_top_align {
    float: left;
    width: 275px;
    vertical-align: top;
}

.div_container {
    float: left;
}

.div_section_title {
    color: #026298;
    font-weight:bold;
    font-size: 1.2em;
}

.label_form_title {
    color: #3d3d3d;
    font-size: 1.6em;
}

.label_form_description {
    color: #4d4d4d;
    font-size: 0.9em;
}

.panel_label {
    cursor: pointer;

    border: 1px solid #b3b3b3;
    background-color: white;
    font: 1.0em;
    margin: 1px;
    padding: 3px;

    box-sizing: border-box;

    width: 250px;
}

.panel_label_watermark {
    cursor: pointer;

    border: 1px solid #b3b3b3;
    background-color: white;
    font: 1.0em;
    margin: 1px;
    padding: 3px;
    color: #c0c0c0;

    box-sizing: border-box;

    width: 250px;
}

.panel_attendance_status_0 {
    float: left;
    padding: 5px;
    background-color: rgba(0, 0, 0, .1);
}

.panel_attendance_status_1 {
    float: left;
    padding: 5px;
    background-color: rgba(0, 0, 0, .2);
}

.task_table {
    height: 75px; 
    width: 300px; 
    background: rgba(255, 255, 255, .8); 
    cursor: pointer;
}
/* */



/* CONFERENCE TILE */
.label_code {
    font-size: 1.2em;
    font-weight: bold;
}

.label_location {
    font-size: 1.0em;
}

.label_date {
    font-size: 1.0em;
}

.link_details {
    font-size: 1.0em;
    color: #148b43;
    text-decoration: none;
}
/* */


/* REPORTING */
.td_report_tile_title {
    color: white; 
    background-color: #5778a1;
    text-align: center;
}

.table_item {
    background-color: aliceblue;
    height: 400px;
    width: 250px;
}

.table_item_details {
    background-color: white;
    height: 300px;
    width: 250px;
}

.table_item_details_tile_totals {
    background-color: #dbedfb;
    height: 300px;
    width: 250px;
}

.table_item_details_tile_today {
    background-color: #e0efd8;
    height: 300px;
    width: 250px;
}

.td_report_activity_name {
    text-align: center;
    font-size: 1.0em;
    color: black;
}

.td_report_activity_total {
    text-align: center;
    font-size: 1.4em;
    color: black;
    font-weight: bold
}

.td_report_activity_data {
    text-align: center;
    font-size: 1.2em;
    color: black;
}

.td_report_activity {
    text-align: center;
    font-size: 1.4em;
    color: black;
}

.td_report_activity_worked {
    text-align: center;
    font-size: 1.4em;
    color: #5778a1;
}

.td_report_activity_not_called {
    text-align: center;
    font-size: 1.4em;
    color: red;
}

.td_report_activity_total_label {
    text-align: center;
    font-size: 0.6em;
    color: black;
}

.td_report_activity_worked_label {
    text-align: center;
    font-size: 0.6em;
    color: #5778a1;
}

.td_report_activity_not_called_label {
    text-align: center;
    font-size: 0.6em;
    color: red;
}

.td_report_data_total {
    text-align: center; 
    font-size: 1.4em; 
    color: black; 
    font-weight: bold
}

.td_report_data {
    text-align: center; 
    font-size: 1.4em; 
    color: #5778a1;             
}

.td_report_data_total_label {
    text-align: center; 
    font-size: 0.6em; 
    color: black; 
}

.td_report_data_label {
    text-align: center; 
    font-size: 0.6em; 
    color: #5778a1;             
}

.td_report_company {
    text-align: center; 
    font-size: 1.0em; 
    color: black;             
}

.label_seminarcount {
    text-align: center; 
    font-size: 2.0em; 
    color: black; 
}

.label_summary_total {
    text-align: center; 
    font-size: 1.4em; 
    color: #5778a1;   
}

.report_button_details {
}

@media print {
     .print_section{
        page-break-before: always;
        page-break-after: always;
        page-break-inside: avoid
    }
}

/** AJAX CONTROLS **/

.black .ajax__calendar_container {
    width: 190px;
    background-color: #000000;
    border: solid 1px #666666;
}

.black.aja__calendar_body {
    width: 180px;
    height: 150px;
    background-color: #000000;
    border: solid 1px #666666;
}

.black .ajax__calendar_header {
    background-color: #626262;
    margin-bottom: 8px;
}

.black .ajax__calendar_title {
    color: #ffffff;
    padding-top: 3px;
}

.black .ajax__calendar_next,
.black .ajax__calendar_prev {
    border: solid 4px #ffffff;
    background-color: #ffffff;
}

.black .ajax__calendar_hover .ajax__calendar_next,
.black .ajax__calendar_hover .ajax__calendar_prev {
    border: solid 4px #328BC8;
    background-color: #ffffff;
}

.black .ajax__calendar_dayname {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #000000;
}

.black .ajax__calendar_day,
.black .ajax__calendar_month,
.black .ajax__calendar_year {
    margin: 1px 1px 1px 1px;
    text-align: center;
    border: solid 1px #000000;
    color: #ffffff;
    background-color: #626262;
}

.black .ajax__calendar_hover .ajax__calendar_day,
.black .ajax__calendar_hover .ajax__calendar_month,
.black .ajax__calendar_hover .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #3c95d5;
    border: solid 1px #3c95d5;
}

.black .ajax__calendar_active .ajax__calendar_day,
.black .ajax__calendar_active .ajax__calendar_month,
.black .ajax__calendar_active .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #F7B64A;
}

.black .ajax__calendar_today .ajax__calendar_day {
    color: #000000;
    font-weight: bold;
    background-color: #fff095;
}

.black .ajax__calendar_other,
.black .ajax__calendar_hover .ajax__calendar_today {
    color: #ffffff;
    font-weight: bold;
}

.black .ajax__calendar_days {
    background-color: #000000;
}

/** Bar Graph Controls **/

.bar_graph {
    background-color: rgba(32, 134, 180, .2);
}