@font-face {
  font-family: "Roboto";
  src: url("../../admin/core/media/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../admin/core/media/fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../admin/core/media/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../admin/core/media/fonts/roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../admin/core/media/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../admin/core/media/fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../admin/core/media/fonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../../admin/core/media/fonts/roboto-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../admin/core/media/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../admin/core/media/fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* 
	DMS : Date Picker Stylesheet
	=================================
	DUSZA
------------------------------------------------------------------------------------------------------------ */
/*-------------------------------------------------------------------------------------------------------DATE PICKER
*/
table.jCalendar {
  width: 100%;
  background: #FFFFFF;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  border: 10px solid #FFF;
  border-radius: 0;
}

table.jCalendar th {
  background: #FFF;
  color: #2c518a;
  font-weight: bold;
  padding: 5px 0 10px 0;
  border-width: 0;
  border-radius: 0 !important;
  font-size: 14px;
}
table.jCalendar th:first-of-type {
  padding-left: 0 !important;
}

table.jCalendar td {
  background: #FFF;
  color: #575757;
  padding: 11px 0;
  text-align: center;
  border-width: 0;
  border-radius: 50% !important;
  border: none;
  font-size: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
table.jCalendar td:first-of-type {
  padding-left: 0 !important;
}

table.jCalendar td.other-month {
  background: #FFF;
  color: #D1D1D1;
}

table.jCalendar td.today {
  background: #FFF;
  font-weight: 500;
  color: #2c518a;
}

table.jCalendar td.selected {
  background: #2c518a;
  color: #FFF;
}

table.jCalendar td.selected:hover {
  background: #234374;
  color: #FFF;
}

table.jCalendar td:hover,
table.jCalendar td.dp-hover {
  background: #2c518a;
  color: #FFF;
}

table.jCalendar td.disabled,
table.jCalendar td.disabled:hover {
  color: #D1D1D1;
}

/*-------------------------------------------------------------------------------------------------------DATE PICKER POPUP
*/
div.dp-popup {
  position: relative;
  background: #2c518a;
  font-size: 14px;
  font-family: "Roboto", arial, sans-serif;
  padding: 0;
  width: 318px;
  line-height: 20px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.5);
  margin-left: -278px;
}

div#dp-popup {
  position: absolute;
  z-index: 9999;
}

div.dp-popup h2 {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 1px;
  font-weight: 500;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
}

div.dp-popup a {
  color: #FFF;
  text-decoration: none;
  padding: 0 5px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
  color: #FFFFFF;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
  font-weight: 300;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 0;
  right: 15px;
  width: 100px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
  color: #FFFFFF;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #AAA;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}

div#content form a.dp-choose-date {
  float: left;
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 46px;
  height: 46px;
  padding: 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url("../../admin/core/media/images/calendar.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  margin-right: 0 !important;
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/*# sourceMappingURL=date.css.map */