﻿.dropList {
  width: 20%;
  padding-left: 20px;
}
.lblText {
  width: 4%; 
  border:solid;
  background-color:rebeccapurple;
}

#ui-datepicker-div .ui-state-highlight {
    /*JM*/
    padding: 2px;
    border: 1px solid #80008000;
    color: white;
    cursor: pointer;
    /*JM End*/
    background: green;
}

.searchPanel {
   width: calc(100% - 12px);
   margin-bottom:10px;
   padding: 6px;
   background-color:#dce0ec;
   border-radius:10PX;
}

.ButtonStyle {
  position: relative;
  display: block;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
  margin-top: 0px;
}
.ButtonStyle:hover {
  color: white;
  background: #0057b8;
}
.ButtonStyle:hover:before {
  top: 0%;
}
.ButtonStyle:before {
  content: "";
  position: absolute;
  background: #0057b8;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
.ButtonStyle:before:hover {
  top: 0%;
}

.gridviewcalendar td {
    border: 1px solid #6b6b6b;
    padding: 2px;
    text-align: center;
}
.gridviewcontainercalander {
  width: 236px;
  overflow-x: scroll;
  box-shadow: 0px 0px 9px 2px #b9b9b9;
}
.gridviewcalendar {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #efefef;
  width: 100%;
  border-radius: 15px;
  border: none;
}
.gridviewcalendar tr:first-child {
  border-radius: 10px;
  border: #ffffff00;
}
.gridviewcalendar tr:nth-child(even) {
  background-color: #ffffff;
}
.gridviewcalendar tr:hover {
  background-color: #ddd;
}
.gridviewcalendar th {
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0057b8;
  color: white;
}
.gridviewcalendar tbody tr td table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: none;
  width: 60px;
  border-radius: 15px;
}
.gridviewcalendar tbody tr td table:hover {
  background: none;
}
.gridviewcalendar tbody tr td table td {
  /*border: 1px solid #ddd;*/
  padding: 1px;
}
.gridviewcalendar tbody tr td table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.gridviewcalendar tbody tr td table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.gridviewcalendar tbody tr td table tr:first-child {
  border-radius: 0px;
}
.gridviewcalendar tbody tr td a {
  position: relative;
  display: block;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: 2px #0057b8 solid;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 0;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  margin-top: 34px;
  font-weight: 100;
  margin-top: 0px;
  text-decoration: none;
}
.gridviewcalendar tbody tr td a:hover {
  color: white;
  background: #0057b8;
}
.gridviewcalendar tbody tr td a:hover:before {
  top: 100%;
}
.gridviewcalendar tbody tr td a:before {
  content: "";
  position: unset;
  background: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.15s ease-in;
  -moz-transition: top 0.15s ease-in;
  -o-transition: top 0.15s ease-in;
  -ms-transition: top 0.15s ease-in;
  transition: top 0.15s ease-in;
}
.gridviewcalendar tbody tr td a:before:hover {
  top: 0%;
}
.gridviewcalendar tbody tr td table tbody tr:last-child a {
  text-decoration: underline;
  color: blue;
  position: relative;
  display: block;
  padding: 0;
  font-weight: 0;
  font-size: 15px;
  letter-spacing: 2px;
  color: #0057b8;
  border: none;
}
.gridviewcalendar tbody tr td table tbody tr:last-child a:hover {
  cursor: pointer;
  background: none;
}