body{
  font-family: Calibri, sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;

}

.container{

}

.containexr {
  left:40px !important;
  margin-left:20px;
}


 .nick {
  margin:0px;
  padding:0px;
 }

.cld-main {

 border:1px black;
 border-style: solid;
 border-color: #92a8d1;

}

h3 {
  font-size:18px;
  display:none;
}

.cld-main{
  max-width: 300px !important;

}
.cld-main a{
  color: #333;
  font-weight: bold;
}
  .cld-datetime{
    position: relative;
    width: 100%;
    min-width: 100px;
    text-align: center;
    margin: auto;
    font-size:16px;
    overflow: hidden;
  }
  .cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: auto;
    text-align: center;
  }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav:hover svg{
      fill: #666;
  }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }
    .cld-nav svg:hover{

    }
.cld-labels, .cld-days{
  margin-left: -45px;
  margin-right: 0px;

}
  .cld-label, .cld-day{
    display: inline-block;
    width: 14%;
    font-size:12px;
    text-align: center;
  }
  .cld-day.todayA .cld-number{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-style:dotted;
    border-color:blue  !important;
/*    border-radius: 50px; */


  }
  .cld-day.disableDay{
    opacity: 0.5;

  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
    .cld-number{
      position: relative;

    }
      .cld-title{
        position: absolute;
        z-index: 5;
        display: none;
        top: 30px;
        left: 0;
        padding: 5px 10px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
      }
      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 7.5px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }

       .cld-number.eventmudanca{

  background: linear-gradient(30deg, green 50%, red 51%);
  background: linear-gradient(30deg, #3E9D00 50%, white 51%);

       }


       .dia_show_1 {
      background: linear-gradient(30deg, white 50%, red 51%);
       }

       .dia_show_2 {
  background: red;
       }

       .dia_show_3 {
        background: linear-gradient(30deg, red 50%, white 51%);
       }


      .cld-number.eventday{
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 2px;
        color:white;

        border: 1px solid #999;
        background: linear-gradient(30deg, red 50%, white 51%);
        background: #EF3C39;
        color: black;
      }

      .checkday{
        display: inline-block;
        height: 25px;
        width: 30px;
        border-radius: 2px;
        color:white !important;
        background: #DF9A00 !important;
        border: 1px solid #999;
        background: linear-gradient(30deg, blue 50%, white 51%);
        color: black;
      }


      .booked{
        display: inline-block;
        height: 25px;
        width: 30px;
        color:white !important;
        background: #C60B0B !important;
        border: 1px solid #999;
        background: linear-gradient(30deg, blue 50%, white 51%);
        color: black;
      }

      .service{
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 2px;
        color:white !important;
        background: #555555 !important;
        border: 1px solid #999;
        background: linear-gradient(30deg, blue 50%, white 51%);
        color: black;
      }


      .cld-number.dayfree{
        display: inline-block;
        height: 30px;
        width: 35px;

        color:white;
        background: #EF3C39;
        border: 1px solid #999;
        background: white;
        color: black;
      }

      .cld-number.eventday:hover{
        cursor: pointer;
        background: #eee;
      }

      .cld-number.dayfree:hover{
        cursor: pointer;
        background: #eee;
      }

      .todayA .cld-number.eventday:hover{
        background: #888;
      }

      p {




      }

       .prevMonth p {
        color:grey !important;
        background-color:transparent !important;
        border: 0px solid #999;
      }


      .nextMonth p {
        border: 0px solid #999;
        color:grey !important;
        background-color:transparent !important;

      }

      .fct {
       width: 100px !important;

      }

      .cld-number {

      margin-top:-1px !important;
      margin-bottom:-1px !important;
      margin-left:4px !important;
      margin-right:0px !important;
      height:25px !important;
      padding-top:3px;




      }