/*
article {
	font-size: 15px;
	line-height: 1.4	
}
*/
/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
    font-family:"Nazanin";
    src:url("../../dm/fonts/NAZANIN.eot?") format("eot"),
        url("../../dm/fonts/NAZANIN.woff") format("woff"),
        url("../../dm/fonts/NAZANIN.ttf") format("truetype"),
        url("../../dm/fonts/NAZANIN.svg#Nazanin") format("svg");
    font-weight:normal;
    font-style:normal;
}

.fatr {
    font-family: "Nazanin", 'Open Sans', Arial !important;
}
.fatr p {
    font-family: "Nazanin", 'Open Sans', Arial !important;
    font-size: 120%;
}
.fatr h1,
.fatr h2,
.fatr h3,
.fatr h4,
.fatr h5,
.fatr h6,
.fatr .h1,
.fatr .h2,
.fatr .h3,
.fatr .h4,
.fatr .h5,
.fatr .h6 {
    font-family: "Nazanin", 'Open Sans', Arial !important;
}


article .mobile-toc-header {
    padding: 10px;
    background-color: #009f9b;
    color: #fff;
}

figure.wp-block-image img {
    height: 100%;
}

article h1 {
    font-size: 26px;
    padding-bottom: 0;
    font-weight: 600;
}

article h2 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

article h3 {
    font-size: 18px;
}

article h4 {
    font-size: 16px;
}

article h5 {
    font-size: 14px;
}

article h6 {
    font-size: 12px;
}

article .toc {
    display: none;
}

article em {
    font-style: normal;
    font-weight: 600;
    color: #000;
}

article ins {
    text-decoration: none;
}

article table th, article table td {
    padding: 10px;
}

article ul {
    list-style: disc;
    margin-left: 30px;
}
/*
article div.figure {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

article div.figure img {
    margin-right: 0 !important;
    max-height: 300px !important;
    width: 300px !important;
    object-fit: scale-down;
}
*/
article .figure {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: auto;
}

article .figure img {
    float: left;
    margin-right: 0 !important;
    max-height: 300px !important;
    width: 300px !important;
    object-fit: scale-down;
    cursor: pointer;
}

article .full img {
    float: left;
    margin-right: 20px;
    width: 100%;
    cursor: pointer;
}
/*
article .figure img.full {
    max-height: 100%;
    float: none;
    margin-bottom: 10px;
}
*/
article div.figure::after {
    display: block;
    font-weight: 400;
    content: "Click to enlarge and reduce the image";
    color: #888;
    font-style: italic;
}


article .figure .legend {
    border: 0;
    overflow: auto;
    font-size: 90%;
}

.articleInfo {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 30px !important;
    line-height: 1.5;
    font-size: 85%;
}


ol.decimal {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}


a.table {
}

a.figure {
}

article a.a, article a.a:hover {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

article a.internet,
article a.plain,
article a.article,
article a.internal,
article a.internet:hover,
article a.plain:hover,
article a.article:hover,
article a.internal:hover {
    background-color: initial;
    color: #009f9b;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}
ol.refs {
    margin-top: 1.5em;
    margin-left: 1.0em;
    list-style-type: decimal;
}

ol.refs li {
    margin-bottom: 0.5em;
    margin-left: 1.0em;
    padding-left: 0.5em;
}

#caution, .caution {
    text-transform: uppercase;
    background-color: orange;
    width: 120px;
    color: black;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

/* Article colors */
article {
    color: #000;
}

article h1, article h2, article h3, article h4, article h5, article h6, article em {
    color: black;
}

article .reading-time {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 14px;
}

article .table-caption {
    background-color: #009f9b;
    color: #fff;
    padding: 5px;
}

article table {
    /* background-color: #e4f0e5;
    border: 1px solid #aed3b1;
     */
    border: 1px solid #ccc;
    margin-bottom: 2rem;
}

article tr:nth-child(even) {
    background-color: #f2f2f2;
}
/*
article table tr.odd {
    color: black;
    background-color: #fff;
}
article table tr.even {
    color: black;
    background-color: #efefef;

}
*/

/*
@media only screen and (max-width: 990px) {
    article .toc {
        display: block;
    }

}
 */

#readmore {
    display: none;
}

.metadata-item-title {
    font-size: 16px;
}

.metadata-item-title a {
    color: #009f9b;
}

.metadata-item-authors, .metadata-item-database, .metadata-item-journal {
    font-size: 14px;
}

.metadata-item-database {
    font-style: italic;
}