﻿/*#region ARTICLE DETAIL*/

.articledetail { position:relative; }

.articledetail .btnBack { position:absolute; top:-16px; left:0px; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; }

    /* [ PHOTO ] */

.articledetail .photo { background:none #FFF; border:1px solid #D2D2D2; box-shadow:0px 0px 2px #999; display:table; float:left; height:100px; margin:0px 20px 0px 0px; padding:4px; text-align:center; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; width:133px; }

.articledetail .photo .photoWrapper { display:table-cell; vertical-align:middle; }
.articledetail .photo .photoWrapper img { max-height:100px; max-width:133px; }

    /* [ TEXT ] */

.articledetail .text { font-size:13px; line-height:18px; margin:50px 0px 0px; text-align:justify; }

    /* [ DETAILS ] */

.articledetail .details { margin:15px 0px 0px; }

.articledetail .details p { margin:0px 0px 10px; }

.articledetail .details p.date { position:absolute; left:163px; top:41px; }

.articledetail .details p label { display:inline-block; font-size:13px; color:#003856; }
.articledetail .details p span {  }

    /* [ HIDDEN FIELDS ] */

.articledetail .details p.source,
.articledetail .details p.author { display:none; }

/*#endregion*/

/*#region ARTICLE DETAIL [ GALLERY ]*/

.galleryDetail .articledetail .text { margin:0px 0px 0px; }

.galleryDetail .articledetail .text table tr td .photo { background:none #FFF; border:1px solid #D2D2D2; box-shadow:0px 0px 2px #999; display:block !important; height:150px; margin:0px 11px 11px 0px; padding:4px; text-align:center; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; width:200px; }
.galleryDetail .articledetail .text table tr td .photo .photoWrapper { display:table-cell; vertical-align:middle; height:150px; width:200px; }
.galleryDetail .articledetail .text table tr td .photo .photoWrapper img { max-height:150px; max-width:200px; }

    /* [ HIDDEN FIELDS ] */

.galleryDetail .articledetail .photo,
.galleryDetail .articledetail .details { display:none; }

/*#endregion*/