/* Top Navigation */
#topMenu {
    background-color: #eff6ef;
    z-index: 10;
}
#topMenu a:link, #topMenu a:visited {
    text-decoration: none;
	background-color: #eff6ef;
}
#topMenu a:hover, #topMenu a:focus {
	background-color: #deedde;
}
#topMenu a:active {
	font-weight: bold;
	background-color: #cee3ce;
}

.navbar-default .navbar-collapse .navbar-nav {
    background-color: #eff6ef;
}

.top-nav {
    padding: 0 0.9375rem;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    line-height: 1.25rem;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    background-color: #cee3ce;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0,0,0,.175);
    box-shadow: 0 0.375rem 0.75rem rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}



#blog-header {
    min-height: 18.75rem;
    padding-top: 5rem;
}
#blog-header .title {
    margin-top: 8.125rem;
}
#blog-header .menu {
    margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
    #blog-header .showProfile {
        padding: 0.1875rem;
        position: absolute;
        top: 18.75rem;
        left: 0.625rem;
        width: 6.25rem;
        border: 1px solid #EEE;
        z-index: 2;
    }
    #blog-header .title {
        margin-left: 6.25rem;
    }
}
@media (min-width: 768px) {
    #blog-header .showProfile {
        padding: 0.3125rem;
        position: absolute;
        top: 11.25rem;
        left: 5rem;
        height: 10.625rem;
        width: 10.625rem;
        border: 1px solid #EEE;
        z-index: 2;
    }
    #blog-header .title {
        margin-left: 250px;
    }
    #blog-header .menu {
        margin-right: 4.0625rem;
    }
}

#blog-body {
    min-height: 37.5rem;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
}
    @media (max-width: 767px) {
        #blog-body {
            padding: 0.1875rem;
        }
    }
#blog-footer {
    min-height: 7.5rem;
    padding: 3.125rem 3.125rem 1.25rem 3.125rem;
    border-top: #EEE 1px solid;
}
@media (max-width: 767px) {
    #blog-footer {
        padding: 3.125rem 0.625rem 1.25rem 0.625rem;
    }
}
#blog-footer footer {
    text-align: center;
    margin-top: 1.25rem;
}


.v_msg,
.s_msg {
    color: red;
    padding: 0 0.3125rem;
}
@media (max-width: 767px) {
    .v_msg,
    .s_msg {
        padding: 0 0.1875rem;
    }
}


#list_panel {
    margin-top: 0.625rem;
}
#list_panel span:first-of-type {
    font-size: 1.25rem;
    font-weight: bold;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
#list_panel span:not(:first-of-type):not(:last-of-type) {
    margin-left: 0.625rem;
}
@media (max-width: 767px) {
    #list_panel span:last-child {
    }
}
#list_panel a {
    margin-right: 0.3125rem;
}
#search_panel {
    margin: 1.25rem 0.625rem;
    display: none;
}
#search_panel input {
    width: 60%;
}
@media (max-width: 767px) {
    #search_panel input {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #search_category {
        margin-right: 1.25rem;
    }
    #search_book {
        margin-right: 1.25rem;
    }
    #search_order {
        margin-right: 1.25rem;
    }
    #search_panel span.select2 {
        width: 60%;
    }
}
#search_parameter {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}


#article_list {
    padding: 0.625rem 0;
}
#article_list .list {
    display: none;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}
#article_list #block.list:nth-child(1) {
    margin-top: 1.25rem;
    display: block;
}
#blog_default #article_list {
    min-height: 37.5rem;
}
#blog_default #article_list .list {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    padding: 0.625rem;
}
#article_list section > h4 {
    margin: 1.25rem 0;
}
#article_list section > article {
    margin: 1.25rem 0;
    border: #EEE 1px solid;

	border-radius: 0.625rem; /* IE 6+  */
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
#article_list section > article .title {
    font-size: large;
}
#article_list section > article .title > a:link,
#article_list section > article .title > a:visited,
#article_list section > article h4 > a:link,
#article_list section > article h4 > a:visited {
    color: #000;
}
#article_list section > article > header {
    padding: 0.625rem;
    border-bottom: #EEE 1px solid;
    background-color: #FAFCFA;
}
#article_list section > article > div {
    padding: 0.625rem;
    min-height: 6.25rem;
}
#article_list section > article > div img {
    max-width: 100%;
}
#article_list section > article > footer {
    padding: 0.625rem;
    border-top: #EEE 1px solid;
}
#article_list #list.list section article {
    padding: 0.3125rem;
    border: none;
    border-bottom: 1px #CCC solid;
}
#article_list #list.list section article div {
    padding: 0.3125rem;
    min-height: auto;
}
#article_list .v_msg,
#article_list time,
#article_time {
    font-size: 0.875rem;
}
@media (max-width: 767px) {
    #article_list .list {
        word-wrap: break-word;
    }
    #article_list .v_msg,
    #article_list time,
    #article_time {
        font-size: 0.75rem;
    }
    #article_list article .content .article_info {
        padding-top: 0.875rem;
    }
    #article_list footer {
        font-size: 0.875rem;
    }
    #article_list #list.list footer {
        padding-top: 0.1875rem;
        padding-bottom: 0.1875rem;
    }
}
.category_form,
.book_form {
    display: none;
    margin-bottom: 2.5rem;
}

.JCME .JCME_view img.demo,
#article_content img.demo {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
    .JCME .JCME_view img.demo,
    #article_content img.demo {
        margin-bottom: 1.25rem;
    }
}
#References ol li div {
    padding-left: 1.875rem;
}
a.ref:focus {
    outline: none;
}

a.label {
	font-weight: normal;
    padding: 0.3125rem;
    border: 1px solid #DDD;
    border-radius: 1.25rem;
}
a.label:link, a.label:visited {
    color: #999;
    text-decoration: none;
	background-color: #e6fff2;
}
a.label:hover, a.label:focus {
    color: #777;
	background-color: #b3ffd9;
}
a.label:active {
    color: #333;
	font-weight: bold;
	background-color: #99ffcc;
}

textarea.commonmark {
    display: none;
}



#ps_menu {
    position : absolute;
    right: 0;
    min-width: 15.625rem;
    background: #FFF;
    padding: 0;
    border-top: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
    box-shadow: 0.125rem 0.125rem 0.0625rem #888888;
    display: inline-block;
    display: none;
    z-index: 3;
}
#ps_menu li {
    list-style-type: none;
    padding: 0.3125rem;
    border-bottom: 1px #CCC solid;
    cursor: pointer;
}
#ps_menu li div {
    text-align: left;
    display: inline-block;
}
#ps_menu li div:nth-child(1) {
    color: #298A08;
    width: 10%;
}
#ps_menu li div:nth-child(2) {
    width: 80%;
}
#ps_menu li div:nth-child(2) i {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}
#ps_menu li {
    list-style-type: none;
    padding: 0.3125rem 0.625rem;
    border-bottom: 1px #CCC solid;
    cursor: pointer;
}
#ps_menu li:hover {
    font-weight: bold;
    background: #e6ffe6;
}
#ps_menu li:active {
    font-weight: bold;
    background: #ccffcc;
}



#article_content section.abstract {
    margin-bottom: 3.125rem;
}

#article_content section.outline {
    margin-bottom: 3.125rem;
}

#article_content section.chapter {
    margin-bottom: 6.25rem;
}

#article_content section.chapter > section.section {
    margin-bottom: 6.25rem;
}

#article_content section.conclusion {
    margin-bottom: 6.25rem;
}

#article_content section.references {
    margin-bottom: 6.25rem;
}

#article_content section.references .page-scroll {
	font-size: small;
	vertical-align: super;
	line-height: 0;
}

#article_content .carousel {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
}
#article_content .carousel img {
    object-fit: contain;
    margin: 0 auto;
}
@media (min-width: 768px) {
#article_content #carousel-3-ems .item {
    height: 600px;
}
#article_content #carousel-3-hLikemall .item {
    height: 870px;
}
#article_content #carousel-3-proeyes .item {
    height: 600px;
}
#article_content #carousel-3-storyboard .item {
    height: 500px;
}
#article_content .carousel .carousel-control {
    width: 0;
}
}

#article_content section.footer {
    color: #999;
    text-align: right;
    margin-bottom: 3.125rem;
}