.hubHead{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding:2px;
	width:auto;
	height:45px;
	background-color:white;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #c2c2c2;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}

.hubHead .menuIcon{
	font-size:30px;
	color: #666;
	cursor: pointer;
	margin-right: 15px;
}

.dropdownLeft{
	text-align: left;
	
}

.dropdownIcon{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}


#hubUploadArea #hubUpload{
	margin: 10px;
	border: 1px dashed #666;
	height: auto;
	color: #888;
	padding:60px 0px;
	
}

#hubUploadArea #hubUpload span{
	font-size: 45px;
}

#hubUpload table{
	margin-top: 30px;
	margin-bottom: 20px;	
}


#fileTitle .fileIcon{
	font-size: 30px;
}

#fileTitle .subText{
	font-size: 11px;
	text-transform: none;
	font-weight: 300;
}

#fileStatus{
	margin-top: 15px;
}

#fileTitle td{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}


#hubUploadArea #fileSuccess{
	margin-left:20px;
	margin-top: 20px;
}


.green{
	color: green;
}

.red{
	color: red;
}


#fileSuccess #buttonActions{
	margin-top: 15px;
}


.rotateIcon-90{
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1.0);
  	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
  	transform: rotate(90deg);
  	display: inline-block;
}



.searchWrapper{
	border: 1px solid #EBEBEB;
	padding: 2px;
	width: 600px;
	margin: 0px 20px;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.searchWrapper .searchIcon{
	float: left;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	-webkit-font-smoothing: antialiased;
}


.searchWrapper input{
	border: 0px;
	height: 25px;
	font-size: 12px;
	width: 89%;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    background-color: white;
    
}

.searchWrapper input:focus{
	border: 0px;
	outline: none;
}

.focusIn{
	background-color: white;
	border-bottom: 2px solid #8DB610;
	-moz-box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
}

.focusIn input{
	background-color: white;
	color: #666;
}






.hubWidgetWrapper{
	margin-left:10px;
}

.hubWidget{
	background-color: white;
	width: 450px;
	height: 250px;
	border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 3px solid #c2c2c2;
    padding:3px;
    float:left;
    margin-right: 10px;
    margin-top: 10px;
}

.hubWidget .widgetTitle{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
}

.hubWidget .chartData{
	display:none;
}

.hubWidget .widgetTitle .subTitle{
	text-transform: none;
	font-size: 11px;
	font-weight: 300;
}


.hubWidget .widgetTitle .reloadWidget, .subMenuIcon{
	float:right;
	cursor: pointer;
	font-weight: bold;
	padding:2px;
}

.newData{
	border-color: #6bc1ff;
	-moz-box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 22px -6px rgba(0,0,0,0.75);
}

.hubWidget .widgetContent{
	font-size: 11px;
	height: calc(100% - 40px);
}

.hubWidget  .withSubTitle{
	height: calc(100% - 48px);
	margin-top: 2px;
}

.widgetContent .noReportDefined span{
	font-size: 30px;
}

.widgetContent .noReportDefined{
	padding: 20px;
	font-size: 16px;
}

.widgetContent .reportEntry{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: 400;
}

.widgetContent .createReport{
	margin-top: 5px;
}

.widgetContent .noWidgetCoding{
	padding: 20px;
	font-size: 14px;
}

.widgetContent .noWidgetCoding span{
	font-size: 30px;
	padding-right: 5px;
}

.hubWidget .widgetlastUpdate{
	position:absolute;
	bottom: 4px;
	font-size: 11px;
	color: #777;
}

.hubWidget .widgetUpdateMessage{
	clear: both;
	z-index:5;
	position:absolute;
	top: 0px;
	left: 0px;
}





#reportConfigDialog .titleIcon{
	font-size: 30px;
}

#reportConfigDialog .titleArea{
	margin-top: 15px;
}

.titleArea .titleBig{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.configWrapper{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

.configWrapper .configPartTitle{
	border-bottom: 1px solid #CCC;
	font-weight: 400;
	font-size: 12px;
	padding-bottom: 3px;
}

#reportDialog #reportContent{
	text-align: left;
}

#reportDialog #reportLoading{
	font-size: 14px;
	margin-top: 20%;
	display:none;
}

#reportContent .titleElement{
	color: #777;
	font-size:18px;
	font-weight: 400;
	padding: 0px;
	margin:0px;
	margin-top: 15px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#reportContent textarea{
	width: 350px;
	height:60px;
}

#reportLoading span{
	font-size: 40px;
	padding-bottom: 10px;
}

#reportDialog .noWidgetCoding{
	padding: 20px;
	font-size: 14px;
}

#reportDialog .noWidgetCoding span{
	padding-right: 20px;
	font-size: 20px;
}


#reportDialog #reportMenue{
	width: 98%;
	padding: 2px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 2px;
}

#reportMenue .mainReportSubMenue{
	margin-top: 6px;
}


@-webkit-keyframes rotate /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -ms-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}





.visuRep_title{
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.visuRep_subtitle{
	font-size: 12px;
	padding-left: 20px;
}