:root{--link-color:blue;--visited-link-color:gold;--home-link-color:yellow}body{background:#eee}.signin{height:100vh;width:100%;display:none;align-items:center;justify-content:center}.signin input{font-size:1.5rem}.signin input[type=button]{background:#000;border:1px solid #000;border-top-right-radius:10px;border-bottom-right-radius:10px;color:#fff;padding:5px;padding-right:8px}.signin input[type=button]:hover{cursor:pointer}.signin input[type=button]:focus{outline:0}.signin input[type=text]{border:1px solid #000;border-right:0;border-top-left-radius:10px;border-bottom-left-radius:10px;padding:5px;padding-left:8px}.signin input[type=text]:focus{outline:0}.quotes{display:none}.home{color:var(--home-link-color);font-weight:700}.home:hover{color:var(--visited-link-color);text-decoration:none}.header{color:#fff;background-color:#999}.header h2{display:inline-block}.header span{float:right;margin-top:10px;font-size:1.2rem}.header span b{color:#ff0}#searchbar{padding:5px;margin:5px 0;border:1px solid #999}#searchbar .badge-primary{background-color:#000;color:#fff;font-size:1.2rem}#searchbar .right{display:inline-block;font-size:1.1rem}#searchbar select{border:1px solid #999;padding:3px;min-width:16%}#searchbar #openEmail{border-radius:20px;background-color:#999;color:#fff;padding:5px 10px;border:none;}#searchbar #openEmail:hover{box-shadow:none}#quotes{padding:0}#quotes table{border:1px solid #e0e0e0}#quotes table thead{background:#e0e0e0;background:-moz-linear-gradient(top,#e0e0e0 0,#fff 50%,#e0e0e0 100%);background:-webkit-linear-gradient(top,#e0e0e0 0,#fff 50%,#e0e0e0 100%);background:linear-gradient(to bottom,#e0e0e0 0,#fff 50%,#e0e0e0 100%);border:1px solid #e0e0e0}#quotes table tbody tr{background:#eee;font-weight:400;color:#555;transition:.3s background}#quotes table tbody tr:hover{background:#e0e0e0;cursor:pointer;font-weight:bolder}.toggle-off.ios,.toggle-on.ios,.toggle.ios{border-radius:20px}.toggle.ios .toggle-handle{border-radius:20px}#quotes #single{width:100%}#quotes #single tr{padding-left:10px!important}#quotes #single #customerEmail{color:#00f}#quotes #single thead tr{background-color:#000;border:1px solid #000;font-size:1.5rem;color:#eee;padding:10px;width:100%}#quotes #single tr{padding:10px}#quotes #single thead tr:hover{background:#000}#quotes #single tr:hover{font-weight:400;background:0 0}#sidebar textarea{width:100%;min-height:400px;padding:5px}#sidebar .mailerOut{display:none}#sidebar .mailerIn{display:block}#version{color:#999}#vers{display:none;color:#666;font-size:.8rem}

#deleteByMonth {
  background-color:#999;
  color:#fff;
  padding:5px 10px;
  border:none;
  border-radius: 20px;
}

.deleterOut {
  display:none
}
.deleterIn {
  display: block;
}
.table-delete button {
  background: red;
  border: none;
  border-radius: 10px;
  color: #FFF !important;
}
.table-delete select {
}
