﻿.floatL
{
	float:left;
}
.font-color{
   /* background: linear-gradient(to bottom,#2980b9,#2c3e50);*/
  /*  background-image: linear-gradient(red, yellow);*/
    color:#ffffff;
}
.timeDiv{
	display: inline-block;
    position: relative;
    float:right;
    margin:6px;
}
.timeHeader
{
	text-align:center;
	color:#2069AA;
	padding-bottom:6px;
}
.topCountdown {

    color: #fff;
    font: normal 36px "oswald","HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: none;
    letter-spacing: 0.0625em;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 0 12px;

    text-align: center;
    /*
    margin-right: 10px;
    width: 55px;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #FFF 45%, #FFF 45%, #b8b8b8 48%, #FFF 50%, #b8b8b8 52%, #FFF 55%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #FFF 45%, #FFF 45%, #b8b8b8 48%, #FFF 50%, #b8b8b8 52%, #FFF 55%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#ffffff 45%,#ffffff 45%,#b8b8b8 48%,#ffffff 50%,#b8b8b8 52%,#ffffff 55%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color38', endColorstr='$color38',GradientType=0 );
    */
    background:url('/secretariat/Administration/procurement/SiteAssets/img/ClockBG.png') center repeat-x; 
    background-size: auto 100%;

}
.topCountdownSpace{
	color:#0157A0;
	font-size:36px;
}
.bottomCountdown {
    color: #555;
    text-align: center;
    font: normal 16px "oswald","HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: none;
    width: 50px;
    padding-left:9px;
}
body.rwd .bottomCountdown
{
	font-size:13px !important;
}
#med{
    position:absolute;
    top: 15px;
    right: 0;
}
.dayDiv{
    display: flex;
    /* justify-content: space-between; */
}
.dayDiv span{
    font-size: 0.9rem;
    opacity: 0.4;
    margin:0 4px;
}