/** New style **/

/*** Active ealier navbar ***/



.navbar-brand-main {
	height: 85px;
	padding: 0px;
}

.navbar {
	border-radius: 0px;
}

.navbar-default {
	background-color: rgb(53, 64, 79);
    border-color: rgb(53, 64, 79);	
    margin-bottom:0px;
}

.navbar-curator {
	background-color: rgb(215, 235, 235);
    border-color: rgb(53, 64, 79);
    border: 0;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(53, 64, 79);
}

#fixed-header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000; /* warning: balloon css are set to 9999 z-index, this needs to be at least 10k*/
	padding: 0px;
}

html, body {
	background-color: rgb(254, 254, 226);
}

.top-buffer { margin-top:20px; }

.left-buffer {
	margin-left: 1%;
}

.top-buffer-15 {
	margin-top: 15px;
}

.top-buffer-7 {
	margin-top: 7px;
}
.top-buffer-header {
	margin-top: 12px;
}
.font-button-header {
	font-size: 20px;
}

.navbar.btn-sm {
	padding: 8px 11px;
	font-size: 10px;
}

.gephebase-col-4 {
	width: 4%;
}
.gephebase-col-10 {
	width: 10%;
}
.gephebase-col-60 {
	width: 60%;
}

.gephebase-col-9 {
	width: 9%;
	height: 95px;
}

.gephebase-col-21 {
	width: 21%;
}

.gephebase-col-50 {
	width: 50%;
}
.gephebase-col-30 {
	width: 30%;
}
.gephebase-col-20 {
	width: 20%;
}
.gephebase-col-15 {
	width: 15%;
}
.gephebase-font-size-15 {
	font-size: 15px;
}

.gephebase-logo {
	height:100%;
	width: 100%;
}

#edit-search-entry .typeahead{
	margin-top: 6px;
	height: 30px;
	font-size: 14px;
	margin-left: 10px;
	width: 73px;
	padding: 0px 12px;
}

.criteria-row {margin-bottom: 5px;}

.typeahead {
	padding: 0px 12px;
}

.save-entry-header button {
	margin-top: 4px;
	margin-left: 10px;
}

#edit-search-entry {
	height: 100%;
	margin-right: 0.5%;
}

#import-entry input{
	display: inline;
	margin-top: 4px;
	margin-left: 10px;
}

#import-entry input[type='submit'] {
	margin-right: 13px;
}

#import-entry {
	margin-left: 0.5%;
	height: 40px;
}

#import-entry strong {
	margin-left: 10px;
}


#import-header-entry form{
	width: 100%;
}
#import-header-entry div {
	width: 50%;
}

.li-gephebase-header-curator {
	border-left: 3px solid rgb(53, 64, 79);
}
.li-gephebase-header-curator-last {
	border-left: 3px solid rgb(53, 64, 79);
	border-right: 3px solid rgb(53, 64, 79);
}

#gephebase-header-title {
	font-size: 15px;
	color: white;
	line-height: 50px;
	background-color: transparent;
	width: 30%;
	overflow: hidden;
}

#gephebase-header-menu {
	background-color: rgb(53, 64, 79);
}
.gephebase-header-curator {
	background-color: rgb(215, 235, 235);
	border-bottom: 10px solid rgb(53, 64, 79) !important;
	height: 50px;
}

#gephebase-header-curator li, #gephebase-header-curator-mobile li {
	height: 50px;
}

#gephebase-header-curator .dropdown li, #gephebase-header-curator-mobile .dropdown li {
	height: auto;
}

.gephebase-header-curator a {
	color: black !important;
}
.gephebase-header-curator a:hover, .gephebase-header-curator a:focus, .gephebase-header-curator a:active {
	background-color: rgb(235, 255, 255) !important;
}

#gephebase-header-menu a:hover, #gephebase-header-menu a:focus, #gephebase-header-menu a:active {
	background-color: transparent !important;
}

#page-content {
	background-color: rgb(252, 252, 252);
	padding-top: 180px;
}

.highlight {
    background-color: #FFFF88;
}

.inner-box {
	background-color: rgb(245, 245, 245);
	border: none;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
  	padding: 15px 20px 30px 20px;
}

#tabs{
padding: 20px !important;
}


.gephebase-col-xs-12 > .inner-box {
    margin: 20px;
	padding: 10px 13% 30px 13%;
	background-color: rgb(245, 245, 245);
}

#stripes{
	padding-bottom: 80px;	
/*	background: repeating-linear-gradient(
  45deg,
  rgb(252, 252, 252),
  rgb(252, 252, 252) 10px,
  rgb(53, 64, 79) 10px,
  rgb(53, 64, 79) 20px
);*/
background-color:rgb(53, 64, 79);
}


.help{
	cursor: help;
}

#gephebase-search-results{
	transition: all 0.3s ease;
	color: #fff;
	background-color: rgb(242, 101, 34);
	border-color: #d43f3a;
	border-radius: 100px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	padding: 10px 12px;
	font-family: 'Verlag Book';
	cursor: pointer;
	position: relative;
	float: right;
	border: 7px solid #ddE;
	font-weight:bold ;

	}
	
#gephebase-search-results:hover{
	border: 7px solid rgb(242, 101, 34);
		
}	

.gephebase-table-summary-container {
    overflow: auto;
    min-width: 1200px;
 }

#summary-table tbody tr{
	border-left:1px solid #35404f;
	border-right:1px solid #35404f;
	
}

#summary-table {
	width: 100% !important;
	font-size: 12px;
}

/*#summary-table, #summary-table tr, #summary-table td, #summary-table th{
	position:relative;
	overflow: visible;
	z-index:200;
}

#summary-table tbody tr:last-child{
	border-bottom:1px solid #35404f;
}
*/
#search-id-value{
	input:focus::-webkit-input-placeholder { color:transparent; }
	input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
	input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
	input:focus:-ms-input-placeholder { color:transparent; }
}

.entries-length {
	font-size: 35px;
    font-weight: bolder;
	}

td.gepheId {
	text-align:left;
}
.container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.fixed-header-scroll {
	margin-left: 0px;
}

#fixed-header {
	background-color: rgb(53, 64, 79);
}

.gephebase-header-curator .dropdown-menu {
	background-color: rgb(215, 235, 235);
}

#gephebase-footer-element-mail {
	margin-top: 1%;
}

.gephebase-header-scroll .typeahead, .gephebase-header-scroll .tt-query, .gephebase-header-scroll .tt-hint, .gephebase-header-scroll .tt-menu {
	width: 450px ;
	max-width: 450px;
}

.gephebase-header-scroll .typeahead {
	margin : 1% 4% 2% 1%;
}

.gephebase-container-advanced-condition {
	width: 13%;
}

.gephebase-table-preview th {
	background-color: rgb(207, 230, 245);
}
.gephebase-table-preview td {
	background-color: rgb(242, 255, 255);
}


#tabs .nav-tabs li {
	margin-bottom: -3px;
}

.table-striped > tbody > tr:nth-child(even), .table-striped > tbody > tr:nth-child(even) {
   background: repeating-linear-gradient(45deg, rgb(252, 252, 252), rgb(252, 252, 252) 10px, rgb(245, 245, 245) 10px, rgb(245, 245, 245) 20px);
}
.table-striped > tbody > tr:nth-child(odd) > td {
   background-color: rgb(252, 252, 252);
}

.table-th-summary {
	background-color: rgb(53, 64, 79) !important;
	color: white;
}
.gephebase-tab.active a {
	background-color: rgb(53, 64, 79) !important;
	color: white !important;
	border-color: rgb(53, 64, 79) !important;
}
.gephebase-tab.active {
	background-color: rgb(53, 64, 79) !important;
}
.gephebase-tab a {
	background-color: rgb(103, 114, 129) !important;
}
.gephebase-tab a:hover {
	background-color: rgb(123, 134, 149) !important;
}

#mobile-header {
	background-color: rgb(53, 64, 79);
}

.dropdown li {
	border: 0px;
}

.bg-footer {
    background-color: #35404F;
}
.gephebase-header-title-text {
	text-align: center;
	font-size: 16px;
	overflow:hidden;
	width: none;
	color: white;
}
#gephebase-header-subtitle {
	font-size: 14px;
	text-align: center;
	overflow:hidden;
	margin-top: 0px;
}

#fixed-header .btn-header-main {
	padding: 5px 15px;
}
#fixed-header .nav li a {
	padding: 10px 5px;
}

.search-header-reduce {
	display:none;
}

.dataTables_length {
	width: 100%;
    background-color: rgb(53, 64, 79);
    color: white !important;
    padding: 5px 15px;
}
.dataTables_length select {
	color:black;
}


@media (min-width: 1732px) {
	.gephebase-header-title-text {
		font-size: 24px;
	}
	#gephebase-header-subtitle {
		font-size: 16px;
		margin-top: 5px;
	}
}
@media(max-width: 800px) {
	#page-content {
		padding-top: 180px;
	}
}

@media (min-width: 768px) and (max-width: 1150px) {
    /*.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }*/
    .reduce-text-center {
    	text-align:center;
    }
    #suggest-articles-modal {
    	z-index: 10000;
    }
    #form-global-search {
    	padding: 0px;
    	margin-top: 0px;
    }
	.navbar-brand-main {
		height: 70px;
		padding: 0px;
	}
	#fixed-header .btn-header-main {
		padding: 5px 5px;
	}
	#fixed-header .typeahead {
		width: 200px;
		height: 41px;
	}
	#fixed-header .suggest {
		font-size: 13px;
		padding: 10px 16px;
	}
	.gephebase-header-title-text {
		font-size: 12px;
	}
	#gephebase-header-subtitle {
		font-size: 10px;
	}
	.gephebase-header-text {
		/*width: 100%;*/
	}
}
@media (max-width: 767px) {
    .reduce-text-center {
    	text-align:center;
    }
    .navbar-form {
    	box-shadow: 0 0 0 0;
    }
    #suggest-articles-modal {
    	z-index: 10000;
    }
    #form-global-search {
    	padding: 0px;
    	margin-top: 0px;
    }
	.navbar-brand-main {
		height: 70px;
		padding: 0px;
	}
	.navbar-curator-ul {
    	height: 200px;
    	overflow-y: auto;
	}
	.gephebase-title-hidden-reduce {
		display:none;
	}
	.search-header-reduce {
		display: block;
	}
	#fixed-header .btn-header-main {
		padding: 5px 5px;
		margin-top:10px;
		margin-left: 5px;
	}
	#fixed-header .typeahead {
		width: 200px;
		height: 41px;
	}
	.search-header {
		display: none;
	}
}


/** RESPONSIVE HEADER **/
/*
@media (max-width: 900px) {
	#gephebase-header-curator-mobile {
		display: block;
		background-color: rgb(215, 235, 235) !important;
	}
	#gephebase-header-curator {
		display: none;
	}
	#edit-search-entry input[type="submit"]{
		padding: 5px 13px;
	}
	.gephebase-header-curator {
		min-width: 350px;
	}

	.col-xs-12, .inner-box {
		padding-right: 5px;
		padding-left: 5px;
	}

	#stripes {
		padding-bottom: 40px;
	}

	#dropdown-mobile {
		line-height: 40px;
		padding-left: 10px !important;
	}

	#fixed-header {
		display: none;
	}
	#mobile-header {
		display: block;
	}

	.img-header-logo {
		max-height: 40px;
		min-width: 68px;
	}
	#mobile-header .typeahead {
		width: 100%;
		height: 40px;
		margin: 0;
		min-width: 200px;

	}
	.mobile-header .tt-menu {
		width: 99%;
	}

	#mobile-header button .glyphicon {
		line-height: 0px;
		font-size: 14px;
		margin-top: 0px;
		color: white;
	}

	#mobile-header button {
		height: 30px;
		margin-top: 5px;
		padding: 0px;
		min-width: 15px;
		margin-left: 2px;
		margin-right: 2px;
	}

	#mobile-header a {
		padding: 0;
	}

	#mobile-header a:hover, #mobile-header a:active, #mobile-header a:focus {
		background-color: transparent !important;
	}

	.mobile-header-2 {
		width: 200px;
	}

	#mobile-header a span {
		cursor: pointer;
	}

	#gephebase-header-menu .glyphicon, #gephebase-header-scroll .glyphicon, #mobile-header .glyphicon {
		font-size: 1.2em;
	}

	#mobile-header .glyphicon {
		font-size: 24px;
		line-height: 40px;
		min-width: 30px;
		color: lightblue;
	}

	#mobile-header .gephebase-col-10 .gephebase-header-icon {
		width: 60%;
	}


	.twitter-typeahead {
		width: none;
	}

}
/*
@media (min-width: 900px) {
	#fixed-header {
		display: block;
	}
	#mobile-header {
		display: none;
	}
	#gephebase-header-curator-mobile {
		display: block;
	}
	#gephebase-header-curator {
		display: none;
	}
	#edit-search-entry input[type="submit"]{
		padding: 5px 13px;
	}
	#gephebase-header-title {
		display: none;
	}
	.gephebase-header-title-text {
		text-align: center;
		font-size: 20px;
		overflow:hidden;
		width: none;
		color: white;
	}
	#gephebase-header-subtitle {
		font-size: 11px;
	}

	.gephebase-header-menu {
		min-width: 5%;
	}

	.gephebase-col-9 {
		height: 70px;
	}

	.gephebase-header-title-text {
		text-align: center;
		font-size: 16px;
		overflow:hidden;
		width: none;
		color: white;
	}

	.gephebase-float-right {
		margin-right: 0;
		line-height: 40px;
		min-width: 10%;
	}
	.gephebase-header-scroll .typeahead {
		width: 99%;
		max-width: 100%;
		height: 34px;
		margin-top: 4px;
	}
	.gephebase-header-scroll .tt-menu {
		width: 99%;
	}
	#gephebase-header-menu .glyphicon, #gephebase-header-scroll .glyphicon {
		font-size: 1.5em;
	}

	.custom-collapse .collapse{
        display:block;
    }  
}

@media (min-width: 1268px) {

  #gephebase-header-subtitle {
		font-size: 16px;
	}
	#gephebase-header-curator-mobile {
		display: none;
	}
	#gephebase-header-curator {
		display: block;
	}
	#fixed-header ul#gephebase-header-curator, #fixed-header ul#gephebase-header-menu {
		min-width: 1178px ;
	}
	#fixed-header {
		display: block;
	}
	#mobile-header {
		display: none;
	}
	#gephebase-header-menu .glyphicon, #gephebase-header-scroll .glyphicon {
		font-size: 2em;
		padding-left: 0.5%;
	}
	.gephebase-header-title-text {
		text-align: center;
		font-size: 24px;
		overflow:hidden;
		width: none;
		color: white;
	}
	#gephebase-header-title {
		display: block;
	}
	.gephebase-header-title {
		min-width: 25%;
	}

	.gephebase-header-menu {
		min-width: 5%;
	}

	.gephebase-float-right {
		margin-right: 0;
		line-height: 40px;
		min-width: 10%;
	}
	.gephebase-header-scroll .typeahead {
		width: 99%;
		max-width: 100%;
		height: 38px;
		margin-top: 5px;
	}
	.gephebase-header-scroll .tt-menu {
		width: 99%;
	}
 
}*/

/* Typehead style overrides*/
.field-term.typeahead {margin-top:0;}
.criteria-row .tt-menu {margin-top:2px; padding:4px; width: 100%;}

/* Data-balloon */
.balloon-tips{
	background-color:transparent;
	border:transparent;
}
.balloon-tips-hide{
	display:none;
}
.balloon-tips:hover{
	cursor:help;
}

/* Main menu drop down css (second levle) */
.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 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:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.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;}


.home-row {
	padding-right: 10%;
	padding-left: 10%;
}

.home-row button {
	margin-right: 15px;
}

#gephebase-summary-title {
	top: -190px;
	display: block;
    position: relative;
    visibility: hidden;
}