﻿.artbody {
    font-size: 16px !important;
    min-height: 200px;
    line-height: 30px;
    width: 100%;
}

h1 {
    padding: 10px 0;
}
h1 a{
    color: #414141
}

article table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

article table td, article table th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

article table td *, article table th * {
    margin: 0;
}


.artbody img, .artbody object{
    max-width: 100% !important;
}

article .btn {
    white-space: normal;
}

img.fr-tag {
    display: block;
    margin: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: auto;
}

.breadcrumb {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    
}

    .breadcrumb li {
        display: inline-block;
        text-shadow: 0 1px 0 #ffffff;
    }

    .breadcrumb .divider {
        padding: 0 5px;
        color: #999999;
    }

    .breadcrumb .active a {
        color: #333333;
    }


    .articehead {
        text-align: left;
        margin: 20px 0;
    }

    .articehead a{
         font-size: 12px;
         padding: 5px 10px;
        cursor: pointer;
        font-style: italic;
    }
    .articehead i {
         font-size: 17px;
         color: #8a8a8a;
         vertical-align: middle;
    }


    .articehead a:hover {
            color: #0C64B7;
            border-bottom: 1px solid #dddddd;
        }




.tab_content h4 {
    white-space: normal !important;
}


ul.fileatachment  {
}

ul.fileatachment li{
    display: table;width: 100%; 
    margin-bottom: 10px; 
    border-radius: 7px;
    transform: translate3d(0,0,0); 
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
}

ul.fileatachment li .btndownload{
     background-color: #2980b9;color: white;width: 10%;text-align: center;padding: 6px;display: block;border-radius: 6px;min-width: 32px;
}

    ul.fileatachment li .downloadtitle {
        padding: 10px;
        display: block;
    }
    ul.fileatachment li .downloadicon {
        width: 30px;
        float: right;
        margin: 0 10px;
    }

#file-attachment .panel {
    margin-bottom: 0;
}

#file-attachment .ucVideo {
    margin-bottom: 20px;
}

/**/


.video_one_tag {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 2px;
    display: block;
    float: right;
}

    .video_one_tag div {
    }

.tag_name_right {
    padding: 0 10px 0 5px;
    float: right;
    background-color: #ECECEC;
}

.tag_name_left {
    height: 24px;
    float: right;
}

.tag_cnt {
    padding: 0 5px;
    color: #fff;
    background-color: #24A5CA;
}

/**/

/**/

#file-attachment .panel-body .panel-heading {
    padding: 5px 10px;
}

#file-attachment .file-countdl {
    -ms-opacity: 0;
    opacity: 0;
    background-color: #086398;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

#file-attachment .files:hover .file-countdl {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-opacity: 1;
    opacity: 1;
}

#file-attachment .files {
        margin: 0 0 30px 0;
}

    #file-attachment .files .title {
        height: 50px;
        vertical-align: middle;
    }
/**/


/**/

.articlelist [class^="header_"] {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
  
}

.articlelist .tab_header_text a,.articlelist .tab_header_text span {
    color: #333 !important;
}
    /**/


.btndownload a {
    display: block;
    height: 150px;
   
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;

    padding-top: 15px;
    
}
.btndownload a,.btndownload p {
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.btndownload p {
 background: #222;
    display: block;
 
    width: 90%;
    margin: -30px 0px 0 0;
    text-align: center;
    padding: 10px;
    color: #fff;
    position: absolute;
    z-index: -2;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

/*HOVER*/
.btndownload:hover .bottom {
     margin: -10px 0 0 0;
    z-index: 1;
}



.awNotices {
            
    color: white;
           
}
.awNotices a {
    padding: 8px 10px 8px 25px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    color: inherit;
    text-decoration: none;
    visibility: hidden;
    transition: opacity .6s;
    border-radius: 3px;
    text-shadow: 0 0 3px rgba(1, 1, 1, 0.3);
    line-height: 150%;
}
.awNotices a i.fa {
    padding-right: 8px;
    margin-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.awNotices a[notice-color="orange"] {
    background-color: #ff9800;
}
.awNotices a[notice-color="red"] {
    background-color: #e51c23;
}
.awNotices a[notice-color="blue"] {
    background-color: #3f51b5;
}
.awNotices a[notice-color="green"] {
    background-color: #8bc34a;
}
.awNotices a[notice-color="dark"] {
    background-color: #414141;
}
.awNotices a.active {
    opacity: 1;
    visibility: visible;
}
.awNotices span.controller {
    position: absolute;
    cursor: pointer;
    background: transparent;
    left: 0;
    padding: 8px 10px;
    line-height: 150%;
}

.awNotices span.close {
    position: absolute;
    cursor: pointer;
    background: transparent;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
           
}





.breadcrumbart li {
    display: inline-block;
    text-shadow: 0 1px 0 #ffffff;
} .breadcrumbart li.breadcrumbsplit {
      padding: 0 10px;
  }



