/* hover color: #006062 */
/* no hover : 07a285 */
body
{
	/*font-size:18px !IMPORTANT;*/
}
/*
#mainrow::after
{
	content: "";
	background-image: url("/geodata/res/images/logos/geodata_large_logo.svg");
	position: absolute;
      top:150px;
      right: 0px;
      bottom: 0px;
      left: -250px;
	  height:100%;
	 
	  background-repeat: no-repeat;

      opacity: 0.06;
	  z-index:-9999;
}*/
a, a:hover
{
	text-decoration: none;
}

a
{
	color:#21214F !IMPORTANT;
}
a:hover
{
	color:#8E6DEC !IMPORTANT;
}

.btn-primary
{
	background-color:#00545b !IMPORTANT;
	border-color:#00545b !IMPORTANT;
}
.btn-primary:hover
{
	background-color:#00A4B6 !IMPORTANT;
}

#back-to-top 
{
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right:10px;
    /*display:none;*/
	opacity:0.7;
	z-index:90000;
}
.center
{
	text-align:center;
}
.page-header
{
	margin-top:20px;
}
.breadcrumb-item
{
	color:#000000;
}
.breadcrumb_nav
{
	/*font-weight:bold;*/
	background-color: rgba(0, 164, 182,0.2);
	margin-bottom:25px;
	
}
.breadcrumb
{
	padding-bottom:3px;
	margin-bottom: 0px !IMPORTANT;
}

/*
*****************************
MENU CSS
*****************************
*/
.dropdown-menu
{
	z-index:99999;
}
.nav-item
{
	white-space: nowrap  !IMPORTANT;
}
.access_btns
{
	margin-right:.5rem!important;
	margin-left:.5rem!important;
}

.search_form
{
	margin-top:.5rem!important;
	margin-right:.5rem!important;
	margin-left:.5rem!important;
}
.logo
{
	max-height:50px;
}
.logo2
{
	max-height:70px;
}
#mnnav
{
	background-color:#F0F9FC !important;
}
.menu_nav-link, .dropdown-item
{
	font-weight:bold;
	color: #000000 !IMPORTANT;
	font-size: 18px !IMPORTANT;
}
.dropdown-item
{
	font-weight:bold;
	color: #00A4B6 !IMPORTANT;
	font-size: 18px !IMPORTANT;
}

.menu_nav-link
{
	padding-left:15px !IMPORTANT;
	padding-right:15px !IMPORTANT;
	white-space: nowrap  !IMPORTANT;
}

.nav-link:hover, .dropdown-item:hover, .nav-link.active:hover, .dropdown-item.active:hover
{
	background-color: #eeeeee !IMPORTANT;
	color: #00545b !IMPORTANT;
	/*text-decoration:underline;*/
}
.down_arr_lnk, .right_arr_lnk
{
	/*padding-top:13px;
	padding-bottom:11px;*/
}
.navbar-toggler
{
	border-color:#ffffff !IMPORTANT;
	background-color:#ffffff !IMPORTANT;
	color:#ffffff;
}


/*
*****************************
FOOTER CSS
*****************************
*/
#footer_div
{
	margin-top:100px;
}
#footer_geodata_row
{
	margin-top:20px;
}

.social_link:hover .twirl
{
	animation-name: icon_twirl;
	animation-duration: 0.3s;
}
@keyframes icon_twirl 
{
  0%   {-webkit-transform: scaleX(1); transform: scaleX(1);}
  50% {-webkit-transform: scaleX(-1); transform: scaleX(-1);}
  100% {-webkit-transform: scaleX(1); transform: scaleX(1);}
}
.geologo
{
	width:17px;
	height:17px;
}

/*
*****************************
FORM CSS
*****************************
*/
.contreadbutton
{
	margin-left:10px;
}
.error, .error2, .error3, .error4
{
    /*display: none;*/
	padding-top:10px;
	margin-left:10px;
    color: #a94442;
}
.spaceerror
{
    display: none;
    color: #a94442;
}
.noblnkerror
{
	display: none;
    color: #a94442;
}
.warning
{
    display: none;
    color: #8a6d3b;
}
.servicecol
{
	text-align:center;
}
.mainicon
{
	color:#63AFF8;
}
.services
{
	color:#146EC5;
}
.war_star
{
	color: #a94442;
	font-size:20px;
	/*position:relative;
	top:15px;*/
}
.war_req
{
	color: #a94442;
}
.form-group
{
	padding:10px;

	margin-bottom:2px;
}
.has-error
{
	background-color:rgb(252, 232, 230);
	border-radius:5px;
}
.be_aware
{
	border-radius:5px;
	font-weight:bold;
	background-color:rgb(252, 190, 103);
	padding:10px;
}

/*
*****************************
TRAINING PAGE CSS
*****************************
*/
.center_tr_txt
{
	text-align: center;
}

.tr_table_icons
{
	font-size:24px;
}
.training_img
{
	max-width:200px;
	width:100%;
	min-width:50px;
}


/*
*****************************
VIDEO HEADER CSS
*****************************
*/
.head_vid_div
{
	position:relative;
	max-height:400px; 
	overflow:hidden;
}
.head_vid
{
	position:relative;
	background:#000000;
}
.head_vid_text_div
{
	padding-top:5%;
	position:absolute;
	top:0px;
	z-index:500;
	margin-left:5%;
	width:60%;
}
.head_vid_text_h1
{
	font-weight:600;
	color:#ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size:6vw;
}
.head_vid_text_h2
{
	font-weight:bold;
	color:#ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size:2vw !IMPORTANT;
}

.head_img_div
{
	position:relative;
	max-height:400px; 
	overflow:hidden;
	background:#000000;
}
.head_img
{
	position:relative;
	background:#000000;
}
.head_img_text_div
{
	padding-top:10%;
	position:absolute;
	top:0px;
	z-index:500;
	margin-left:5%;
	width:60%;
}

.head_img_text_h1
{
	font-weight:600;
	color:#ffffff;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	font-size:8vw;
}
.head_img_text_h2
{
	font-weight:bold;
	color:#ffffff;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	font-size:5vw !IMPORTANT;
}
.uni_vid_logo
{
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:500;
	opacity:0.8;
	max-width:200px;
}
/*
*****************************
TEAM PAGE CSS
*****************************
*/
.team_img
{
	border-radius:10px;
}
.no_btm_margin_p
{
	margin-bottom:0px;
}
.team_email_p
{
	font-size:16px;
}
/*
*****************************
RESEARCH PAGE CSS
*****************************
*/
.reserch_box
{
	border:2px solid black;
	border-radius:25px;
	overflow:hidden;
	height:90%;
	margin-bottom:10px;
	background:rgba(0, 164, 182,0.1);
}
.reserch_color_block
{
	position:relative;
	background: rgba(0, 164, 182,0.8);
	transition: width 0.3s;
	width: 0%;
	height:100%;
}
.reserch_box:hover .reserch_color_block
{
	width: 100%;
}

.reserch_text_block
{
	position:relative;
	top:-100%;
	display: table;
}
.reserch_text_block i
{
	position:relative;
	left:0px;
	transition: left 1s;
}
.reserch_box:hover > .reserch_text_block
{
	color:#ffffff;
}
.reserch_box:hover > .reserch_text_block i
{
	left:25px;
}

@keyframes arrow_move 
{
  0%   {right:100px;}
  50% {right:0px;}
  100% {right:100px;}
}
@keyframes arrow_move 
{
  0%   {-webkit-transform: scaleX(1); transform: scaleX(1);}
  50% {-webkit-transform: scaleX(-1); transform: scaleX(-1);}
  100% {-webkit-transform: scaleX(1); transform: scaleX(1);}
}

.reserch_img_div
{
	overflow: hidden;
}
.reserch_img_div img
{
	max-width:200%;
}

.reserch_text_div
{
	width:70%;
	padding:10px;
	display: table-cell;
	vertical-align: middle;
}
.reserch_text_div h5
{
	font-weight:600 !IMPORTANT;
	transition: color 0.3s;
}

.res_img_col
{
	max-height:280px;
	overflow:hidden;
	margin-bottom:20px;
}
.res_img
{
	width:100%;
}
/*
@media only screen and (max-width: 985px) 
{
	.navbar-toggler
	{
		display: block !IMPORTANT;
	}
	#collapsibleNavbar
	{
		display: none !IMPORTANT;
	}
}
*/

/*
*****************************
autocomplete CSS
*****************************
*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > .ui-menu-item
{
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  /*white-space: nowrap;*/
}

.ui-state-hover, .ui-state-active
{
  text-decoration: none !IMPORTANT;
  color: #262626 !IMPORTANT;
  background-color: #f5f5f5 !IMPORTANT;
  cursor: pointer !IMPORTANT;
  border:0px !IMPORTANT;
}

.ui-menu-item p
{
	margin:0px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}




.bridge_name_tooltip_txt
{
	color: rgba(255, 157,0,1) !IMPORTANT;
	font-weight: bold;
}
.curr_img
{
	border:5px solid rgba(107, 190, 255, 0.5);
}
.img_sel:hover
{
	border:5px solid rgba(255, 0, 0, 1);
}

.reg_heading
{
        font-weight: bold;
	color: #00A4B6;
	font-size: 18px;  
        padding-top:5px;
        padding-bottom:5px;
}
