#time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiĦKpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiĦKpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30A2D2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}
.ui-slider a:focus {
    outline:none;
}

#slider-range {
  width: 90%;
  margin: 0 auto;
}
#time-range {
  width: 400px;
}
#TypeRow{
  padding-bottom :10px;
  font-weight:bold;
  font-size:24px;
  text-align: center;
}
td.descripRow{
  padding-bottom :10px;
  font-weight:bold;
  font-size:16px;
  text-align: center;
}
td.RowSpace{
  padding-bottom: 10px;
  font-weight:bold;
  font-size:16px;
  text-align: center;
}
td.RowFill{
  padding-bottom: 14px;  
}
#BorderRow{
  padding-bottom :10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-top :10px;
}
#BorderRow1{
  padding-bottom :10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#BorderRow2{
  padding-top :5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.tableCagr
{
    border-collapse: collapse;
}
table.tableCagr>tr>td, table.tableCagr>tr>th, 
{
    border: 1px solid rgba(0, 0, 0, 0.2); 
}
th.valueRow {
  text-align: Left;
   border: 1px solid rgba(0, 0, 0, 0.2); 
   padding-top :3px;
   padding-left :5px;
}
td.valueRow {
  text-align: Left;
   border: 1px solid rgba(0, 0, 0, 0.2); 
   padding-top :3px;
   padding-right :5px;
   padding-left :5px;
}
#CAGRRow{
  text-align: Center;
}
/*.canvas{
    height: 380px; 
    width: 500px;
}*/

	html,body{
			margin: 20px;
			padding: 0px;
    	height:100%;
		background-color: #181818;
		color: #ffffff;
		}

		canvas {
			background-color : #eee;
			position: left;
			margin: auto;
			top: 20;
			right: 0;
			bottom: 0;
			left: 20;
		}
		.tablevalues {
			margin: auto;
			display: inline-table;
		}
		.values1 {
			align: right;
			width: 700px;
		}
            
        .radio-toolbar-rebal {
            margin-bottom:25px;
            border-collapse:collapse;
            border-spacing:0;
            text-align: left;
            height: 50px;
            box-shadow: 0 2px 2px -2px #aad6f6;
            vertical-align: text-bottom;
            
        }
        .radio-toolbar-rebal label {
            margin: 0 0 0 5px;            
        }
            
        .radio-toolbar input[type="radio"] {
          opacity: 0;
          position: fixed;
          width: 0;
        }

        .radio-toolbar label {
            display: inline-block;
            background-color: #d9d9d9;
			color: #333;
            padding: 3px 20px;
            font-family: sans-serif, Arial;
            font-size: 12px;
            border: 2px solid #009879;
            border-radius: 4px;

        }

        .radio-toolbar label:hover {
          background-color: #5BA8E1;
        }

        .radio-toolbar input[type="radio"]:focus + label {
            border: 2px solid #444;
        }

        .radio-toolbar input[type="radio"]:checked + label {
            background-color: #aad6f6;
            border-color: #5BA8E1;
        }
        
        .otherButton {
            display: inline-block;
            background-color: #d9d9d9;
            padding: 3px 20px;
            font-family: sans-serif, Arial;
            font-size: 13px;
            border: 2px solid #444;
			color: #333;
            border-radius: 4px;
            
        }
        
        .otherButton:hover {
          background-color: #5BA8E1;
        }
            
        .table-header-main{
            font-family: sans-serif, Arial;
            font-size: 16px;
            font-weight: bold;
            align-items: flex-start;
            height: 30px; 
          }
            
    
        .assets-cat-table {            
            border-collapse: collapse;
            width: 100%;
            margin: 5px 0 10px 0;
			
        } 
         
        .assets-td-cat-table {            
            text-align:center;
            vertical-align:text-top;
        }    
            
        .assets-cat-table_td1 {            
            text-align: right
        }
            
        .assets-cat-table_td2 {            
            text-align: left
        }   
            
        .assets-cat-table input {            
            width: 100px;
            text-align: center;
            margin-left: 5px;
			background-color: #d9d9d9;
			color: #333;
        }     
            
		.pw-table input {            
            width: 100px;
            text-align: center;
            margin-left: 5px;
			background-color: #d9d9d9;
			color: #333;
			border: 1px solid black;
        } 		
            
        .styled-table th,
        .styled-table td {
            padding: 12px 15px;
        }  
            
        .slider-table {
            margin-bottom:25px;
            border-collapse:collapse;
            border-spacing:0;
            text-align: left;
            width: 400px;
            height: 50px;
            box-shadow: 0 2px 2px -2px #aad6f6;
          }  
            
          .table-pref-td {
            padding: 0 15px;
			height: 40px;
			font-weight: bold;
			text-align:left;
          }

          .table-pref-tdS {
            padding: 0 5px;
			height: 40px;
			font-weight: bold;
			text-align:left;
          }		  
            
          .table-pref-btrd {
            width: 110px
          }   
                                  
          
		  .table-row {
            background: #5b5b5b
          }    		  
		  .table-row:nth-of-type(3n){
            background: #343434
          }    

                
          .table-header{
            font-family: sans-serif, Arial;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            border-bottom: thin solid #009879;
            height: 30px; 
            background-color: #868686;  
          }
            
           .table-stratg th {
            padding: 0 10px;
            font-size: 15px;
            margin: 5px 0 10px 0;
            border-bottom: thin solid #009879;

          }
		  .table-hint-td {
             border-collapse:collapse;
            margin: 0 0 30px 0;
            font-family: sans-serif, Arial;
            font-size: 13px;
            min-width: 200px;
            width: 100%;
            text-align: left;  
            

          }
            
          .table-format {
            border-collapse:collapse;
            margin: 0 0 30px 0;
            font-family: sans-serif, Arial;
            font-size: 13px;
            min-width: 400px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            width: 100%;
            text-align: center;  
            background-color: #313131; 
          }
            
          .stratg-row {
            height: 25px;
          }
            
          .stratg-resetrow {
            height: 25px;
            background-color: #868686; 
			border-top: thin solid #009879;
            padding: 10px 0;
          }  
		  
		  .stratg-resetrowBlank {
            height: 5px;
            background-color: #bdb7b7; 
            padding: 10px 0;
          }  
            
          .chart-header{
            text-align: center;
            height: 30px; 
          }  
		  
		  .select-bar {
			  position: relative;
			  			 
			}

			select::-ms-expand {
			display: none;
			}
			
			.select-bar:after {
			  content: '<>';
			  font: 17px "Consolas", monospace;
			  color: #333;
			  -webkit-transform: rotate(90deg);
			  -moz-transform: rotate(90deg);
			  -ms-transform: rotate(90deg);
			  transform: rotate(90deg);
			  right: 7px;
			  			  
			  top: 10px;
			  padding: 0 0 2px;
			  border-bottom: 1px solid #999;
			  
			  position: absolute;
			  pointer-events: none;
			}


		  .select-bar select{				
			-webkit-appearance: none;
			  -moz-appearance: none;
			  appearance: none;
			  
			  display: block;
			  width: 100%;
			  max-width: 300px;
			  height: 32px;
			  float: left;
			  margin: 5px 0px;
			  padding: 0px 31px;
			  font-size: 15px;
			  line-height: 1.75;
			  color: #333;
			  background-color: #d9d9d9;
			  background-image: none;
			  border: 1px solid #cccccc;
			  -ms-word-break: normal;
			  word-break: normal;
		  }