.csat_link {
  background: #eee none repeat scroll 0 0;
  margin: 0 -22px 0 0;
  padding: 3px 10px 10px;
  position: fixed;
  right: 0;
  bottom: 35%;
  transform: rotate(270deg);
}
.csat_link a {
  color: #000;
}
.csat_link .ajax-progress-throbber .throbber {
  padding: 0 5px 0 !important;
}
.csat_link .ajax-progress {
  padding: 11px 0 0 0 !important;
}

#fb-table tbody tr td:nth-last-child(1) a {
  padding: 0 4px;
}


#csat a {
  cursor: pointer;
  display: block;
  /*overflow: hidden;*/
  position: fixed;
  border: none;
  text-decoration: none !important;
  z-index: 9999;
  height: 50px !important;
  width: 50px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

#csat img {
  border: none;
  /*height: 50px !important;
  width: 50px !important;*/
}

.csat-description
{
  margin: -0.5em 0 0 0;
  color: #595959;
  font-size: 0.95em;
}

.csat-left {
  left: -2px;
}

.csat-right {
  /* right: -2px; */
  right: 4px;
}

.swal-modal {
  position: absolute !important;
  bottom: 0;
  /*right: 0;*/
}

.swal-footer {
  text-align: center;
}

.swal-footer .swal-button {
  width: 100%;
  min-width: 80px;
  box-sizing: border-box;
  padding: 5px;
}

table#reports_table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}
table#reports_table td,
table#reports_table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}
table#reports_table tr:nth-child(even) {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
table#reports_table tr:nth-child(odd) {
  background: #fff;
}

.dt-buttons
{
  width: -webkit-fill-available;
}

.wrap-text
{
  white-space: pre-line !important;
  word-break: break-word !important; 
}

input[type=search]
{
  border: 1px solid #ccc;
  border-top-color: #999;
  background: #fff;
  color: #333;
}

.form-item-date-from, .form-item-date-to {
    display: inline;
    display: -webkit-box;
}

.form-item-date-from > *:first-child , .form-item-date-to > *:first-child {
    margin-right: 30px !important;
    width: 100px !important;
}

.form-item-date-from > *:nth-child(2) , .form-item-date-to > *:nth-child(2) {
    margin-bottom: 10px !important;
}

.form-item-date-from > *:nth-child(2)::before, .form-item-date-to > *:nth-child(2)::before {
  content: "\A";
  white-space: pre;
}

button.feel
{
  background: transparent !important;
  border: none;
  padding: .375rem .75rem;
}

.error-msg
{
  font-size: 8px !important;
  color: red !important;
  line-height: 0 !important;
}

.text-left
{
  text-align: left !important;
}

.text-right
{
  text-align: right !important;
}

.text-center
{
  text-align: center !important;
}

textarea[name=feedback]
{
  width: -webkit-fill-available;
  border: solid 1px gray;
  border-radius: 5px;
}