﻿


.imgFirstDetail .LblDatails {
}

.divNewsImges {
    /*background-color: #e6e6e6;*/
}

.Table3-shownews {
    display: inline-block;
}

.imgFirstDetail {
    margin: 0 auto;
    display: table;
}

.NewsBody {
    padding-bottom: 20px;
}

._divDetailNews {
    background-color: #e6e6e6;
}

._divDetailNewsRotitle {
    color: red;
}

._divDetailNewstitle {
    color: #00a1bf;
}

/**/
.btn-Mainmanager span {
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-Mainmanager a {
    background-color: #3256A4;
    color: white;
    border-right: 1px solid #466ec6;
}

    .btn-Mainmanager a:hover span {
        color: white;
    }

    .btn-Mainmanager a:hover span {
        color: white;
      
    }

.NewsTitle label, .NewsTitle span {
    color: #304a95;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}

.AddedDateD-shownews span {
    color: #90a2ae;
}

.ShowRoTitleNews {
    border-right: 5px solid #4960a3;
    background-color: #e8e8e8;
    padding: 10px 0;
    margin-top: 10px;
}

    .ShowRoTitleNews label, .ShowRoTitleNews span {
        color: #202020;
        font-size: 15px;
        font-weight: 700;
    }

    .ShowRoTitleNews .lblAbstractDetail {
        font-size: 13px;
        font-weight: normal;
    }

.imgFirstDetail img {
    border: 1px solid #dcdcdc;
    border-width: 1px !important;
}


.relatedPicTitle {
    margin-top: 10px;
}

    .relatedPicTitle span {
        color: #90a2ae;
        vertical-align: middle;
        margin-left: 3px;
    }

.imgbtnPic-shownews {
    margin: 15px;
}

    .imgbtnPic-shownews input {
        /*width: 100%;*/
    }

.showNewsImSLide .jcarousel-wrapper {
    background-color: #e8e8e8;
}

.showNewsImSLide .jcarousel-control-next {
    right: -3px;
    color: #b2b2b2 !important;
    border: none;
    box-shadow: none;
}

.showNewsImSLide .jcarousel-control-prev {
    left: -3px;
    color: #b2b2b2;
    border: none;
    box-shadow: none;
}

.MgTop {
    margin-top: 10px;
}

.NewsTCPagerField {
    text-align: center;
}
/****public****/
.divMarTop10 {
    margin-top: 10px;
}
/**/
/*******PnlNormalNews*****************/
.NewsCtr-pnlNormalNews {
    margin-bottom: 5px;
    border-bottom: 1px solid #c9cfd8;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
}

    .NewsCtr-pnlNormalNews .thumbnailNews img {
        max-width: 100% !important;
    }

    .NewsCtr-pnlNormalNews .thumbnailNews a {
        display: inline-block;
    }

    .NewsCtr-pnlNormalNews .NewsAbstract {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .NewsCtr-pnlNormalNews .NewsDateTime span {
        color: #939191;
        vertical-align: middle;
    }



.pnlNormalNews table {
    width: 100%;
}

.NewsTitle a {
    color: #3256A4;
    font-size: 15px;
}
/**/
/******pnlMarq********/
.cnt-Marq a {
    color: #3256A4;
    font-size: 15px;
}
/*****pnlAdvanceNews****/
.ImportantNewsDataList .ImportantNews-Title, .UsualNewsDataList .ImportantNews-Title {
    position: relative;
    padding-right: 34px;
    font-size: 15px;
    display: block;
    padding: 9px 12px;
    padding-right: 45px;
    background-color: #b71c1c;
    color: white;
    transition: all 0.3s ease-in-out;
}

    .ImportantNewsDataList .ImportantNews-Title:before, .UsualNewsDataList .ImportantNews-Title:before {
        content: "";
        position: absolute;
        top: -30px;
        right: -25px;
        background: url('../../Images/news.png') no-repeat center;
        width: 100px;
        height: 100px;
        transition: all 0.3s ease-in-out;
    }

.ImportantNewsDataList table {
}

.NewsCtr-pnlAdvNews-Body {
    padding: 5px 15px 5px;
}

    .NewsCtr-pnlAdvNews-Body span:nth-child(2) a {
        color: #3256a4;
        font-size: 15px;
    }

    .NewsCtr-pnlAdvNews-Body .ModuleDate {
        color: gray;
    }

.NewsCtr-pnlAdvNews-abs {
    padding: 5px 15px 5px;
}

.ImportantNewsDataList:hover .ImportantNews-Title:before {
    transform: rotate(360deg);
}

.ImportantNewsDataList:hover .ImportantNews-Title {
    padding-right: 50px;
}

.ImportantNewsDataList .ModuleDate {
    color: gray;
}

    .ImportantNewsDataList .ModuleDate span {
        vertical-align: middle;
    }

.UsualNewsDataList:hover .ImportantNews-Title:before {
    transform: rotate(360deg);
}

.UsualNewsDataList:hover .ImportantNews-Title {
    padding-right: 50px;
}

.NewsMoreInfo .glyphicon {
    vertical-align: middle;
    color: black;
}

.NewsMoreInfo a {
    color: white;
}

.thumbnailNews img {
    border: 1px solid black;
    padding: 5px;
    max-width: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
}

.thumbnailNews:hover img:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.thumbnailNews:hover img {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
}

.pnlAdvancedNews .NewsBody .lblLink {
    color: #3256a4;
    background-repeat: no-repeat;
}
/********pnlListView**************/
.cnt-ListViewTxt .cnt-ListViewDate {
    color: #939191;
    vertical-align: middle;
}

    .cnt-ListViewTxt .cnt-ListViewDate label {
        vertical-align: middle;
    }

.cnt-ListViewTxt div:first-child a {
    color: #304a95;
    font-weight: bold;
}

.cnt-ListViewTxt {
    text-align: justify;
}

.cnt-ListView {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
}
/************pnlNewsArchive*******************/
.cnt-NewsArchive .control-label {
    text-align: right;
}

.cnt-NewsArchive-infoCmm {
    border-right: 50px solid #1f9cd5;
    background-color: #ddeff8 !important;
    position: relative;
    padding: 10px !important;
}

    .cnt-NewsArchive-infoCmm:before {
        content: "";
        width: 32px;
        height: 32px;
        background: url("../../Images/infoIco.png") no-repeat center;
        position: absolute;
        top: 15px;
        right: -43px;
        z-index: 100;
    }

    .cnt-NewsArchive-infoCmm span {
        vertical-align: middle;
        margin-left: 5px;
    }

.breadcrumb .breadcrumb-item:first-child {
    font-size: 0;
}

    .breadcrumb .breadcrumb-item:first-child a {
        font-size: 14px;
        color: #3256A4;
    }

.breadcrumb-item {
    margin: 0px 5px;
    display: inline-block;
    padding: 5px 8px;
}

.breadcrumb-item {
    position: relative;
}

    .breadcrumb-item:focus {
        outline: 0;
    }

    .breadcrumb-item:first-child:hover {
        background-color: #636566;
        color: white;
        text-decoration: none;
        border-radius: 3px;
    }

    .breadcrumb-item:hover a {
        color: white !important;
    }

    .breadcrumb-item:before {
        position: absolute;
        right: -14px;
        top: 8px;
        content: "";
        background: url("../../images/bullet.png") no-repeat center;
        width: 15px;
        height: 15px;
    }
/***/
.breadCrumbs-News {
    background-color: #e8e8e8;
    padding: 0 !important;
}

.breadCrumbsHome {
    background-color: #364a95;
    padding: 7px 10px;
    color: white !important;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.breadCrumbs-News label, .breadCrumbs-News label a, .breadCrumbs-News span, .breadCrumbs-News span a {
    color: gray !important;
    margin: 3px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 2px;
    margin-bottom: 8px;
}

    .breadCrumbs-News label a:hover, .breadCrumbs-News span a:hover {
        background-color: #636566;
        border-radius: 3px;
        color: white !important;
        text-decoration: none;
    }

.breadCrumbsHome::after {
    position: absolute;
    content: "";
    top: 13px;
    left: -5px;
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-right: 7px solid #364a95;
    border-top: 9px solid transparent;
}

.breadCrumbsHome span {
    color: white !important;
    font-size: 15px;
    padding: 5px 5px;
}

.breadCrumbsHome {
    margin: 0 !important;
}
/********different device*****************/
@media only screen and (max-width: 768px) {
    .cnt-ListViewTxt {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .imgFirstDetail {
        text-align: justify;
    }
}

.AddedDateD-shownews span {
    vertical-align: middle;
}

.AddedDateD-shownews > span:hover span {
    color: gray;
}

.AddedDateD-shownews .glyphicon-menu-left {
    font-size: 10px;
}
.btn-Mainmanager span {
    display: inline-block;
   
}
.btn-Mainmanager a {
     margin-top: 2px;
}