/* CSS Document */
/*
.t3-mainnav{
  background-color: #0489a8 !important;
  border: 0px !important;
}
.t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > li > a {
  color: #ffffff !important;
}
.t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .active > a, .t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .active > a:hover, .t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .active > a:focus {
    color: #0489a8 !important;
    background-color: #fffe92 !important;
}
.t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .open > a, .t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .open > a:hover, .t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > .open > a:focus {
    background-color: #fffe92 !important;
    color: #0489a8 !important;
}

.t3-megamenu .navbar-default, .t3-megamenu .navbar-nav > li > a:hover {
	color: #ffffff !important;
}
/*.t3-mainbody
update-1 landing page

mainbar :#026dbd;#026dbd
highlight:#fde022;#ffd400;

>>clinical trials,research project, journal
>>ongoing/completed,ongoing/completed,source docs


*/
#searchstrowp{
    border:none;
    padding: 0px;margin: 0px;
	box-shadow: inset 0 1px 1px transparent;
}
#searchstrowp:hover{
    box-shadow: transparent;
}
#searchbtnowp{
    display: table-cell !important;border-radius: 20px !important;
    padding-left: 0px;padding-right: 0px;
}

#herdinDetailsTab .tab-content {
	background-color: #0c79bd;
	/*padding : 3px;*/
}
  
#herdinDetailsTab .nav-pills > li > a {
	border-radius: 1px 1px 0 0 ;
}

#herdinDetailsTab .nav > li > a {
	padding: 5px 15px;
}

#herdinDetailsTab .nav-pills > li > a {
	background-color: whitesmoke;
	border-top:5px solid whitesmoke;
}

#herdinDetailsTab .nav-pills > li > a:hover {
	border-top:5px solid #E0DDDD;
}

#herdinDetailsTab .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #0c79bd;
	border-top:5px solid #0c79bd;
	background-color: white;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
}



#herdinDetailsTab .panel-default {
	border-radius: 0 0 1px 1px ;
	border-top: none;
}


.panels-home {
   /*padding: 20px 0;*/
   /* text-align: center;*/
}
.panels-home h4 {
	color: #f6940e;
	line-height: 1.5;
	font-family: "Roboto",sans-serif !important; 
	font-size:18px; 
	font-weight: 300; 
}
.panels-home > div:hover h4 {
	color:white !important;
}
.panels-home > div > a {
    text-decoration: none;
}
.panels-home > div > a > div {
    transition: 0.2s;
	cursor: pointer;
}
.panels-home > div:hover > a > div {
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px 2px;
    background: #0c79bd;
    transition: 0.5s;
}


.nav-justified{
	margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nav-justified > li{
	display: table-cell;
	width: 100% !important;
}

.rotate{
	-webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
	-moz-transform: rotate(90deg);  /* Firefox */
	-ms-transform: rotate(90deg);  /* IE 9 */
	transform: rotate(90deg);  /* Standard syntax */    
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  /*width: 18px;*/
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  top: 3px;
	padding: 1px 5px 5px 27px;
	/*padding-right: 25px; padding-bottom: 30px; padding-left: 30px;*/
	font-weight: normal;
	vertical-align: middle; 
	/*display: table-cell;*/
}
.check:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  /*position: relative;*/
	position: absolute;
top: 5;
left: 0;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #4285f4;
}
:checked + .check svg {
  stroke: #ff8a1a;
}
:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.label_asterisk{
	color: red;
	font-size: 18px;
}

.custom_button_orange{
    border-color: #ff8a1a !important;
    color: #026dbd !important;
    font-weight: 400 !important;
}
.custom_button_orange:hover, .custom_button_orange:focus,.custom_button_orange:active{
	background-color: #ff8a1a !important;
	color: #ffffff !important;
	text-decoration: none;
}
.sr_collap-head{
	color: #026dbd !important;
	background-color: #ffffff !important;
	cursor: pointer;
}
.sr_collap-head > h4 > a{
  text-decoration: none;

}
.sr_panel_heading{
	color: #ff8a1a !important;
    background-color: #e1ecf1 !important;
    text-align: center !important;

}
.sr_panel_default{
	border:unset !important;
}
.navbar_default{
	background-color: transparent !important;
	border-color: #026dbd !important;
}
.navbar_default .navbar-nav > .active > a, .navbar_default .navbar-nav > .active > a:hover, .navbar_default .navbar-nav > .active > a:focus, .navbar_default .navbar-nav > li:not(.active):hover{
	background-color: #367ea326 !important;
	border-bottom: 5px solid #026dbd !important;
}

#nav-category > .active{
	border-left: 3px solid #f79f27 ;
	padding-left: 3px;
	font-weight: bold;
}

#nav-category > .active > a{
	color: #f79f27 !important;
}
#nav-category > li > a {
    color: #555555 !important;
}
#nav-category li{
	margin: 5px 0px;
	
}

.sr_badge{
	background-color: #ff8a1a;
}
.sub_filter_panelGroup{
	margin:auto;
}
.sub_filter_panel{
	border:0px;
}
.sub_filter_liGroup_item{
	border:0px;
	padding: 10px 10px !important;
}
.sub_filter_liGroup_item > label{
	margin-bottom: 0px!important;
}
.sub_filter_listGroup{
	padding-left: 10px;
}
.big_square__i > i{
	color: #ffffff;
}
.big_square__{
	padding: 20px;
}
.sub_filter_li{
	padding: 0px;
}
.box__desc{
	padding: 20px 0px 0px 0px;
}
.box__desc > span{
	color: #026dbd;
	font-size: 16px;
}
.box__title > span,.box__title > .dropdown >span,.box__title > a,.box__title > .dropdown >a,.register__dropdown>span{
	font-size: 2.6rem;
	margin: 20px 0px 0px 0px;
	color: #ff8a1a;
	display: block;
	font-weight: 700;
}
.a__box:hover{
	text-decoration:none;
}
.int_header__ > span{
	font-size: 40px;
	color: #ff8a1a;
}
@media(max-width: 447px){

	.tabs_search{
    top: 114px !important;
	}
	.tabs_search_li > a{
		 padding: .5em 1.15em !important;
	}
	.adv_select_marg{
		margin-bottom: 15px;
	}

}
@media(max-width: 533px){
	.adv_select_marg{
		margin-bottom: 15px;
	}
	.big_square__{
		width: unset!important;
	}
}

.custom-checkbox__{
/*	padding: 0px;
	z-index: -1;
	position: absolute;*/
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;

}
.a__make_me_orange{
	color: #428bca !important;
}
.a__make_me_orange:hover{
	color: #ff8a1a !important;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.label_listG {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
.label_listG:hover input ~ .checkmark {
  background-color: #026dbd;
  box-shadow: 0px 0px 3px 0px rgb(0, 138, 255);
}
.label_listG input:checked ~ .checkmark {
  background-color: #ff8a1a;
  box-shadow: 0px 0px 5px 2px rgba(255, 138, 26, 0.38);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label_listG input:checked ~ .checkmark:after {
  display: block;
}
.label_listG .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs_search{
	list-style-type: none;
	margin: 0;
	background: none;
    border: none;
    position: absolute;
    top: 77px;
    padding-left: 0px;
}
.tabs_search{
	display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.tabs_search::after{
	clear: both;
}
.tabs_search_li{
	float: left;
}
.tabs_search_li > a{
	color: #fff;
    background: #0489a8;
    border-top-left-radius: 13px;
    border-top-right-radius: 50px;
    padding: .5em 1.9em;
    padding-left: 1.2em;
    text-decoration: unset;
    cursor: pointer;
    font-size:12px;
}
.tabs_search_li > a:hover{
	color: #0B111D !important;
    background-color: #fffe92 !important;
    background-image: none !important;
    border-color: #fffe92 !important;
    text-decoration: none;
}
.tabs_search > li.active > a{
	color: #0B111D !important;
    background-color: #fffe92 !important;
    background-image: none !important;
    border-color: #fffe92 !important;
    text-decoration: none;
}
#system-message > .alert
{
    margin-top: 15px;
}
/*  START DEFAULT RESEARCH */

.sMoreBtn > i, .sMoreBtn > span {
    color: #f96500;
    cursor:pointer;
}
.sMoreBtn > i:hover, .sMoreBtn > span:hover{
    color: #3a87ad;
}
.pubzVert {
    border-right: 1px solid #d9d9dac7;
}
/*  END DEFAULT RESEARCH */
#RES_TITLE_ifr {
    height: 150px !important;
}
.collap-head{
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #dddddd !important;
  cursor: pointer;
}
.collap-panel{
  border-color: #ffffff !important;
}
.collap-head > h4 > a{
  text-decoration: none;
  font-size: 18px;

}

#physLocSection {
    margin-top: -100px;
    padding-top: 100px;
}

.carousel {
	margin-bottom: 60px;
}

.carousel .container {
	position: relative;
	z-index: 9;
}

.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}

.carousel .item {
	height: 500px;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
.guadianText{
	font-family: "Guardian Egyptian Web", "Guardian Text Egyptian Web", Georgia, serif !important;
}
.lead{
	font-size: 2.9rem !important;
}
.detail_header {
    letter-spacing: 2px;
    display: flex;
    flex-direction: row;
}

.detail_header:before,
.detail_header:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #000;
    margin: auto;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin:0 auto;
	margin-top: 200px;
	text-align:center;
}
.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}
.invalid__feedback{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.subject__s{
	display: none;
}
.subject__a{
	display: none;
}
.table_summary__1>tbody>tr>td,.table_summary__1>thead>tr>td,.table_summary__2>tbody>tr>td,.table_summary__2>thead>tr>td{
	text-align: center;
}

.found-similar-resource-div
{
	display: none;
	text-align: right;
}

.similar-research-div-container
{
	font-size: 110%;
}

.find-similar-research-source
{
	display: none;
}

.research-source-found-str
{
	font-size: 150%;
	font-weight: bold;
	margin: 2% 0% 3% 2%;
}

.research-source-found-item
{
	margin: 2% 0% 3% 3%;
	font-size: 120%;
}

.btn-no-border
{
	border: none !important;
}

.btn-primary-fill
{
	background: #4B77BE !important;
	color: #ffffff !important;
}

.research-source-found-authors
{
	margin-top: 1%;

}

.user_dataMesh,.user_dataRD
{
	border: solid 2px #87B5FF; 
	padding: 2px; 
	padding-left: 20px; 
	padding-right: 20px;  
	margin: 4% 2%; 
	border-radius: 25px; 
	color: #0978BD; 
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.remove-mesh-item,.remove-discipline-item
{
	margin-left: 5px;
	cursor: pointer;
	font-weight: bold;
}

.meshes-div-container, .rd-div-container
{
	height: 280px; 
	border-radius: 5px; 
	border: 1px solid #A6A6A6; 
	width: 78.2%; 
	margin-left: 14px; 
	margin-top: 10px; 
	text-align: left;
	overflow-y: auto;
}

.mssg-box-md
{
	width: 40% !important;
	left: 59% !important;
}

.mssg-box-lg
{
	width: 70% !important;
}

.res-title-dup-item
{
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.references-find-loading
{
	font-size: 120%;
	margin-bottom: 10px;
	color: #808080;
}

.required-input-text
{
	color: #a94442;
	font-size: 90%;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}

.panel-body-containers
{
	margin-top: 20px;
}

.panel-container-rows
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.source-radio-container-div
{
	padding-bottom: 10px;
	padding-left: 1px;
	width: 60%;
	margin-left: 1px;
}

.tab-required-notification
{
	color: red !important;
	margin-top: -20px;
	z-index: 1000;
	margin-right: 8%;
	font-size: 18px;
}

.tab-required-notification > i
{
	color: red !important;
}

.mesh-duplicate-notification
{
	color: #a94442;
	display: none;
	text-align: left;
}

.checkdate-invalid
{
	border-color: #a94442 !important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

	.carousel .item {
		height: 500px;
	}
	.carousel img {
		width: auto;
		height: 500px;
	}

}


@media (max-width: 767px) {

	.carousel {
		margin-left: -20px;
		margin-right: -20px;
	}
	.carousel .container {

	}
	.carousel .item {
		height: 300px;
	}
	.carousel img {
		height: 300px;
	}
	.carousel-caption {
		width: 65%;
		padding: 0 70px;
		margin-top: 100px;
	}
	.carousel-caption h1 {
		font-size: 30px;
	}
	.carousel-caption .lead,
	.carousel-caption .btn {
		font-size: 18px;
	}

}
/*header{
	height:100px;
}*/
.bs-docs-sidenav.affix {
  	top: 30px;
}

docs.css:904@media (min-width: 1200px)
.bs-docs-sidenav {
  	width: 258px;
}

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
#navlisttype > li > a {
	color: #555555 !important;
}
#herdin_menu1.affix {
	top:80px;
}

#herdin_menu1.affix li {
	margin-right: 30px !important;
}

#herdin_tlbar1.affix {
	top:70px;
	z-index:3;
}

#herdin_tlbar1.affix + div {
	margin-top:75px;
}

.border1 {
	border-top: #D8D8D8 thin solid;
}

.border2 {
	border-right: #D8D8D8 thin solid;
}

.border3 {
	border-bottom: #D8D8D8 thin solid;
	margin-bottom:8px;
	margin-top:40px;
}

.border4 {
	border-left: #D8D8D8 thin solid;
}

.border5 {
	border: #D8D8D8 thin solid;
}

/*.dropdown-menu label {
	display: inline;
	padding: 0px 0px 0px 5px;
}*/

.dropdown-input {
	clear: both;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}

.btn-link {
	display: inline;
	color: #5f6368 !important;
	border: none;
	background-color: transparent;
	font-weight:normal !important;
	padding: 6px 12px !important;
}

.btn-link:hover, .btn-link:focus {
	color: #337ab7 !important; 
	background-color: #f8f8f8 !important;
}

/*.multiselect {
    text-align: left;
	color: #666;
}

.multiselect-group {
    font-weight: bold;
    text-decoration: underline;
}
.multiselect-all label {
    font-weight: bold;
}
.multiselect-search {
    color: red;
}*/

.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.bodycontainer { max-height: 350px; width: 100%; margin: 0; overflow-y: auto; }
.table-scrollable { margin: 0; padding: 0; }

th {
	background:none;
	color:inherit;
}

#div_modal
{
	display: none;
	background: white;
	position: fixed;
	top: 40%;
	left:40%;
	z-index: 2000;
	padding: 1%;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid black;
}

.close_popup
{
	border: 3px solid black;
	border-radius: 10px 10px 10px 10px;
	width: 9%;
	text-align: center;
	font-weight: bolder;
	background:black;
	color: white;
	float: right;
	margin-top: -22%;
	margin-right: -12%;
	cursor: pointer;
}

.ddt_delivery_log_div
{
	border: 1px solid #DDDDDD;
	/*width: 90%; */
	margin: auto;
	text-align: left;
	padding: 2%;
	height: 250px;
	border-radius: 4px;
	background: #F5F5F5;
	font-size: 90%;
	overflow: auto;
}

.ddt_mssg_input
{
	/*width: 90%;*/
	margin: auto;
}

.log_username
{
	font-weight: bold;
}

.log_me
{
	color: blue;
}

.log_not_me
{
	color: red;
}

.bar {
    height: 18px;
    background: green;
}

.res_title_list
{
	text-align: justify;
}

.report_option_div
{
	font-size: 90%;
}

.report_display_div
{
	text-align:center;
	border: 2px solid #DDDDDD;
	overflow: auto;
	height: 500px;
	background: #F5F5F5;
}

.report_paper_like
{
	border: 1px solid black;
	background: white;
	width: 800px;
	min-height: 100%;
	margin: auto;
	margin-top: 2% !important;
	padding: 4% 2% 4% 2%;

}

.report_data_table
{
	width: 90% !important;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align: center;
	font-size: 95%;
}

.report_data_table p
{
	text-align: justify;
}

.report_header
{
	margin-top: 3%;
}

.report_title_div
{
	margin-top: 7%;
	margin-bottom: 6%;
}

.report_title_div span
{
	font-size: 95%;
	font-style: italic;
}

.table_caption
{
	text-align:left;
	font-weight:bold;
	padding:1% 0.3% 1% 0.3%;
	background: #EAEAEA !important;
}



.label_td
{
	width: 18%;

}

.span_label
{
	color: #666666;
	font-size: 80%;
	font-style: italic;
}

.unpublished_report td
{
	padding: 1.5% !important;
}

.auto-suggest-wrapper
{
	position: relative;
}

.auto_suggest_list
{
	margin:inherit !important;
	width: 100%;
	position: absolute;
}

.auto_suggest_list li
{
	cursor: pointer;
	padding-left: 1.5%;
}

.auto_suggest_list li a:hover
{
	background: #e2e2e2 !important;
}

.pub_header_div
{
	margin-left: 5%;
	text-align: left;
	width:80%;
	padding: 0.4% 0.2% 0.4% 0.2%;
}

.pub_ul
{
	width:50%;
	margin-left: 25%;

}

.pub_ul li
{
	padding: 2px;
}

.pub_list_div
{
	position: relative;
}

.adv_search_field
{
	width: 70% !important;
	float: left !important;
}

.adv_search_label
{
	font-size: 150%;
	font-weight: bold;
}

.adv_search_label_sm
{
	font-size: 110%;
	float: left !important;
	padding-right: 2%;
	margin-top: 2.5%;
}

.adv_search_radio
{
	width: 100% !important;
}

.adv_search_radio button
{
	width: 50% !important;
}

.res_filtr_select_div select
{
	width: auto !important;
	margin-right: 3% !important;
}

.res_filtr_select_div > *
{
	float: left !important;
}


/******* PRINT CSS *********/

@media print
{

	#t3-header,.report_option_div,.panel-heading,#report_nav_div,#t3-footer
	{
		display: none;
	}

	.hidden-print
	{
		display: none;
	}

	.report_paper_like
	{
		visibility: visible;
		position: absolute !important;
		top: -97% !important;
		left: -25% !important;
		width: 130% !important;
		border: 1px solid white;
		margin-top: 2% !important;
		font-size: 90% !important;
	}

	.report_display_div
	{
		visibility: hidden;
		border: none;
		overflow: initial !important;
		height: auto !important;
	}

	.tab-pane
	{
		visibility: visible;
	}

	tr[class=table_caption] td
	{
		border: none !important;
		background: white !important;
	}

	tr[class=table_caption] div
	{
		background: #EAEAEA !important;
		width: 103%;
		padding: 2% 1% 2% 1%;
		margin-left: -1.4%;
		margin-bottom: -1.7%;
	}

	a[href]:after {
    		content: none !important;
  	}
}

.collectionDef .well
{
	padding:40px;
	margin:12px;
}

.tlist .pagination
{
	margin:0px 10px 0px 0px;
}

.tlist > tfoot
{
	border-bottom: #CCC thin solid;
}
.herdinWelcome, .herdinWelcome h1, .herdinWelcome h2, .herdinWelcome h3, .herdinWelcome h4, .herdinWelcome h5
{
	font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:300;
	line-height:1.5;
}
.herdinWelcome > p
{
	font-size:21px;
}
.herdinWelcome {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

.xmltag {
	font-family: "Courier New", Courier, monospace;
	color: #248516;
}

.marctag {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	/*float: left;*/
	/*padding: 4px 10px 4px 0px;*/
	padding-right:5px;
	padding-left:5px;
}

.indent {
	padding-left: 20px;
}

.popover {
	max-width:600px !important;
}

.popover-content-div
{
	max-width: 600px;
	min-width: 200px;
}

.ddrf_link
{
	color: #333333 !important;
}

.collectionDef
{
	color:#FFFFFF;
    background: none repeat scroll 0 0 #1570a6 !important;
	padding-top:50px;
	padding-bottom:50px;
}

.collectionDef h2
{
	color:#FFFFFF;
}

.homepartners
{
	color:#FFFFFF;
	background: none repeat scroll 0 0 #79a438 !important;
	padding-top:50px;
	padding-bottom:50px;
}

.round { border-radius: 50%; }

.smallLogo span{
    background: url(/components/com_herdin/assets/images/logos/small/csg-546dcda66eb80.png) no-repeat top left;
	width: 30px; height: 30px;
	display:inline-block;
}
.sprite-30px_CAR-BGHMC{ background-position: 0 0 !important; width: 30px; height: 30px; } 
.sprite-30px_CAR-DOST{ background-position: -35px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_CAR-NEDA{ background-position: -70px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_CAR-UBAGUIO{ background-position: -105px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_CAR-UCBCF{ background-position: -140px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-ADMU-ASMPH{ background-position: -175px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-JAFES{ background-position: -210px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-JRRMMC{ background-position: -245px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-OLFU{ background-position: -280px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-PJIM{ background-position: -315px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-RCHSD-DOH{ background-position: -350px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-RITM{ background-position: -385px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-TMC{ background-position: -420px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-UERMMMC{ background-position: -455px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R03-AUF{ background-position: -490px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R03-BPSU{ background-position: -525px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R03-BULSU{ background-position: -560px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R04A-DLSHSI{ background-position: -595px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R04A-MSEUF{ background-position: -630px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R04A-UPHBL{ background-position: -665px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R05-ADNU{ background-position: -700px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R05-BCHRD{ background-position: -735px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R05-BU{ background-position: -770px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-CDU{ background-position: -805px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-CIM{ background-position: -840px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-CVHRDC{ background-position: -875px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-SU{ background-position: -910px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-SWU-MHAM{ background-position: -945px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-USC{ background-position: -980px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-UVGMC{ background-position: -1015px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R08-EVHRDC{ background-position: -1050px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R09-ADZU{ background-position: -1085px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R09-UZ{ background-position: -1120px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R09-ZCHRD{ background-position: -1155px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R10-DOST{ background-position: -1190px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R10-IMCC{ background-position: -1225px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R10-LDCU{ background-position: -1260px 0 !important; width: 30px; height: 27px; } 
.sprite-30px_R10-MVC{ background-position: -1295px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R10-NEDA{ background-position: -1330px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R10-NMMC{ background-position: -1365px 0 !important; width: 30px; height: 29px; } 
.sprite-30px_R10-XU{ background-position: -1400px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R11-DMSF{ background-position: -1435px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R7-UB{ background-position: -1470px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_blank{ background-position: -1505px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_logo{ background-position: -1540px 0 !important; width: 30px; height: 30px; }
.sprite-30px_NCR-PHC{ background-position: -1575px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-PCHRD{ background-position: -1610px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-UCB{ background-position: -1645px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-SPUD{ background-position: -1680px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-FU{ background-position: -1715px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R07-VSMMC{ background-position: -1750px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-PJOHNS{ background-position: -1785px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_R02-CVHRDC{ background-position: -1820px 0 !important; width: 30px; height: 30px; } 
.sprite-30px_NCR-UPHSDL{ background-position: -1855px 0 !important; width: 30px; height: 30px; } 

.minimize-report-error
{
	position: fixed;
	bottom: 0px;
	/*right:200px;*/
	background-color: #F58100;
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:5px 10px;
	z-index:4;
}
.minimize-report-error span
{
	cursor:pointer;
	font-weight:600;
	color:#FFFFFF;
}

#reportErrorModal
{
	position: fixed !important;
	bottom: 60px;
	right:0px;
	z-index:-1;
}

#reportErrorModal .control-label
{
	font-weight:normal;
	text-align:left;
}
#referenceBox{
	height:55px;
	resize:vertical;
	overflow:auto;
}
#highlightPopoverContent{
	z-index : 1010;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
     visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.deleteRow{
	margin-left: 10px;
}
.form-horizontal .control-label{
	text-align: left !important;
	font-weight: 100;
}
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}


/*-------------PMT CSS START---------------*/
/* START research form css*/
@media(min-width: 768px){
input[name="database_name[]"]{
    width: 400px !important; 
}

}
.fa-asterisk, .fa-question-circle {
 vertical-align: text-top;
}

/* END rsearch form css*/
/* START range slider css */
.invalid-feedback{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #90dfec;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.5px solid #9a9999;
    background: #d3d3d3;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.5px solid #9a9999;
    background: #d3d3d3;
    cursor: pointer;
}

/* END range slider css */

/*START General classes*/
#NUHRA_CLASS, #NUHRA_PRIORITY{
	min-width: 400px;
}
.fullwidth {
	width: 100% !important;
}

.question
{
	font-size: 15px;
	font-weight: normal !important;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
/*END General classes*/


/*START tab classes*/
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    }
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}

.tab-content.tab-light
{
	margin-right: 0;
	margin-left: 0;
	padding: 0px 15px 15px;
	background-color: #fff;
/*	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 4px 4px;*/
}
/*END tab classes*/



/*START HTML Table classes*/
td
{
	 vertical-align:middle !important;
}

td.index
{

}
/*END HTML Table classes*/

/*START HTML Input classes*/
.btn-primary-sushi:hover {
 color: #ffffff !important;
 background-color: #026dbd !important;
 background-image: none !important;
 border-color: #026dbd !important;
}

.btn-primary-sushi {
 color: #ffffff !important;
 background-color: #f79f27 !important;
 border-color: #f79f27 !important;
}

.btn-outline-info {
 color: #17a2b8;
 background-color: transparent;
 background-image: none !important;
 border-color: #17a2b8 !important;
}

.btn-outline-info:hover {
 color: #fff;
 background-color: #17a2b8;
 border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
 color: #17a2b8;
 background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
 color: #fff;
 background-color: #17a2b8;
 border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
#colorstar
{
	color: #ee8b2d;
}
#graystar
{
	color: #B1B1B1;
}
input[type="text"][readonly]{
    cursor: pointer !important;
    background-color: #ffffff !important;
}
.multi-form-panel{
  margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: none;
}
.panelTable{
  margin-bottom: 0px;
}
/*END HTML Input classes*/


/*START other components classes*/
.adj_placeholder
{
	font-weight: normal;
}

.adj_placeholder::placeholder
{
		font-size: 13px;
}

.bg-info {
	color: #0c5460;
	background-color: #d1ecf1 !important;
	border-color: #bee5eb !important;
	border-radius: .25rem;
	border: 1px solid transparent;
	padding: 15px;
	margin-bottom: 15px;
}
.leg-info {
	color: white;
	background-color: #0978BD;
	/* border-radius: .25rem;*/
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

.alert-message {
	color: #155724;
	background-color: #d4edda !important;
	border-color: #c3e6cb !important;
	/*padding: .75rem 1.25rem;*/
	border-radius: .25rem;
}

.pagination {
	margin: 0;
}

#search-clear {
    text-decoration: none;
    position: absolute;
    right: 100px;
    top: 10px;
    color: #b3b3b3;
	z-index: 2;
}
/*End other components classes*/

/*START Print classes*/
@media print
{
	#t3-header,#t3-footer
	{
		display: none;
	}
	
	.hidden-print
	{
		display: none;
	}
}
/*END Print classes*/

#herdin_tlbar1.affix {
	top:70px;
	z-index:3;
}

#herdin_tlbar1.affix + div {
	margin-top:75px;
}

.dropdown {
  position: inherit;
}
/*-------------PMT CSS END---------------*/

.panel-body {
	padding: 15px 35px;
}

.panel-bodyx {
	padding: 15px 50px;
}

.fieldValueColon {
	position: absolute;
    top: 0px;
    right: 0px;
}

@media (max-width: 991px) {
	.listFieldLabel {
		font-weight: bold;
	}
}
@media (min-width: 992px) { 
	.listFieldLabel {
		font-weight:normal;
	}
	
	.col-services {
		width: 19.5% !important;
	}
	
	.col-services-offset {
		margin-left: 11% !important;
	}
	
	#searchbtnowp {
		width:150px;
	}
}

/*-------------MISC CSS---------------*/

.new_res_border {
	border: 0px outset rgb(39, 79, 209);
}

.new_res_border_ext {
	border: 0px outset #4B77BE;
	border-radius: .25rem;
	flex: 1;
}

.new_res_border_ext1 {
	border-radius: .25rem;
	flex: 1;
}

.inner-being {
	display: flex;
}

#aligncomment {
	flex: 1;
}

.inner-fleeing {
	display: flex;
}

.inner-fleeing > div {
	flex: 1;
}

/*-------------CITATION RESEARCH CSS---------------*/

.citationNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #FFFFFF;
  }
  .citationNav_li .citationNav_a {
    display: block;
    color: rgb(145, 142, 142);
    padding: 8px 16px;
    text-decoration: none;
    margin-top: 15%;
    font-size: 14px;
  }
  /* Change the link color on hover */
  .citationNav .citationNav_a:hover {
    background-color: rgb(153, 153, 202);
    color: rgb(37, 24, 219);
  }

  /*------------- NEW CSS LINES - R.P. 11/26/2021 ---------------*/

  /*-------------CITATION RESEARCH CSS---------------*/

.citationNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #ffffff;
  }
  
  .citationNav_li .citationNav_a {
	/* display: block;
	color: rgb(145, 142, 142);
	padding: 8px 16px;
	text-decoration: none;
	margin-top: 15%;
	font-size: 14px; */
	background-color: #ffffff; 
	border: none;
	color: #A6A6A6;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 2px;
	padding: 8px 16px;
	margin-top: 15%;
  }
  
  /* Change the link color on hover */
  .citationNav .citationNav_a:hover {
	background-color: #DEEBF7;
	color: #0B79BE;
	border-left: 5px solid #0978BD;
	width: 100%;
  }

  .btnAbstract {
	cursor: pointer;
  }


  .RUouter-div {
	width: 100%;
	text-align: center;
	/* background-color: #0666a3 */
  }
  .RUinner-div {
	display: inline-block;
	margin: 0 auto;
	padding: 3px;
	width: 95%;
	/* background-color: #8ebf42 */
  }

  .RUinner-div2 {
	display: inline-block;
	margin: 0;
	padding: 3px;
	width: 100%;
	border-top-style: solid;
	border-top-color: #0978BD;
	/* background-color: #8ebf42 */
  }

/* check box subject */

/* The container */
.container_subject {
	display: block;
	position: relative;
	padding-left: 70px;
	padding-top: 3px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #A6A6A6;
	text-align: left;
	font-weight: normal;
  }
  
  /* Hide the browser's default checkbox */
  .container_subject input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark_subject {
  
	position: absolute;
	top: 5px;
	left: 8px;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #A6A6A6;
  }
  
  /* On mouse-over, add a grey background color */
  .container_subject:hover input ~ .checkmark_subject {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_subject input:checked ~ .checkmark_subject {
	background-color: white;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark_subject:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container_subject input:checked ~ .checkmark_subject:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_subject .checkmark_subject:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 12px;
	border: 2px solid #0B79BE;
	border-width: 0 1px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .vl_subject {
	border-left: 1px solid #A6A6A6;
	height: 30px;
	position: absolute;
	left: 46px;
	margin-left: 4px;
	
  }

/* Check box - PB Confirm */

/* The container */
.confmodal_container {
	display: block;
	position: relative;
	padding-left: 60px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* width: 40%; */
	text-align: left;
	font-weight: normal;
  }
  
  /* Hide the browser's default checkbox */
  .confmodal_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .confmodal_checkmark {
	position: absolute;
	left: 0px;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #A6A6A6;
  }
  
  /* On mouse-over, add a grey background color */
  .confmodal_container:hover input ~ .confmodal_checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .confmodal_container input:checked ~ .confmodal_checkmark {
	background-color: white;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .confmodal_checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .confmodal_container input:checked ~ .confmodal_checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .confmodal_container .confmodal_checkmark:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 12px;
	border: 2px solid #0B79BE;
	border-width: 0 1px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

/* check box No Border */

/* The container */
.container_NoBorder {
	display: block;
	position: relative;
	padding-left: 60px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* width: 40%; */
	text-align: left;
	font-weight: normal;
  }
  
  /* Hide the browser's default checkbox */
  .container_NoBorder input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark_NoBorder {
  
	position: absolute;
	left: 22px;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #A6A6A6;
  }
  
  /* On mouse-over, add a grey background color */
  .container_NoBorder:hover input ~ .checkmark_NoBorder {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_NoBorder input:checked ~ .checkmark_NoBorder {
	background-color: white;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark_NoBorder:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container_NoBorder input:checked ~ .checkmark_NoBorder:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_NoBorder .checkmark_NoBorder:after {
	left: 6px;
	top: 1px;
	width: 5px;
	height: 12px;
	border: 2px solid #0B79BE;
	border-width: 0 1px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  /* Style for SELECT */
  .boxRU {
	width: 100%;
	height: 40px;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #0B79BE;
	font-size: 18px;
	color: #000000;
  }

  #testingers
  {
	/* display: none !important; */
	visibility: hidden !important;
  }

/*-------------CSS TOGGLE SWITCH---------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderz {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderz:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderz {
  background-color: #2196F3;
}

input:focus + .sliderz {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderz:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.sliderz.roundz {
  border-radius: 34px;
}

.sliderz.roundz:before {
  border-radius: 50%;
}

/* Research form related buttons - 1/30/2022 */

.columnSubject {
	padding: 1%;
	padding-top: 2%;
}

.meshStyleDIV {
	text-align: left;
}

.meshStyle {
	padding-top: 2%;
	font-size: 13px;
	color: #A6A6A6;
}

.meshStyle:hover{
	color: #0B79BE;
	font-size: 16px;
	text-decoration: underline;
}

.meshBtn:hover{
	font-size:16px; 
	color:#FAA532; 
	cursor: pointer; 
	margin-left: 5px;
}

.meshStyle:hover > .meshBtn{
	color:#FAA532;
    font-size:16px;
}

.location_browseBtn:disabled{
	cursor: no-drop;
	background-color: #A6A6A6;
}


.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.custom-file-input::before {
	content: 'Browse';
    display: inline-block;
    background: #0b79BE;
    border: none;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    color: #FFFFFF;
}
.custom-file-input:hover::before {
	border-color: #A6A6A6;
}
.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);	
}

.custom-file-input:disabled {
	cursor: no-drop;
}

.custom-file-input:focus
{
	outline: none !important;
	padding: 3px 1px;
}

.file_upload_btn{
	content: 'Browse';
    display: inline-block;
    background: #A6A6A6;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    color: #FFFFFF;
}

.file_upload_btn:hover{
	cursor: no-drop;
	background-color: #A6A6A6;
}

/* End form related buttons*/

#toolbar_adjust {
	height: 227px;
	width: 100%;
	padding: 0;
	border: 0;
}

#toolbar_adjust img {
	width: 100%;
    height: inherit;

}

#menubuttontwo {
	color: #A6A6A6;
	font-size: 14pt;
}

#menubuttontwo:hover {
	color: #0B79BE;
	text-decoration: underline #0B79BE;
	font-size: 16pt;
}

#menubuttontwox{
	color: #A6A6A6;
	font-size: 14pt;
}

#menubuttontwox:hover {
	color: #0B79BE;
	text-decoration: underline #0B79BE;
	font-size: 16pt;
}

#menubuttontwoxx{
	color: #A6A6A6;
	font-size: 14pt;
}

#menubuttontwoxx:hover {
	color: #0B79BE;
	text-decoration: underline #0B79BE;
	font-size: 16pt;
}

#closeButtonRes {
	color: #A6A6A6;
	font-size: 14pt;
}

#closeButtonRes:hover {
	color: #0B79BE;
	text-decoration: underline #0B79BE;
	font-size: 16pt;
}


/* New CSS*/
.calendar_Input[type="date"]::-webkit-datetime-edit, .calendar_Input[type="date"]::-webkit-inner-spin-button, .calendar_Input[type="date"]::-webkit-clear-button {
	color: #fff;
	position: relative;
  }
  
  .calendar_Input[type="date"]::-webkit-datetime-edit-year-field{
	position: absolute !important;
	border-left:1px solid #8c8c8c;
	padding: 2px;
	color:#000;
	left: 65px;
  }
  
  .calendar_Input[type="date"]::-webkit-datetime-edit-day-field{
	position: absolute !important;
	border-left:1px solid #8c8c8c;
	padding: 2px;
	padding-left: 5px;
	color:#000;
	left: 35px;
	text-align: center;
  }
  
  
  .calendar_Input[type="date"]::-webkit-datetime-edit-month-field{
	position: absolute !important;
	color:#000;
	padding: 2px;
	left: 4px;
	
  }

  .tooltip-border {
	position: absolute;
	width: 14%;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	z-index: 10000;
	background: white;
  }

  .tooltip-general {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
  }

  .tooltip-generalx {
	cursor:pointer;
	z-index: 1;
	position: relative;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
  }

  .tooltip-borderwide {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	width: 50%;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
	margin-left: 1%;
	margin-top: -12%;
  }

  .tooltip-borderwide2 {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	width: 40%;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
	margin-left: -0.9%;
	margin-top: -5.5%;
  }

  .tooltip-bordermini {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	width: 54%;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
	margin-left: 0;
	margin-top: -7%;
  }

  .tooltip-ipsubject {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
	text-align: left;

  }

  .tooltip-bordermini2 {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	width: 24%;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
	margin-left: 3%;
	margin-top: -4%;
  }

  .tooltip-locationmini {
	cursor:pointer;
	z-index: 1;
	position: absolute;
	border: 1px solid #dadada;	
    border-radius: 3px;
	box-shadow: 2px 2px 5px #faa532;
	background: white;
  }

  .commentpop-border {
	position: absolute;
	width: 14%;
	height: 100px;
	z-index: +1;
	padding-top: 12px;
	background-color: #FFFFFF;
	border: 2px solid #dadada;
    border-radius: 4px;
  }

  .commentpop-border2 {
	position: absolute;
	width: 14.2%;
	height: 100px;
	z-index: +1;
	padding-top: 12px;
	background-color: #FFFFFF;
	border: 2px solid #dadada;
    border-radius: 4px;
  }

  .commentpop-border3 {
	position: absolute;
	width: 14.2%;
	height: 100px;
	z-index: +1;
	padding-top: 12px;
	background-color: #FFFFFF;
	border: 2px solid #dadada;
    border-radius: 4px;
  }

  .formhistpop {
	position: absolute;
	width: 400px;
	height: 220px;
	z-index: 1;	
	margin-left: 130px;
	margin-top: -7%;
	background: white;
	border: 1px solid #dadada;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #808080;

  }
  
  .research-tooltip
  {
	cursor: pointer;
  }

  .popover-close
  {
	cursor: pointer;
  }
  

  /* NEW CSS 02-24-2022*/

/* The container */
.newCBcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .newCBcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .newCBcheckmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border-radius: 2px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .newCBcontainer:hover input ~ .newCBcheckmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .newCBcontainer input:checked ~ .newCBcheckmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .newCBcheckmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .newCBcontainer input:checked ~ .newCBcheckmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .newCBcontainer .newCBcheckmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  /* NEW CHECKBOX FOR small CB*/

.main_AuthorAff {
            
	position: relative;
	padding-left: 10px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
}
  
/* Hide the default checkbox */
/* input[type=checkbox] {
	visibility: hidden;
} */
  
/* Creating a custom checkbox
based on demand */
.geekmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: gray;
	border-radius: 3px;
	margin-top:3px;
	z-index:100;
}
  
/* Specify the background color to be
shown when hovering over checkbox */
.main_AuthorAff:hover input ~ .geekmark {
	background-color: white;
	border: 1px solid black;
}
  
/* Specify the background color to be
shown when checkbox is active */
.main_AuthorAff input:active ~ .geekmark {
	background-color: #2196F3;
}
  
/* Specify the background color to be
shown when checkbox is checked */
.main_AuthorAff input:checked ~ .geekmark {
	background-color: #2196F3;
}
  
/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.geekmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
/* Display checkmark when checked */
.main_AuthorAff input:checked ~ .geekmark:after {
	display: block;
}
  
/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and 
showing only two border to make it look
like a tickmark */
.main_AuthorAff .geekmark:after {
	left: 5.5px;
    bottom: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.textareaAutoAdjust {
    resize: none;
    overflow: hidden;
    min-height: 16px;
    max-height: auto;
}
.toggle-editor{display:none;}

.confirmResTitle {
	color: #3DB2CC;
	font-weight: normal !important;	
	cursor: pointer;
}

.confirmResTitle:hover {
	color: #0B79BE;
	text-decoration: underline #0B79BE;
	cursor: pointer;
}

.resFormProjTitle {
	color: black;
	font-weight: normal !important;
	cursor: pointer;
}

.pj-item-div
{
	margin-bottom: 2%;

}
.pt_extviewtext a
{
	color:#0B79BE !important;
	text-decoration: none;
}


.resFormProjTitle:hover {
	color: #0B79BE !important;
	/* text-decoration: underline #0B79BE; */
}

.generalText {
	color: #3DB2CC;
	font-weight: bold !important;
	cursor: pointer;
}

#datalist_result_v2 {
	position: absolute;
	background-color: white;
	border: 1px solid gray;
	border-radius: 0 0 5px 5px;
	border-top: none;
	font-family: sans-serif;
	padding: 5px;
	max-height: 10rem;
	overflow-y: auto;
	width: calc(100% - 2.1em);
}
  
#datalist_option_v2 {
	background-color: white;
	padding: 4px;
	color: black;
	margin-bottom: 1px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}
  
#datalist_option_v2:hover,  .active_v2{
	background-color: lightblue;
}

#datalist_result_v3 {
	position: absolute;
	z-index: 2;
	background-color: white;
	border: 1px solid gray;
	border-radius: 0 0 5px 5px;
	border-top: none;
	font-family: sans-serif;
	padding: 5px;
	max-height: 10rem;
	overflow-y: auto;
	width: 96.6%;
}
  
#datalist_option_v3 {
	background-color: white;
	padding: 4px;
	color: black;
	margin-bottom: 1px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}
  
#datalist_option_v3:hover,  .active_v2{
	background-color: lightblue;
}

#datalist_result_v4 {
	position: absolute;
	z-index: 2;
	background-color: white;
	border: 1px solid gray;
	border-radius: 0 0 5px 5px;
	border-top: none;
	font-family: sans-serif;
	padding: 5px;
	max-height: 10rem;
	overflow-y: auto;
	width: 96%;
}
  
#datalist_option_v4 {
	background-color: white;
	padding: 4px;
	color: black;
	margin-bottom: 1px;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
}
  
#datalist_option_v4:hover,  .active_v2{
	background-color: lightblue;
}

/* 06-15-2022 Project Title Search */

.wrapper_prjsearch {
	display: flex;
}

.wrapper_prjsearch .textarea_search{
	/* background:rgb(245, 244, 244); */
	/* border: 1px outset #f2f2f2; */
	border-radius: .25rem;
	flex: 1;
}

.textarea_search .autocomplete_list{
	padding: 0px;
	max-height: 100px;
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
}

.textarea_search.active .autocomplete_list{
	padding: 10px 8px;
	opacity: 1;
	pointer-events: auto;
	background: white;
	border: 1px solid #d7d3d3;
}

.autocomplete_list li{
	list-style: none;
	padding: 6px 12px;
	width: 100%;
	cursor: default;
	border-radius: 3px;
	display: none;
}

.textarea_search.active .autocomplete_list li{
	display: block;
}

.autocomplete_list li:hover{
	background: #efefef;
}

.ddstyle1_1
{
	border: 1px solid rgb(200, 200, 200);
	background: white;
	cursor: default;
	height: 34.5px;
	border-radius: 4px;
	padding-top: 7px;
	padding-left: 15px;
}

.ddstyle1_2
{
	font-size: 17px !important;
	margin-right: 5px;
	margin-top: 1px;
}

.ddfloat_text
{
	border: 1px solid rgb(200, 200, 200);
	background: rgb(193, 221, 255);
	display: none;
	position: absolute;
	height: 150px;
	width: 500px;
	margin-left: 95%;
	border-radius: 4px;
	font-size: 14px;
	z-index: 2;
}

.ddviewlink
{
	color: black;
}

.ddviewlink:hover
{
	color: #0B79BE;
	text-decoration: underline;
}


/* New CSS 09-04-2022*/
.dropdown-submenu_v2 {
	position: relative;
  }
  
.dropdown-submenu_v2 .dropdown-menu_v2 {
top: 0;
left: 100%;
margin-top: -1px;
}

/* The container */
.container_modal_v2 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 3px;
  }
  
  /* Hide the browser's default radio button */
  .container_modal_v2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark_modal_v2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #2196F3;
	
  }
  
  /* On mouse-over, add a grey background color */
  .container_modal_v2:hover input ~ .checkmark_modal_v2 {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container_modal_v2 input:checked ~ .checkmark_modal_v2 {
	background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark_modal_v2:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container_modal_v2 input:checked ~ .checkmark_modal_v2:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container_modal_v2 .checkmark_modal_v2:after {
	  top: 8px;
	  left: 8px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: white;
  }


  /* The container */
.container_modal_v3 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 3px;
  }
  
  /* Hide the browser's default checkbox */
  .container_modal_v3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark_modal_v3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border: 1px solid #2196F3;
	border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .container_modal_v3:hover input ~ .checkmark_modal_v3 {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_modal_v3 input:checked ~ .checkmark_modal_v3 {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark_modal_v3:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .container_modal_v3 input:checked ~ .checkmark_modal_v3:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_modal_v3 .checkmark_modal_v3:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }



  .input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 50%;
	margin-bottom: 15px;
  }
  
  .icon {
	padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 45px;
    height: 34px;
    text-align: center;
    position: fixed;
    left: 68.2%;
	padding-top: 6px;
  }
  
  .input-field {
	width: 100%;
	padding: 10px;
	outline: none;
  }
  
  .input-field:focus {
	border: 2px solid dodgerblue;
  }

.project-title-suggest-row
{
	margin-top: -1%;
	margin-bottom: -1.5%;
}

.preview-modal-header
{
	text-align: right;
}

.preview-modal-header > .btn-close
{
	border: none !important;
	padding: 0;
	font-size: 150%;
	margin-right: 1%;
	color: #66615B !important;
}

.preview-modal-header > .btn-close:hover, .preview-modal-header > .btn-close:active
{
	background: none !important;
	color: #66615B !important;
}
/* #i_PUB_SUBX-label
{
	position: absolute;
	margin-top: 2%;
	margin-left: 0%
} */


/******************************************** HELP AND INFO CSS *****************************************/

.help-info-page-home-label
{
	font-size: 130%;
	width: 80%;
	margin-left: auto;
	margin: -1% auto 1.5% auto;
	font-weight: bold;
}

.help-info-page-home-label a
{
	color: #0C79BD !important;
	text-decoration: none !important;
}

.help-info-container
{
	background-color: #0C79BD;
	padding-top: 2%;
	padding-bottom: 3%;
	margin-top: -1%;
}

.help-info-sub-header
{
	text-align:center;
	color: #ffffff;
}

.help-info-header
{
	text-align:center;
	font-size: 3em;
	color: #ffffff;
	font-weight: bolder;
}

.help-info-header a
{
	text-decoration: none !important;
	color: white;
}

.help-info-header a:hover
{
	color: white;
}

.help-info-search-bar
{
	margin-top: 2%;
}

.help-info-search-bar-wrapper
{
	width: 52.5%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	border-radius: 10px;
}

.help-info-search-bar .input-group input[type=text]
{
	height: 3em;
	font-size: 14px;
	background: #ffffff !important;
	border-radius: 0px 10px 10px 0px !important;
	box-shadow: inset 0 1px 1px transparent;
	border: 1px solid #ffffff !important;
}

.help-info-search-icon
{
	background: #ffffff !important;
	border-radius: 10px 0px 0px 10px !important;
	border: 1px solid #ffffff !important;
}

.help-info-section-container
{
	margin-top: 1%;
	margin-bottom: 2%;
}

.help-info-section-wrapper,.help-info-section-layout-container
{
	/*width: 80%;*/
	margin-left: auto;
	margin-right: auto;
}

.help-info-section-wrapper a
{
	text-decoration: none !important;
}

.help-info-sections
{
	text-align: center;
	font-size: 120%;
	color: #0C79BD;
	font-weight: bold;
	border: 2px solid #0C79BD;
	border-radius: 10px;
	padding: 3% 0%;
	cursor: pointer;
}

.help-info-sections:hover
{
	background-color: #0C79BD !important;
	color: #ffffff;
}

.help-info-sections-default img
{
	width: 70px;
	
}

.help-info-header-text
{
	font-size: 135%;
	color: #002060;
	font-weight: bold;
	margin-top: 2%;
}

.help-info-text
{
	font-size: 110%;
	color: #0C79BD;
	font-weight: bold;
}

.help-info-text:hover, .help-info-text a:hover
{
	color: #bd500c;
	text-decoration: none !important;
}

.help-info-text-div
{
	margin-top: 1%;
	margin-bottom: 1%;
}

.help-info-sections-active
{
	background-color: #0C79BD !important;
	color: #ffffff;
}

.help-info-layout-text
{
	font-size: 130%;
	color: #0C79BD;
	font-weight: bold;
}

.help-info-layout-desc-text
{
	font-size:90%;
}

.help-info-section-box
{
	border: 2px solid #0C79BD;
	border-radius: 10px;
	font-size: 85%;	
	padding: 2%;
}

.help-info-section-box-inner
{
	margin-top: 2%;
	padding: 1% 8%;
	overflow-y: auto;
	scrollbar-width: none;
}

.help-info-section-box-inner::-webkit-scrollbar 
{
  width: 4px;
  display: none;
}

/* Handle */
.help-info-section-box-inner::-webkit-scrollbar-thumb 
{
  background: #0C79BD; 
  margin-right: 5px;
  border-radius: 5px !important;
}

.help-info-section-box-see-more
{
	border-top: 1px solid #0C79BD;
	color: #0C79BD;
	margin-right: auto;
	margin-left:auto;
	width: 90%;
	font-weight: bold;
	text-align:center;
	margin-top: 3%;
	padding-top: 2%;
}

.see-more-direction
{
	font-size: 200%;
	font-weight: bolder;
	cursor: pointer;
}

.see-more-direction:active
{
	color: #bd500c;
}

.see-more-down
{
	margin-left: 5%;
}

.see-more-text-div
{
	margin-top: 19%;
}


.help-info-header-box-text
{
	margin-bottom: 5%;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}

.help-info-text-box-div
{
	margin-bottom: 5%;
	font-size: 90%;
	font-weight: normal;
	cursor: pointer;
}

.faq-article-title-text
{
	font-weight: bold;
	color: #0C79BD;
	margin-bottom: 2%;
}

.faq-article-text
{
	text-align: justify;
	line-height: 150%;
	width: auto;
}

.faq-article-text img
{
	width: 100%;;
}

.help-info-section-article-wrapper
{
	margin-left: auto;
	margin-right: auto;
}

.faq-related-article-topic
{
	font-size: 140%;
	color: #002060;
	font-weight: bold;
	margin-bottom: 5%;
}

.faq-related-article-titles
{
	font-size: 70%;
}

.faq-related-article-titles a
{
	text-decoration: none !important;
}

.faq-article-box
{
	border: 1px solid gray;
	border-radius: 10px;
	padding: 3%;
}

.article-submit-q-text
{
	font-size: 90%;
	color: gray;
}

.faq-article-smiley
{
	border: 1px solid white;
	padding: 3% 3%;
	border-radius: 5px;
	cursor: pointer;
}

.faq-article-smiley img
{
	width: 50px;
}

.faq-submit-row-container
{
	margin-top: 5%;
}

.webinar-heading
{
	font-size: 130%;
	color: #0C79BD;
}

.video-row
{
	margin-top: 1%;
}

.video-outline-wrapper
{
	max-height: 300px;
	overflow-y: auto;
	font-size: 80%;
}

.video-outline-wrapper > .video-outline
{
	margin-top: 5%;
	margin-bottom: 2%;
}

.video-outline
{
	cursor: pointer;
}

.video-outline:hover
{
	color: #0C79BD;
}

.resources-items-wrapper
{
	background: #f1f4fa;
	margin-left: auto;
	margin-right: auto;
}

.slick-arrow:before
{
	color: #0C79BD !important;
}

.resources-items, .testimonials-items
{
	padding: 0.5%;
	text-align: center;
}

.resource-items-title
{
	font-size: 90%;
	font-weight:bold;
	margin-top: 5%;
}

.resources-items img, .testimonials-items img
{
	cursor: pointer;
	border: 2px solid #c0c3c8;
	margin-left: auto;
	margin-right: auto;
}

.resource-item-img
{
	padding-left: 2%;
}

.resource-item-img img, .resource-item-img video
{
	max-width: 100% !important;
	height: auto;
	box-shadow: 10px 10px #a8aaaf;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: 2%;
	max-height: 450px !important;
}

.resource-item-img video, .resource-item-enlarged video
{
	width: 100%    !important;
	height: auto   !important;
	max-height: 450px !important;
	min-height: 300px !important;
	margin-left: auto;
	margin-right: auto;
}

.resource-item-media
{
	margin-left: auto;
	margin-right: auto;
}

.resources-border-item
{
	border-right: 2px solid #e5e5e5;
	margin-top: 50%;
}

.resource-item-details-div
{
	font-size: 170%;
	margin-top: 20%;
}

.resources-desc-fs-3
{
	font-size: 150%;
}

.resources-desc-fs-2
{
	font-size: 130%;
}

.resources-desc-fs-1
{
	font-size: 110%;
}

.resource-item-details-div
{
	padding: 2%;
	margin-right: 5%;
}

.resource-item-details
{
	padding: 1%;
	border: 2px solid #a8aaaf;
	border-radius: 20px;
}

.resource-item-enlarge, .testimonials-item-enlarged
{
	font-size: 110%;
	color: white;
	background: black;
	border:2px solid white;
	position: absolute;
	z-index: 10000;
	border-radius: 60%;
	left: 85%;
	top: 5%;
	display: none;
	cursor: pointer;
}

.item-enlarge-div
{
	padding: 5px 10px;
	
}

.resource-item-enlarged img
{
	max-width: 100%;
	height: auto;
}

.resource-modal
{
    width: 60% !important;
}

.resources-items-thumbnail
{
	width: 60%;
}

.testimonials-items-thumbnail
{
	width: 80%;
}

.video-testimonial-container
{
	margin-top: 5%;
}

.video-testimonial-desc
{
	text-align: justify;
	width: 80%;
	font-size: 90%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 5%;
}

.text-testimonial-container,.herdin-contributors-container
{
	margin-top: 3%;
}

.text-testimonials-items
{
	border: 2px solid gray;
	text-transform: italic;
	padding: 10%;
	border-radius: 10px;
	text-align: justify;
	position: relative;
	z-index: 1;
	margin: 0px 1%;
}

.testimonials-hr
{
	border: 1px solid gray;
	width: 30%;
	margin-top: 7%;
}

.text-testi-img
{
	margin-bottom: -10%;
	position: relative;
	z-index: 2;
}

.text-testi-img img
{
	height: auto;
	border-radius: 50%;
	width: 30%;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
}

.help-info-bread-crumbs a
{
	text-decoration: none;
	font-size: 110%;
	color: gray !important;
	
}

.help-info-bread-crumbs a:hover
{
	color: #bd500c !important;
	text-decoration: none;
	font-weight: bold;
}

.bread-crumbs-wrapper
{
	margin-top: 1%;
	margin-bottom: 1%;
}

.faq-article-submit-comment-row
{
	display: none;
	margin-top: 5%;
}

.article-submit-callback-text
{
	font-size: 130%;
	font-weight: bold;
}

.faq-submit-success
{
	color: #0C79BD;
}

.faq-submit-warning
{
	color: #856404;
}

.faq-submit-danger
{
	color: #721c24;
}

.author-sup
{
	margin-left: 3px;
	color: #0c79bd;
	cursor: pointer;
	font-size: 100%;
}

.research-author-highlight-inst
{
	font-weight: bold;
}

.related-inst-hide
{
	display: none;
}

.related-inst-see-more
{
	cursor: pointer;
	color: #f96500;
}

.text-testimonials-div
{
	font-style: italic;
	font-size: 90%;
	margin-top: 5%;
}

.text-testimonial-from
{
	text-align: right;
	margin-top: 10%;
	position: absolute;
	bottom: 10%;
	right: 10%;
	font-size: 90%;
	z-index: -100;
}

.search-expertise-div
{
	margin-bottom: 10px;
	
}

.search-expertise-div input
{
	width: 100% !important;
}

.researchers-expertise-div-container
{
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.selected-expertise-item-container
{
	margin-top: 10%;
	display: none;
}

.remove-selected-expertise
{
	font-size: 120%;
	cursor: pointer;
	margin-right: 10px;
}

.selected-expertise-item
{
	margin-top: 5%;
	margin-bottom: 5%;
}

.help-info-outer-container
{
	width: 80%;
	margin-left:auto;
	margin-right: auto;
}

.related-articles-wrapper
{
	overflow-y:auto;
	overflow-x: hidden;
}

.herdin-auto-suggest-wrapper
{
	width: 49%;
	margin: 0 auto;
	display: none;
	position: absolute;
	z-index: 5000;
	/*left: 25.5%;*/
	background: white;
	border: 1px solid gray;
	box-shadow: 0px 2px 10px;
}


.herdin-auto-suggest-list-item-loading
{
	display: none;
	padding: 2% 3%;
}

.herdin-auto-suggest-list-item
{
	padding: 2% 3%;
	margin-bottom: 3px;
	cursor: pointer;
	text-align: left;
}

.herdin-auto-suggest-list-item:hover
{
	background: #e5e5e5;
}

.herdin-auto-suggest-list-item.active
{
	background: #e5e5e5;
}

.search-list-items
{
	color: #0C79BD;
	font-size: 130%;
	padding-top: 1%;
	padding-bottom: 1%;
}

.search-list-result-count
{
	color: gray;
	font-size: 160%;
	margin-top: 2%;
	margin-bottom: 2%;
}

.search-list-path
{
	font-size: 100%;
	color: gray;
}

.testi-logo
{
	width: 25%;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.testi-text-div
{
	margin-top: 10%;
}

.testi-read-more
{
	font-weight: bold;
	white-space: pre;
	cursor: pointer !important;
	font-size: 90%;
	margin-top: 2%;
	text-decoration: underline;
}

.testi-read-more:hover
{
	color: blue;
}

.text-read-more-full
{
	margin: 3% 5%;
	text-align: justify;
}

.herdin-contributors-label
{
	font-size: 150%;
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 3%;
}

.contributors-testimonials-div
{
	text-align: justify;
}

.contributors-testimonials-items
{
	padding: 0 5%;
}

.slick-track
{
	float: left;
}

.testi-article-label
{
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 3%;
	font-size: 140%;
}

.testi-article-col
{
	text-align: justify;
}

.test-article-img
{
	margin-left: auto;
	margin-right: auto;
}

.testi-article-img-caption
{
	font-size: 90%;
	font-style: italic;
}


/***************** SLICK CAROUSEL ***************/

.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}


/**************************** LOADING SPEED ***********************************/

.loading-speed-start-label
{
	font-weight: 120%;
	font-weight: bold;
	margin-top: 7%;
}

.loading-speed-table-row
{
	margin-top: 3%;
}


/*********************************** MOBILE VIEW *************************/

.navbar-logo-mobile
{
	float: left !important;
}

.navbar-toggle
{
	margin-top: 3%;
}

.about-us-table td
{
	white-space: normal !important;
	min-width: 150px;
}

.filter-direction-wrapper
{
	display: none;
}

.research-year-start
{
	padding-right: 0;
}

.research-year-to
{
	padding-left: 0;
}

.apply-filter
{
	margin-top: 10%;
}

.reset-filter
{
	margin-top: 10%;
}

.form-filters-elem
{
	display: block;
}

.details-references
{
	word-wrap: break-word;
}

.research-year-filter-row
{
	margin-top: 10%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*************************************** TASK 04042020 ************************************************/

.matching-article-span
{
	margin-left: 10%;;
	font-weight: bold;
	font-size: 140%;
}

.filter-type-div,.filter-div-label
{
	float: left;
}

.filter-div-label
{
	margin-left: 1.5%;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 1%;
}

.filter-list-div
{
	margin-top: 2%;
	margin-bottom: 4%;
}

.filter-type-div
{
	color: white;
	background: #ff822d;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0.5px;
	margin-bottom: 4px;
}

.filters-list-remove
{
	font-size: 90%;
	margin-left: 5px;
	cursor: pointer;
}

.filter-type-div-disabled
{
	background: #ffc096;
	cursor: not-allowed;
}

.filter-type-div-disabled < .filters-list-remove
{
	cursor: not-allowed !important;
}

.search-alert-div
{
	background: #0c79bd;
	float: left;
	padding: 5% 8%;
	border-radius: 5px;
	color: white;
	font-size: 90%;
	cursor: pointer;
}


.search-alert-div:active
{
	background: #54a1d0;
}

.search-alert-wrapper,.search-alert-list-wrapper
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.search-alert-list-wrapper
{
	margin-top: 3%;
}

.search-alerts-fieldset
{
	border: 1px solid #0c79bd !important;
	border-radius: 10px;
}

.search-alert-filters-div
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
}

.search-alert-filters-pill
{
	padding: 1% 2%;
	border-radius: 5px;
	/*background: #0c79bd;*/
	background: #8c8c8c;
	margin-left: 5px;
	color: white;
	margin-top: 3%;
	float: left;
	cursor: pointer;
}

.search-alert-filters-pill.active
{
	background: #0c79bd;
}

.herdin-fieldset
{
	border: 1px solid #0c79bd !important;
	border-radius: 10px;
}

.search-alerts-fieldset legend
{
	width: auto;
	margin-left: 2%;
	border: none;
	margin-bottom: auto;
	padding-left:1.5%;
	padding-right:1.5%;
	font-size: 115%;
	font-weight: bold;
}

.herdin-fieldset legend
{
	width: auto;
	margin-left: 2%;
	border: none;
	margin-bottom: auto;
	padding-left:1.5%;
	padding-right:1.5%;
	font-size: 115%;
	font-weight: bold;
}

.search-alert-fields
{
	width: 95% !important;
	border: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-left: 10px;
	resize: none;
	margin-top: -4px;
}

.herdin-fieldset-fields
{
	width: 95% !important;
	border: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-left: 10px;
	resize: none;
	margin-top: -4px;
}

.search-alert-row
{
	margin-top: 5%;
	margin-bottom: 5%;
}

.search-alert-label-row
{
	font-size: 130%;
	font-weight: bold;
	color: #0c79bd;
	
}

.search-alert-btn
{
	margin-left: 2%;
	font-size: 110%;
}

.search-alert-save-btn, .add-search-alert-btn
{
	background: #0c79bd;
	color: white;
}

.add-search-alert-btn:hover, .add-search-alert-btn:active, .search-alert-save-btn:hover, .search-alert-save-btn:active
{
	color: white !important;
	background: #54a1d0;
}

.search-alert-cancel-btn
{
	background: white;
	color: #0c79bd;
}

.search-alert-cancel-btn:hover, .search-alert-cancel-btn:active
{
	background: white;
	color: #0c79bd;
}

/*****************/

.herdin-btn
{
	margin-left: 2%;
	font-size: 110%;
}

.herdin-save-btn
{
	background: #0c79bd;
	color: white;
}

.herdin-save-btn:hover, .herdin-save-btn:active
{
	color: white !important;
	background: #54a1d0;
}

.herdin-cancel-btn
{
	background: white;
	color: #0c79bd;
}

.herdin-cancel-btn:hover, .herdin-cancel-btn:active
{
	background: white;
	color: #0c79bd;
}

.modal-content
{
	min-height: 200px !important;
}

.search-alert-list-table
{
	margin-top: 2%;
}

.search-alert-list-table thead
{
	background-color: #0c79bd !important;
	color: white !important;
	font-weight:bold;
}

.search-alert-list-table thead th
{
	border: 0 !important;
}

.search-alert-list-btns
{
	margin-left: 4%;
	margin-right: 4%;
	cursor: pointer;
}

.search-alert-list-btns:hover
{
	color: #0c79bd;
}

.search-list-filter-div
{
	overflow-y: auto;
}

.search-filter-count-badge
{
	border-radius: 5px;
	padding: 0 8%;
	float: right;
	font-weight: bold;
	background: #cee4f1;
	color:#0c79bd;
	cursor: pointer;
}

.search-filter-count-badge:active
{
	background: #0c79bd;
	color: #ffffff;
}

.search-filter-listitem-row
{
	margin-bottom: 5%;
}

.citation-download-div
{
	margin-left: 5px;
}

.citation-format-item-div
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}

.citation-format-item-div a
{
	text-decoration: none !important;
	cursor: pointer;
	color: #0c79bd;
}

.error-report-modal-header
{
	background: #0c79bd;
	color: #ffffff !important;
}

.error-report-modal-header button
{
	color: #ffffff !important;
	opacity: 0.7;
}

.error-report-close-btn
{
	margin-top: 3px !important;
	margin-left: 5px;
}

.error-report-welcome-text
{
	text-align: center;
	margin-bottom: 6%;
}

.error-report-modal-dialog
{
	width: 520px !important;
}

.error-report-row
{
	margin-bottom: 5%;
	margin-top: 5%;
}

.herdin-fieldset-fields-additional
{
	border-left:1px solid #ccc !important;
}

.error-report-others-row
{
	display: none;
}

.error-report-attachment-item-div
{
	margin-bottom: 3%;
}

.error-report-attachment-item-div a
{
	text-decoration: none;
	color: #0c79bd;
}

.search-suggestion-header
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1%;
}

.search-suggestion-container
{
	margin-top: 2%;
}

.search-suggestion-item
{
	font-size: 110%;
	margin-bottom: 2%;
	
}

.search-suggestion-item-title
{
	color: #0c79bd;
}

.search-suggestion-item-count
{
	color: gray;
}

.related-search-div
{
	margin-top: 5%;
	margin-bottom: 6%;
	background: #f5f5f5;
	border-color: 1px solid #e3e3e3;
	padding: 2%;
}

.related-search-title
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2%;
}

.related-search-item
{
	font-size: 110%;
	color: #0c79bd;
	margin-bottom: 5%;
}

.herdin-search-auto-suggest-wrapper
{
	margin-left: 0 !important;
	margin-right: auto !important;
	margin-left: 2.5% !important;
	margin-top: 0.7%;
}

.auto-suggest-list
{
	padding: 2%;
}

.auto-suggest-item
{
	padding: 1% 0.5%;
	cursor: pointer;

}

.auto-suggest-item:hover
{
	background: #a6a6a6;
	color: white;
}

.add-new-techbrief-inst,.remove-techbrief-inst
{
	cursor: pointer;
}

.action-confirmation-outer
{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	top:0;
	left:0;
	z-index: 9999;
	opacity: 0.5;
	background:#ffffff;
}

.mssg_alert_outer
{
	position: fixed;
	width: 100%;
	font-size: 16px;
	top: -100px;
	z-index: 100000;
	opacity: 0;
}


.mssg_alert_inner
{
	max-width: 40%;
	margin-left:auto;
	margin-right: auto;
	padding: 25px;
}

.mssg_alert_close
{
	font-size: 30px;
	margin-top: -37px;
	margin-right: -22px;
	cursor: pointer;
	height: 10px;
}

.return-message-box
{
	top:12%;
	left:80%;
	width: 18%;
	color: #333;
	z-index:10000;
	position:fixed;
}

.bg-success
{
	color: #155724;
}

.bg-warning
{
	color: #856404;
}

.bg-danger
{
	color: #721c24;
}

.bg-info
{
	color: #0c5460;
}

.mssg-box-display
{
	display: auto;
}

.mssg-box-hide
{
	display: none;
}

.return-message-box-text-container
{
	padding: 20px;
	border-radius: 10px;
}

.close-message-box
{
	cursor:pointer;
}

.abstract-structure-display-div
{
	font-size: 95%;
	margin-top: -10px;
}

.filename-display-span
{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.correspondence-row
{
	margin-bottom: 1px;
}

.correspondence-name
{
	font-weight: bold;
}

.suggested-mesh-item
{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 7px;
}

.select-suggested-mesh
{
	margin-left: 10px;
	font-size:18px; 
	color:#FAA532; 
	cursor: pointer;
}

.suggested-mesh-error-msg
{
	color:#a94442;
	margin-top: 5px;
	margin-bottom: 10px;
}

.change-source-main-div
{
	text-align: center;
	margin-top: 4%;
}

.change-source-button-div
{
	margin-top: 5%;
}

.change-source-icon-div
{
	margin-bottom: 3%;
	background: rgb(255,202,40);
	font-size: 150%;
	width: 35px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
/********************************************* FIXES *******************************************/

.search-alert-div-header
{
	font-weight: bold;
}

.search-alert-div-center
{
	text-align: center;
}

.search-alert-div-container
{
	font-size: 110%;
	border: 1px solid #0c79bd;
}

.search-alert-div-container .row > div
{
	padding-top: 1%;
	padding-bottom: 1%;
}

.search-alert-div-container > .row div
{
	border: 1px solid #0c79bd;
}

.small-screen
{
	display: none;
}

.not-small-screen
{
	display: block;
	margin-top: 1%;
}

#citation-found-container-parent
{
	padding: 10px 25px;
}

.citation-found-container p
{
	font-size: 14px;
	line-height: 1.2em;
}

.similar-citation-item
{
	height: 10vh;
	overflow: auto;
}

.citation-item
{
	height: 25vh;
	padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.citation-item::-webkit-scrollbar,
.similar-citation-item::-webkit-scrollbar
{
    width: 5px;
}

.citation-item::-webkit-scrollbar-track,
.similar-citation-item::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

.citation-item::-webkit-scrollbar-thumb,
.similar-citation-item::-webkit-scrollbar-thumb
{
    background: #888;
    border-radius: 10px;
}

.citation-item::-webkit-scrollbar-thumb:hover,
.similar-citation-item::-webkit-scrollbar-thumb:hover
{
    background: #555;
}

.citation-found-container .citation-items-container .citation-items p
{
	vertical-align: middle;
	margin-bottom: 3%;
	font-size: 14px;
	line-height: 1.2em;
}

.citation-found-container .citation-items-container .citation-items .checkbox-container .select-citation
{
	vertical-align: baseline;
}

.citation-found-container .citation-items-container .citation-items span
{
	vertical-align: middle;
}

.none-citation-found-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.citation-found-container .citation-items-buttons
{	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 45px;
}

.citation-found-container .citation-items-buttons .select-citation-btn
{	
	background-color: #007bff;
	color: white;
	border-radius: 9px;
	transition: background-color 0.3s ease, color 0.3s ease;
	vertical-align: middle;
}

.citation-found-container .citation-items-buttons .ignore-citation-btn
{
	border-radius: 9px;
	transition: background-color 0.3s ease, color 0.3s ease;
	vertical-align: middle;
}

.citation-found-container .citation-items-buttons .next-citation-button, .citation-found-container .citation-items-buttons .previous-citation-button
{
	background-color: white;
	color: black;
	padding: 5px 10px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	vertical-align: middle;
}

.citation-found-container .citation-items-buttons .select-citation-btn:hover
{	
	background-color: blue;
}

.custom-loader
{
    width: 65px;
    height: 65px;
    display: grid;
}

.custom-loader::before,
.custom-loader::after
{    
    content:"";
    grid-area: 1/1;
    --c: radial-gradient(farthest-side,#F79F27 92%,#0000);
    background: 
      var(--c) 50%  0, 
      var(--c) 50%  100%, 
      var(--c) 100% 50%, 
      var(--c) 0    50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s2 1s infinite;
}

.custom-loader::before
{
  margin:8px;
  filter:hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes s2
{ 
  100%{transform: rotate(.5turn)}
}

.show-citation
{
	display: block !important;
}

.active-citation
{
	color: black;
}

.citations-found-content .fade-citation
{
	opacity: 1;
	transition: opacity 0.5s ease;
	display: block;
}
  
.citations-found-content .fade-citation:not(.show-citation) {
	opacity: 0;
	display: none;
}

.text-justify
{
	text-align: justify;
}

.text-center
{
	text-align: center;
}

.shadow 
{
	box-shadow: 2px 2px 5px lightgray;
}

.close-citation
{
	color: #383838;
    float: right;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    opacity: .5;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: transparent;
	border: none;
}

.close-citation:focus,
.close-citation:hover {
    color: #313131;
    opacity: .75;
    text-decoration: none
}

.close-citation:not(:disabled):not(.disabled) {
    cursor: pointer
}

.citation-panel-collapse
{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.citation-collapse-in
{
	max-height: 200px;
	overflow-y: visible;
	overflow-x: hidden;
}

.citation-panel-title
{
	text-align: justify;
	cursor: pointer;
}

.hidden {
	display: hidden;
}

/* User profile section */

#userProfileSection .container {
	max-width: 800px;
	margin: 0 auto;
}

#userProfileSection .section {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

#userProfileSection .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

#userProfileSection .section-header h2 {
	font-size: 18px;
	margin: 0;
	color: #343a40;
}

#userProfileSection .edit-button {
	background: #f8f9fc;
	border: 1px solid #ced4da;
	border-radius: 20px;
	font-size: 14px;
	padding: 5px 15px;
	cursor: pointer;
	color: #6c757d;
	transition: background-color 0.3s ease;
}

#userProfileSection .edit-button:hover {
	background: #e9ecef;
}

#userProfileSection .profile-header {
	display: flex;
	align-items: center;
}

#userProfileSection .profile-image {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
}

#userProfileSection .profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#userProfileSection .profile-info {
	display: flex;
	flex-direction: column;
}

#userProfileSection .profile-info h3 {
	margin: 0;
	font-size: 18px;
	color: #343a40;
}

#userProfileSection .profile-info span {
	font-size: 14px;
	color: #6c757d;
}

#userProfileSection .info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
}

#userProfileSection .info-grid div {
	display: flex;
	flex-direction: column;
}

#userProfileSection .info-grid div span {
	font-size: 13px;
	color: #6c757d;
}

#userProfileSection .info-grid .input-guidelines {
	font-size: 13px;
	color: #6c757d;
}

#userProfileSection .info-grid li.success {
	color: green;
	font-weight: bold;
}

#userProfileSection .info-grid div strong {
	font-size: 15px;
	color: #343a40;
}

#userProfileSection .badge {
	padding: 2px 5px;
	background-color: #F79F27;
}

#userProfileSection .required {
	color: white
}

.error-message {
	color: red !important;
	font-size: 12px !important;
	margin-top: 5px !important;
}

.input-success {
	border: 1px solid green !important;
	border-radius: 5px !important;
	box-shadow: 0 0 1px green !important;
}

.input-error {
	border: 1px solid red !important;
	border-radius: 5px !important;
	box-shadow: 0 0 1px red !important;
}

.otp-group-input {
	display: flex;
	flex-direction: row !important;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.otp-group-input:focus-within { 
	outline: 1px solid rgb(12, 121, 189) 
}

.otp-group-input > input {
	flex-grow: 2;
	border: none;
}

.otp-group-input > input:focus {
	outline: none;
}

.otp-group-input > button {
	min-width: 75px;
	font-size: 14px;
	border: 1px solid rgb(12, 121, 189);
	background: rgb(12, 121, 189);
	color: white;
}

.otp-group-input > button:hover {
	border: 1px solid rgb(6, 146, 234);
	background: rgb(6, 146, 234);
}

.otp-group-input > button:disabled {
	background-color: rgb(104, 183, 232);
	border: rgb(104, 183, 232);
}

.otp-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
	gap: 10px;
}

.otp-container .otp-input-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.otp-container .otp-input-container > input {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	margin: 0 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.otp-container .otp-input-container input:focus {
	border-color: rgb(12, 121, 189);
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.otp-container #verify_otp_button {
	display: inline-block;
	background-color: rgb(12, 121, 189);
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.otp-container #verify_otp_button:disabled {
	background-color: gray;
}

.otp-container #verify_otp_button:hover {
	background-color: #0056b3;
}

.otp-container #resend_otp {
	font-size: 14px;
	color: rgb(12, 121, 189);
	background: none;
	border: none;
}

.otp-container #resend_otp:disabled {
	color: gray;
	text-decoration: none !important;
}

.otp-container #resend_otp:hover {
	text-decoration: underline;
}

/* User profile in mobile view */

/* Custom Modal */

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 500px;
	height: 100vh;
	right: 0;
	top: 0;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.5s ease-in-out;
  }

  .modal.right .modal-content {
	height: 100vh;
	overflow-y: auto;
	border-radius: 0;
  }

  .modal.right.in .modal-dialog {
	transform: translate3d(0, 0, 0);
  }

  .modal.right .modal-body p {
	font-size: 14px;
  }

  .modal.right .modal-body label {
	font-size: 14px;
  }

  .shadow-container {
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }

@media (max-width: 768px) {
    #userProfileSection .info-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

	.modal.right .modal-dialog {
		width: 300px;
	}
}

@media (min-width: 769px) and (max-width: 1200px) {
    #userProfileSection .section {
       margin-top: 50px;
    }

	.otp-container {
		margin-top: 50px;
	}

	.modal.right .modal-dialog {
		width: 400px;
	}
}

/* End User profile in mobile view */

/* End User profile section */

/* Shake animation */
@keyframes shake {
	0% { transform: translateX(0); }
	25% { transform: translateX(-5px); }
	50% { transform: translateX(5px); }
	75% { transform: translateX(-5px); }
	100% { transform: translateX(0); }
}

.animate-shake {
	animation: shake 0.5s ease-in-out;
}

button.link-button {
	background: none;
	color: #0489a8;
	border: none;
	padding: 0;
	font-size: inherit;
	text-decoration: none;
}

button.link-button:hover {
	text-decoration: underline;
}
  
button.link-button:disabled {
	color: #6c757d;
	text-decoration: none;
	cursor: not-allowed !important;
}

#freeFulltextDownloadModal * {
    font-family: 'Segoe UI', sans-serif;
}

.free-fulltext-download-modal-container {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.free-fulltext-download-modal {
	background: white;
}

.free-fulltext-download-modal .download-card {
	background: white;
	width: 100%;
}

.free-fulltext-download-modal h2 {
	color: #1a1a1a;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.free-fulltext-download-modal .form-group {
	margin-top: 1.25rem;
}

.free-fulltext-download-modal label {
	display: block;
	margin-bottom: 0.5rem;
	color: #404040;
	font-size: 0.9rem;
	font-weight: 500;
}

.free-fulltext-download-modal select {
	width: 100%;
	height: 4.5rem;
	padding: 0.75rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: white;
	transition: all 0.3s ease;
}

.free-fulltext-download-modal input {
	width: 100%;
	height: 4.5rem;
	padding: 0.75rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: white;
	transition: all 0.3s ease;
}

.free-fulltext-download-modal select:focus {
	outline: none;
	border-color: #0066ff;
	box-shadow: 0 0 0 3px rgba(0,102,255,0.1);
}

.free-fulltext-download-modal .button-group {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	justify-content: flex-end;
}

.free-fulltext-download-modal .btn {
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 8px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.free-fulltext-download-modal .btn-close {
	background: #f0f0f0;
	color: #404040;
}

.free-fulltext-download-modal .btn-close:hover {
	background: #e0e0e0;
	color: #404040;
}

.free-fulltext-download-modal .btn-download {
	background: #0066ff;
	color: white;
}

.free-fulltext-download-modal .btn-download:hover {
	background: #0052cc;
}

.free-fulltext-download-modal input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #0066ff;
	cursor: pointer;
}

.checkbox-container {
	display: flex;
}

.checkbox-card {
	padding: 1rem;
	width: 100%;
	background: white;
	border: 2px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: center;
}

.checkbox-card:hover {
	border-color: #2196F3;
}

.checkbox-card input {
	display: none;
}

.checkbox-card input:checked ~ .checkbox-content {
	border-color: #2196F3;
}

.checkbox-card input:checked {
	border-color: #2196F3;
}

.checkbox-card:has(input:checked) {
	border-color: #2196F3;
	background-color: #e3f2fd;
}

@media (max-width: 480px) {
	.checkbox-container {
		flex-direction: column;
	}
}

@media (min-width: 481px) {
	.checkbox-container {
		gap: 1rem;
	}
}

@media (max-width: 991px) {
	#userclass-container {
		width: 100% !important;
	}
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f0f2f5;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #0066ff;
}