.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: NotoSans,Arial,sans-serif;
  font-size: 15px;
  line-height: 3.5em;
  overflow: scroll;
  height:1000px;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  z-index: 1;
  bottom:0;
  position:fixed;
  display: block;
  width: 100%;
  background-color: #fff;
  height:74px;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  top:60px; position:relative; padding:0 2% 0 2%;
}

.daterangepicker .drp-calendar.right {
  top:70px; position:relative; padding:0 2% 60px 2%;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  top:14px;
  position:absolute;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top:15px;
}

 .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 12px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: .85rem;
  border-radius: 4px;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
   max-width:23px;
  letter-spacing:-1.1px;
  color:#555;
   padding:10px;
}

.daterangepicker .calendar-table tr
{font-size:1.3rem; font-weight: 500; border:2px solid #fff;}

.daterangepicker table thead  {
  top:0; width:100%; height: 110px;
  text-align: center; }

.daterangepicker table thead tr:last-child {
  vertical-align: bottom; border-bottom: 1px #e1e1e1 solid;
  position:fixed; top:0; width:95%; height: 53px; background: #fff;
  text-align: center; display: table;}
.daterangepicker .tbody {margin-top:110px;}
.daterangepicker .calendar-table {
  /*border: 1px solid #fff;*/
  border-radius: 4px;
}


.daterangepicker .calendar-table td:first-child,
.daterangepicker table thead tr th:first-child {color: #e8202e;}
.daterangepicker .calendar-table td:last-child,
.daterangepicker table thead tr th:last-child {color:#0080bb;}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0 4px;
}
.daterangepicker table thead tr th {color:#222; font-weight: 500; font-size:.88rem;}
/*.daterangepicker td.available:hover, .daterangepicker th.available:hover {*/
  /*background-color: #eee;*/
  /*border-color: transparent;*/
  /*color: inherit;*/
/*}*/

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff !important;
  border-color: transparent;
  color: #fff!important;
  cursor: default;
}

.daterangepicker td.in-range {
  background-color: #fff;
  border-color: transparent; color:#e8202e;
  border-radius: 0; border:1px solid #e8202e; border-width:1px 0 1px 0;
}

.daterangepicker td.start-date {
  border-radius: 50px 0 0 50px; border:1px solid #e8202e; border-width:1px 0 1px 1px;
  color:#e8202e;
}

.daterangepicker td.end-date {
  border-radius: 0 50px 50px 0; border:1px solid #e8202e; border-width:1px 1px 1px 0;
  color:#e8202e;
}

.daterangepicker td.start-date.end-date {
  border-radius: 100%; border:1px solid #e8202e; color:#e8202e;
}

/*.daterangepicker td.active, .daterangepicker td.active:hover {*/
  /*background-color: #fff;*/
/*}*/

.daterangepicker th.month {
  width: auto;
  font-size:.95rem;
  text-align: center;
  font-weight: 200;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #c4c4c4 !important;
  cursor: default;
  /*text-decoration: line-through;*/
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  /*background: #eee;*/
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: center;
  /*padding: 8px;*/
  /*border-top: 1px solid #ddd;*/
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
  display:none;
}

.daterangepicker .cancelBtn.btn.btn-sm.btn-default{
  display:none;
}
.daterangepicker .drp-buttons .btn {
  position:relative;
  top: 8px;
  width:90%;
  height:58px;
  color: #fff;
  border-radius: 12px;
  background-color:#e8202e;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Roboto";
  line-height: 58px;
}
.daterangepicker.show-ranges .drp-calendar.left {border-left: 1px solid #ddd;}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}


.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/*.daterangepicker .ranges li:hover {*/
  /*background-color: #eee;*/
/*}*/

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

.daterangepicker{
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  padding: 0 !important;
}
.daterangepicker .drp-calendar{
  max-width : 100% !important;}

.showOff {visibility: hidden;}

.daterangepicker table thead tr .next {
  background-color:#d4d4d4; border-radius: 100%;
  display: inline-block; width:35px; height:35px;
  position: relative;
}

.daterangepicker table thead tr .next span {
  position:absolute; top:14px; left:13px;
}
.daterangepicker table thead tr .prev {
  background-color:#d4d4d4; border-radius: 100%;
  display: inline-block; width:35px; height:35px;
  position: relative;}

.daterangepicker table thead tr .prev span{
  position:absolute; top:14px; right:12px;}


@media screen and (min-width: 320px) and (max-width: 360px) {
  .daterangepicker .calendar-table td {min-width:20px; height:20px; line-height:20px;}
}

@media screen and (min-width: 360px) and (max-width: 415px) {
  .daterangepicker .calendar-table td {min-width:20px; height:27px; line-height:27px;}
}

/* iPhone 6 Plus / Font Size */
@media screen and (min-width: 415.1px) {
  .daterangepicker .calendar-table td {min-width:20px; height:27px; line-height:27px;}
  .daterangepicker .calendar-table table {width:93%;}
  .daterangepicker table thead tr:last-child {width:88%;}
}

@media screen and (min-width: 500px) {
  .daterangepicker .calendar-table td {height:33px; line-height:33px;}
  .daterangepicker table thead tr:last-child {}
}

@media screen and (min-width: 720px) {
  .daterangepicker .calendar-table table {width:60%;}
  .daterangepicker table thead tr:last-child {width:57%;}
  .daterangepicker .calendar-table td {font-size:.9rem;}
  .daterangepicker table thead tr th {font-size:1rem;}
  .daterangepicker th.month {font-size:1.1rem;}
}

@media screen and (min-width: 1024px) {
  .daterangepicker .calendar-table td { font-size:1.09rem; height:45px; line-height:45px;}
  .daterangepicker th.month {font-size:1.1rem;}
  .daterangepicker table thead tr th {font-size:1rem;}
  .daterangepicker th.month {font-size:1.18rem;}


}
/*  Larger Screen Styling */
/*
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } } */
