/* accassibility css */ .static-page .content-wrapper h1, .static-page .content-wrapper h2 { font-size: 1.3rem!important; font-weight: 600!important; margin-bottom: 1.5rem!important; text-align: center!important; } .static-page .content-wrapper h2.privacy, h2.terms { font-size: 1rem!important; font-weight: 600!important; text-align: left!important; } .static-page .content-wrapper h3.archive{ font-size: 1.25rem!important; font-weight: 600!important; } // .btn-primary { // background: #2c6fb6!important; // } // .btn-primary:hover { // background: #e65019!important; // } .bookshelf .nav-tabs .nav-link.active, .home .nav-tabs .nav-link.active, .catalog .nav-tabs .nav-link.active { color: #2c6fb6; } .bookshelf .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .home .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .catalog .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a { color: #2c6fb6!important; } footer.page-footer .footer-poweredby a { color: #2c6fb6; } .search-bg .search-wraper .form-search button{ // background: #2c6fb6; } a { color: #2c6fb6; } .bookshelf .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .home .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a, .catalog .tab-content.title-view .card-group .card .card-block .author-name span.text-muted a { color: #2c6fb6; } .bookshelf .nav-tabs .nav-link, .home .nav-tabs .nav-link, .catalog .nav-tabs .nav-link { color: #252525!important; } html .text-muted, body .text-muted { color: #252525; } .bookshelf .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .home .tab-content.title-view .card-group .card .card-block .sub-title .text-muted, .catalog .tab-content.title-view .card-group .card .card-block .sub-title .text-muted { color: #252525!important; } .search-bg .search-wraper .advanced-search .dropdown-toggle { display: inline-block; padding: 5px 0 0; font-size: 0.9rem; font-family: "Arial", sans-serif; color: #e65019!important; border: none; background: transparent; } .static-page .content-wrapper h2.contact-page-h2 { font-size: 1rem!important; font-weight: 600; text-align: left!important; } .navbar .nav li button { color: #000; padding: 8px 16px; line-height: 18px; display: inline-block; font-size: 14px; border: 0px; background: transparent; } .navbar .nav li button .material-icons { vertical-align: middle; color: #000; } .navbar .nav li button .material-icons:hover { color: #252525; } .navbar .nav li button .badge { font-size: 12px; padding: 0 6px 0; border-radius: 50%; border: 2px solid #f5f5f5; left: 23px; top: 0px; position: absolute; line-height: 16px; min-width: 18px; min-height: 18px; box-shadow: none; color: #fff; background: #e65019 !important; } .carousel-indicators{ z-index: 1; } button:focus, input:focus, .select2:focus { outline: 0!important; box-shadow: 0 0 0 1px rgba(0,123,255,.25)!important; } .underline{ text-decoration: underline; } .font-24px{ font-size: 24px; } .modal .close{ position: absolute; top: 10px; right: 15px; } .journal-home .journals-header .more-details h2.descp{ font-size: 18px; font-weight: 300; line-height: 22px; text-align: left; } .modal.in .modal-dialog{ transform: scale3d(1, 1, 1) translateY(-60%) !important; -webkit-transform: scale3d(1, 1, 1) translateY(-60%) !important; } /* login/registration model css*/ /* popup */ /* Modal Overlay */ .modal-overlay { background:rgba(0,0,0,.8); height: 100%; left: 0; overflow: auto; padding: 1.5em; position: fixed; top: 0; transition: opacity .2s; width: 100%; z-index: -1; } .modal-overlay[aria-hidden="true"] { opacity: 0; visibility: hidden; } .modal-overlay[aria-hidden="false"] { opacity: 1; visibility: visible; z-index: 2; } /* Modal Content Area */ .loginRegister{ background: #ffffff; margin: auto; max-width: 500px; transition: transform .3s; width: 100%; position: relative; top: 20%; padding: 10px 15px; } .modal-overlay[aria-hidden="false"] .modal-content { transform: scale(1); } /* Close Modal Button */ .btn-close { background: none; border: none; cursor: pointer; font-family: arial; font-size: 1.5em; font-weight: 800; line-height: 1; padding: 0; position: absolute; right: .4em; top: .4em; z-index: 2; color: #545454; } .modal_title{ font-size: 20px; } .btn-close:hover { color: #c12f48; } .btn-close:focus { outline: 1px dotted; } .modal-content-wraper{ margin-top: 10px; } .modal-btn-wraper{ margin-top: 30px; margin-bottom: 10px; } .modal-btn{ display: inline-block; width: 80px; text-align: center; margin: 0px 5px; padding: 5px 10px; } #description a{ text-decoration: underline!important; } .cover-img a{ display: block; } .card-title{ color: #E65019; // display: inline-block!important; } @media(max-width: 1100px){ .ui-tabs-nav { margin: 0; width: 100%!important; white-space: nowrap!important; overflow: auto!important; } .ui-tabs .ui-tabs-nav li { float: none!important; display: inline-block; } .ui-tabs .ui-tabs-nav li { padding: 0!important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 5px!important; } .static-page .content-wrapper ul li { margin: 5px 0 5px 0px!important; } }