/* build your own custom Bootstrap theme:
   https://themestr.app
*/
.btn-diacritic img
{
    max-height: 16px;
}
input.multicb {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 9px;
    padding: 5px 6px;
    border-radius: 8px;
    float:right;
    width: 16px;
    height: 16px;
}
#detailviewaccordion h3.expand:after, #wordpopeastaccordion h3.expand:after, #wordcommentsaccordion h3.expand:after  {
    content: '⬇';
}
.paginator label
{
    margin:0px;
    padding:0px;
    line-height: 1;
    font-size:16px;
}
.disabled 
{
    pointer-events: none;
    opacity: 0.4;
}
.btn-langid::first-letter {
  text-transform: uppercase;
}
.entryActions, .trashActions
{
    display: none;
}
.showEntryActions, .showTrashActions
{
    display: inline;
}

/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
    border-width: 3px;
    border-style: solid;
    border-color: #363636 #a9bbac #89aa9a #363636;
    content: "";
    background-image: linear-gradient(135deg, #31799a 0%,#abe 30%);
    background-repeat: no-repeat;
    background-position:center;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 5px;
  top: -9px;
  width: 14px;
  height: 27px;
  border: solid darkred;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
