/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

}
body {
 /* background-color:#dddddc; */
  /* Margin bottom by footer height */
  margin-bottom: 60px;
    background-image: url('../img/tt.png');
    font-family:arial, tahoma;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
    background-image: url('../img/pat.png');
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.center {
  text-align:center;
}
.page-header {
  border-bottom:none;
}
h1 {
  color:#37738E;
}

#today-date {
    display: inline;
    background-color: #4CA8D2;
    border-radius: 4px;
    color: white;
    padding: 7px 9px 7px 9px;
}
.description {
    width: 339px;
    margin-left: auto;
    margin-right: auto;
}
.date {
      float: left;
    margin-top: 8px;
}
.dpm_blue {
      float: right;
}
.col-md-1 {
    background-color: #37738E;
    height: 200px;
    border-radius: 12px;
    border: none;
    margin-right: 15px;
    width: 182px;
    margin-bottom: 15px;
    padding:0;
    float:left;
}
.right {
  float:right;
}
.left {
  float:left;
}
a {
  color:#37738E;
}
a:hover {
  text-decoration: none;
}

.month-name {
    background-color: #2D647D;
    width: 100%;
    height: 38px;
    border-radius: 12px 12px 0px 0px;
    color: white;
    font-size: 17px;
    padding-top: 5px;
}
td {
  padding: 2px 6px 2px 6px;
    color: white;
    text-align: center;
}
.month-table {
    margin-right: auto;
    margin-left: auto;
margin-top: 5px;
}
table a {
    color: white;
}
table a:hover {
    color: white;
    text-decoration: underline;
}
table a:focus {
    color: white;
    text-decoration: underline;
}
.calendar {
      margin-left: auto;
}
.dmp_blue {
    background-color: #37738E;
}

.dmp_blue:hover {
    background-color: #2D647D;
}
.page-header {
  margin-top:0;
}

#back {
    position: absolute;
    padding: 12px;
    margin-bottom:50px;
}

#back:hover {
background-image: url('../img/pat.png');
    border-bottom-right-radius: 14px; 
}

