/**
 * Common mixins
 */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sortable li {
  background: white;
  margin-bottom: .382em;
  padding: .236em 1em; }
  .sortable li .handle {
    background: #CCC;
    border-radius: .5em;
    cursor: move;
    display: inline-block;
    padding: .236em .618em; }
  .sortable li .wp-picker-container {
    line-height: 2.618em;
    position: relative; }
    .sortable li .wp-picker-container .wp-picker-holder {
      position: absolute;
      z-index: 1; }
  .sortable li label {
    display: inline-block;
    margin: 0 2em 0 0;
    text-align: left;
    white-space: nowrap; }

button.delete {
  background: red;
  border-radius: .5em;
  border-width: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  opacity: .5;
  padding: .236em .618em; }
  button.delete:hover {
    opacity: 1; }

.switch-field .switch-title {
  margin-bottom: 6px; }
.switch-field input {
  display: none; }
.switch-field label {
  display: inline-block;
  background-color: transparent;
  float: left;
  text-align: center;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
.switch-field label:hover {
  background-color: rgba(144, 199, 69, 0.236);
  cursor: pointer; }
.switch-field input:checked + label {
  background-color: rgba(144, 199, 69, 0.618);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px; }
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0; }
.switch-field.vertical label {
  border-radius: 0;
  clear: left; }

.list-pagination li {
  display: inline; }
  .list-pagination li a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none; }
    .list-pagination li a:hover {
      background-color: rgba(144, 199, 69, 0.236); }
  .list-pagination li.active a {
    background-color: rgba(144, 199, 69, 0.618);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }
  .list-pagination li.disabled a {
    cursor: default;
    border-color: transparent;
    outline: none; }
    .list-pagination li.disabled a:hover {
      background-color: transparent; }

#default_assigned_switch label {
  min-width: 12em;
  text-align: left; }

#row-addons .addon {
  margin: 0 1% 15px 0;
  width: 30%; }
  #row-addons .addon .addon-header img {
    display: block;
    max-width: 100%; }
  #row-addons .addon .addon-body {
    background: white;
    padding: 15px; }
    #row-addons .addon .addon-body .button {
      text-align: center;
      width: 100%; }

#tab-help-tab {
  opacity: .382; }
  #tab-help-tab:hover {
    opacity: 1; }

@media only screen and (max-width: 960px) {
  .form-table label {
    color: black !important; } }
#kanban-modal-wrapper {
  display: none; }

#kanban-modal-background {
  background: rgba(0, 0, 0, 0.382);
  bottom: 0px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 100; }

#kanban-modal {
  background: white;
  bottom: 20px;
  left: 20px;
  margin-left: 160px;
  padding: 0;
  position: fixed;
  right: 20px;
  top: 52px;
  z-index: 101; }
  #kanban-modal #kanban-modal-nav {
    background: white;
    border-bottom: 1px solid #b3b3b3;
    height: 39px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #kanban-modal #kanban-modal-nav #kanban-modal-close-button {
      background: white;
      border-left: 1px solid #b3b3b3;
      bottom: 0;
      color: black;
      cursor: pointer;
      padding: 10px 20px 0;
      position: absolute;
      right: 0px;
      text-decoration: none;
      top: 0px; }
  #kanban-modal #kanban-modal-body-wrapper {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0px;
    left: 0;
    overflow: auto;
    padding: 25px 50px; }
  #kanban-modal .kanban-modal-button-wrapper {
    margin-top: 20px;
    text-align: center; }
  @media only screen and (max-width: 960px) {
    #kanban-modal {
      margin-left: 36px; } }
  @media (max-width: 782px) {
    #kanban-modal {
      margin-left: 0px;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100000; } }

/*# sourceMappingURL=admin.css.map */
