/*
Theme Name:     Sense Child
Theme URI:
Description:    My Child theme
Author:         BK Ninja
Author URI:
Template:       sensetheme
Version:  
*/
@import url("../sensetheme/style.css");

/*  Calendar START */

.calendar_table {
  width: 100%;
  font-size: 14px;
}
.calendar_table a {
  
  text-decoration: none;
}
.calendar_table td {
  text-align: center;
  padding: 0px;
}
.calendar_table_day td {
  color: #8b8c90;
  padding: 15px 5px;
}
.calendar_table_day td.weekend {
  color: #e72c2c;
}
.calendar_table_mounth {
}
.calendar_table_mounth td {
  padding: 4px;
}
.calendar_table_number td a {
  display: block;
  line-height: 22px;
  border: 1px solid #dadde0;
  margin: 1px;
  background: #eeeeee;
  color: #044476;
  background-image: repeating-linear-gradient(
    to bottom,
    #f9f9f9 0%,
    #eeeeee 100%
  );
}
.calendar_table_number td.curday a {
  font-weight: bold;
  background: white;
}
/* Calendar END */

.gazeta__picture {
  border: 4px solid #dcdcdc;
  padding: 4px;
}

.button__link-red {
  display: inline-block;
  color: white;
  padding: 9px 13px;
  text-align: center;
  background: #cc0000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}
.button__link-blue {
  display: inline-block;
  color: white;
  padding: 9px 13px;
  text-align: center;
  background: #4fc6f8;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}
.button__link-white {
  display: inline-block;
  color: #ff6138;
  padding: 9px 13px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.pdf_archive {
  padding: 30px 60px 60px 60px;
  display: block;
  background-color: #ffb82b;
  color:white;
}

.pdf_archive input,
.pdf_archive select,
.pdf_archive label {
  padding: 5px;
}

.pdf_archive button[type=submit] {
  background-color: #dd9933;
  border:none;color:white;
  padding:5px 20px;border:1px solid white;
}
.pdf_archive .form-control {
  width:100%;
}

.clearfix {
  clear: both;
}