.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    font-size: 34px;
    line-height: 1.33;
    border-radius: 50px;
}
.card-shadow{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.panel{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52)
}
.table_border_divider{
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {background-color: #66afe9;color: white;}
th, td {padding: 8px;text-align: left;}
td.td_time{text-align: center;}
td.td_time_pair{text-align: center;}
td.td_hours{text-align: right;color:#4CAF50}
/*tr:nth-child(even){background-color: #f2f2f2}*/

.td_pin_entry{
    border:1px white solid;
    width:100px;height:50px;
    font-size:24px;color:whitesmoke;
    text-align: center;
    background-color:#66afe9;
}
.dow_badge_border{border:1px #66afe9 solid;cursor: pointer;font-weight: bold;}
label{
    font-weight:normal;
}
select {
    width: 100%;
    padding: 7px 5px;
    border: 2px whitesmoke solid;
    border-radius: 4px;
    background-color: white;
    font-size: medium;
}

input[type=checkbox] {
    position: relative;cursor: pointer;
    width: 18px;height: 18px;
}
input[type=checkbox]:before {
     content: "";
     display: block;
     position: absolute;
     width: 18px;
     height: 18px;
     top: 0;
     left: 0;
     border:1px #004001 solid;
     border-radius: 3px;
     background-color: white;
}
input[type=checkbox]:checked:after {
     content: "";
     display: block;
     width: 5px;
     height: 10px;
     border:1px #004001 solid;
     border-width: 0 2px 2px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     position: absolute;
     top: 2px;
     left: 6px;
}
input[type=radio]{
    width:18px;height:18px;        
}
.iconbutton {
    background-color:#004001; /*#059;*/    
    border: none;
    outline-color:white;
    border-radius: 12px;
    min-width:120px;
    color: whitesmoke;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}
.roundcorners3 {
    border-radius: 15px 50px;    
    padding: 20px;
}
.rotasmyth_side_menu_icon {
    width:100%;height:98%;
    border-radius: 15px 50px;    
    padding: 20px;
    border:2px #155724 solid;
}
.roundcorners4_on {
    display: table-cell;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border:1px #004001 solid;
    outline-color:white;
    background: #004001;
    color:whitesmoke;
}
.roundcorners4_off {
    display: table-cell;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border:1px white solid;
    background: white;
    color:black;
}
.roundcorners5 {
    display: table-cell;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border:1px lightgray solid;    
    background: white;
    color:black;
}
.keypadbutton {
    display: table-cell;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border:1px #004001 solid;
    outline-color:white;
    background: #004001;
    color:whitesmoke;    
}
.sticky_div {position: -webkit-sticky; /* Safari */position: sticky;}
.input_box_primary{
    background-color:white;
    border-top:0;
    border-bottom:2px lightgray solid;
    border-left:0;
    border-right:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* circles */
.dot {  
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;display: inline-block;
}
.slider_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: whitesmoke;
  border-radius: 50%;
  border:1px #004001 solid;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slider_dot:hover {
  background-color: #004001;
}
.ui-menu .ui-menu-item-wrapper {font-size: 14px;background-color: white;}
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {background-color: whitesmoke;border-bottom:1px #002752 solid;}