/*
Conference Scheduler
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.widefat .column-workshop_id {
  width: 9em;
}
.conf-content {
  margin-right: 300px;
  clear: both;
}
#posts-filter {
  float: left;
  width: 100%;
}
#conf_scheduler_options .form-table {
  width: auto;
  clear: none;
}
#conf_scheduler_options .conf-sidebar {
  margin: 17px 0 0 20px;
}
#conf_scheduler_options .remove_data .button {
  margin: 0 20px 10px 0;
}
#conf_scheduler_options .button .dashicons {
  font-size: 17px;
  width: 17px;
  height: 17px;
  margin-top: 4px;
}
#conf_scheduler_options .remove_data .dashicons-update {
  animation: spin 2s infinite linear;
}
#conf_scheduler_options .settings-error.cs-data-deleted {
  max-width: 500px;
}
#conf_scheduler_options #per_row {
  width: 5em;
}
#cs-system-status {
  display: none;
  width: 400px;
  max-width: 100%;
  height: 200px;
}
.conf-sidebar {
  float: right;
  margin-right: -300px;
  width: 280px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.conf-sidebar ul {
  list-style: disc;
  padding: 0 2em;
}
.conf-sidebar ul li {
  margin-bottom: 3px;
}
.conf-sidebar .content {
  padding: 15px;
}
.conf-sidebar .content h2,
.conf-sidebar .content h3 {
  margin-bottom: 0;
}
.conf-sidebar .content h3 {
  font-size: 13px;
  font-weight: 700;
}
.conf-sidebar .content h3 + p {
  margin-top: 0.5em;
}
.conf-sidebar .content .subhead {
  color: #666;
  margin-top: 0;
  font-size: 11px;
}
.conf-sidebar .content .logo {
  float: left;
  margin: 1em 8px 0 0;
}
.conf-sidebar .footer {
  border-top: 0 none;
  background-color: #e17745;
  color: #FFFFFF;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.conf-sidebar .footer a,
.conf-sidebar .footer a:visited,
.conf-sidebar .footer a:hover {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #conf_scheduler_options .conf-sidebar {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
#workshop_meta_box label {
  font-weight: bold;
}
#workshop_meta_box textarea {
  display: block;
  width: 100%;
  min-height: 6em;
}
#workshop_meta_box #file_attachments {
  margin: 10px 0;
}
#workshop_meta_box #file_attachments_section {
  margin-top: 20px;
}
#workshop_meta_box .workshop_file {
  margin: 10px 0;
  line-height: 1.3em;
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
#workshop_meta_box .workshop_file:first-child {
  border-top: none;
  padding-top: none;
}
#workshop_meta_box .workshop_file .title {
  font-weight: bold;
  display: block;
}
#workshop_meta_box .workshop_file .remove_file {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}
#workshop_meta_box .workshop_file .remove_file::before {
  font-family: Dashicons;
  font-size: 18px;
  content: "\f153";
  color: #a00;
}
#workshop_meta_box .workshop_file .remove_file:hover::before {
  color: #f00;
}
#workshop_meta_box .workshop_file .preview {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 5px;
}
#workshop_meta_box .workshop_file .preview img {
  height: 50px;
  width: auto;
  margin: 0 auto;
  display: block;
}
#workshop_meta_box .workshop_file::after {
  display: table;
  content: "";
  clear: both;
}
#workshop_meta_box #upload_file_button {
  vertical-align: middle;
}
#workshop_meta_box #upload_file_button::before {
  font-family: Dashicons;
  content: "\f502";
  margin-right: 3px;
  font-size: 14px;
  transform: translateY(2px);
  display: inline-block;
}
#workshop_side_meta_box label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
#workshop_side_meta_box label:first-of-type {
  margin-top: 0;
}
#workshop_side_meta_box input[type="text"],
#workshop_side_meta_box input[type="number"],
#workshop_side_meta_box select {
  width: 100%;
  display: block;
}
#workshop_side_meta_box p.checkbox {
  margin-top: 10px;
}
#workshop_side_meta_box p.checkbox label {
  display: inline;
  font-weight: normal;
}
#workshop_side_meta_box #add_session {
  float: right;
  margin-top: 10px;
}
#workshop_side_meta_box .select2-selection:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  outline: none;
}
body.taxonomy-conf_sessions .datetimepicker.dropdown-menu {
  margin-top: 3em;
}
body.taxonomy-conf_sessions .term-slug-wrap {
  display: none;
}
body.taxonomy-conf_sessions .term-description-wrap p {
  display: none;
}
body.taxonomy-conf_sessions .form-field.collapse-wrap ul {
  margin: 6px 0;
}
body.taxonomy-conf_sessions .form-field.collapse-wrap ul li {
  margin: 0;
}
body.taxonomy-conf_sessions .datetime-field-wrap {
  position: relative;
}
body.taxonomy-conf_sessions .datetime-field-wrap span {
  position: absolute;
  right: 31px;
  top: 4px;
  font-size: 1.2em;
}
