﻿/*For download Thumbnails*/
.Source_Box {
    -webkit-box-shadow: 0px 2px 18px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 18px 3px rgba(0,0,0,0.1);
    /*box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);*/
    box-shadow: 3px 4px 5px rgba(0,0,0,0.2);
    border: 1px solid #d9dfe6;
}

.Source_Body_Box {
    padding: 0;
}

.Source_Title_Box {
    display: flex;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    /* background: #BBCADA; */
    background: #bbcada;
    color: #2f4767;
    justify-content: space-between;
}
.Source_Title_Box ul {
        display: flex;
        gap: 11px;
        justify-content: flex-end;
        margin: 0px;
        align-items: center;
}

    .Source_Title_Box a {
        color: #2f4767;
        font-weight: bold;
    }

.BigItem {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px;
}

    .BigItem #imgThumnails {
        width: 100%;
    }

    .BigItem h3 {
        font-size: 14px;
        font-weight: bold;
        color: #4C729D;
        text-decoration: none;
        margin-top: 5px;
        margin-bottom: 2px;
    }

        .BigItem h3 a {
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            color: #4C729D;
        }

    .BigItem label#lbl_downloaded_date {
        padding: 0px;
        font-size: 12px;
        font-weight: normal;
        display: block;
        color: #999999;
        font-style: italic;
    }

    .BigItem label#lbl_Labels_Personal, label#lbl_Labels_Personal a {
        padding: 0px;
        font-size: 12px;
        font-weight: normal;
        color: #656565;
        /*font-style: italic;*/
    }

    .BigItem label#lbl_Labels_Shared, label#lbl_Labels_Shared a {
        padding: 0px;
        font-size: 12px;
        font-weight: normal;
        color: #656565;
        /*font-style:italic;*/
    }

    .BigItem #div_content {
        padding: 1px 5px 5px 5px;
    }


.SmallItem {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    /*padding: 1px 10px 10px 10px;*/
    padding: 4px;
}

.thumbnail-img {
    width: 25%;
    float: left;
    padding: 5px 12px 6px 1px;
}

.SmallItem #imgThumnails {
    width: 35%;
    float: left;
    padding: 8px 8px 8px 1px;
}

.SmallItem h3 {
    font-size: 12px;
    font-weight: bold;
    color: #4C729D;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 2px;
}

    .SmallItem h3 a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        color: #4C729D;
    }

.SmallItem label#lbl_downloaded_date {
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #999999;
    font-style: italic;
}

.SmallItem label#lbl_Labels_Personal, label#lbl_Labels_Personal a {
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #656565;
    /*font-style: italic;*/
    display: inline-block;
}

.SmallItem label#lbl_Labels_Shared, label#lbl_Labels_Shared a {
    padding-top: 3px;
    font-size: 12px;
    font-weight: normal;
    color: #656565;
    /*font-style:italic;*/
    display: inline-block;
}

.SmallItem #div_content {
    padding: 5px;
}

/*.BigItem  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #efeded;
}

.BigItem li {
  float: left;
}

.BigItem li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.BigItem li a:hover {
  background-color: #111111;
}*/


.datalist-items {
    /*margin:10px;
    width:260px;
    vertical-align: top;
    height: 100% !important;
    position: absolute;*/
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
}


.DataList_Display_Box {
    height: auto;
    padding-bottom: 50px;
}

.Informachine_DisplayBox {
    margin-top: 0px;
    display: inline-block;
}

.Source_Remove {
    /*padding: 3px;*/
    cursor: pointer;
}

.Source_Pin {
    color: #ff9900;
    cursor: pointer;
    /*padding: 5px;*/
}

.Source_Pin_remove {
    color: #adadad;
    cursor: pointer;
    /*padding: 5px;*/
}

.view_offline {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 8pt;
    font-weight: normal;
    color: #c00000;
    text-decoration: none;
    line-height: 15px;
    display: none;
}


.Image_Grid {
    width: 25% !important;
}


.description {
    display: block !important;
}

.Search-Panel {
    margin-bottom: 5px;
}





.Grid_Title {
    background-color: #BBCADA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2f4767;
    font-weight: bold;
    border: solid 1px #BBCADA;
}

    .Grid_Title a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #2f4767;
        font-weight: bold;
    }



.Grid_Content {
    background: #fff;
    border: 0;
}

    .Grid_Title td, .Grid_Content td {
        padding: 5px;
    }

        .Grid_Content td a img {
            margin-right: 10px;
        }

        .Grid_Content td a span {
            font-weight: bold;
        }

.Grid_Content {
    background-color: #f8f8f8;
    border: solid 1px #BBCADA;
}

.Source_Body_Box img
{
    width:100%;
}
.Source_Body_Box_Content {
    padding: 10px;
}

.BigItem_new {
    display: flow-root;
}
    .BigItem_new img {
        width: 100%;
        height:auto;
        /*aspect-ratio: 359 / 180;*/
        aspect-ratio: 16 / 9;
        display: block;
        object-fit: cover;
    }
    .BigItem_new h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        word-break: break-word;
    }

    .BigItem_new h4 {
        font-size: 14px;
        color: #555;
        font-weight: 500;
        margin: 0;
        line-height: 2;
    }
.SmallItem_new {
    display: flow-root;
}
    .SmallItem_new img {
        width: 35%;
        height:auto;
        float: left;
        padding: 10px 8px 2px 10px;
        aspect-ratio: 16 / 12;
        display: block;
        object-fit: cover;
    }
    .SmallItem_new h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        word-break: break-word;
    }

    .SmallItem_new h4 {
        font-size: 14px;
        color: #555;
        font-weight: 500;
        margin: 0;
        line-height: 2;
    }


.article-list-container {
    margin-bottom: 15px;
    margin-top: 10px;
}

.article-list {
    /* background: #f1f1f1;
    padding: 1px;*/
}

.article-list-item h2 {
    /*font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;*/
}

.article-list-item h3 {
    /*font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px;*/
}

.article-list-item img {
    width: 100px;
    margin: 0px 10px 0 0;
    float: left;
    border-radius: 3px;
}

.article-list-item p {
    /*font-size: 14px;*/
    margin: 0px 0px 5px 0px;
}

.article-list-item {
    background: #fff;
    /* padding: 5px 5px 0px 2px; */
    margin: 8px 0px 8px 0px;
    border-radius: 2px;
    border-bottom: solid 1px #e7e7e7;
    max-width: 550px;
}
.display-label-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 1.3;
}
    .display-label-container h5 {
        padding: 0px;
        font-size: 14px;
        font-weight: 600;
        /* display: contents; */
        color: #999999;
        padding-right: 5px;
        /* font-style: italic; */
        margin: 0px;
        /* line-height: 1.5;*/
    }
    .display-label-container span {
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
        padding-right: 4px;
        /* display: contents; */
        color: #999999;
    }
    .display-label-container span a{
     
    }
.source-view-more {
    text-align: right;
    padding: 8px;
    color: #c42927;
    font-weight: 600;
    font-size: 14px;
}
.source-view-more a {
    color: #c42927;
}
.Source_name {
    color: #c42927;
    display: block;
}
.Source_name a {
    color: #c42927;
}

.title-and-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.title-and-action h4 {
}
    .title-and-action ul {
        list-style: none;
        margin: 0px;
        text-align: center;
    }
.title-and-action ul li {
}
    .title-and-action ul li img {
        width: 20px;
        cursor: pointer;
        padding: 0px;
    }
    .title-and-action ul li input {
        width: 17px;
        height: 17px;
    }

.informachine-dataList-display-container {
    margin-top: 17px;
    margin-bottom: 14px;
    padding: 10px;
    background: #bbcada6e;
    border-radius: 5px;
    display: block;
    border: solid 1px #c6281fab;
    box-shadow: 0px 0px 5px rgb(198 40 31);
}
    .informachine-dataList-display-container h2 {
        color: #de262e;
        font-size: 18px;
        font-weight: 800;
        padding-left: 4px;
    }
