body {
  font-family: 'roboto-example', sans-serif;
  /*font-family: 'OpenSans-example', sans-serif;*/
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}




::placeholder {color: #666;}
input, textarea {outline: none;}

/* .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, 
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-right: 10px; padding-left: 10px;}
.row {margin-right: -10px; margin-left: -10px;} */

a {
  color: #03529D;
  text-decoration: none;
  transition: transform .5s;
}
a:hover, a:focus, a:active {
  color: #E41647;
  text-decoration: none;
  outline: none;
}
.dark {
  color: #000;
}
.yellow {
  color: #F5FF00;
}
.blue-tx {
  color: #03529D;
}
.red-tx {
  color: #E41647;
}
.blue-bg {
  background-color: #195A9A;
  color: #fff;
}
.mt-80 {
  margin-top: 100px;
}
.mb-80 {
  margin-bottom: 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.section-title {
  font-size: 36px;
  font-weight: 900;
  margin: 0;
  padding: 0 0 20px 0;
}
.section-title.heading__title {
  margin-bottom: 20px;
}
.section__heading {
  font-size: 18px;
  /*font-weight: 600;*/
  margin: 0;
}
.btn {
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: normal;
  transition: .25s ease-out;
  border: 2px solid transparent;
  min-width: 250px;
}
.btn-danger {
  background-color: #E41647;
}
.btn-danger:hover {
  background-color: #A41033;
  border: 2px solid transparent;
}
.btn-primary {
  background-color: #03529D;
}
.btn-primary:hover {
  background-color: #023B71;
  border: 2px solid transparent;
}
.btn:focus {
  box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'montserrat-example';
  font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: bold;
}

.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz120 {
  font-size: 120px;
}
.fz60 {
  font-size: 60px;
}
.managerBlock_list li {
  position: relative;
  display: block;
  margin: 15px 0;
  padding-left: 40px;
}

.managerBlock_list li:before {
  content: "\e92c";
  position: absolute;
  font-family: 'Feather';
  left: 0;
  font-size: 20px;
}
.fact-h1 {
  font-size: 2.5rem;
}
.border {
  border: 1px solid #bbb;
}
.shadow__box {
  box-shadow: 0 0 .5rem rgba(0,0,0,.3);
}

/***********************************************************
  Header Style
***********************************************************/
.header {
  padding: 25px 0;
  position: relative;
  font-size: 16px;
}
.header-logo {
  display: block;
}
.header .header__contact a {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  display: block;
  text-transform: uppercase;
  color: #333;
}
.header .header__contact a:hover {
  color: #03529D;
}

/***********************************************************
  Top Menu Style
***********************************************************/
.top-menu {
  background-color: #03529D;
}
.top-menu ul li a {
  display: block;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border-radius: 0;
  font-weight: 600;
}
.top-menu ul li a:hover,
.top-menu ul li a:focus,
.top-menu ul li.active a {
  background-color: #023B71;
}
.top-menu .top-menu__mobil li a {
  font-size: 24px;
  padding: 14px 8px;
}
.top-menu .top-menu__mobil {
  padding: 0;
  margin: 0;
  list-style: none;
}

/***********************************************************
  Section Hero Style
***********************************************************/
.section-hero {
  position: relative;
  z-index: 0;
  font-size: 18px;
  color: #333;
  padding: 80px 0;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-hero__content {
  line-height: normal;
}
.section-hero__content h1 {
  font-size: 52px;
  font-weight: 900;
  /*line-height: 1.45;*/
  color: #333;
}

.section-hero__content h1 span {
  color: #03529d;
}

.section-hero__content .section__heading {
  font-size: 24px;
  font-weight: 600;
}
.section-hero__content .section-hero__content__heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
}

/***********************************************************
  Section Style
***********************************************************/
.section {
  padding: 80px 0;
}

/**/
.snoska__calendar {
  font-size: 14px;
  color: #444;
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
}
.snoska__calendar::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}
.sticky {
  position: fixed;
  z-index: 101;
  margin-top: 15px;
}
.stop {
  position: relative;
  z-index: 101;
}
.calendar__list__wrapper {
  margin-top: 20px;
}

.calendar__list__wrapper__aside {
  margin-bottom: 15px;
}

.calendar__list__wrapper__header {
  font-size: 20px;
  font-weight: 600;
  font-family: 'montserrat-example', sans-serif;
  padding: 25px 0 25px 0;
}
.calendar__list__wrapper__aside:first-child .calendar__list__wrapper__header {
  margin-top: 0;
}
.calendar__list__wrapper__header p {
  margin: 0;
  padding: 2px 0 4px 15px;
  border-left: 5px solid #03529D;
}
.calendar__list__wrapper__aside p {
  margin: 0;
}
.calendar__list__wrapper__header p span {
    color: #bbb;
}
.calendar__list__wrapper__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendar__list__wrapper__content ul li {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  cursor: default;
  border-radius: 4px;
}
.calendar__list__wrapper__content ul li:last-child {
  margin-bottom: 0;
}
.calendar__list__wrapper__content ul li:hover {
  background-color: #f5f5f5;
}

/* left sitebar */
.production__calendar__wrap .card-header {
  border-radius: 4px;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.production__calendar__wrap .card-header .btn {
  padding: .75rem 1.25rem;
  color: #000;
  text-decoration: none;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 14px;
}
.production__calendar__wrap .card-header .btn.collapsed::before,
.production__calendar__link__wrap .btn::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  line-height: normal;
}
.production__calendar__wrap .card-header .btn::before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  line-height: normal;
}
.cal__image {
  background-image: url(../images/priceshape.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
.calendar__wrapper {
  padding: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.production__calendar__day {
  font-size: 35px;
  font-family: 'montserrat-example', sans-serif;
  font-weight: 900;
  color: #03529D;
  margin-bottom: 0;
}
.production__calendar__day.red {
  color: #AA0000;
}
.production__calendar__desc {
  font-size: 13px;
  color: #777;
  margin-bottom: 0;
}
.hour__wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.production__calendar__hour {
  font-size: 30px;
  font-family: 'montserrat-example', sans-serif;
  font-weight: 700;
  color: #03529D;
  margin-bottom: 0;
}
.production__calendar__link__wrap {
  border-radius: 4px;
}
.production__calendar__link__wrap a {
  padding: .75rem 1.25rem;
  display: block;
  color: #000;
  font-size: 14px;
  text-align: left;
  position: relative;
  margin-top: 20px;
  white-space: inherit;
  line-height: normal;
}

/* left sitebar calendar*/
.calendar__wrapper {
  padding: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}
.calendar__wrapper__header {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 600;
  font-family: 'montserrat-example', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.calendar__month__wrp {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.calendar__month__wrp li {
  float: left;
  width: 14.28%;
  height: 45px;
  font-size: 16px;
}
.calendar__month__wrp li .dayName {
  font-weight: 400;
}
.calendar__month__wrp li .day_month {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  margin: 0 auto;
}
.calendar__month__wrp li .prw_month,
.calendar__month__wrp li .nex_month {
  font-size: 0;
}
.calendar__month__wrp li .event__day a {
  background-color: #03529D;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}

.calendar__wrapper__header button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.calendar__wrapper__header p {
  margin-bottom: 0;
}

/* work calendar */
.production__calendar__list__wrapper {
  border-bottom: 1px solid rgba(221,221,221,.5);
}
.table__wrapper table {
    width: 100%;
    border: none;
}
.table__wrapper .table {
    margin-bottom: 30px;
}
.table__wrapper th, .table__wrapper td {
    line-height: 1.45em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    height: 1.4em;
    border-color: whitesmoke;
    border-style: solid;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.table__wrapper th {
    border-bottom-width: 2px;
    color: gray;
    font-size: 15px;
    font-weight: 400;
}
.table__wrapper .red__day {
  background-color: rgba(238,0,0,.5);
}
.table__wrapper table span {
    text-align: left;
    display: block;
    margin-top: 30px;
}
.production__calendar__all__wrapper h3 {
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 30px;
  font-family: inherit;
}
.production__calendar__all__wrapper table th {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: .75rem .35rem;
  vertical-align: middle;
}
.production__calendar__all__wrapper table th span {
  font-size: 13px;
}

.relet {
  position: relative;
}
.relet .detal__wrapper__month {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.95);
  color: #000;
  display: none;
  overflow: hidden;
  padding: 20px 7px;
  cursor: pointer;
}
.relet:hover .detal__wrapper__month {
  display: block;
  cursor: pointer;
}
.detal__wrapper__month td {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.detal__wrapper__month td:nth-child(2) {
  text-align: right;
}
.detal__wrapper__month .table {
  margin-bottom: 15px;
  background-color: transparent;
}

.calendar .month h3 {
	font-weight: 500;
}

/***********************************************************
    FOOTER STYLE
***********************************************************/
.footer {
  color: #000;
  font-size: 14px;
}
.footer-top {
  background-color: #fff;
  padding: 50px 0;
}
.footer-bottom {
  background-color: #023B71;
  padding: 25px 0;
}
.footer p {
  line-height: 1.65;
}
.footer a {
  position: relative;
  transition: .25s ease-out;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.4);
}
.footer a:hover {
  color: #E41647;
  text-decoration: none;
  border-bottom-color: #E41647;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-top ul li {
  display: block;
  margin: 0 16px 8px 0;
}
.footer .footer-bottom ul li {
  display: inline-block;
  margin: 0 16px 8px 0;
}
.footer-phone {
  font-size: 18px;
  font-weight: bold;
}
.footer-phone a {
  border: 0;
  display: inline-block;
}
.footer-social-menu li {
  display: inline-block;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  margin: 0 5px;
}
.footer-social-menu li a {
  border: 0;
  font-size: 20px;
}
.footer-social-menu li:hover {
  opacity: .8;
}
.footer-social-menu .vk-icon {
  border: 2px solid #2787F5;
}
.footer-social-menu .vk-icon a {
  color: #2787F5;
}
.footer-social-menu .ok-icon {
  border: 2px solid #F7931E;
}
.footer-social-menu .ok-icon a {
  color: #F7931E;
}
.footer-social-menu .t-icon {
  border: 2px solid #27A6E7;
}
.footer-social-menu .t-icon a {
  color: #27A6E7;
}

/***********************************************************
    SCROLL TO TOP STYLE
***********************************************************/
.scroll-block > div {
  position: fixed;
  z-index: 299;
  width: 57px;
  height: 57px;
  background-color: rgba(0,0,0,.8);
  font-size: 40px;
  line-height: normal;
  top: auto;
  left: auto;
  right: 33px;
  bottom: 33px;
  cursor: pointer;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  transition: var(--transition);
}
.scroll-block .aside-menu-toTop {
  padding: 0;
  margin: 0;
  border-top: 0;
  opacity: .8;
  color: #fff;
}
.scroll-block .aside-menu-toTop:hover,
.scroll-block:hover {
  margin: 0;
  opacity: 1;
}

/***********************************************************
  Mobil Menu 
***********************************************************/
.sidemenu {
  overflow: auto;
  background: #fff;
  height: 100%;
  padding: 30px !important;
  width: 290px !important;
  z-index: 9999;
  position: fixed;
  left: -290px;
  top: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 1200ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.sidemenu.slidein {
  left: 0;
}
.close-menu {
  color: #222;
  float: right;
  font-size: 24px;
  height: 30px;
  width: 30px;
  text-align: center;
}
.close-menu:focus,.close-menu:hover,.close-menu.active {
  text-decoration: none;
}
.sidemenu ul {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.sidemenu ul li {
  border-bottom: 1px solid #ebebeb;
  float: left;
  line-height: 20px;
  width: 100%;
}
.sidemenu ul li a {
  float: left;
  padding: 10px 0;
  width: 100%;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.sidemenu ul li.menu-item-has-children > a {
  position: relative;
  width: 100%;
}
.sidemenu ul li.menu-item-has-children ul {
  display: none;
  margin: 0 0 10px;
  padding: 0 15px;
}
.sidemenu ul li.menu-item-has-children.active ul {
  display: block;
}
.sidemenu ul li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  right: 0;
}
.sidemenu ul li:last-child {
  border: 0;
}
.sidemenu ul.social-menu li {
  border: 0;
  width: auto;
  margin: 0;
}
.sidemenu ul.social-menu li a {
  padding: 0 10px 0 0;
}

/***********************************************************
    MODAL STYLE
***********************************************************/
.modal {
  display: none;
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 55px 35px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.docorder-modal {
  max-width: 1140px;
}
.modal .fancybox-close-small {
  top: 15px;
  right: 15px;
}
.modal .content {
  text-align: center;
}
.modal .content .success-icon,
.modal .content .danger-icon {
  font-size: 65px;
  text-align: center;
  display: inline-block;
}
.modal .content .success-icon {
  color: #47AB47;
}
.modal .content .danger-icon {
  color: #E41647;
}
.modal .form-control {
  padding: 10px 15px;
  height: auto;
}
.modal .form-control:focus {
  box-shadow: none;
}
.modal .form-check-input {
  margin-top: .25rem;
}
.modal label {
  font-weight: normal;
}
.modal .btn {
  padding: 10px 20px;
  line-height: normal;
}
.modal h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 25px;
}
.modal p {
  font-size: 16px;
}
.docorder-modal h4 {
  padding: 0 0 15px 0;
}
.docorder-modal textarea {
  font-size: 15px;
  background: #f7f7f7;
}
.modal .form-check {
  font-size: 14px;
  text-align-last: left;
  margin-left: 10px;
}
/* Оформление месяцев */
.month {
  display: inline-block;
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 250px;
  text-align: center;
  /*height: 267px;*/ /* Задайте фиксированную высоту */
  overflow-y: auto; /* Добавьте вертикальную прокрутку, если содержимое превышает высоту */
}


/* Оформление месяцев */
.month {
  display: inline-block;
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: calc(33.33% - 20px); /* Ширина для 3 колонок, с учетом отступов */
  text-align: center;
  height: 270px;
  overflow-y: auto;
  font-family: 'Roboto', sans-serif;
}

/* Оформление заголовков месяцев */
.month h3 {
  margin: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* Оформление дней недели */
.weekdays {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  
}

.weekdays li {
  flex: 1;
  text-align: center;
  font-weight: 400;
}

/* Оформление дней месяца */
.days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.days li {
  width: calc(14.28% - 4px); /* Ширина, чтобы было 7 столбцов в строке */
  height: 26px;
  line-height: 26px;
  text-align: center;
   margin: 0 4px 4px 0;
  /* border-radius: 50%; */
  font-weight: 400;
}

/* Подсветка активных дней */
.days li.active {
  /* background-color: #ff0000; */
  background-color: rgba(238,0,0,.5);
  color: #000;
}

/* Стили для таблицы */

.quarter-row {
  background-color: #ebebeb;
}

.year-row {
  background-color: #03529D;
  color: #fff;
}

.year-total-row td {
	font-weight: bold !important;
}

/* мини календарь */

/* мини календарь */

.Calendar-wrap-mini {
  /* font-family: Arial, sans-serif; */
  background-color: #fff;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 30px; */
  /* padding: 5px; */
}

/* Стили для обертки календаря */
.calendar__wrapper-mini {
  text-align: center;
}

/* Стили для навигационных кнопок */
.prev-button-mini,
.next-button-mini {
  background-color: transparent;
  border: none;
  font-size: 24px;
  /* cursor: pointer; */
  padding: 0;
  /* border-radius: 50%; */
}

.prev-button-mini:hover,
.next-button-mini:hover {
  /* background-color: #ddd; */
}

/* Стили для месяца и года */
.month-year-mini {
  /* font-size: 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center; */
}

/* Стили для дней недели */
.weekdays-mini {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.weekdays-mini li {
  flex: 1;
  text-align: center;
  padding: 5px;
}

/* Стили для выходных дней */
.weekend-mini {
  color: red;
}

/* Стили для дат */
.calendar-dates-mini {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}

.calendar-dates-mini li {
  text-align: center;
  padding: 7px;
  border-radius: 50%;
}

/* Стили для активных дат */
.active-mini {
  /* background-color: #ff0000; */ /* Красный цвет для выходных */
  color: #ff0000;
}

/* Стили для пустых дат */
.calendar-dates-mini li:empty {
  visibility: hidden;
}

/* Стили для контейнера .slider-mini */
.slider-mini {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px; */
}

.total-days,
.total-work-day,
.total-holidays {
	display: inline-block;
	width: 33.333333%;
	font-size: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #03529D;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
}

.hour-40, .hour-36, .hour-24 {
	display: inline-block;
	width: 33.333333%;
	font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #03529D;
  margin-bottom: 0;
  text-align: center;
  vertical-align: top;
}

.calendar-text {
	font-size: 13px;
  color: #777;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0 5px;
  font-family: 'Roboto', sans-serif;
}

.table__all_wrapper .table thead th,
.table__all_wrapper .table td {
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.table__all_wrapper .table td:first-child {
	text-align: left;
}
.custom-header-cell {
	font-size: 13px;
}

.calendar-dates-mini li.event {
	background: #03529D;
	border-radius: 8px;
}
.calendar-dates-mini li.event a {
	color: #fff;
}