/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 03-Aug-2018, 14:03:58 Author : podkrizniku */ $color_2: #FF9900; $background_color_1: #EFF2F7; #srv_diagnostic { min-height: 500px; h2 { margin: 15px 0px 0px 0px; padding: 0px; font-size: 15px; } span.srv_diagnostic_gray { display: inline-block; font-size: 12px; color: $grey_normal; } span.srv_diagnostic_note { display: inline-block; margin-left: 5px; margin-bottom: 15px; padding: 5px 10px; font-size: 15px; background-color: $soft_blue_very_lighten; border: 1px solid $soft_blue; } } #srv_diagnostic_results { display: inline-block; width: auto !important; margin: 0px; margin-bottom: 0px; margin-left: 5px; padding: 0px; padding: 10px; font-size: 13px; background: $soft_blue_very_lighten; border: 1px solid $soft_blue; width: 700px !important; span.srv_diagnostic_element { font-size: 13px; display: inline-block; margin: 0px 10px 10px 10px; strong { margin: 0px 5px; font-size: 12px; } span.orange { color: $orange; font-weight: 600; } span.red { font-weight: 600; } span.green { font-weight: 600; } } table.srv_diagnostic_results { width: 100%; td { &+td { width: 170px !important; text-align: center; } } th { &+th { text-align: center; } } } } #srv_diagnostic_results_right { display: inline-block; width: auto !important; margin: 0px; margin-bottom: 0px; margin-left: 5px; padding: 0px; padding: 10px; font-size: 13px; background: $soft_blue_very_lighten; border: 1px solid $soft_blue; margin-left: 15px; .srv_diagnostic_results { min-width: 370px; } } .srv_diagnostic_results { td { font-size: 14px; padding: 3px 5px; text-align: left; //border-top: 1px solid $grey_super_light; span.orange { color: $orange; } } th { font-size: 14px; padding: 3px 5px; text-align: left; } } table.srv_diagnostic_results { span.gray { a { color: $grey_normal; font-style: italic; white-space: nowrap; } } } .srv_diagnostic_total_sub { margin-left: 40px; font-weight: bold; } .srv_diagnostic_total_sub_label { font-weight: bold; } .srv_diagnostic_total_survey_label { font-weight: bold; }