/**
 * 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/
 */
.banner img {
    background-color: #FFFFFF;
    padding: 15px;
    margin: 20px;
}

.brand {
    padding-top: 30px;
}

.brand h4 {
    color: #999999
}

ol.breadcrumb li {
    color: white;
    font-style: italic;
}

ol.breadcrumb li a {
    color: white;
    font-weight: bold;
    font-style: normal;
}

body.undernavigation {
    overflow-x: hidden;
    padding-top: 65px;
}

#content {
    padding-bottom: 60px;
}

#designedby {
    padding: 5px;
}

#footer_feedback {
    padding-top: 12px;
}

input[type="file"] {
    display: block;
    height: auto;
}

div.panel-primary div.panel-heading a {
    color: white;
}

/* 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 */
.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;
}

.break-all {
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}

/* Custom Code by eGYanKosh Team*/
.banner {
    display: none;
}

.jumbotron {
    padding: 0px !important;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

.navbar-brand {
    width: 209px;
    height: 40px !important;
    float: left;
    padding: 2px 2px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;
}

.navbar-brand img {
    border: 0px none;
    width: 209px;
    height: 48px;
}


.navbar-inverse {
    background-image: linear-gradient(to bottom, #21303b 0px, #607280 100%);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #283943;
}

.btn-success {
    background-image: linear-gradient(to bottom, #9D4447 0px, #3B2728 100%);
    background-repeat: repeat-x;
    border-color: #419641;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #A8EFF5 !important;
    background-color: transparent !important;
}

a:hover, a:focus {
    color: #A8EFF5;
    text-decoration: underline;
}

a {
/ / color: #fff;
    text-decoration: none;
}

.text-muted {
    color: #fff;
}

.brand {
    padding-top: 0px;
}

.container .jumbotron {
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
}

#content {
    padding-bottom: 0px;
}

#footer_feedback a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb {
    background-image: linear-gradient(to bottom, #9D4447 0px, #3B2728 100%);
    background-repeat: repeat-x;
    border-color: #419641;
}

a:hover, a:focus {
    color: #336699 !important;
    text-decoration: underline !important;
}

#footer_feedback a:hover, a:focus {
    color: #A8EFF5 !important;
    text-decoration: underline !important;
}

.panel-heading a:hover, .panel-heading a:focus {
    color: #A8EFF5 !important;
    text-decoration: underline !important;
}

ol.breadcrumb li a:hover, a:focus {
    color: #A8EFF5 !important;
    text-decoration: underline !important;
}


.md-tabs {
    position: relative;
    z-index: 1;
    padding: .9rem 1rem;
    background: url("/image/antennaImage.png") center right no-repeat;
    margin-bottom: -20px;
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: #2e69b7;
    border: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.md-tabs .nav-link {
    color: #fff;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.md-tabs .nav-item a:hover, .md-tabs .nav-item a:active, .md-tabs .nav-item a:focus {
    text-decoration: none !important;
}

.md-tabs .nav-link.active, .md-tabs .nav-item.open .nav-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-decoration: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.md-tabs .nav-item + .nav-item {
    margin-left: 0;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    text-decoration: none;
}

.waves-effect a:hover {
    text-decoration: none;
}

.tab-content {
    padding: 2rem;
}

.tab-content .tab-pane h4 {
    font-size: 18px;
    font-weight: bold;
    color: #2e69b7;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.pt-5, .py-5 {
    padding-top: 4rem !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.mart {margin-top: 20px;}
.tl {text-align: left;}
.btnBox {position: absolute; right: 15%; top: 60%;}
	  .btn-blue {background: #337ab7; border-color: #2e6da4;clear: both; display: block; margin-bottom: 10px; color: #fff;}
	  a:hover.btn-blue  {color: #fff !important; background: #1f5e94; text-decoration: none !important;}
	  .btnBox.top65p {top: 65%;}
	  
	  @media (max-width:768px){
		.btnBox {position: relative; right: auto; top: auto;}
	  }
