/**
 * USP.css
 *
 * Copyright (c) 2015 Universe Scientific Publishing
 * Copyright (c) 2015 Justin Lin
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * USP theme.
 *
 */

/**
 * Common HTML elements
 */
@font-face {
  font-family: 'iconfont';  /* project id 1482517 */
  src: url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.eot');
  src: url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.woff') format('woff'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1482517_pyuu06w1esr.svg#iconfont') format('svg');
}

input,select,textarea{
    overflow:hidden;
    
    border:1px solid #ccc !important;

}

.iconfont{
  font-family:"iconfont" !important;
  font-size:12px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
a:link {
    color: black;
}

a:active {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    /*color: white;*/
    background: #393b3c;
}

body {
    background-image: url('http://www.usp-pl.com/wp-content/themes/Aqua/images/main_bgr.png');
    background-repeat:repeat;
    font-size: 20px;
    font-family: 'OPTIMA';
}
body{
    background:#fff !important;
}
#loginUsername, #loginPassword, #password, #password2 {
    font-family: sans-serif;
}

#header {
    background-color: none;
}

#headerTitle {
    margin-left:20px;
    font-size: 1px;
}

#footer {
    /*width: 60%;
    margin-left: 19%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px 0 10px;*/
    border-radius: 0 0 10px 10px;
}
#pageFooter {
    text-align: center;
}
.container .four.columns {
    width: 20%;
}
#main {
    background: white none repeat scroll 0 0;
    padding: 0 15px 10px 15px; /*given 10px for the left side*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 14%;
    margin-right: auto;/*margin changed to 15% by Justin on 15/08/2017*/
    text-align: left;
    display: block;
    /*float: left;*/
    overflow: initial;
    /*width: 990px;*/ width:53%;
    margin-top:20px;
}

#content{
    border: none;
}

/**
 * Navigation bar
 */
/*
#navbar {	height:5px;
	background: #393b3c;
	border-radius: 5px;	
}

#navbar a {
	font-size: 0.65em;
	color: white;	
    text-decoration: none;
    /*-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;*/
/* transition: all 0.2s;
}
/*
#navbar a:hover {
 font-size: 0.66em;
 background: white; /*#393b3c;*/
/*transition: all 0.2s;	
color: white;
border-radius: 2px;
}*/

div #sidebar {
    margin-left: 0;
    margin-top: 0;
}

#rightSidebar, #leftSidebar {
    padding-top: 0px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.block, div#main {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*border-radius: 10px 10px 0 0; removed by Justin on 15/08/2017*/
}

.block {
    padding: 5px 10px 5px 10px;
    margin: 2px 0;
}

.blockTitle {
    font-family: 'OPTIMA';
    font-weight: bold;
    border-bottom: 2px solid #393b3c;
}

#main h2, #content h3, #content h4 {
    font-family: 'OPTIMA';
    font-size:1.2em;
    font-weight:bold;
}

#content {
    width: 100%;
}

#announcementsHome hr  {
    border-color: black;
    border-style: solid;
    border: 2px solid #393b3c;
}

table.announcements td.headseparator {
    border-top: none;
}

table.announcements td.endseparator {
    border-top: none;
}

input.defaultButton, input.button {
    color:white;
    font-family: 'OPTIMA';
}

input.button, input.defaultButton {
width: auto !important;
 
    border: none !important;
    background-color: #3399ff !important;
    border-radius: 6px !important;
    color:#fff;
    font-size:14px;
    padding:5px 10px !important;

}

input.button:hover {
    background-color: #68BBCE;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    border-radius:5px;
    background-color: white;
    border: 2px solid #BDBDBD;
}

#twitter-widget-0 {
    height: 400px;
}

/*////////////navbar//////////////////////*/

#navbar,#navbar ul,#navbar ul li,#navbar ul li a {

    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

#navbar {

    width: auto;
    height: 20px;
    padding-bottom: 4px;
    background: #222222;
    border-radius: 3px;
}

#navbar.align-right {

    float: right;
}

#navbar.align-right ul li {

    float: right;
    margin-right: 10%;
    margin-left: 4px;
}

#navbar.align-right ul li:first-child,#navbar.align-right ul li:first-child > a {

    border-bottom-right-radius: 3px;
}

#navbar #bg-one,#navbar #bg-two,#navbar #bg-three,#navbar #bg-four {

    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#navbar #bg-one {

    height: 10px;  background: #0f71ba;
}

#navbar #bg-two {

    height: 59px;
    z-index: 2;
    background: url('image/bg.png');
}

#navbar #bg-three {

    bottom: 4px;
    height: 55px;
    z-index: 3;
    background: #222222;
    /*background: -moz-linear-gradient(top, #555555 0%, #222222 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);  background: -o-linear-gradient(top, #555555 0%, #222222 100%);  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);  background: linear-gradient(to bottom, #555555 0%, #222222 100%);*/}#navbar #bg-four {  bottom: 4px;  height: 55px;  z-index: 4;  background-color: black;  /*background: url('image/bg.png');*/
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }

#navbar ul {

    height: 59px;
}

#navbar ul li {

    float: left;
    margin-right: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 5;
}

#navbar ul li a {

    padding: 8px 10px 6px 10px; /*24px 30px 20px 30px;*/
    margin-bottom: 4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #eeeeee;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
}

#navbar ul li:first-child,#navbar ul li:first-child > a {

    border-bottom-left-radius: 3px;
}

#navbar ul li:hover,#navbar ul li.menuActive {

    background: #0f71ba;
    background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}

#navbar ul li a:hover,#navbar ul li.menuActive > a {

    background: url('image/bg.png');
    color: #ffffff;
}

#main h1 {
    margin: 0;
    font-family: 'OPTIMA';
    font-weight: normal;
    padding: 0.5em 0 0.25em 5px;
}

#articleTitle{
    margin-top:0px;
}

#breadcrumb{
    margin-bottom: 17px;
}

/* Added by yewhan on 27 July 2017 */
@font-face {
    font-family: 'OPTIMA';
    src: url('/public/site/OPTIMA.TTF');
    font-weight: normal;
    font-style: normal;
}
.large-4 {
    width: 222px;
    float: left;
}
.large-8 {
    float: left;
	padding-left: 25px;
}
.cover {
    display: block;
    max-width: 160px;
	margin: auto;
}
#journalThumbnail {
    margin-bottom: .5rem;
}
img#journalThumbnail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#journalDescription > p {
    font-size: 15px;
    line-height: 24px;
	text-align:justify;
}
.publication-title > h1 {
    font-size: 36px;
    line-height: 50px;
}
.menu .menu-item {
    margin-bottom: .5rem;
}
.menu .menu-item .menu-item-header.guide-for-authors, .menu .menu-item .menu-item-header.track-paper, .menu .menu-item .menu-item-header.subscriptions, .menu .menu-item .menu-item-header.menu-item-link {
    color: #fff;
    background-color: #3fa4f0;
}
.menu .menu-item .menu-item-content.primary-item, .menu .menu-item .menu-item-content.secondary-item {
    padding-top: .9375rem;
    background-color: #e0f3f9;
}
.menu .menu-item .menu-item-content {
    background-color: #ebebeb;
    padding: .9375rem .9375rem .1rem .9375rem;
}
.menu .menu-item .menu-item-header.guide-for-authors:hover, .menu .menu-item .menu-item-header.guide-for-authors.icon-arrow-up, .menu .menu-item .menu-item-header.track-paper:hover, .menu .menu-item .menu-item-header.track-paper.icon-arrow-up, .menu .menu-item .menu-item-header.subscriptions:hover, .menu .menu-item .menu-item-header.subscriptions.icon-arrow-up, .menu .menu-item .menu-item-header.menu-item-link:hover, .menu .menu-item .menu-item-header.menu-item-link.icon-arrow-up {
    background: #0f71ba;
}
.menu .menu-item .menu-item-header.guide-for-authors, .menu .menu-item .menu-item-header.track-paper, .menu .menu-item .menu-item-header.subscriptions, .menu .menu-item .menu-item-header.menu-item-link {
    color: #fff;
    background-color: #3fa4f0;
}
.menu .menu-item .menu-item-link {
    padding-bottom: .9375rem;
}
.menu .menu-item .menu-item-header {
    display: block;
    color: #505050;
    border-bottom: 0;
    font-size: 1.15rem;
    padding: .9375rem .9375rem .9375rem .9375rem;
    background-color: #ebebeb;
}
.menu .menu-item .menu-item-content-sticky {
    background-color: #ebebeb;
    padding: .9375rem .9375rem .1rem .9375rem;
}
.menu-item > a {
    text-decoration: none;
}
.menu .menu-item .menu-item-header.guide-for-authors.icon-arrow-down:after, .menu .menu-item .menu-item-header.track-paper.icon-arrow-down:after, .menu .menu-item .menu-item-header.subscriptions.icon-arrow-down:after, .menu .menu-item .menu-item-header.menu-item-link.icon-arrow-down:after {
    float: right;
    font-family: FontAwesome;
    font-size: 1.5rem;
    content: '\f107';
    color: #fff;
    height: 2.5rem;
    width: 2.5rem;
    padding-left: .25rem;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 1em;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #3fa4f0;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    color: #fff;
}

.tabs label:hover {
    background: #0f71ba;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1em 1em 1em 0;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked + label {
    background: #ffffff;
    color: #222;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width:5em) {
    .tabs .tab,
    .tabs label {
        -webkit-box-ordinal-group: NaN;
        -ms-flex-order: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

/* Added by yewhan on 2 August 2017 */
/*article listing start*/
.pm-article-box{
    padding: 1.1em;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    background-color: #fff!important;
    border-radius: 4px!important;
}
.tocSectionTitle {
    font-size: 1.3em;
}
.pm-article-title{
    text-decoration:none;
    font-weight: bold;
    font-size: 1.4em;
}
.pm-article-title:hover{
    font-style: normal;
}
.tocAuthors{
    font-size: 1em;
    padding-left: 0;
}
.pm-hr{
    border: 0;
    border-top: 1px solid #eee;
    margin: 8px 0 8px 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.pm-article-view{
    text-align: right;
    color:#A0A2A3;
}
.pm-toc-btn{
    display: inline-block;
    border: 1px solid #5175C0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.2em;
    padding: 0.1rem 1rem;
    margin: 10px 5px 0 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

}
.pm-toc-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.pm-toc-btn a:hover {
    font-style: normal;
}
.pm-toc-btn:first-child{
    margin-left: 0;
}
.tocArticleGalleysPages{
    padding: 8px 0 10px 0;
}
.issue_volume{
    color: #5175C0;
    font-weight: bold;
}
.pm-table-content{
    text-align: center;
    background-color: #B13B53;
    color: #fff;
    padding: 5px 0 5px 0 !important;
    margin: 1em -5em !important;
    width:120%;
}
/*article listing end*/

/* new 20/6/2017 */
div.tocTitle a {
    font-family: 'OPTIMA';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
div.tocTitle a:hover {
    color: #3fa4f0 !important;
}
.titleLabel {
    display: inline-block;
    /*font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #3fa4f0;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    margin-top: 0px;
    border-radius: 2px;
}
div.collapseAbstract {
    /*border: 1px solid #000000;*/
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 4em;
}
div.collapseAbstract > p {
    margin: 0px;
    /*text-align: justify;*/
}
.tocButton {
    text-align: center;
    display: inline-block;
}
a.tocBigButton {
    color: #3fa4f0 !important; /*rgb(111, 228, 248);*/
    box-shadow: #3fa4f0 0 0px 0px 1px inset; /*rgb(111, 228, 248)*/
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: inline-block;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 1.2em;
}

a.tocBigButton:hover {
    color: rgba(255, 255, 255, 0.85) !important;
    box-shadow: #3fa4f0 0 0px 0px 40px inset; /*rgb(111, 228, 248)*/
}
/* end new */

a {
    text-decoration: none;
}
a:hover {
    background: none;
}
.stickyList:not(.related):not(.metrics) li:before {
    font-family: FontAwesome;
    content: '\f054';
    color: #3fa4f0;
    vertical-align: middle;
    padding-right: .5rem;
    padding-right: 0;
}
dl, ol, ul {
    line-height: 1.625rem;
    margin-bottom: 1em;
    list-style-position: outside;
    font-family: inherit;
}
ul.not-enum {
    padding-left: 1em;
}
.menu .menu-item-content-sticky li {
    margin-left: 0!important;
}
dd, li {
    line-height: 1.4;
    /*margin-bottom: .5rem;*/
}
.stickyList > ul > li {
    list-style: none;
}
.stickyList a, .stickyList span {
    font-size: 1.1rem;
    color: #505050!important;
}

.sh-list {
    padding-left: 0;
}
.sh-list > li  {
    display: block;
}
.sh-list > li > input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#rightSidebar {
    margin-right: 15%;
    margin-left: 0%;
     background: white none repeat scroll 0 0;
    padding: 0 10px 10px 10px; /*given 10px for the left side*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width:12%;
    margin-top:20px;

}
#leftSidebar {
    margin-left: 10%;
    margin-right: 2%;
}
#Title {
    padding-bottom: 2em;
}

/* Vertical Tab CSS styles*/
.vertical-tabs {
    color: #333;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
}

.vertical-tabs input[name="sections"] {
    display: none;
}

.vertical-tabs section {
    display: block;
    margin-bottom: 0em;
}

.vertical-tabs > section > label, .vertical-tabs > section > a  {
    background: #3fa4f0;

    cursor: pointer;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
    width: 180px;
    z-index:100;
     background-image: linear-gradient(20deg,#444 0%,#333 100%);
}

.vertical-tabs > section:last-child > label {
    border-bottom: none;
    background: #e0e0e0;
    color: #333;
}

.vertical-tabs > section > div {
    width: 180px;
    position: relative;
    z-index: 100;
    padding: 15px 20px;
    margin-left: 1px;
    background: #e0e0e0;
}

.vertical-tabs section article {
    display: none;
    left: 210px;
    min-width: 200px;
    padding: 0 0 0 24px;
    position: absolute;
    top: 0;
}

.vertical-tabs input[name="sections"]:checked + label {
       background-image: linear-gradient(to right,#01c2e6 0%,#1160ff 100%);

    color: #fff;
}

.vertical-tabs input[name="sections"]:checked ~ article {
    display: block;
}

.vertical-tabs label:hover, .vertical-tabs > section > a:hover {
    background: #0f71ba;
}
/* Vertical Tab CSS styles End*/

#announcementsHome {
    margin: 0;
}

.block {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
}
#sidebar div.block {
    padding-bottom: 5px;
}
div#sidebarFontSize.block {
    padding-bottom: 35px;
    margin-bottom: 10px;
}
@media (min-width: 1300px) and (max-width: 1599px) {
    article {
        width: 70%;
    }
}
@media (min-width: 1600px) {
    article {
        width: 75%;
    }
}

.submission-button {
    background: #3fa4f0;
    border: 1px solid #fff;
    cursor: pointer;
    color: #FFF !important;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
    width: 180px;
    z-index: 100;
    text-align: center;
}
.submission-button:hover {
    background: #0f71ba;
    color: #fff;
}

/* Dropdown menu by yewhan on 15 August 2017 */
#menu ul li {
    display:inline-block;
    background-color: #393b3c;
}
#menu  ul li:hover {
    background-color: #0f71ba;
}
#menu ul ul {
    display: none;
    position: absolute;
}
#menu ul li:hover > ul {
    display:inherit;
}
#menu ul ul li {
    width:170px;
    float:none;
    display:list-item;
    position: relative;
}
#menu ul li a {
    transition: inherit;
}
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
/* end Dropdown menu */

/* contact form by yewhan on 15 Auguest 2017 */
.contact-form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 14px "OPTIMA";
}

#contact {
    padding: 25px;
}

#contact h3 {
    color: #0f71ba;
    display: block;
    font-size: 30px;
    font-weight: 400;
	padding-top: 0;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #3fa4f0;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #0f71ba;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
/* end contact form */

#focusAndScope, #sectionPolicies, #peerReviewProcess, #openAccessPolicy, #custom-0, #custom-1, #custom-2, #custom-3, #custom-4, #custom-5 {
	text-align: justify;
}

/* contact form by yewhan on 17 Auguest 2017 */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px) {
	.col-sm-10 {
		width: 83.33333333%;
	}
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}
@media (min-width: 768px) {
	.col-sm-2 {
		width: 16.66666667%;
	}
}
.text-danger {
    color: #a94442;
}
.form-horizontal p {
	margin: 0 0 10px;
}
@media (min-width: 992px) {
	.col-md-6 {
		width: 50%;
	}
}
.clearfix:after, .dl-horizontal dd:after, .container-form:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container-form:before, .container-form:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
label {
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.form-horizontal label:hover {
	background: transparent;
}
@media (min-width: 768px) {
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.alert-success{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
}
textarea.form-control {
    height: auto;
}
@media (min-width: 1200px) {
	.container-form {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.container-form {
		width: 970px;
	}
}
@media (min-width: 768px) {
	.container-form {
		width: 750px;
	}
}
.container-form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#announcementsHome h3 {
    font-family: 'OPTIMA';
    font-size: 1.2em !important;
    font-weight: bold;
}
#menu{
    height:55px !important;
}
#menu ul{
    width:auto;
    float:right;
    height:100% !important; 
}
.logo{
    margin-top:4px
}
#menu,#menu li {
    background:#fff !important;
    color:#000;
}
#menu li{
    height:100% !important;
}
.dark_menu #menu > ul > li > a{
background:#fff !important;
color:#000 !important;
height:100%;
line-height:55px !important;
font-size:18px;
}
.dark_menu #menu > ul > li > a:hover{
   color:#000 !important;
} 

.dark_menu #menu > ul > li ul > li > a{
    color:#000 !important;
}
.dark_menu #menu > ul > li > a> font{
background:#fff !important;
color:#000 !important;
text-shadow:none !important;
}
.dark_menu #menu  ul  li.active > a > font{
    color:#000 !important;
text-shadow:none !important;
} 

.dark_menu #menu  ul  li.active ul > a > font{
    color:#fff !important;
text-shadow:none !important;


}
.dark_menu #menu ul li.active{
    padding:0 !important;
    margin:0 !important; 
}
.dark_menu #menu ul li.active ul{
     padding:0 !important;
    margin:0 !important; 
    width:100% !important;
    margin-top:0px !important;
    margin-left:5px !important;
}
.dark_menu #menu ul li.active ul a{
     padding:0 !important;
    margin:0 !important; 
    width:100% !important;
    padding:10px !important;
}
.dark_menu #menu ul li.active ul a{
    background-image: linear-gradient(20deg,#444 0%,#333 100%);
    transition: width 2s;
-moz-transition: width 2s; /* Firefox 4 */
-webkit-transition: width 2s; /* Safari 和 Chrome */
-o-transition: width 2s; /* Opera */
}
.dark_menu #menu  ul  li.active ul  a:hover{
background-image: linear-gradient(to right,#01c2e6 0%,#1160ff 100%);
color:#fff !important;
}

.dark_menu #menu  ul  li.active ul  a:hover font{

color:#fff !important;
}
.smi__book-wrap {
  display: block;
  margin: auto;
  padding:0;
  width: 140px;
  float:left;
  margin:20px 40px 30px 0;
}

.smi__book {
  position: relative;
  display: block;
  margin: auto;
  max-width: 230px;
  height: 220px;
  -webkit-transform: perspective(100) rotateY(-3deg);
  transform: perspective(100) rotateY(-3deg);
  box-shadow: 12px 12px 8px 0px #ccc;

}
.smi__book__head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size:100% 100%;
  background:red;
  border:1px solid #ccc;
 
}
.smi__book__name, .smi__book__author {
  position: absolute;
  color: #fff;
  left: 50%;
  margin: 5px 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.smi__book__name a, .smi__book__author a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  white-space: nowrap;
}
.smi__book__name span, .smi__book__author span {
  text-align: center;
  display: inline-block;
  white-space: normal;
  padding: 0 5px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.smi__book__name span > em, .smi__book__author span > em {
  font-style: normal;
}
.smi__book__author {
  bottom: 0;
}
.smi__book:before {
  position: absolute;
  content: '';
  top: 1.5%;
  height: 96%;
  z-index: -1;
  width: 100%;
  left: 7.5%;
  background-color:;
  box-shadow: 5px 5px 20px #333;
}
.smi__book:after {
  position: absolute;
  content: '';
  top: 1.5%;
  right: -5%;
  height: calc(100% - 3%);
  z-index: -1;
  width: 5%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -webkit-transform: perspective(100) rotateY(20deg);
  transform: perspective(100) rotateY(20deg);
}
.journal-infos{
    background-image: linear-gradient(90deg,#01c2e6 0%,#1160ff 100%);
    padding:20px;
}
.journal-infos p{
    color:#fff;
}
#footer{
    background:transparent !important; 
}

#footer {
    background: #003366 !important;
    border:none;
}
.footer_btm,.footer_inside{
 background: #003366 !important;   
}
.side-columes h3{
    border-bottom:2px solid #ff9900;
    padding-bottom:4px;
    text-transform:Uppercase;
    font-weight:bold !important;
}
.four{
    padding:15px 20px;
}
#footer .columns ul li {
    padding-left:0   !important;
    list-style:none !important;
}
.footer_btm{
    border-top:none !important;
}

.func-btn{
    overflow:hidden;
}
.func-btn a{
    display:block;
    overflow:hidden;
    padding:4px;
    background:#e4af03;
    color:#fff;
    width:120px;
    float:left;
    text-align:center;
    border-radius:4px;
    margin-right:4px;
    margin-bottom:15px;
}
#journalListPageLinks{
    margin:10px 0 25px 0;
}
#journalListPageLinks a,#journalListPageLinks strong{

    display:inline-block;
    box-sizing: border-box;

}
#journalListPageInfo{
    width:100%;
    text-align:center;
    margin-top:25px;
}
#journalListPageLinks a ,#journalListPageLinks strong{

    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    height:35px;
}
#journalListPageLinks strong{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
   
    border-radius:2px;
   border:2px solid #428bca;
    height:35px
}
.liner{
    width:100%;
    height:0px;
   
    border-bottom: 1px dotted  #ccc;
}
.func-btn{
    width:100%;

}
.top-nav {
    text-align:center;
}
.top-nav a{
    color:#fff !important;
   padding:0 8px;
   display:inline-block;
transition: all 500ms ease ;
-o-transition: all 500ms ease ; /*兼容parsto内核*/
-moz-transition: all 500ms ease ; /*兼容gecko内核*/
-webkit-transition: all 500ms ease ; /*兼容webkit内核*/

}

.top-nav a:hover{
    background:#f9be00;
    color:#003366 !important;
}
.blockTitle{
    
    font-size:20px !important;
}
#sidebarUser input{
    width:100%;
    height:25px;
}
#remember{
    height: 15px !important;
    width:auto !important;
    margin-top:4px !important;
}
#sidebarUser form{
    margin-top:10px;
}
#sidebarUser table{
    width:100%;
}
#sidebarDevelopedBy{
    display:none;

}
#sidebarHelp{
    display:none
}

#simpleSearchInput input,#simpleSearchInput select{
     width:100%;
    height:25px !important;
    }

    #simpleSearchInput lable{
        width:100% !important;
    }
#simpleSearchInput td{
    padding:10px 0;
}
#sidebarNavigation{
    margin-top:25px;
}
.banner-zone{
    position:relative;
}

.banner-zone img{
height:100px;
}

.banner-journal-title{
   width:100%;
   text-align:center;
   color:#fff;
   position:absolute;
   left:0;
   top:32px;
   font-weight:600;
   text-transform:uppercase;
   font-family:'arial' !important;

}

