/**
 * Project : cl_pscallback
 * @author Celaneo
 * @see https://celaneo.com
 * @copyright Celaneo
 * @license   Tous droits réservés / Le droit d'auteur s'applique (All rights reserved / French copyright law applies)
 */
#parent_callback {
/*    position: fixed;*/
    bottom: 7%;
/*    width: 100%;*/
}

.text-center{
    text-align: center;
}
.form-group.required label:after {
  content:"*";
  color:red;
}

.calendar-table{
  display: none !important;
}

.drp-calendar.left{
  padding-right: 10px !important;
}

.drp-calendar.right{
  border-left: #ddd;
  border-left-style: solid;
  border-width: 1px;
}

.daterangepicker{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.drp-selected{
  display: none !important;
}
