*
Placeholder for custom css
*/

.submitbutton { background: rgb(32, 157, 217); }

/*
dashboard_new custom styles
*/    
.dashboard-new {
    margin-left: 20px;
    margin-right: 20px; 
}
.dashboard-new .hide {
    display: none;
}
.dashboard-new h2 {
    margin-top: 50px !important; 
}
.dashboard-new h1 {
    font-size: 1em !important; 
}

.dashboard-new table {
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
    color: rgb(87,87,87);
    position: relative;
    z-index: 0;
}
.dashboard-new * {
    box-sizing: border-box;
}
.dashboard-new table th.month {
    height: 20px;
    border-left: 1px solid;
    font-weight: bold;
    font-size: 11px;
}
.dashboard-new table td.week {
    width: 30px; 
    height: 229px;
    padding: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    background: url(/media/custom/css/dashboard/not_compiled_bg.png);
}
.dashboard-new table td.week:hover {
    position: relative;
    z-index: 0;
}
.dashboard-new table td.week:hover .tab-open.hide {
    display: block; 
    left: -7px;
}
.dashboard-new table td.week.is_ok-True:hover {
    width: 223px;
}
.dashboard-new table td.week.is_ok-False:hover {
    width: 223px;
}
.dashboard-new table td.week.is_ok-True {
    background: rgb(57,188,196);
    cursor: pointer;
}
.dashboard-new table td.week.is_ok-True:before {
    width: 30px; 
    height: 209px;
    display: block;
    content: ' ';
    padding: 10px 0 0 0;
    content: url(/media/custom/css/dashboard/ok_ic.png);
    box-sizing: border-box;
    cursor: pointer;
}
.dashboard-new table td.week.is_ok-True:after {
    width: 30px; 
    height: 20px;
    display: block;
    content: ' ';
    background: url(/media/custom/css/dashboard/circle_mask_30x20.png) no-repeat;
}
.dashboard-new table td.week.is_ok-False {
    background: rgb(241,50,73);
    cursor: pointer;
}
.dashboard-new table td.week.is_ok-False:before {
    width: 30px; 
    height: 209px;
    display: block;
    content: ' ';
    padding: 10px 0 0 0;
    content: url(/media/custom/css/dashboard/ko_ic.png);
    box-sizing: border-box;
}
.dashboard-new table td.week.is_ok-False:after {
    width: 30px; 
    height: 20px;
    display: block;
    content: ' ';
    background: url(/media/custom/css/dashboard/circle_mask_30x20.png) no-repeat;    
}
.dashboard-new table td.week-current {    
    position: relative;
    z-index: -1; 
    border-bottom: none;
}
.dashboard-new table:hover .week-current .tab-open {
    display: none; 
}
.dashboard-new table:hover .week-current:hover .tab-open {
    display: block; 
}
.dashboard-new table:hover .week-current {
    width: 30px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.dashboard-new table .tab-open {
    width: 236px; 
    height: 284px;
    background: url(/media/custom/css/dashboard/tab.png);
    position: absolute;
    top: -47px;
    left: -7px;
    text-align: center;
    padding-top: 31px;
    font-size: 13px;     
    z-index: 10;
}
.dashboard-new table .tab-open .day {
    font-weight: bold;
    line-height: 20px;
}
.dashboard-new table .tab-open .icon {
    width: 140px;
    height: 140px;    
    display: inline-block;
}
.dashboard-new table .tab-open .icon.icon-NO-SYMPTOMS {
    background: url(/media/custom/css/dashboard/feel_good_male.png);
}
.dashboard-new table .tab-open .icon.icon-ILI {
    background: url(/media/custom/css/dashboard/ili.png);
}
.dashboard-new table .tab-open .icon.icon-COMMON-COLD {
    background: url(/media/custom/css/dashboard/common_cold.png);
}
.dashboard-new table .tab-open .icon.icon-GASTROINTESTINAL {
    background: url(/media/custom/css/dashboard/gastro-intestinal.png);
}
.dashboard-new table .tab-open .icon.icon-ALLERGY-or-HAY-FEVER-and-GASTROINTESTINAL {
    background: url(/media/custom/css/dashboard/allergy.png);
}
.dashboard-new table .tab-open .icon.icon-ALLERGY-or-HAY-FEVER {
    background: url(/media/custom/css/dashboard/allergy.png);
}
.dashboard-new table .tab-open .icon.icon-COMMON-COLD-and-GASTROINTESTINAL {
    background: url(/media/custom/css/dashboard/common_cold.png);
}
.dashboard-new table .tab-open .icon.icon-NON-SPECIFIC-SYMPTOMS {
    background: url(/media/custom/css/dashboard/feel_bad_male.png);
}
.dashboard-new .response-callout {
    position: relative;
    width: 560px;
    background: rgb(237,237,237);
    padding: 20px;    
}
.dashboard-new .response-callout:after {
    width: 560px;
    background: rgb(237,237,237);
    padding: 20px; 
    display: block;
    content: ' ';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/media/custom/css/dashboard/grey_triangle.png) no-repeat;
    bottom: -65px;
    right: -40px;
}
.dashboard-new .link {
    height: 50px;
    position: relative; 
    line-height: 37px;    
    margin: 20px 0 20px 60px; 
    display: block; 

}
.dashboard-new .link-survey:before {
    content: url(/media/custom/css/dashboard/survey_ic.png);
    width: 37px;
    height: 37px; 
    display: block;
    position: absolute;
    left: -42px; 
}
.dashboard-new .link-profile:before {
    content: url(/media/custom/css/dashboard/edit_ic.png);
    width: 37px;
    height: 37px; 
    display: block;
    position: absolute;
    left: -42px; 
}
.dashboard-new .link-awareness:before {
    content: url(/media/custom/css/dashboard/heart_ic.png);
    width: 37px;
    height: 37px; 
    display: block;
    position: absolute;
    left: -42px;     
}
.dashboard-new .link-awareness {
    color: black !important;
    font-weight: bold;
}
.dashboard-new .link-awareness.complete {
    color: black !important;
    font-weight: normal;
}
.dashboard-new .name {
    font-weight: bold; 
}
.dashboard-new .map-info {
  width: 500px; 
}
.dashboard-new .badges ul {
    padding: 0 !important;
    margin: 0 !important; 
    list-style: none; 
    text-transform: uppercase;
    width: 320px; 
}
.dashboard-new .badges li {
    padding: 0;
    margin: 0;
    line-height: 53px !important;
    height: 53px; 
    position: relative;
    border-bottom: 1px solid;     
}
.dashboard-new .badges li img {
    position: absolute;
    right: 0;
}
.dashboard-new .badges .past-seasons label {
    position: absolute;
    right: 50px;
    font-weight: bold;
    font-size: 16px !important; 
}
.dashboard-new .badges .past-seasons li {
    border-bottom: none; 
    height: 43px;
    line-height: 43px;
}
.dashboard-new .badges .past-seasons li img {
    top: 7px;
}
.survey-chart .chart-intake-2015_dashboard_ng_map  { 
    width: 715px;
    margin: 10px 20px; 
    border: 1px solid #E4D7D7; 
}
.left-header {
    background: rgb(255,194,54);
}
.left-header .link-register {
    background: url(/media/custom/css/home/hp_button.png) no-repeat;
    width:  145px;
    height: 64px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;   
    margin-top: 30px;
}
.left-header  .link-register span {
    display: none;    
}
.home-right-banner img {
    display: block;
}
