.ng-daterangepicker-container {
  display: inline-block;
  width: 100%;
  height: 30px;
  position: absolute; }

.lost-item .ng-daterangepicker-container {
  width: 100% !important; }

.common-styles .ng-daterangepicker-container .day-names {
  font-size: 12px !important; }

.fecha input {
  margin-right: 5px !important;
  width: 72% !important;
  padding: 5px !important; }

.ng-daterangepicker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  width: 511px;
  border: 0 solid #d5d5d5;
  padding: 5px;
  border-radius: 0;
  background: #f9f9f9;
  left: 35%;
  top: 34px; }

.subscribe .ng-daterangepicker {
  width: 250px;
  left: 30%; }

.content_centered .baggage-calculator .ng-daterangepicker {
  width: 250px; }

.ng-daterangepicker > .ng-calendar-container {
  background: #fff;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  width: 250px;
  float: left; }

.ng-daterangepicker > .ng-calendar-container:first-child {
  margin-right: 10px;
  border: 0 solid #efeeee; }

.ng-daterangepicker > .ng-calendar-container:last-child {
  border: 0 solid #efeeee; }

.ng-daterangepicker > .ng-calendar-container > .controls {
  width: 250px;
  display: table;
  padding: 5px 0;
  margin-left: 0 !important;
  height: 25px; }

.ng-daterangepicker > .ng-calendar-container > .controls i {
  font-size: 22px;
  cursor: pointer; }

.ng-daterangepicker > .ng-calendar-container > .controls > .left {
  width: 36px;
  display: table-cell;
  vertical-align: middle; }

.ng-daterangepicker > .ng-calendar-container > .controls > .left > a {
  float: left;
  font-size: 20px;
  margin: 0 3px 0 2px;
  border: 1px solid #fff; }

.ng-daterangepicker > .ng-calendar-container > .controls > .left > a:focus {
  border: 1px solid #ccc; }

.ng-daterangepicker > .ng-calendar-container > .controls > .left > a i.prev-month-btn {
  color: #0162A9; }

.ng-daterangepicker > .ng-calendar-container > .controls > span.date {
  width: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  display: table-cell;
  vertical-align: middle; }

.ng-daterangepicker > .ng-calendar-container > .controls > .right {
  width: 36px;
  display: table-cell;
  vertical-align: middle; }

.ng-daterangepicker > .ng-calendar-container > .controls > .right a {
  float: right;
  margin: 0 2px 0 3px;
  font-size: 20px;
  border: 1px solid #fff; }

.date-gray {
  color: #aaaaa9 !important; }

.ng-daterangepicker > .ng-calendar-container > .controls > .right > a i.next-month-btn {
  color: #0162A9; }

.ng-daterangepicker > .ng-calendar-container > .controls a.disabled {
  pointer-events: none; }

.ng-daterangepicker > .ng-calendar-container > .controls a.disabled > i {
  color: #aaaaa9 !important; }

.ng-daterangepicker > .ng-calendar-container > .day-names {
  width: 250px;
  border-bottom: 0 solid #c4c4c4;
  display: inline-block;
  background: #aaaaa9;
  padding: 3px 0; }

.ng-daterangepicker > .ng-calendar-container > .day-names > span {
  width: 35.7px;
  text-align: center;
  float: left;
  display: block; }

.ng-daterangepicker > .ng-calendar-container > .cal {
  width: 255px;
  display: inline-block;
  margin: -3px 0 -4px -1px;
  padding: 0;
  height: 183px; }

.ng-daterangepicker > .ng-calendar-container > .cal > span > span.day {
  width: 35px;
  height: 30px;
  float: left;
  display: block;
  color: #565a5c;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer; }

.ng-daterangepicker > .ng-calendar-container > .cal > span:last-child > span.day {
  border-right: 1px solid #EFEEEE; }

.ng-daterangepicker > .ng-calendar-container > .cal > span > span.day.disabled {
  border-left: 1px solid transparent;
  cursor: default; }

.ng-daterangepicker > .ng-calendar-container > .cal > span > span.day.active, .ng-daterangepicker > .ng-calendar-container > .cal > span > span.day:hover {
  background: #0060a9;
  color: #fff;
  font-weight: 700; }

.ng-daterangepicker > .ng-calendar-container > .cal > span > span.day.blocked, .ng-daterangepicker > .ng-calendar-container > .cal > span > span.day.blocked:hover {
  background: white !important;
  color: #aaaaa9 !important; }

.ng-daterangepicker > .ng-calendar-container {
  border: 0; }

.ng-daterangepicker > .ng-calendar-container > .controls > span.date {
  color: #0061a9;
  text-transform: uppercase; }

.ng-daterangepicker > .ng-calendar-container > .day-names > span {
  color: #fff;
  font-weight: 700; }

.ng-daterangepicker > .ng-calendar-container > .cal > span > span.day {
  border-left: 1px solid #efeeee;
  border-bottom: 1px solid #efeeee; }

.ng-daterangepicker > .ng-calendar-container {
  color: #0162A9; }

.fa-angle-left:before {
  content: "\f0d9"; }

.fa-angle-right:before {
  content: "\f0da"; }

@media (max-width: 1024px) {
  .ng-daterangepicker {
    left: 13%; } }
.fa-backward:before {
  content: "\f100"; }

.fa-forward:before {
  content: "\f101"; }

.ng-daterangepicker > .ng-calendar-container .day a:focus {
  background: #0060a9;
  color: #fff; }

.ng-daterangepicker > .ng-calendar-container .day a {
  display: block;
  width: 100%;
  color: inherit;
  height: 32px;
  text-decoration: none;
  font-weight: 700; }

.ng-daterangepicker .select-container {
  margin: 10px 30% 5px;
  width: 40%;
  float: left; }

.ng-daterangepicker .baggage-calculator .select-container {
  margin: 10px 23% 5px;
  width: 56%; }

.ng-daterangepicker .select-container label {
  margin: 0 5px 0 0;
  display: inline-block; }

.ng-daterangepicker .select-container select {
  width: initial;
  display: inline-block;
  margin: 0;
  font-weight: 400;
  background: #f2f1f1; }