﻿

@import url(https://fonts.googleapis.com/css?family=Share+Tech);

#clockdiv {
    font-family: Dubai;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

    #clockdiv > ul >li {
        padding: 10px;
        border-radius: 3px;
        display: inline-block;
        border-color: #f1fbfd;
        border-style: solid;
    }

    #clockdiv ul > li> span {
        padding: 7px;
        border-radius: 3px;
        background: #172d80;
        display: inline-block;
    }

.smalltext {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.CampaignText {
    font-size: 30px;
    color: #172d80;
    font-family: Dubai;
    float: right;
}

.CampaignValue {
    font-size: 30px;
    color: #172d80;
    font-family: Dubai;
    float: left;
}

/*.progressbar {
    display: inline-block;
    width: 100px;
    float: left;
}*/

.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
}

    .circle:after {
        width: 160px;
        height: 160px;
        content: "";
        border: 0px solid #fb4f14;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .circle canvas {
        vertical-align: middle;
        border: 0px solid #fb4f14;
        border-radius: 50%;
    }

    .circle div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -86px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 31px;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.3em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: white;
        margin-top: 12px;
    }

#container {
    text-align: center;
    margin: 20px;
}

h2 {
    color: #CCC;
}

a {
    text-decoration: none;
    color: #EC5C93;
}

.bar-main-container {
    margin: 10px auto;
    width: 300px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Dubai;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
}

.wrap {
    padding: 8px;
}

.bar-percentage {
    float: left;
    background: rgba(0,0,0,0.13);
    /* -webkit-border-radius: 4px !important; */
    -moz-border-radius: 4px !important;
    border-radius: 4px;
    padding: 7px 0px;
    width: 20%;
    color: white;
    /* height: 16px; */
    font-size: 20px;
}

.bar-container {
    float: right;
    -webkit-border-radius: 10px;
    /*border-radius: 10px;*/
    height: 10px;
    background: rgba(0,0,0,0.13);
    width: 78%;
    margin: 17px 0px;
    overflow: hidden;
}

.bar {
    float: left;
    background: #FFF;
    height: 100%;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* COLORS */
.azure {
    background: #38B1CC;
}

.emerald {
    background: #2CB299;
}

.violet {
    background: #8E5D9F;
}

.yellow {
    background: #EFC32F;
}

.red {
    background: #E44C41;
}

#tbl_CampaignDetails td, th {
    padding: 3px 10px;
}



.CampaignBtn {
    border-color: #172d80;
    border-width: 2px;
    border-radius: 25px;
    background-color: #172d80;
}

.LearnMoreBtn {
    border-color: #172d80;
    border-width: 2px;
    border-radius: 25px;
    background-color: #172d80;
}
.btnCampaignAr {
    border-color: #172d80;
    border-width: 2px;
    border-radius: 25px;
    background-color: #172d80;
}


.CampaignValueIcon {
    font-size: 30px;
    color: white;
    font-family: Dubai;
    float: left;
    margin-right: 15px; 
    width: 40px;
}
