/************************/
/*** Simple countdown ***/
/************************/

/* Class of div with text for countdown end */
.bvb_countdown_endtext{

}


.bvb_simple_countdown {
    text-align: center;
}

.bvb_simple_countdown .bvb_panel {
    display: inline-block;
    margin-right: 10px;
    min-width: 50px;
}

.bvb_simple_countdown .bvb_panel:last-child{
    margin-right: 0px!important;
}

.bvb_simple_countdown .tdigit {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 7px;
    line-height: 100%;
}

.bvb_simple_countdown .tlabel {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    line-height: 100%;
}





.bvb_flip_countdown {
    text-align: center;
}

.bvb_flip_countdown .bvb_panel {
    display: inline-block;
    margin-right: 10px;
    min-width: 120px;
}

.bvb_flip_countdown .bvb_panel:last-child{
    margin-right: 0px!important;
}

.bvb_flip_countdown .tdigit {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 7px;
    line-height: 100%;
    background-color: #ededed;
}

.bvb_flip_countdown .tlabel {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    line-height: 100%;
}



.bvb_circle_countdown {
    text-align: center;
}

.bvb_circle {
    display: inline-block;
    margin-right: 15px;
}

.bvb_circle:last-child{
    margin-right: 0px!important;
}

.bvb_circle_countdown canvas {
    vertical-align: middle!important;
}


/*==============*/
/*=== Circle ===*/
/*==============*/












.ccont {
    display: table-cell;
    vertical-align: middle;
}

.ctime {
}

.circle {
    position: relative;
    /*background-color: lightgreen;*/
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.cent {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    z-index: 1;
    display: table;
}

.b {

    -moz-transform: skew(-30deg, -20deg);
    -ms-transform: skew(-30deg, -20deg);
    -o-transform: skew(-30deg, -20deg);

    width: 50%;

    margin-left: 50%;
    margin-top: 49%;
    height: 6%;
    border-right: 8px solid red;
}

.cov {
    position: absolute;
    -webkit-transform: rotate(30deg);
    width: 100%;
    height: 100%;
}

/*************************************/

/*.bvb_countdown_dashboard {*/
/*min-height: 60px;*/
/*text-align: center;*/
/*}*/

/*.bvb_countdown_dashboard.bvb_circle .dash {*/
/*background-color: transparent;*/
/*}*/

/*.bvb_simple_countdown .dash {*/
/*height: 48px;*/
/*position: relative;*/
/*float: left;*/
/*display: inline-block;*/
/**zoom: 1;*/
/*margin: 0 5px 1em;*/
/*font-size: 30px;*/
/*font-weight: 100;*/
/*line-height: 1;*/
/*text-align: right;*/

/*background-color: #00C09F;*/
/*padding: 10px;*/
/*padding-left: 18px;*/
/*padding-right: 18px;*/
/*}*/

/*.bvb_circle .dash,*/
/*.bvb_flip_countdown .dash {*/
/*height: 48px;*/
/*position: relative;*/
/*float: left;*/
/*display: inline-block;*/
/**zoom: 1;*/
/*margin: 0 5px 1em;*/
/*font-size: 30px;*/
/*font-weight: 100;*/
/*line-height: 1;*/
/*text-align: right;*/

/*background-color: #00C09F;*/
/*padding: 10px;*/
/*padding-left: 18px;*/
/*padding-right: 18px;*/
/*}*/

/*.bvb_countdown_dashboard .dash .digit {*/
/*width: 18px;*/
/*text-align: left;*/
/*float: left;*/
/*height: 29px;*/

/*font-size: 30px;*/
/*font-weight: 100;*/
/*line-height: 1;*/
/*}*/

/*.bvb_countdown_dashboard .dash_title {*/
/*width: 100%;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: -17px;*/
/*border-top: 1px solid #cecece;*/
/*font-size: 12px;*/
/*padding-top: 3px;*/
/*font-weight: normal;*/
/*text-transform: uppercase;*/
/*text-align: center;*/
/*}*/

/*********************************************************************/

/*.vis {*/
/*background-color: lightseagreen;*/
/*float: right;*/
/*height: 6px; *//**//* width and height of circle*/
/*width: 10px;*/
/*}*/

/*.back {*/
/*background-color: black;*/
/*width: 100px;*/
/*height: 100px;*/
/*border-radius: 50px;*/

/*float: left;*/
/*}*/

/*.cov {*/
/*position: absolute;*/
/*-webkit-transform: rotate(30deg);*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*#another {*/
/*background-color: yellow;*/
/*width: 200px;*/
/*height: 200px;*/
/*padding: 25px;*/
/*}*/

/*.bvb_countdown_dashboard .circle span {*/
/*margin-left: 27px;*/
/*margin-top: 31px;*/
/*display: block;*/
/*}*/
