.jqte_tool.jqte_tool_1 .jqte_tool_label {
     height: 26px;
}

.jqte{
  margin:0;
  border: none;
}
.jqte_focused{
  border-color: #999999;
  box-shadow: 0 0 1px #999999;
  -webkit-box-shadow: 0 0 1px #999999;
  -moz-box-shadow: 0 0 1px #999999;
}

.datepicker {
    z-index: 19999 !important;
}
.rp-hide{
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin: 0 10px;
    font-size: 1.2em;
    color: #ec536c;

  }

.rp-bg-success{
  background: #008F00;
}
.rp-bg-warning{
  background: #FFCC00;
}
.rp-bg-danger{
  background: #FF0000;
}

#toTop {
    width:42px;
    height: 42px;
    z-index: 9;
    background: #3eb7ba;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.varSpan{
  background-color: #fdf9e7;
}
.jqte_params:hover{
  background-color: #DDD;
  color: #000;
}
.jqte_fontsizes{
  height: auto !important;
}
.tbl-sub{
  font-size: .8em;
  color:#666666;
}

.pagination > a, .pagination > strong{
  padding:.375rem 0.75rem;
  position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ced4da;
    margin:-1px;
}

.pagination > a{
    color: #3eb7ba;
}

.pagination > strong{
  background: #3eb7ba;
  color: #FFFFFF;
  z-index: 3;
}

.pagination:first-child > sa {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination:last-child > sa {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.select2 {
  width:100%!important;
  
  }