/* 
    Created on : 07.05.2014, 19:54:32
    Author     : Alexander Keller
*/


sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.panelSmall {
    background: #C7EBFC;
    width:329px;
    height:448px;
    float:left;
    border: 0px solid red;
}

h3, h6 {
    font-size:18px;
    color: #005288;
    margin:0px 0px;
    padding:0;
    border: 0px solid red;
}

h6 {
    color: #000000;
    margin:6px 0px;
    white-space: nowrap;
}

.label, .labelbold, .labelsmall {
    font-size:14px;
    line-height: 30px;
}

.labelbold {
    font-weight:bold;
}

.labelsmall, h6 {
    font-size:12px;
    font-weight:normal;
}

.slider {
    float: left;
    clear: left;
    width: 100%;
    height: 20px;
    border:1px solid #005288;
    background: #ffffff;
}

.ui-slider-range {
    background: #6DD0F6;
    background-image: -webkit-linear-gradient(#00ADEE 0%, #5FCDF5 100%); 
    background-image: -moz-linear-gradient(#00ADEE 0%, #5FCDF5 100%); 
    background-image: -o-linear-gradient(#00ADEE 0%, #5FCDF5 100%); 
    background-image: linear-gradient(#00ADEE 0%, #5FCDF5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE',endColorstr='#5FCDF5')
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.9em;
}

.ui-slider-handle {
    margin-top:14px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px!important;
    background: url("../images/slider.png") no-repeat scroll 50% 50% transparent!important;
    width: 24px;
    height: 20px;
}

input[type="text"] {
    font-family: Arial;
    border-radius: 4px;
    height: 22px;
    border:1px solid #005288;
    width:100%;
    padding-left:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#result h3 {
    color: #3DAE48;
}

#result .col input[type="text"] {
    margin:-1px -1px 0px 0px;
}

#result input[type="text"] {                
    border-color:#008743;
    font-weight: bold;
}

#result input[type="text"].grey  {                
    border-color:#646466;
    font-weight: normal;
}

#result .scale {
    width:100%;
    border-radius: 4px;
    height: 20px;
    background-color: #ffffff;
}

#result .green.scale{
    border: 1px solid #008743;
}
#result .green .ui-slider-range {
    background: #3DAE48;
}

#result .grey.scale{
    border: 1px solid #646466;
}
#result .grey .ui-slider-range {
    background: #949599;
}

#result .big {           
    width:100%;
    border-radius: 4px;
    height:20px;
    color: #ffffff;
    border:1px solid #008743;
    background-color: #3DAE48;
}

#result .big .text {
    font-size:15px;
    padding-left:8px;
    font-weight:bold;
    display:inline-block;
}


.row {
    padding:10px;
    padding-left:13px;
    margin-bottom:70px;
}

#result .row {
    padding:10px;
    padding-left:13px;
    margin-bottom:40px;
}

.header,
#result .header{
    padding-top: 13px;
    margin-bottom:30px;
}

.col {
    width:293px;
    float: left;
}

.col1 {
    width:205px;
    float: left;
    white-space: nowrap;
}

.col2 {
    width:70px;
    display:inline;
    float: left;
    margin-left:20px;
    white-space: nowrap;
}

.separator div {
    width:1px;
    margin-top:13px;
    height:420px;
    background: #005288;
}

.summary {
    max-width:659px;
    min-height:80px;
    background: #6DD0F6;
    clear:both;
}
