.buncee-jr-wrapper {
  flex-direction: row;
  display: flex;
  margin: 20px;
  margin-bottom: 0px;
}

.buncee-jr-setting-name {
  font-weight: 800;
  margin-right: 10px;
  line-height: 34px;
}

.buncee-jr-setting-input {
  width: 20%
}

.confirm-modal .modal-content {
  box-shadow: none;

}

.confirm-modal .modal-dialog {
  margin: auto;
}

.confirm-modal .modal-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px;
  font-size: 1.5rem;
}

.confirm-modal .modal-body img{
  width: 150px;
  margin: auto;
}

.confirm-button {
  outline: 0;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 20px;
  margin-top: 15px;
  cursor: pointer;
}

#no-button {
  background: #C4C4C4;
  margin-right: 10px;
}

#yes-button {
  background: #00A3A8;
  margin-left: 10px;
}

.permission-tooltip {
  background: #689BB1;
  padding: 15px;
  position: absolute;
  color: white;
  width: 300px;
  right: 35%;
  transform: translate(0, -55px);
}

#notice-message {
  margin-left: 10px;
  display: none;
  line-height: 34px;
}

.pagination ul {
   float: none;
   display: inline-block;
   overflow: hidden;
}
.pagination.center {
   text-align: center;
}
.table-hover {
    cursor: pointer;
}
.table-details > tbody > tr > td:first-child {
    font-weight:bold;
}

.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 160px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 79px;
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 70px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -50px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 180px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  // white-space: nowrap; /*whether to display in one line or not*/
}

#footer {
  height:50px;
  line-height: 50px;
  background:#f8f8f8;
  border-top: 1px solid #e7e7e7;
  color:#777;
}

@media (min-width: 768px) {
  #btn-sidebar-toggle {
      display: inherit;
  }
}

@media (max-width: 768px) {
  #btn-sidebar-toggle {
      display: none;
  }
}

#sidebar.hidden-sidebar {
  display: none;
}

#page-wrapper.hidden-sidebar {
  margin-left: 0px;
}

.scroll-buttons {
	position:fixed;
	bottom: 5px;
	right:5px;
}

.scroll-buttons > button{
		display: block;
		width: 120px;
		margin: 5px 0;
}