/**
 * 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_kupn8hhmnna.eot');
  src: url('//at.alicdn.com/t/font_1482517_kupn8hhmnna.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1482517_kupn8hhmnna.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1482517_kupn8hhmnna.woff') format('woff'),
  url('//at.alicdn.com/t/font_1482517_kupn8hhmnna.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1482517_kupn8hhmnna.svg#iconfont') format('svg');
}

.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;
}



#loginUsername, #loginPassword, #password, #password2 {
    font-family: sans-serif;
}

#header {
    background-color: none;
}

#headerTitle {
    margin-left:20px;
    font-size: 15px;
}

#footer {
    /*width: 60%;
    margin-left: 19%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px 0 10px;*/
    border-radius: 0 0 0px 0px;
}
#pageFooter {
    text-align: center;
}
.container .four.columns {
    width: 18%;
}
#main {
    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);
    margin-top: 100px;
    margin-bottom: 20px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;/*margin changed to 15% by Justin on 15/08/2017*/
    text-align: left;
    display: block;
    /*float: left;*/
    overflow: hidden;
    /*width: 990px;*/ width:72%;
}

#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: 120px;
    border-radius: 10px;
}

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:170px;
    height: 30px;
    border:none;
    background-color: #3399ff;
    border-radius:6px;
}

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: 0;
    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:40px;
}

#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: 17px;
    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: 2%;
    margin-left: 2%;
}
#leftSidebar {
    margin-left: 2%;
    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: 0.3em;
}

.vertical-tabs > section > label, .vertical-tabs > section > a  {
    background: #3fa4f0;
    border:1px solid #fff;
    cursor: pointer;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
    width: 160px;
    z-index:100;
}

.vertical-tabs > section:last-child > label {
    border-bottom: none;
    background: #e0e0e0;
    color: #333;
}

.vertical-tabs > section > div {
    width: 160px;
    position: relative;
    z-index: 100;
    padding: 15px 20px;
    margin-left: 1px;
    background: #e0e0e0;
}

.vertical-tabs section article {
    display: none;
    left: 230px;
    min-width: 300px;
    padding: 0 0 0 21px;
    position: absolute;
    top: 0;
}
.vertical-tabs label span{
    position:absolute;right:15px;font-size:30px;ling-height:50px;top: 4px;
}



.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;
    max-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;
    padding:0.3em 0.5em;
    border:1px solid #ccc;
}
#signinForm{
    margin-top:1.5em;
}
#announcementsHome h3 {
    background: #3fa4f0;
    color: #FFF;
    padding: 15px 20px;
	margin-right: 0;
}

#menu li{
    float:right !important;
    background:#fff !important;
}
#menu li a{
    background:#fff !important;
}
#menu {
    padding:20px 0;
    position:relative;
}
#menu .logo{
    position:absolute;
    top:20px;
    left:0;
}
#headerTitle img{
    width:100%;
}

#main{
    background:#fff !important;
}
#breadcrumb{
    margin-top:15px !important;
}
.homepageImage img{
    width: 150px !important;
}
.footer{
    border-radius:0 !important;
    background:#0c1e43 !important;
}
.func-btn{
    overflow:hidden;
}
.func-btn font{
    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;
}

#content li{
    width:100%;
    float:left;
}
#main{
    background:#fff;
}

.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%;
}
.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: #666;
  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);
}
#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;
}

.journal-infos{
    margin-top:0;
    padding-top: 0;
   background: #3399ff;
   padding-left:20px;

}
.journal-infos p{
    margin-top:0;
    color:#fff;

}
.vertical-tabs section article{
    width:auto !important;
}
.vertical-tabs section{
    margin:0;
    background:#fff;
    border:none;
   padding:0;
}

.vertical-tabs > section > label, .vertical-tabs > section > a{
    border:none !important;
    color:#cacaca;
  
    background-image: linear-gradient(20deg,#444 0%,#333 100%);
}

.side-btn-wrap{
    overflow:hidden;
    border:1px solid #ccc;
}
/*#content div{
    font-weight:600;
    font-size:20px;
}*/
#content div li a{
    font-size:14px;
    font-weight:normal;

}
#content h3{
  
    padding-top: 0;
    padding-bottom: 0;

    padding-left:0em;
    margin-top:0.35em;
    margin-bottom: 0.35em;
    overflow:hidden;
    position:relative;
    font-size:22px;
    width:100%;
	
}


/*#content h3:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  width: 8px;
  background-color: #FF00FF;
  height: 25px;
  left: 0;
}*/
.data h4{
    position:relative;

    padding-left:0.65em;
}
/*.data h4:after {
    content: ' ';
  position: absolute;
  bottom: 0px;
  width: 8px;
  background-color: #FF00FF;
  height: 25px;
  left: 0;
}*/
.site-title:after{
     width: 0 !important;
     height:0!important;
}
.right-btn a{
    overflow:hidden;
    padding:2px 10px;
    border-radius:6px;
    background:#EEB422;
    color:#fff;
}




input,select,textarea{
    overflow:hidden;
    
    border:1px solid #ccc !important;

}
.value lable{
    font-weight:normal !important;
}
#content h4{
    font-size:18px;
}
.info a,.info span{
    font-size:14px;
    font-weight:normal;
}
.info a{
    display:inline-block;
    background:
}
.menu li{
    width:24% !important;
    text-align: center;
    background:#FFF0F5;
    padding:0.6em 0 !important;
    border:1px solid #ccc !important;
}
.menu li.current{
    background:#EE00EE !important;
   
}
.menu li.current a{
     color:#fff !important;
}
.menu {
    overflow:hidden;
    padding:1em 0 !important;
}
.menu li a{
    display:inline-block;
    overflow:hidden;
    font-size: 16px;

}

.listing{
	display:inline-block;
	overflow:hidden;
}

.ui-corner-all{
    z-index:9999 !important;
}

.top_menu{
    overflow:hidden;
    height: 100% !important;

}
.top_menu ul{
    float:right;
    margin:0  !important;
    padding:0 !important;
    height:100% !important;
}
.top_menu li i{
    font-size:20px;
     line-height:26px;
     float:left;
     margin-right:5px;
}
.top_menu li{
    float:left;
    list-style:none;
     margin:0  !important;
    padding:0 !important;
    height:100% !important;
        color:#fff; font-size:14px;
        line-height:25px;
        cursor:pointer;
        padding:0 10px !important;
}

#top_menu td{
    margin:0  !important;
     padding:0 !important;
      border-collapse:collapse !important;
      overflow:visible !important;
}
.banner-zone{
    position:relative;
}

.banner-zone img{
height:100px;
}

.banner-journal-title{
   width:100%;
   text-align:center;
   color:#fff;
   position:absolute;
   left:0;
   top:35px;
   font-weight:600;
   text-transform:uppercase;
   font-family:'arial' !important;

}

