﻿/* DEFAULTS
----------------------------------------------------------*/


.page
{
    width: 100%;
    background-color:White ;
    margin:  0px auto;
    border:none;
    min-width:976;
 
  
}
.page active
{
    margin-top:-215px;
    }
.page1
{
    width: 1200px;
    background-color:White ;
    margin:  0px auto;
    border:none;
    position:absolute;
    
}

 .calendarCSS
{
	background-color:white;
	border-color:#ff9a00;
	border-style:solid;
	border-width:3px;
	
	 direction:ltr;
}
.ajax__calendar_header
{
	 background-color:#ff9a00;
	 color:Black ;
	 font-style:normal;
	 direction:ltr;
}
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece  {
background-color: #C2D2E4;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: Gray;
}
 .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.styledRadio, .styledCheckbox {
			display: inline-block;
		}
		 .sqr{ height:10px; width:10px; float:right }
  .sqrTxt{ float:right; padding-bottom:10px }
  .brClass{clear: both;line-height: 0;height: 0px;font-size: 0px;}
  .select
  {
  	padding-right:3px;
  }
 .uni{ border-left-style:solid; border-left-color: White ; border-left-width:2px; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#d1d1d1;}
  input[type="text"], input[type="password"] { outline: none; }
  
  #chart_container
  {
      position:relative;
       margin-right:100px;
      
  }
  #BarChart1
  {
      float:left;
     
     
      display:inline; 
  }
  #BarChart1__ParentDiv
  {
       display:inline; 
       float:left;
  }
  .centered
{
	 
   

    position:absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
   
    margin: auto;
	
	}
	
 .centered_relative
{
    position:relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
   
    margin: auto;
	
	}
.float_left{float:left;}
.float_right{float:right;}
svg + div
{
    left:0px !important;
}

/*tc+mv 22-08-2018*/
.download_comp {
    cursor:pointer;
}
.download_comp:hover
{
    color:blue;
}