/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/

/* Container Appearance */

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 0;
}

/*.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 2px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #f3f3f3;
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 3px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f3f3f3;
  border-left: 6px solid transparent;
  content: '';
}*/

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f3f3f3;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f3f3f3;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f3f3f3;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.dropup{
  margin-top: -5px;
}
.daterangepicker.dropup:before{
  top: initial;
  bottom:-7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after{
  top: initial;
  bottom:-6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu{
  max-width: none;
  padding: 0;
  margin-top: -3px;
  color: #7fc700;
  background-color: rgba(255, 255, 255, 1) !important;
  z-index: 3000;
  border-radius: 0;
  -moz-box-shadow: 1px -1px 1px #eee;
  -webkit-box-shadow: 1px -1px 1px #eee;
  box-shadow: 1px -1px 1px #eee;
}

.daterangepicker .ranges, .daterangepicker .calendar {
  float: left;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar{
  display: none;
  margin: 0;
  border: 1px solid #f3f3f3;
}

.daterangepicker.show-calendar .calendar {
  display: block;
  padding: 10px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border-radius: 0;
  background: #fff;
}

.daterangepicker .calendar-table thead tr:nth-of-type(1){
    border-left: 10px solid #f3f3f3;
    border-right: 10px solid #f3f3f3;
    background: #f3f3f3;
}

.daterangepicker .right .calendar-table tbody td:first-child{
    border-left: 30px solid #fff;
}
.daterangepicker .calendar-table i{
    font-size: inherit;
    line-height: 35px;
    color: #7fc700;
}

.daterangepicker .calendar-table.left tbody{
    padding-right: 20px;
}

.daterangepicker .calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.daterangepicker .calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 40px;
  height: 30px;
  font-size: 15px;
  color: #7fc700;
  font-weight: normal;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  border-top: 0;
}

.daterangepicker th{
    color: #747474;
    padding: 5px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #eee;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	color: #7fc700;
    background: #f3f3f3;
    border-radius: 4px;
}

.daterangepicker td.in-range {
  background: #e9fcd5;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.daterangepicker td.end-date {
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #7fc700;
  border-color: #7fc700;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.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-bottom: 0;
}

.daterangepicker th.month {
  width: auto;
}

/* Text Input Above Each Calendar */

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #5e5e5e;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
	border: 1px solid #9cd43a;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .right .daterangepicker_input,
.daterangepicker .left .daterangepicker_input {
  padding-right: 12px;
  display: none;
  visibility: hidden;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Predefined Ranges */

.daterangepicker .ranges {
    font-size: 11px;
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    float: none;
    text-align: left;
    border-top: 1px solid #f3f3f3;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #20c997;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 0;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #20c997;
  border: 1px solid #20c997;
}
/*new-style-about-buttons*/
.btn-cancel-calendar{
    float: right;
	color: #a7a7a7;
	font-weight: 300;
    position: relative;
    background: none;
}


.btn-cancel-calendar:before{
    content:'\f00d';
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: -11px;
    bottom: 0;
}

.btn-apply-calendar{
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    -moz-box-shadow: 3px 3px 3px #eee;
    -webkit-box-shadow: 3px 3px 3px #eee;
    box-shadow: 3px 3px 3px #eee;
    transition: all .3s ease-out;
    will-change: opacity, transform;
}
.btn-apply-calendar:hover,
.btn-apply-calendar:focus,
.btn-apply-calendar:active{
    color: #7fc700;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    outline: 0 !important;
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-cancel-calendar:hover,
.btn-cancel-calendar:focus,
.btn-cancel-calendar:active{
	color: #747474;
    box-shadow: none;
    outline: 0 !important;
}
