﻿/*
 * Author - Harshen Pandey
 * Version - 1.0.9
 * Release - 18th March 2017
 * Copyright (c) 2017 - 2020 Harshen Pandey
*/

/* jquery.countdownTimer.css*/


.p-line {
    float: right;
    padding-top: 8px;
}
.simply-countdown{
    direction:ltr;
}
.simply-countdown > .simply-section {
display: inline-block;
   
    
    position: relative;
  
    margin: 0px 7px;
}
.simply-countdown  .simply-section > div:after{
  content: ' ';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%;
    top: 10px;
    right: -7px;

}
.simply-countdown  .simply-section > div:before{
    content: ' ';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%;
    top: 16px;
    right: -7px;

}
 .simply-countdown > .simply-section.simply-seconds-section {
      
    }
.simply-countdown  .simply-section.simply-seconds-section div:before,.simply-countdown  .simply-section.simply-seconds-section > div:after{
    display:none;
}
    .simply-countdown > .simply-section .simply-amount {
      display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-color: #d9262633;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding:5px;
    font-size: 11px;
    width: 24px;
    height: 26px;
           line-height: 18px;
    }
    #rooms-section  .simply-countdown > .simply-section .simply-amount {background-color: #ffffff00;}
    .simply-countdown > .simply-section .simply-word {
        display: block;
        text-align: center;
     margin: 2px 5px;

    }
    
   .User-pg-bx  .simply-countdown {
    direction: ltr;
    text-align: center;
}
      .User-pg-bx .simply-days-section,
    .User-pg-bx .simply-hours-section,.booking .simply-days-section,.booking .simply-hours-section{
        display: none !important;
    }
.style {
    width: 100%;
    font-family: sans-serif;
}

.colorDefinition {
    color: #fff;
}

.size_xl {
    font-size: 50px;
    border-width: 8px;
    border-radius: 6px;
}

.size_lg {
    font-size: 40px;
    border-width: 7px;
    border-radius: 5px;
}

.size_md {
    font-size: 18px;
    border-width: 5px;
    border-radius: 4px;
    font-family: helvetica,arial,sans-serif;
    text-align: right;
    float: right;
    width: auto;
    margin-left: 10px;
    letter-spacing: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.size_sm {
    font-size: 20px;
    border-width: 3px;
    border-radius: 3px;
}

.size_xs {
    font-size: 15px;
    border-width: 2px;
    border-radius: 2px;
}

@media only screen and (max-width:760px) {
    .simply-countdown > .simply-section {
        line-height: 13px;
     
        margin: 0px 4px;
      
       
    }.simply-countdown .simply-section > div:after {
   
  /*  width: 3px;
    height: 3px;*/
  
   /* top: 5px;
    right: -5px;*/
}.simply-countdown .simply-section > div:before {
   
   /* width: 3px;
    height: 3px;*/
  
    /*top: 10px;
    right: -5px;*/
}
}