/* Minification failed. Returning unminified contents.
(357,2): run-time error CSS1030: Expected identifier, found ' '
(413,12): run-time error CSS1038: Expected hex color, found '#ffff'
(2194,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
.sticky {
  position: sticky;
  top: 0;
  padding: 5px;
}

.btn.btn-info.button-large{
	border-color: #b7eoff !important; color: #003663 !important; background-color: #b7e0ff !important; border-radius: 8px !important;
	width: 95%; font-weight: bold;
}

.btn.btn-info.button-large:hover {
		background: linear-gradient(to bottom, #FDDB92 0%, #FF9900 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
    background: -moz-linear-gradient(top, #FDDB92, #FF9900);
    background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDDB92', endColorstr='#FF9900');
    text-align: center;  
    text-decoration: none;
}


.btn.btn-base {
	border-color: none !important; color: #003663 !important; background-color: #b7e0ff !important; border-radius: 8px !important;
	width: 95%; 
}

.btn.btn-base:hover {
	border-color: none !important;
		background: linear-gradient(to bottom, #FDDB92 0%, #FF9900 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
    background: -moz-linear-gradient(top, #FDDB92, #FF9900);
    background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDDB92', endColorstr='#FF9900');
    text-align: center;  
    text-decoration: none;
}

.btn btn-primary btn-block{
	border-color: #b7eoff !important; color: #003663 !important; background-color: #b7e0ff !important; 	    border-radius: 8px !important;
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);  font-weight: bold;
	padding-top: 10px;
}


/*#loginButton.btn.btn-primary.btn-block{	border-color: #b7eoff !important; color: #003663 !important; background-color: #b7e0ff !important; 	    border-radius: 8px !important;
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);  font-weight: bold;
	padding-top: 10px;
}*/

#loginButton{	color: #003663 !important; background-color: #b7e0ff !important; border-radius: 8px !important;
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);  font-weight: bold;
	padding-top: 5px;
}

#loginButton:focus{	border-color: #b7eoff !important; color: #003663 !important; background-color: #b7e0ff !important; border-radius: 8px !important;
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);  font-weight: bold;
	padding-top: 10px;
}

#loginButton:hover {
		background: linear-gradient(to bottom, #FDDB92 0%, #FF9900 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
    background: -moz-linear-gradient(top, #FDDB92, #FF9900);
    background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDDB92', endColorstr='#FF9900');
    text-align: center;  
    text-decoration: none;
}

#menuContainer{
	background: #003663 !important;
}


#h4nurse {text-decoration: none !important; 
	text-decoration-color: #eeeeee; 
	height: 30px; 
	padding: 5px; 
	color: #00368e !important;
  text-decoration: none;
  align: center;
}



.tableauVisualizationListResult{
	height:900px !important;
}


/***********************data search license description grid result **************/
th[data-property=LicenseDescription] {
	min-width: 400px;
    }

/****************hide search box on Data Tools page*************/

.showit { display: block; }
.noshow { display: none; }

.tab-contentYes{
	display: block;
}

.toggle-content {
	display: none;
}

.toggle-content.is-visible {
	display: block;
}

/*****************sticky class for div**************/


div.sticky{
  background: #ccc;
  padding: 10px;
  color: white;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  
}



/**********hide image on small home***************/
@media screen and (max-width: 1500px) {
    .myImageClass {display:none;}
}

.myImageClass{
	width: auto;

}


.box-shadow {
    box-shadow: 0 8px 8px  rgba(0, 0, 0, 0.8);

}


.spacePage { margin:0; padding:0; height:100px; }



/*
.container-fluid {
   
    padding-left: 4px;
    padding-right: 4px;
	padding-bottom: 5px;

}*/

#content-area{
	    padding-left: 4px;
    padding-right: 4px;
	padding-bottom: 5px;

}




#main-slider{
	padding-left: 0px !important;
    padding-right: 4px;
	padding-bottom: 5px;
}

.row-no-padding,.row-no-padding div,.row-no-padding div button{
                padding-top: 8px !important;
				padding-left: 4px !important;
				padding-right: 4px !important;
}

.balance {
	padding-right: 0; 
	padding-left: 0;
	padding-top: 0;
	padding-top: 0;
}

.row-margin { 
	margin-bottom: 0px; 
	margin-top: 0px;
}




/*****top margin adjusts row**************/
.margin-s { margin-top: 0.5em; }
.margin-m { margin-top: 1.0em; }
.margin-l { margin-top: 1.5em; }
.margin-xl { margin-top: 2.0em; }


/*******adjust line br **********************/
.br {
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 0; /* change this to whatever height you want it */
}






	
/***************************jumbotron********************************/
@media screen and (min-width:768px)
.jumbotron h1 {
	color: #ffffff;
	
}
.jumbotron h1 {
	color: #ffffff;
	 text-shadow: 0 2px 2px  #FF8000;
	/* font-size: 250%;  rgba(0, 0, 0, 0.5)*/
}

.jumbotron h2 {
	color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 2em;
	/* font-size: 250%;*/
}



.jumbotron h3 {
	color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.7em;

}

.jumbotron {
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);	
	background-color: #59A80F;  /*59A80F*/
	padding-left: 5px;
	padding-right: 5px;

/*#05507c jumbotron blue
/*jumbotron text shadow h2 
/*background: rgb(255,255,255); /* Old browsers        rgb(21, 93, 141)   */
/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(37,141,200,1) 30%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(37,141,200,1) 30%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(37,141,200,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
}

/***@media only screen and (max-device-width: 480px) {

.jumbotron {
    display: none;
}

}****/

#dataJumbo {
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);	
	background: linear-gradient(#00457c  0%, #59A80F 100%) !important;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 100px;
	height: auto;
	
}
/**
#dataJumbo h3 a:link, a:visited, a:hover{
	text-decoration:none !important;
	color: #ffffff !important;
}
 /*.btn-success{
		width: 100% !important;
		
 }	*/
 
 .indentsmall { 
 margin-left:40px;
 }
 
 /****************background image overlay div class="container bg-overlay"***************************/
 .bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}

.bg-no-overlay {
    background: url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
 
 /*****************************jumbo tron caption left or right*********************/

  
 .leftit{
	text-align:left;
}

 .rightit{
	text-align:right;
}	 
 
 /***************button general*********************/
 
 .btn-success {
	border-color: rgb(76, 174, 76); color: #ffffff;  font-weight: bold; background-color: #4F970C !important;
}
 
 .btn-warning{
		background-color: #D55C05 !important;
 }		

 
 
#mainContainer1 {
	background-color: transparent;
	width: 80%;
}
		
/***********************carosel********************************************/
  
 #myCarousel{ 
  			box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);	
 				margin-bottom: 24px !important;
 }
 
 #myCarousel  h2 {
	color: #ffffff;
	 text-shadow: 0 2px 2px #030303;
	 font-size: 1.5em;
	
	/* font-size: 250%;*/
}

h2 + h2 { 
	margin-top: 10px; 	
}:

#myCarousel  h3 {
	color: #ffffff;
	 text-shadow: 0 2px 2px #030303;
	 font-size: 1.0em;
	
	/* font-size: 250%;*/
}
/********************welcomeHeader***********************************************/  

#welcomeHeader h1{
	color:rgb(255, 255, 255);
	text-shadow: 0 1px 1px  #0B108C;
	font-size:200%;
    background:  url(/wisconomy/wits_info/images/texture.png) repeat scroll left top #0F4373;
	/**background-color: #00457c;/*#1A8922; /*#155d8d;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);

}	
#welcomeHeader h2{
	color:rgb(255, 255, 255);
	text-shadow: 0 1px 1px  rgb(247, 146, 30);
	font-size:150%;
/**	background-color: #E6E6E6;**/
	background:  url(/wits/wits_info/images/texture.png) repeat scroll left top #0F4373;
	/**background-color: #1A8922; /*#155d8d;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	
/**	background: -moz-linear-gradient(top, rgba(238,238,238,0.92) 0%, rgba(238,238,238,0.92) 93%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
/**background: -webkit-linear-gradient(top, rgba(238,238,238,0.92) 0%,rgba(238,238,238,0.92) 93%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
/**background: linear-gradient(to bottom, rgba(238,238,238,0.92) 0%,rgba(238,238,238,0.92) 93%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/**filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}


 
/*background: rgb(255,255,255); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(37,141,200,1) 30%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(37,141,200,1) 30%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(37,141,200,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
	
/* background: -moz-linear-gradient(top, rgba(255,93,0,0) 0%, rgba(255,93,0,0) 1%, rgba(255,93,0,1) 17%, rgba(255,93,0,1) 100%, rgba(255,93,0,1) 102%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(255,93,0,0) 0%,rgba(255,93,0,0) 1%,rgba(255,93,0,1) 17%,rgba(255,93,0,1) 100%,rgba(255,93,0,1) 102%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(255,93,0,0) 0%,rgba(255,93,0,0) 1%,rgba(255,93,0,1) 17%,rgba(255,93,0,1) 100%,rgba(255,93,0,1) 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff5d00', endColorstr='#ff5d00',GradientType=0 ); /* IE6-9 */

/*************header styles*****************************/
h1 {
    color: #ffff;
    font-size: 1.75em;
    text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

h2 {
    color: #0B108C;
    font-size: 1.4em;
    font-size: 1.5em;
}

h3 {
    color: #1A8922;
    font-size: 1.25em;
}

/*******original h4 1.15em adjusted for data tools page download headers********/
h4 {
    color: #424242;
    font-size: 1em;
}

h5 {
    color: #424242;
    font-size: 1em;
}

h6 {
    color: #424242;
    font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Lato,verdana,Geneva,URW Gothic L,Nimbus Sans L,Tahoma,Arial,sans-serif; 
	font-weight: 900;
}




/***********pdf spacing****************/
#indent-p{
	word-spacing: 15px;
}

/******************home page boxes*******************************/

#mainFeature {
    background-image: url("name.gif");
    /*background-color: #ADADAD;*/
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: background-color 0.5s ease;
	background-color: #00457c;/*#155d8d;/*0198E7; /*#107FC9; /*#59A80F; /*#0B562B; /*#0198E7; /**#107FC9**/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
	min-height:  275px;
	height: auto;

}

#mainFeature:hover{
	background-color: #59A80F; /*#107FC9; /*#0198E7; /*#0B562B;*/
	color: #0198E7; /*#424242;*/
	border-color: #FF8000;
}

#mainFeature h2{
	color:rgb(255, 255, 255);
	text-shadow: 0 2px 2px  #030303;
}

#mainFeature p{
	color: #ffffff !important;
	/*text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);*/
}

/*
.btn-MainFeature:focus{
	color: #fff !important;
}

.btn-MainFeature:hover{
	color: #fff !important;
}*/

/*#mainFeature:a{
	text-decoration: none; 
}*/

/*a.caption{
		text-decoration: none;
		color:#ffffff !important;
}*/
/*
#mainFeature .btn:hover, .btn:focus, .focus.btn{
	color: #fff !important;
}*/



.caption, #mainFeature a{	
	text-decoration: none;
	color: #fff;
}	

.caption, #mainFeature a:hover{	
	text-decoration: none;
	/*color: #05507c;*/
}	

.btn-primary:hover{
		color: #f2f2f2 !important;
}

.thumbnail{
	background-color: #E6E6E6; 
}

.btn{
	border-radius: 4px !important;
}	

.btn-warning{
	background-color: #FF8000;
}	
	

/***********************economist page boxes********************/
#mainFeatureE {
    background-image: url("name.gif");
 
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: background-color 0.5s ease;
	background-color: #00457c;/*#1A8922; /**#0E4EAD; /**#107FC9**/
    padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;

  height: auto;
}

#mainFeatureE:hover{
	background-color: #59A80F;
	color: #ffffff;
}



#mainFeatureE h2{
	color:rgb(255, 255, 255);
	text-shadow: 0 2px 2px  #030303;
}

/*#mainFeature:a{
	text-decoration: none; 
}*/

/*a.caption{
		text-decoration: none;
		color:#ffffff !important;
}*/

.caption, #mainFeatureE a{	
	text-decoration: none;
	color: #ffffff;
}	

.caption, #mainFeatureE a:hover{	
	text-decoration: none;
	color: #ffffff;
}	



/********************extra feature boxes*****************************/

#mainFeatureOrnge {
    background-image: url("name.gif");
    background-color: #ADADAD;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: background-color 0.5s ease;
  background-color: #FF8000; /**#107FC9**/
    padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#mainFeatureOrnge:hover{
	background-color: #0198E7;
	color: #424242;
}

#mainFeatureOrnge h2{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

#mainFeatureOrnge p{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

.caption, #mainFeatureOrnge  a{	
	text-decoration: none;
	color: #fff;
}	

.caption, #mainFeatureOrnge  a:hover{	
	text-decoration: none;
	color: #05507c;
}


#mainFeatureGreen {
    background-image: url("name.gif");
    background-color: #59A80F;  /**#ADADAD;**/
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: background-color 0.5s ease;
  background-color: #59A80F; /**#107FC9**/
    padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-x: hidden; 
}

#mainFeatureGreen:hover{
	background-color: #FF8000;
	color: #424242;
}

#mainFeatureGreen h2{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

#mainFeatureGreen h1{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

#mainFeatureGreen h4{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);

}

@media(max-width: 480px) {
  h4 {
    font-size: 12pt;
  }
}

#mainFeatureGreen h4:hover{
	background-color: #E6E6E6;
	color: #0E4EAD!important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5)
}


#mainFeatureGreen h5{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);

}


#mainFeatureGreen h5:hover{
	background-color: #E6E6E6;
	color: #0E4EAD!important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5)
}

#mainFeatureGreen p{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.5);
}

.caption, #mainFeatureGreen  a{	
	text-decoration: none;
	color: #fff;
}	

.caption, #mainFeatureGreen  a:hover{	
	text-decoration: none;
	color: #05507c;
}


/*
#mainFeatureGreen:hover h2{
	background-color: #E6E6E6;
	color: #424242;

}*/
	
#mainFeatureGrey {
    background-image: url("name.gif");
    background-color: #ADADAD;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: background-color 0.5s ease;
  background-color: #ADADAD; /**#107FC9**/
    padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#mainFeatureGrey:hover{
	background-color: #ffffff;
	color: #424242;
}



/*************data.htm feature****************************/

#mainData {
    background-image: url("name.gif");
    background-color: #59A80F !important;  /**#ADADAD;**/
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	color: #ffffff;
	transition: background-color 0.5s ease;
  background-color: #59A80F !important;/**#107FC9**/
    padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-x: hidden; 
}


#mainData:hover{
	background:   #0B562B !important;
	color: #ffffff;
}
	/*background: linear-gradient(#59A80F 0%, #0E4EAD   100%) !important;*/
#mainData h2{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8);
}

#mainData h1{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8);
}

#mainData h4{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8);

}

@media(max-width: 480px) {
  h4 {
    font-size: 12pt;
  }
}

#mainData h4:hover{
	background-color: #E6E6E6;
	color: #0E4EAD!important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8)
}


#mainData h5{
	color: #ffffff !important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8);

}


#mainData h5:hover{
	background-color: #E6E6E6;
	color: #0E4EAD!important;
	text-shadow: 0 2px 2px  rgba(0, 0, 0, 0.8)
}
/*
#mainData:hover h2{
	background-color: #E6E6E6;
	color: #424242;

}*/
/************************Economist Portfollio****************************/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}




/***************orange and green Whats New Feature************/ 

#orangeCrush{
	background-color: #FF8000;
	padding-bottom:10px;
	color: #ffffff;
	border-radius: 10px;
		box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);	
background: -moz-linear-gradient(left, rgba(255,93,0,1) -2%, rgba(255,93,0,1) 0%, rgba(255,93,0,1) 96%, rgba(255,93,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,93,0,1) -2%,rgba(255,93,0,1) 0%,rgba(255,93,0,1) 96%,rgba(255,93,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,93,0,1) -2%,rgba(255,93,0,1) 0%,rgba(255,93,0,1) 96%,rgba(255,93,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d00', endColorstr='#00ff5d00',GradientType=1 ); /* IE6-9 */}

.btn-orangeCrush {
	border-color: rgb(243, 243, 243); color: rgb(0, 54, 142); background-color: rgb(238, 238, 238);
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); font-weight: bold;
	 
}
.btn-orangeCrush:focus {
	border-color: rgb(118, 28, 25); color: rgb(243, 243, 243); background-color: rgb(243, 243, 243);
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); font-weight: bold;
}

.btn-orangeCrush:hover {
	border-color: rgb(172, 41, 37); color: rgb(255, 255, 255); background-color: rgb(243, 243, 243);
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 2px 2px rgba(0, 0, 0, 1); font-weight: bold;
	}
.btn-orangeCrush:active {
	border-color: rgb(172, 41, 37); color: rgb(255, 204, 0); background-color: rgb(0, 54, 142);	
		width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); font-weight: bold;
}

.orangeCrushli {
  list-style-type:none !important;
}

.orangeCrushli a {
  color:#ffffff !important;
}


#greenCrush{
	background-color: #00457c;/*#155d8d; /*#0B562B ;  /*#59A80F*/
	padding-bottom: 10px;
	color: #fff;
	border-radius: 8px;
		/*box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);*/	
		align-content: center;
		padding-right:15px;
		padding-left:15px;

/*background: -moz-linear-gradient(left, rgba(255,93,0,1) -2%, rgba(255,93,0,1) 0%, rgba(255,93,0,1) 96%, rgba(255,93,0,0) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(255,93,0,1) -2%,rgba(255,93,0,1) 0%,rgba(255,93,0,1) 96%,rgba(255,93,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(255,93,0,1) -2%,rgba(255,93,0,1) 0%,rgba(255,93,0,1) 96%,rgba(255,93,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d00', endColorstr='#00ff5d00',GradientType=1 ); /* IE6-9 */}
/*greenCrush Turned Blue*/


.btn-greenCrush {
	border-color: #b7eoff !important; color: #003663 !important; background-color: #b7e0ff !important; border-radius: 8px !important;
	width: 95%; font-weight: bold;/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/  /*font-weight: bold;*/
	padding: 2px 2px 2px !important;
	
	/*border-color: rgb(243, 243, 243); color: rgb(0, 54, 142); background-color: rgb(238, 238, 238);
	/*width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); font-weight: bold;
	/*padding-top: 10px;*/
}

.btn-greenCrush:focus {
	border-color: rgb(243, 243, 243); color: #00457c; background-color: rgb(243, 243, 243);
	width: 95%; font-weight: bold;/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
}
.focus.btn-greenCrush {
	border-color: rgb(118, 28, 25); color: rgb(255, 255, 255); background-color: rgb(243, 243, 243);
	width: 95%;/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); font-weight: bold;*/
	}
	
.btn-greenCrush:hover {
		background: linear-gradient(to bottom, #FDDB92 0%, #FF9900 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
    background: -moz-linear-gradient(top, #FDDB92, #FF9900);
    background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDDB92', endColorstr='#FF9900');
    text-align: center;  
    text-decoration: none;
	
	/*border-color: #FF8000; color: rgb(255, 255, 255); background-color: #FF8000 !important;
	width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); font-weight: bold;
	}*/
}
	
.btn-greenCrush:active {
	border-color: rgb(243, 243, 243); color: rgb(0, 54, 142); background-color: rgb(243, 243, 243);	
		width: 95%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); font-weight: bold;
}



#greenCrush h2{
	color:rgb(255, 255, 255);
	text-shadow: 0 2px 2px  #003366;
}

#greenCrush h3{
	color:rgb(255, 255, 255);
	text-shadow: 0 2px 2px  #003366;
}



/************************accoridan******************************************/

 .panel-group .panel {
        border-radius: 5px;
        box-shadow: none;
        border-color: #ff6600;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 5px;
        color: #00368e !important;
        background-color: #eeeeee;
        border-color: #333300;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #0B108C;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

/****************dividers**************************************************/

  .divider{
    margin: 0cm 0cm 1cm 0cm;
  }

#hr_divider { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 15px;
	background-color: #155d8d;
	color: #155d8d;
} 

section.success{
	background: #4F970C !important;
	color:#fff;
	padding-right: 0px;
    padding-left: 0px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
}

section.success h2{
		color: #ffffff !important;
		text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.8);

}	

section.successGreen{
	background:#59A80F !important; /*#4F970C #59A80F;*/
	color:#fff;
	padding-right: 0px;
    padding-left: 0px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	min-height: 60px;
	height: auto;
}

section.successGreen h3 {
	color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.5em;

}

 section.successHome{
	background: #ADADAD; /*#155d8d;*/
	color:#fff;
	padding-right: 0px;
    padding-left: 0px;
	
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.2);
}

 /*******************************BWITS Navbar**************************************/ 
  .navbar-inverse{
	background:#cccccc;
	width:100%;
	border-radius:.5em;
	position:relative;
	float:left;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	margin-bottom:20px;
	border-color:#cccccc;
	color: #0b108c !important;
	font-family: Lato,verdana,Geneva,URW Gothic L,Nimbus Sans L,Tahoma,Arial,sans-serif;
  }	

.navbar-inverse a{
	background:#cccccc;
	width:100%;
	border-radius:.5em;
	position:relative;
	float:left;
	border-color:#cccccc;
	color: #0b108c !important;
	padding: 5px 5px 7px 5px;
  }	
  
.navbar-inverse ul{
	padding-left:0;
	margin:0;
	padding: 10px; 
	text-align:left;
	color:#0b108c;
}

.navbar-inverse ul li{
	padding-left:0;
	margin:0;
	padding: 0;
	text-align:left;
	color:#0b108c !important;
}
  
  .navbar-inverse ul li a{
	color:#0b108c;
	/*text-shadow: 1px 1px #000000;*/
	text-decoration:none;
	padding:5px 5px 7px 5px;
	border-radius:3px;
		margin-left: 12px;
	margin-right: 12px;
}	
	  
.navbar-inverse ul li:hover a{
	color:#ffffff !important;
	background: #02457c !important;
	text-shadow:none;
	height:100%;
	width:100%;
}
	
.navbar-inverse .navbar-toggle:focus {
		background-color: #a6a6a6 !important;
		border-color: #ffffff;
		
}

.navbar-inverse .navbar-toggle:active {
		background-color: #ffff99 !important;
		border-color: #ffffff;
		
}
.navbar-inverse .navbar-toggle {
	   background-color: #b3b3b3 !important;
	   border-color: #ffffff;
}
	
.navbar-inverse .navbar-toggle:hover {
		background-color: #a6a6a6 !important;
		border-color: #ffffff;
}		

	
	  
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
  

/***** whatsnew****************/

#whatsnew{
	background: linear-gradient(#0B562B 0%, #7FBA41 100%) !important;
    margin: 0px 0.5% 0.5%;
    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-size: small;
    font-weight: bold;
	height: 35px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
}	

#whatsnew h2{
		color: #ffffff !important;
		text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.8);

}	

#whatsnew h3{
		color: #ffffff !important;
		text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.5);
		font-size: 98%;

}	
#whatsnew h4{
		color: #ffffff !important;
		text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.8);

}	
  
  /*linear-gradient(#59A80F 0%, #0E4EAD   100%) !important;*/
  
#whatsnewBlue{
	background: #4F970C !important; 
    margin: 0px 0.5% 0.5%;
    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-size: small;
    font-weight: bold;
	height: 35px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.9);
}	

#whatsnewBlue h4{
		color: #ffffff !important;
		text-shadow: 0 1px 1px  rgba(0, 0, 0, 0.8);

}	  

/***.panel-body{
		min-height: 145px;
}	**/


	
  /*******************new footer menu Zone6************************/
  
#zone6 {
	background:#000000;
	width: 80%;
	/*height: 300px;*/
	/*padding-left:25px;
	padding-right:25px;
	padding-top:0;*/
}

#zone6 h3{
	color:rgb(92, 184, 92);
	font-family: "Veranda", sans-serif;
	font-size: 2em;
}

#zone6 h4{
	color:rgb(92, 184, 92);
}

#zone6 p{
	color:rgb(92, 184, 92);
	font-family: "Veranda", sans-serif;
	font-size: 1.25em;
}


.img-circle {
    border-radius: 50% !important;
}


div.circle-avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;
    
    /* make it a circle */
    border-radius:50%;
    
    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    
    /* takes smaller dimension to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*************************list styles**********************/

.nobullet {
	list-style-type:none;
	list-style-image:none;
}

.ctr {text-align:center; }
.ctrL {text-align:left;   }
.ctrR {text-align:right; }


.select#download{
 width:10px !important;   
}

.select#download option{
 width:23px !important;   
}





/**********************************tableau********************************/
.tableauPlaceholder {
  width: 100% !important;
  overflow-x: auto !important;
  position: relative; 
  overflow: hidden; 
  display: block; 
 /* height: 920px !important; */
  margin: 0px; 
  padding: 0px; 
  border: none; 
  padding: 0px; 
}


.tableauPlaceholdermob {
  width: 100% !important;
  overflow-x: auto !important;
  position: relative; 
  overflow: hidden; 
  display: block; 
  height: 1300px !important; 
  margin: 0px; 
  padding: 0px; 
  border: none; 
  padding: 0px; 
}




/*************************image fade****************************/
#imgFade {
  position:relative;
  height:100px;
  width:100px;
  margin:0 auto;
}

#imgFade img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#imgFade img.top:hover {
  opacity:0;
}

			  
				  
				  
/************4 flips************************/				  


.card {
  position: relative;
  float: left;
  padding-bottom: 25%;
  width: 25%;/*****25*********/
  height: 100%;
  text-align: center;
}

.card h3 {
	color: #ffffff;
	text-shadow: 0 2px 2px  #59A80F;
}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
  background-color:#0E4EAD;
  color: #ffffff;
}

.card__back {
  background-color: #1e1e1e;

  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}				  

.card_text{
	   color: #ffffff;
}

			  
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}				  

.panel-body {
	padding: 5px;
}

.paddingbottom
 {
  padding: 0%;
  }
  
  
  
  
  /***************************flip 4 thumb bank***********************/ 
.positioningDiv {
    position:relative;
	padding: 0%;
}

h3.positioningDiv {
    position:relative;
	padding: 0%;
}

.front{
	transform:perspective(600px) rotateY(0deg);
	backface-visibility:hidden;
	transition: transform .3s linear 0s;
	padding: 0%;
	background-color: #0E4EAD;
 
}

.back{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
	  background-color: #59A80F; /*#4F7529; /*#7FBA41; /*#0E4EAD; /**#59A80F; /**#1e1e1e;**/
	transform:perspective(600px) rotateY(180deg);
	backface-visibility:hidden;
	transition: transform .3s linear 0s;
	padding: 0%;
 
}
.flip3d:hover .front{
	transform:perspective(600px) rotateY(-180deg);
}
.flip3d:hover .back{
	transform:perspective(600px) rotateY(0deg);
}
/**.caption h3{
	color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.7em;
}***/

#ccaption {
	padding-bottom: 0;
}

#ccaption h3{
	 color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.4em;
}	

#ccaption h5{
	 color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.0em;
}

#ccaption h4{
	 color: #59A80F;
	 /**text-shadow: 0 2px 2px #003366;***/
	 font-size: 1.4em;
}	

/*************************************button two rebuild dashboard********/
 #ccaptions {
	padding-bottom: 0;
}

#ccaptions h3{
	 color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.4em;
}	

#ccaptions h5{
	 color: #ffffff;
	 text-shadow: 0 2px 2px #003366;
	 font-size: 1.0em;
}

#ccaptions h4{
	 color: #59A80F;
	 /**text-shadow: 0 2px 2px #003366;***/
	 font-size: 1.4em;
}	
.carousel-captions {
  right:20%;
  left:20%;
  padding-bottom:30px;
 }

.carousel-captions {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.backstwo{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
	  background-color: #E6E6E6 !important; /*#0E4EAD; /**#59A80F; /**#1e1e1e;**/
	transform:perspective(600px) rotateY(180deg);
	backface-visibility:hidden;
	transition: transform .3s linear 0s;
	padding: 0%;
 
}

#ccaptions .btn-primary{
	background: linear-gradient(#003663 0%, #0E4EAD   100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaptions .btn-primary:hover{
	background: linear-gradient(#0E4EAD 0%, #003663  100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaptions .btn-success{
	background: linear-gradient(#0E4EAD 0%, #003663  100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaptions .btn-success:hover{
	background: linear-gradient(#003663 0%, #0E4EAD   100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

/*****************original flip cards  DASHBOARDS page button************************/

#ccaption .btn-primary{
	background: linear-gradient(#59A80F 0%, #0E4EAD   100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaption .btn-primary:hover{
	background: linear-gradient(#0E4EAD 0%, #59A80F 100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaption .btn-success{
	background: linear-gradient(#0E4EAD 0%, #59A80F    100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}

#ccaption .btn-success:hover{
	background: linear-gradient(#59A80F  0%,  #0E4EAD  100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8)
}


.buttonHolder{
    text-align: center;
}

.panel-body .btn-success{
	background: linear-gradient(#0E4EAD 0%, #59A80F    100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	width: 50%;
}
  
.panel-body .btn-success:hover{
	background: linear-gradient(#59A80F  0%,  #0E4EAD  100%) !important;

    padding: 5px  5px !important;
    border: currentColor;
    border-image: none;
    font-weight: bold;
	height: 33px;
	box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
	
}  
  
  
  /*********************flip test jquery*********************/
  .card-grid {
	width: 220px;
	height: 220px;
	margin: 0px;
	display: inline-block;
}
.card-grid .front, .card-grid .back {
	padding: 10px;
	text-align: center;
	border: 1px #333 solid;
}
.card-grid .front {
	background-color: #0E4EAD;
}
.card-grid .back {
	background-color: #333;
	color: white;
}
  
 /**************************Carousel Counter ***************************/
 .counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
  
  
   
  /* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;

  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 35px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  display: none;	
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

 
/*added transparacny and message box on carousel*/
  
      
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
	height: 100%;
    margin: auto;
 
  }
      
.ccenter {
    position: absolute;
    height:50%;
    width:60%;
    top:20%;
    bottom:20%;
    margin-top: 5px; 

    right:20%; /* adjust the position here, use the LEFT or RIGHT options */
}

.centerShade {
    position: absolute;
    height:100%;
    width:100%;
    top:0%;
    bottom:0%;
    margin-top: 5px; 

    right:20%; /* adjust the position here, use the LEFT or RIGHT options */
}

.c-center {
    position: absolute;
    height:50%;
	width: 50%;
    top:10%;
    bottom:50%;
    margin-top: 10px; 
    left:10%; /* adjust the position here, use the LEFT or RIGHT options */
}    
.borders {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;

    background-color: rgba(66, 66, 66,0.1);/* adjust the div transparency here*/
}
.borders2 {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
     background-color: rgba(66, 66, 66,0.7);/* adjust the div transparency here*/
}    

.text-clr {
    color:#fff;
}
   
  
  /**********top video element************************************/
  
#top-media-element {
	padding-top: 2px;
	padding-bottom: 10px;
	clear: both;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	/*border-bottom: 5px solid #0198E7; /*#59A80F;*/
	box-shadow: 0 8px 8px  rgba(0, 0, 0, 0.8);
	width: auto;

}   
 
  
#top-media-element #media-overlay {
	background-color: rgba(0, 0, 0, 0.1);/*rgba(76, 175, 80, 0.6); /*rgba(76, 175, 80, 0.1); /* rgba(76, 175, 80, 0.6); */
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
		/*border-right: 2px solid #000000;
		border-top: 2px solid #000000;
		border-left: 2px solid #000000;*/
		
		
}

#top-media-element #media-overlay::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#top-media-element #media-overlay .overlay-content {
	display: inline-block;
	vertical-align: middle;
	
}


/*******************old tagline home page*****************/

/*
#top-media-element #media-overlay p {
	margin-bottom: 2px;
}

#top-media-element #media-overlay h3 {
	color: #ffffff;
}

/* @media all and (min-width:992px) style="font-size: calc(1.0em + 1vmin);" *
#top-media-element #media-overlay p {
	margin-bottom: 10px;
}


/* @media all and (min-width:767px) *
#top-media-element #media-overlay .tagline {
	font-size: 1.0em;
		color: #ffffff;
}

/* @media all and (min-width:992px) *
#top-media-element #media-overlay .tagline {
	font-size: 1.25em;
		color: #ffffff;
}
/* @media all and (min-width:1200px) *
#top-media-element #media-overlay .tagline {
	font-size: 1.75em;
		color: #ffffff;
}
  
  
  
/*************************new tagline home page*************/  
 	
	@media (min-width: 992px) {
		
		#top-media-element #media-overlay .tagline{
			font-size:1.75em;
			color:  #ffffff;
		}

		#top-media-element #media-overlay .sub-tagline{
			font-size:1.25em;
			color:  #ffffff;
		}

		#top-media-element #media-overlay p{
			margin-bottom:10px;
			color:  #ffffff;
		}
		
		#top-media-element #media-overlay .btn{
			margin-top:20px;
			font-size:12pt;
		}		
	}
	
	@media (min-width: 1200px) {
		#top-media-element #media-overlay .tagline{
			font-size:2em;
			color:  #ffffff;
		}

		#top-media-element #media-overlay .sub-tagline{
			font-size:1.5em;
			color:  #ffffff;
		}
	}
 
  
  
/****************large video home********992*************/
#top-media-element-two {
	padding-top: 2px;
	padding-bottom: 10px;
	clear: both;
	max-height: 350px;
	overflow: hidden;
	position: relative;
	/*border-bottom: 5px solid #0198E7; /*#59A80F;*/
	box-shadow: 0 8px 8px  rgba(0, 0, 0, 0.8);
	width: auto;

}  

  
#top-media-element-two #media-overlay {
	background-color: rgba(0, 0, 0, 0.1);/*rgba(76, 175, 80, 0.6); /*rgba(76, 175, 80, 0.1); /* rgba(76, 175, 80, 0.6); */
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
		/*border-right: 2px solid #000000;
		border-top: 2px solid #000000;
		border-left: 2px solid #000000;*/
		
		
}

#top-media-element-two #media-overlay::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#top-media-element-two #media-overlay .overlay-content {
	display: inline-block;
	vertical-align: middle;
	
}


/*p {
	margin: 0 0 10px;
}*/

#top-media-element-two #media-overlay p {
	margin-bottom: 2px;
}


/* @media all and (min-width:992px) */
#top-media-element-two #media-overlay p {
	margin-bottom: 10px;
}
/* @media all and (min-width:992px) */
#top-media-element-two #media-overlay .tagline {
	font-size: 1.75em;
}
/* @media all and (min-width:1200px) */
#top-media-element-two #media-overlay .tagline {
	font-size: 1.75em;
}
  
/**********************help hover NOT finished**********************/
 /* Popover */
  .popover {
      border: 2px dotted red;
  }
  /* Popover Header */
  .popover-title {
      background-color: #73AD21; 
      color: #FFFFFF; 
      font-size: 28px;
      text-align:center;
  }
  /* Popover Body */
  .popover-content {
      background-color: coral;
      color: #FFFFFF;
      padding: 25px;
  }
  /* Popover Arrow */
  .arrow {
      border-right-color: red !important;
  }
  
/***********************scroll button***  background-color: #7FBA41**********************/  
 #myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 125px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #7FBA41;
  opacity: 0.8;
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#myBtn:hover {
  background-color: #59A80F;
  opacity: 1.0;
}


/****home Button Configuration**/

a.button-large {
  top: 220px;
	bottom: 40px;
	margin: auto;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	font-weight: bold;
}


/****************************home page flex box******************************/
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}


/************************hidden skip nav*******************/

.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}



/************top mini nav issue border bottom in firefox****************/
 
#topNavMiniContainer #navMiniLeftSide {
 height:0;
 top:3px;
 margin-bottom:3px;
 border-right:40px solid transparent;
 border-bottom:28px solid #fff; !important;
 background:#fff;
 background-color:transparent
} 



/***********css for phase II***************/


	.section-title h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.section-title h2:before {
	position: absolute;
	background: #575757;
	height: 2px;
	width: 45px;
	content: "";
	bottom: 0;
}
.portfolio-menu button.mixitup-control-active {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid #4bcaff;
      color: #4bcaff;
      padding: 10px 15px;
    font-weight: 700;
    transition: .4s;
    text-transform: uppercase;
}
.portfolio-menu button {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid transparent;
      color: #515f67;
      padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.single-portfolio a {
  display: block;
  line-height: 0;
  position: relative;
}
.single-portfolio a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-portfolio:hover a::before {
	opacity: .5;
	transform: scale(1);
}
.single-portfolio a::after {
  color: #fff;
  content: "View Visualization";
  font-size: 25px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.single-portfolio:hover a::after {
	transform: scale(1);
}
	
	
/***************hover effect thumbnail images*********************/	


.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:.2;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


/************************************table*********************************/

td.min {
    width:120px;
    white-space: nowrap;
}



/*********************** Hover Viz Search Thumbnails******************/
.box3,.icon li a{text-align:center}
.box3,.icon li a{overflow:hidden}
.box3 .post{font-style:italic}
.box3 .icon a:hover{border-radius:50%}
.box3:after,.box3:before{content:""}


.box3{
	box-shadow:0 0 3px rgba(0,0,0,.3);
	position:relative
	}
	
	/*****.div #ccpation.box-content{
		margin-top:3% !important;
	}********/
	
	
	/*****************controls hover box on Create Visualiztion*************/
.box3 .box-content,.box3:after,.box3:before{
	position:absolute;
	left:2%;
	right:2%;
	transition:all .3s;
	margin-top:3% !important;
	}
	
.box3:after,.box3:before{
	display:block;
	background:rgba(0,0,0,.3);
	top:2%;
	bottom:2%;
	z-index:1;
	transform:scale(0,1)
	}
	
.box3:after{
	top:5.8%;
	bottom:5.8%; 
	right:3%; 
	left:3%; 
	transform:scale(1,0)
	}
	
.box3:hover:after,.box3:hover:before{
	transform:scale(1);
	animation:animate 1.5s
	}
	
body{background-color:#f1f1f2}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}

.box3:hover:before{
	border-top:10px solid #59A80F;
	border-bottom:3px solid #0E4EAD
	}
	
.box:hover:after{
	border-left:3px solid #fff;
	border-right:3px solid #fff
	}
	
.box img{
	width:100%;
	height:auto;
	transition:all .3s
	}
	
.box3:hover img{
	transform:scale(1.2);
	filter:blur(5px);
	-moz-filter:blur(5px);
	-webkit-filter:blur(5px)
	}
	
.box3 .box-content{
	padding:10px 10px;
	top:10%;
	bottom:10%;
	opacity:0;
	z-index:2
	}
	
.box3:hover .box-content{
	box-shadow:0 0 0 35px rgba(255,255,255,.3);
	opacity:1;
	transition:all .3s
	}
	
.box3 .title{
	font-size:15px;
	font-weight:600;
	color:#ffffff;
	margin:0 0 1px
	}
.box3 .post{
	display:block;
	margin:0 0 5px;
	font-size:12px;
	color:rgba(255,255,255,.8)
	}
	
.box3 .description{
	font-size:14px;
	color:#fff;
	margin:0 0 20px
	}
	
.box3 .icon{
	padding:0;
	margin:0;
	list-style:none
	}
	
.box3 .icon li{
	display:inline-block;
	margin:0 10px 0 0
	}
	
.box3 .icon li a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#ffffff;
	transition:all .5s
	}
	
.box3 .icon a:hover{
	text-decoration:none;
	animation:animate-hover .5s;
	transition:all .3s
	}
	
@keyframes animate{
	0%,100%{opacity:1}
}

@keyframes animate-hover{
	0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}


@media only screen and (max-width:990px){.box3{margin-bottom:30px}
.box3 .box-content{padding:10px}
.box3 .description{margin-bottom:10px}
}
@media only screen and (max-width:479px){.box3 .title{margin:0}
}


#redhr{
	color: red;
}
#container5 {
/*	height: 600px;        */
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
	max-width: 5000px;
	overflow: auto;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-title {
    fill: #434348;
   /* font-weight: bold;     letter-spacing: 0.3em;*/
    font-size: .1em;
    font-family: Veranda, sans-serif;
    font-size: 0.2em;
}



	.pagination-container{
		display: flex;
		justify-content: center;
	}
	
	.numberbox{
		margin-top: 10px;
		color: black;
		padding: 2px 0px 10px 0px; 
	  box-shadow: 0 5px 5px  rgba(0, 0, 0, 0.8);
		text-align: center;
		align-items: center;
		background-color: #003663;
		border-radius: 5px;
	}
	
	.numberbox h3{
		font-weight: 900;
	 	font-size: 200%;
		color: white;
	}
	
	.numberbox h2{
		color: white;
		font-size: 150%;
	}
	
	.numberbox p{
		color: white;
		text-align: left;
		padding-left: 15px;
		padding-top:5px;
	}
	

