/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/* 
======================
start dropdown-submenu 
======================
*/
#globalFacet ul {
   text-transform: capitalize;
}

.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:#000000;
    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;
}

/* 
====================
end dropdown-submenu 
====================
*/
#embargo_until_date, #reason, #dc_subject  {background-color: whitesmoke; !important }
#btn-deposit {
    background-color: rgb(215, 60, 64);
    border-radius: 5px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
#btn-deposit a {
    color: white;
    text-decoration: none;
}
#btn-deposit:hover {
    background-color: rgba(215, 60, 64, 0.8);
}
#btn-deposit:active {
    position: relative;
    top: 1px;
}

.just-padding {
  padding: 15px;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 60px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
  padding-left: 90px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

/*Jeya*/
pre{word-break:break-word;!important}
/*Jeya*/
#orgunits-top-menu{display: none;}
/*#researcherprofiles-top-menu{display: none;}*/
#fundings-top-menu{display: none;}
/*Changes added by NTU for controlling displays*/
.metadataFieldValue > a[href^="http://hdl.handle.net/10220"]{display:none;}
div.titlestats > div.btn-group.pull-right > a[href="#"] {display:none;}
.ui-datepicker-month,output{display:inline;color:#555}
.ui-datepicker-year,output{display:inline;color:#555}
.form-control,output{display:inline !important!;font-size:15px;color:#555 !important;}
#export-biblio-oai-panel {display: none;}
a.navbar-brand >img {width: 50% !important; }
.help-block {white-space: pre-line !important;}
input[value="Submit to This Collection"] {display:none !important;}
.home_name {font-family: 'Arial', sans-serif; color: black; font-size:23px;}
.home_name_sm {font-family: 'Arial', sans-serif; color: black; font-size:18px;}
.home_name > a{color:black;text-decoration:none;}
.home_name_sm > a{color:black;text-decoration:none;}
/*Compelete*/
/*Changes added for disabling "Batch Submission" panel */
div[href="#collapseFour"]{display:none;}
/*Complete*/
.inline {display: inline-block;}
input:focus,select:focus,textarea:focus {border: #a94442 1px solid !important;}
.navbar-default {background-color: transparent;}
body {background: #c3cfd6; background-size: 100% 100%;}
header {margin-top:5px; background-color: transparent;}
header div.container {background-color: white; border-bottom: #eee 2px solid; border-left: 2px #eee solid; border-right: 2px #eee solid;}
main {margin-top: -21px;}
main div.container {background-color: white; border-left: 2px #eee solid; border-right: 2px #eee solid; padding-top: 1em;}
.panel > .panel-heading {padding: 10px 0px; background: transparent; color: black; border-bottom: 2px #555 solid;}
.panel > .panel-body {background: transparent;}
.panel > .panel-heading > h1, .panel > .panel-heading > h2, .panel > .panel-heading > h3, 
.panel > .panel-heading > h4 {
	display: inline; 
	padding-right: 1em; 
	padding-bottom:11px;
	margin-bottom: -15px;
}
.panel > .panel-heading > h5, .panel > .panel-heading > h6  {
	display: inline; 
	padding-right: 1em; 
	padding-bottom:12px;
	margin-bottom: -15px;
}
.panel-primary > .panel-heading > h1, .panel-primary > .panel-heading > h2, .panel-primary > .panel-heading > h3, 
.panel-primary > .panel-heading > h4, .panel-primary > .panel-heading > h5, .panel-primary > .panel-heading > h6  {
	color: #021845;
	font-weight: bold;
}
.panel-success > .panel-heading > h1, .panel-success > .panel-heading > h2, .panel-success > .panel-heading > h3, 
.panel-success > .panel-heading > h4, .panel-success > .panel-heading > h5, .panel-success > .panel-heading > h6  {
}
.panel {background: transparent;}
footer {padding-top: 1em;}
footer div.panel-body {padding-left: 0px;}
footer div.panel-body > ul {padding-left: 16px;}
footer .panel-primary > .panel-heading > h6 {color: white;}
footer a {color: white;} 
footer.navbar {border-radius: 0px;}
footer div.extra-footer {color: #c3cfd6; background-color: #181c62;}
footer div.extra-footer a {color: white;}
.navbar-default .navbar-nav> li >a:hover {
	margin-bottom: -2px;
}
.nowrap {white-space: nowrap;}
.navbar-inverse {color: white;}
.input-group-btn .brn {border-radius: 0px;}

@media (max-width:991px) {
	#logo-univ {height: 40px; margin-right:-5px;}
	#logo-library {height: 30px; margin-right: -20px;}
	.lead {font-size: 18px;}
	small.lead {font-size: 12px; color: #33a6e3; font-weight: bold;}
	#top-menu {width: 746px;}
}
@media (max-width:768px) {
	#logo-univ {height: 40px; margin-right:-5px;}
	#logo-library {height: 30px; margin-right: -20px;}
	.lead {font-size: 18px;}
	small.lead {font-size: 11px; color: #33a6e3; font-weight: bold;}
	#top-menu {width: 746px;}
}
@media (max-width: 430px) {
	#logos-xs {white-space: normal;}
	#top-menu {width: 100%;}
	.lead {font-size: 17px;}
}
@media (min-width:768px) {
	#carousel-home-images > div.carousel-inner > div > img {padding-left: 36px;}
}
@media (min-width:992px) {
	#logo-univ {height: 50px;}
	#logo-library {height: 40px;}
	nav>ul>li {padding-right: 30px;}
	#brandname {margin-bottom:20px;}
	.lead {font-size: 17px;}
	small.lead {font-size: 12px; color: #33a6e3; font-weight: bold;}
	#top-menu {width: 970px;}
	#carousel-home-images > div.carousel-inner > div > img {padding-left: 0px;}
}
@media (min-width:1200px) {
	#logo-univ {margin-right:100px;}
	#logo-library {margin-right: -20px;}
	nav>ul>li {padding-right: 15px;}
	.lead {font-size: 25px;}
	small.lead {font-size: 14px;color: #33a6e3; font-weight: bold;}
	#top-menu {width: 1200px;}
}
.panel-body > div.vertical-item > a {color: #333;}
.panel-body > div.vertical-item > a:hover {color: #ff9200;text-decoration: underline;}
a:hover {text-decoration: underline; color: #a94442;}

ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
#designedby {padding: 5px;}
#footer_feedback {padding-top: 12px;}
input[type="file"] {display: block;height: auto;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 16px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */

.tab-content{
		border: 1px solid #ddd;
		border-top: 0;
		background-color: #fff;
}

.menu-global-processor{
		z-index: 1001;
}
.label-required:after { content:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

div.tagcloud {
	width:100%;
	text-align:center
}

div.tagcloud .tagcloud_1{
	color: rgb(217, 108, 39); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_2{
	color: rgb(66, 66, 66); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_3{
	color: rgb(129, 129, 131); 
	font-weight: normal; 
	margin-right: 5px;
}

div.batchimport-info {
	color: gray;
}

div.batchimport-info  a {
	color:#47a447; 
	font-weight: bold;
}

span.batchimport-error-tab {
	padding-left:10px;
}

span.batchimport-error-caused {
	font-weight:bold;
}

.metric-ranking > span {
    display: block;
    height: 1.7em;
    width: 1.7em;
    line-height: 1.7em;
    -moz-border-radius: 0.85em;
    border-radius: 0.85em;
    background-color: #f0ad4e;
    color: white;
    text-align: center;
    font-size: 0.75em;
}
.metric-ranking {
    display: block;
    height: 1.7em;
    width: 1.7em;
    padding: 0.2em;
    line-height: 1.7em;
    -moz-border-radius: 0.85em;
    border-radius: 0.85em;
    background-color: white;
    color: white;
    text-align: center;
}
.metric-counter {
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: bolder;
}
.media > .media-heading {
	text-transform: uppercase;
}
.media > .media-body > .row {
	text-transform: uppercase;
}

.media {
	padding: 1em;
	border-radius: 0.4em; 
}

.media.download, .media.download_count,
.media.download a, .media.download_count a {
	color: white;
	background: #c0392b;
}
.media.download_aggregate, .media.download_aggregate a {
	color: white;
	background: #ff7800;
}
.media.view, .media.view_count,
.media.view a, .media.view_count a {
	color: white;
	background: #72c02c;
}
.media.view_aggregate, .media.view_aggregate a {
	color: white;
	background: #ff7800;
}
.media.scopus, .media.scopus_count,
.media.scopus a, .media.scopus_count a {
	color: white;
	background: #ff7800;
}

.media.scopus_aggregate, .media.scopus_aggregate a {
	color: white;
	background: #ff7800;
}
.media.pubmed, .media.pubmed_aggregate, .media.pubmed_count,
.media.pubmed a, .media.pubmed_aggregate a, .media.pubmed_count a {
	color: white;
	background: #141927;
}
.media.wos, .media.wos_count,
.media.wos a, .media.wos_count a {
	color: white;
	background: #505050;
}
.media.wos_aggregate, .media.wos_aggregate a {
	color: white;
	background: #ff7800;
}
.media.google, .media.google a {
	color: white;
	background: #4285f4;
}
.media.googlescholarrp, .media.googlegooglescholarrp a {
	color: white;
	background: #ff7800;
}
.media.altmetric {
	background: white;
	color: #c7254e;
	border: 3px solid #c7254e;
}
.media.plumx {
	background: white;
	color: #c7254e;
	border: 3px solid #6e1a62;
}
.media > .media-left > i.fa {
	font-size: 3em;
}

#metric-counter-scopus_aggregate {
	color: white;
}
#metric-counter-wos_aggregate {
	color: white;
}
#metric-counter-view_aggregate {
	color: white;
}
#metric-counter-download_aggregate {
	color: white;
}
#metric-counter-googlescholarrp {
	color: white;
}
.col-lg-12 > .media, .col-xs-12 > .media  {margin-bottom: 1em;}
.blank-page {min-height: 20em;}
.cris-functions-menu {margin-top: 2em;}
.cris-tabs-menu,.cris-tabs-menu > li > a:focus, .cris-tabs-menu > li > a:hover {background-color: ;}
.cris-tabs-menu > li > a {font-weight: bolder; color:#021845;}
.cris-tabs-menu > li > a:focus, .cris-tabs-menu > li > a:hover {border-radius:0px;border: none;border-left: 3px solid #a94442;font-weight: normal; color:#a94442;text-decoration: underline;}
//.cris-tabs-menu > li {border: 1px solid #555;}
main > div:last-of-type {padding-bottom: 2em;}
div.dynaFieldValue > div.image > img {max-height: 20em;}
div.jdyna-form-button {padding-bottom: 30px; border-top: none;}
a.signin {display: none;}
.btn.btn-default .caret {color: black;}
.btn.btn-default {color: black;}
#globalFacet > div.panel.panel-primary > ul {padding-top:3px;}
#globalFacet > div.panel.panel-primary > ul:nth-child(n+1) {border-top:1px solid #ddd;}
table.table > thead > tr, table.table > tbody > tr {border-top: 1px solid}
table.table.itemDisplayTable > thead > tr > td, table.table > tbody > tr > td {border-color: #e3e3e3;}
.input-xs {font-size: 14px; height: 25px;}
.media, .media-body, .media-heading {overflow: visible;}
#logo-footer-lib {width: 90%;}
#top-menu .dropdown-menu > li > a:hover {color:#fff}
#top-menu {background: #181c62;color:#fff;margin-left:-16px;} 
#top-menu li:not(.active) a {color: #fff;display:block;}
#top-menu li:not(.active):hover, #top-menu li:not(.active):focus {background: #c3cfd6; border-bottom: 3px solid #021845; margin-bottom:-3px;}
#top-menu .dropdown-menu > li > a {text-decoration: none; color: #000;}
#top-menu li.active, #top-menu li.active:hover {background: #eee; border-bottom: 3px solid #a94442; margin-bottom:-3px;}
#top-menu li.active a, #top-menu li.active a:hover {color:#021845;font-weight:bold;border-color:#a94442; display:block;}
span.staff{color: #000000;}
#researcher a, #wrapperDisplayItem a:not(.btn), .authority span.staff{color: #2373ad;}
#wrapperDisplayItem span {color: #021845;}
#wrapperDisplayItem .authority span.staff{color: #2373ad;}
#researcher .panel-title a {color: #021845;}
#wrapperDisplayItem a mark {color: #2373ad;}
.display-link-pad-left {padding-left: 15px;}
.footeralert.alert-success, .footeralert.alert-success a { color: #fff;}
div#successMessages.message div.alert.alert-success { color: #fff;}
#collapseFacet { background-color: whitesmoke;}
#export-biblio-panel { background-color: whitesmoke;}

i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#curriculumvitae {
	background-color: #6f7276;			
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
}

.datatable-time .sorting {
	padding-right: 26px !important;
    width: 20px;	
}

.media.identifier_signature {
    color: white;
    background: #505050;
}

.media.title_signature {
    color: white;
    background: #4285f4;
}

.media.identifier_signature a {
    color: white;
}

.media.title_signature a {
    color: white;
}

.tabsignature {
    padding: 1em;
}

.media.dedup, .media.dedup a {
    color: white;
    background: gray;
}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0px;border-top-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px}
#researcher ul.pagination li:not(.active) a { color: #333;}
#researcher ul.pagination li.active a { color: #ffffff;}

.custom-media-object {
	max-height: 80px;
}
.ui-autocomplete{
      max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 20px;
      z-index:1001;
}
