.newsdiv {
    border-bottom: solid 1px gray; 
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
}
.textdiv {
    float: left;
    width: 90%;
} 
.textdiv .blinktext { 
    font-size: 14px;
    color: red;
}
.divdate {
    background-color: darkblue;
    color: white;
    padding: 5px 5px;
    float: right;
    font-size: 12px; 
    border-radius: 5px;
}
.linktitle {
    display: inline-block;
    padding-left: 5px;
   font-weight: bold;
    font-size: 18px;
    color: darkslategray;
    text-shadow: 0px 0px 0.5px darkslategrey;
    text-decoration: none;    
}
.linktext {
    display: block;
    padding-top: 10px;
    font-size: .85em;
    color: darkslategray;
}
.blinktext {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.ms-slide a,.ms-slide a:link {
    color: white;
    text-decoration: underline;
    background: #000;
    padding: 10px;
    opacity: .7;
    font-size: 24px;
}
.center {
    text-align: center;
}
.break {
    word-break: break-all;
    width: 10%;
}

.divFlash {
    margin: 1% 5% 1% 5%;
    width: 90%; 
    z-index: 9999999;
    background-color: #f0f0f0;
    border: solid 5px maroon;
    border-radius: 10px;
    font-size: 2em;
    text-align: center;
    cursor: pointer; 
    padding: 1%; 
    line-height: 1.1em;
}
.divFlash h3 {
    padding: 0px 0px 10px 0px; 
    margin: 0px; 
    color: red; 
    text-decoration: underline;
}
.divFlash > div {
    display: block;
    text-align: justify;
}
.divFlash span {
    font-size: 1.4em; 
    font-weight: bold
}
.divFlash ul li {
    text-align: left;
}
#navbar-collapse-1 .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}
ul.fancyul {
    padding-left: 40px;
}
ul.fancyul li {
    font-size: 1em;
     color: green;
    list-style-type: decimal;
    padding-bottom: 5px;
}
ul.fancyul li a,ul.fancyul li a:link{
    font-size: 1em;
    color: blue;
    text-decoration: underline;
}
 .headingpg h2{
    background-color: darkgreen;
    color: white;
    padding: 10px;
    text-align: center; 
    font-size: 22pt;
}
.centermiddle {
    position:absolute !important; /*it can be fixed too*/
    width: 20%;
    left:40%; 
    top:50%; 
    margin:0 auto;
    z-index: 9999;
}
/***********************Custom Styles for Tenders Page************************/
.tenderspage .headerclass {
        background-color: teal;
        color: white;
        font-size: 1.3em;
        border: solid 1px white !important;
        padding: 20px !important;
    }

    .tenderspage .headerclass th {
        padding: 10px !important;
        text-align: center;
    }

    .tenderspage .table-bordered td {
        padding: 5px;
        border: solid 1px teal !important;
        color: black;
        text-align: center;
    }

    .tenderspage .table-bordered tr:nth-child(2n+2) {
        background-color: whitesmoke;
    }

    .tenderspage .table-bordered td.disabled {
        color: GrayText;
    }

        .tenderspage .table-bordered td.disabled a {
            color: lightblue;
        }

    .features_sec42.two .tenderspage .box ul.ulitems {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .tenderspage ul.ulitems li {
        list-style-type: decimal;
        display: list-item;
        width: 100%;
    }

    .tendernotice {
        padding-left: 10px;
        font-size: 1em;
    }
/***********************Custom Styles for Tenders Page************************/
/***********************Override mainslider background color************************/
.ms-view {
    background: #fff !important;
    background-color: #fff !important;
}
/***********************Override mainslider background color************************/
