/* GENERAL */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong,
.strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
textarea:focus,
input:focus,
button:focus {
  outline: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* BASIC */
html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  font-size: 14px;
  color: #434a54;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
}
a,
td a {
  color: #5e5e5e;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #389dd7;
}
a img,
img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
  line-height: 21px;
}
ul,
li {
  margin: 0px 0px 0px 9px;
  padding: 0;
  list-style-position: outside;
}
ol {
  margin: 5px 0px 5px 15px;
  padding: 0;
  list-style-position: inside;
}
li {
  padding: 4px 0px;
}
.cf {
  clear: both;
}
hr {
  border: none;
  border-bottom: 1px #e8e8e8 solid;
  padding: 0px;
  margin: 0px;
  line-height: 1px;
}
table td {
  vertical-align: top;
  padding: 12px 5px 10px;
  border-top: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
}
table.noborder td {
  border: none;
}
.cf {
  clear: both;
}
body {
  background: #E6E7E8;
  color: #4D4D4D;
}
body.login {
  min-height: 450px;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}
header {
  height: 40px;
  background: #313338;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 950;
  width: 100%;
}
header .title {
  position: absolute;
  line-height: 40px;
  left: 10px;
  font-size: 19px;
  color: #fff;
  font-family: 'Hammersmith One';
}
header .global-header {
  position: absolute;
  right: 5px;
  top: 5px;
}
.flash-output > div {
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 1px;
  margin: 3px;
  font-size: 13px;
}
.flash-output > div.errorMessage {
  background-color: #FDF2F2;
  border-color: #F29797;
  color: #C00D0D;
}
#page-container {
  height: 100%;
}
#page-leftbar {
  width: 38px;
  background: none repeat scroll 0% 0% #E6E7E8;
  white-space: nowrap;
  border-right: 1px solid #D2D3D6;
  min-height: 100%;
  position: fixed;
  z-index: 3;
  overflow: hidden;
  transition: width 0.3s;
  transition-delay: 0.14s;
}
#page-leftbar .search {
  margin-top: 10px;
}
#page-leftbar .search label {
  position: relative;
}
#page-leftbar .search label .search-input {
  width: 100%;
  background: #d2d3d6;
  color: #3f444c;
  padding: 0 10px 0 37px;
  border: none;
  height: 40px;
}
#page-leftbar .search label .fa-search {
  position: absolute;
  left: 13px;
  top: 3px;
  color: #3f444c;
  opacity: 0.5;
}
#page-leftbar:hover {
  width: 230px;
}
#page-leftbar:hover li.has-children.level-1.open {
  background: none;
}
#page-leftbar:hover li.has-children.level-1.open a.level-1 {
  color: #3F444C;
}
#page-leftbar:hover li.has-children.level-1.open ul.level-2 {
  display: block;
}
#page-leftbar:hover li.has-children.level-1 a:after {
  display: block;
}
#page-leftbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-leftbar ul.level-1 {
  border-top: 1px solid #D2D3D6;
  margin-top: 10px;
  padding-top: 12px;
}
#page-leftbar ul.level-2 {
  background: #DFE0E2;
  padding: 4px 0px;
  display: none;
}
#page-leftbar li {
  margin: 0;
  padding: 0;
}
#page-leftbar li.active a.level-1 {
  background: #38475d;
  color: #fff;
}
#page-leftbar li.active a.level-1:after {
  display: none;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0px;
  border-color: transparent #F7F8FA transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -1px;
}
#page-leftbar li.active.level-2 {
  background: #38475d;
}
#page-leftbar li.active.level-2 a {
  color: #fff;
  background: #38475d;
}
#page-leftbar li.has-children a.level-1:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 18px;
  position: absolute;
  right: 14px;
  top: 10px;
  opacity: 0.5;
  display: none;
}
#page-leftbar li.has-children.open {
  background: #38475d;
}
#page-leftbar li.has-children.open a.level-1 {
  color: #fff;
}
#page-leftbar li.has-children.open a.level-1:after {
  content: "\f107";
}
#page-leftbar a {
  text-decoration: none;
  position: relative;
  display: block;
}
#page-leftbar a.level-1 {
  color: #3F444C;
  padding: 10px 10px;
}
#page-leftbar a.level-1 span {
  padding-left: 2px;
}
#page-leftbar a.level-1 i {
  margin-left: 1px;
  margin-right: 9px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
}
#page-leftbar a.level-2 {
  font-size: 13px;
  padding: 6px 5px 6px 38px;
}
#page-leftbar a:hover {
  background: #D2D3D6;
  color: #000;
}
#page-content {
  z-index: 1;
  margin-left: 38px;
  padding-bottom: 30px;
  background: none repeat scroll 0% 0% #F7F8FA;
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  padding: 20px;
  position: relative;
}
#page-content .panel {
  margin-bottom: 10px;
}
#page-content .panel .panel-title {
  background: #556b8d;
  border: 1px solid #38475d;
  color: #fff;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
#page-content .panel .panel-title .panel-title-links {
  float: right;
}
#page-content .panel .panel-title .panel-title-links a {
  color: #fff;
  text-decoration: none;
}
#page-content .panel .panel-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
#page-content .panel .panel-content.form {
  padding: 20px 0 0 0;
}
#page-content .panel.split {
  float: left;
  width: 50%;
  padding: 6px;
}
#page-content .panel.split .list-table {
  min-width: 0;
}
#page-content .panel.split-full {
  padding: 6px;
}
#page-content .panel.panel-primary .panel-content {
  border-top: 2px solid #38475d;
}
#page-content .simple-panel {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #1ea589;
  padding: 20px;
  width: 32%;
  margin-right: 1%;
}
#page-content .simple-panel h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.login-center {
  position: absolute;
  margin: 0px;
  left: 50%;
  top: 50%;
}
.login-center .login-window {
  position: relative;
  margin-left: -50%;
  margin-top: -50%;
  width: 400px;
  text-align: center;
}
.login-center .login-window .login-app-title {
  font-family: 'Hammersmith One';
  font-size: 32px;
  padding-bottom: 10px;
}
.login-center .login-window .login-form {
  border-radius: 1px;
  background: #fff;
  border: 1px solid #DDD;
  border-top: 2px solid #556b8d;
}
.login-center .login-window .login-form .form-body {
  padding: 20px;
}
.login-center .login-window .login-form .form-body .message {
  font-size: 18px;
  padding-bottom: 20px;
}
.login-center .login-window .login-form .form-body .form-input {
  overflow: hidden;
  padding: 8px 0px;
}
.login-center .login-window .login-form .form-body .form-input .icon {
  width: 44px;
  height: 34px;
  background: #EDEEF0;
  border: 1px solid #D2D3D6;
  border-right: none;
  float: left;
  font-size: 14px;
  padding-top: 10px;
}
.login-center .login-window .login-form .form-body .form-input input {
  background: #fff;
  border: 1px solid #D2D3D6;
  border-radius-bottom-right: 1px;
  border-radius-top-left: 1px;
  padding: 5px 9px;
  width: 314px;
  height: 34px;
  float: left;
}
.login-center .login-window .login-form .form-body .form-input input:focus {
  border-color: #4D4D4D;
}
.login-center .login-window .login-form .form-footer {
  padding: 20px;
  background: #F7F8FA;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.login-center .login-window .login-form .form-footer input.submit {
  background: #556b8d;
  border: 1px solid #38475d;
  border-radius: 1px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  float: right;
  -webkit-appearance: none;
}
.login-center .login-window .login-form .form-footer input.submit:hover {
  background: #42536d;
  border-color: #38475d;
}
body.lymodal-open {
  overflow: hidden;
}
.lymodal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1200;
  overflow-y: auto;
  padding: 45px 15px;
}
.lymodal-container .lymodal-popup {
  position: relative;
  max-width: 750px;
  background: #fff;
  z-index: 600;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.lymodal-container .lymodal-popup.confirm {
  max-width: 410px;
  top: 28%;
}
.lymodal-container .lymodal-part {
  padding: 15px;
  border-bottom: 1px solid #B7B7B7;
  position: relative;
}
.lymodal-container .lymodal-part:last-child {
  border-bottom: none;
}
.lymodal-container .lymodal-part h2 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}
.lymodal-container .lymodal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 54px;
  color: #000;
  opacity: 0.2;
  cursor: pointer;
  font-size: 18px;
  padding: 17px 0px 0px 20px;
}
.lymodal-container .lymodal-close:hover {
  opacity: 0.5;
}
.lymodal-container .modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 600;
  overflow-y: auto;
  padding: 30px 15px;
}
.lymodal-container .modal-popup {
  position: relative;
  max-width: 750px;
  background: #fff;
  z-index: 600;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.lymodal-container .modal-part {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.lymodal-container .modal-part:last-child {
  border-bottom: none;
}
.lymodal-container .modal-part h2 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}
.lymodal-container .modal-part.modal-buttons {
  text-align: right;
}
.lymodal-container .modal-part.modal-buttons .button {
  line-height: 34px;
  height: 36px;
  padding: 0px 13px;
  margin-left: 5px;
}
.lymodal-container .modal-close {
  position: absolute;
  right: 1px;
  top: 2px;
  height: 100%;
  width: 54px;
  color: #000;
  opacity: 0.2;
  cursor: pointer;
  font-size: 20px;
  padding: 17px 0px 0px 20px;
}
.lymodal-container .modal-close i {
  position: relative;
}
.lymodal-container .modal-close i.fa-chevron-left {
  left: -8px;
}
.lymodal-container .modal-close:hover {
  opacity: 0.5;
}
.lymodal-container .error-output {
  padding-left: 25%;
  padding-top: 10px;
  line-height: 30px;
  color: #e15050;
  font-weight: bold;
}
input,
textarea {
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #D2D3D7;
  -webkit-border-radius: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4D4D4D;
  height: 34px;
  padding: 5px 9px;
}
input:focus,
textarea:focus {
  border-color: #4D4D4D;
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
a.button,
span.button,
input.button {
  background: none repeat scroll 0% 0% #E6E7E8;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  color: #333;
  font-size: 14px;
  height: 26px;
  padding: 0px 9px;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  text-decoration: none;
  min-width: 32px;
  text-align: center;
}
button:hover,
a.button:hover,
span.button:hover,
input.button:hover {
  background: #CBCED0;
  border-color: #ACAEB0;
}
button i,
a.button i,
span.button i,
input.button i {
  line-height: 24px;
}
button.active,
a.button.active,
span.button.active,
input.button.active {
  background: #556b8d;
  color: #fff;
  border-color: #42536d;
}
button.inactive,
a.button.inactive,
span.button.inactive,
input.button.inactive {
  border: 1px solid #868484;
  background: #C8C8C8;
}
button.highlighted,
a.button.highlighted,
span.button.highlighted,
input.button.highlighted {
  background: #677C9E;
  color: #fff;
  border-color: #42536d;
}
button.red,
a.button.red,
span.button.red,
input.button.red {
  background: #C75959;
  border-color: #A64E4E;
}
button.green,
a.button.green,
span.button.green,
input.button.green {
  background: #40A071;
  border-color: #29743E;
}
.chosen-container {
  width: 100% !important;
  max-width: 550px !important;
}
.chosen-container .chosen-single {
  border: 1px solid #D2D3D7;
  border-radius: 2px;
  height: 34px;
  line-height: 32px;
  box-shadow: none;
  background: #FFF;
  font-size: 14px;
}
.chosen-container .chosen-single div b {
  background-position: 0 8px;
}
.chosen-container.chosen-container-active .chosen-single {
  border-color: #4D4D4D;
}
.chosen-container.chosen-container-active .chosen-single div b {
  background-position: -18px 8px;
}
.chosen-container .chosen-drop {
  border-radius: 0 0 2px 2px;
  border-color: #4D4D4D;
}
.chosen-container .chosen-drop .chosen-results {
  margin: 0 1px 1px 0;
  padding: 0 0 0 1px;
}
.chosen-container .chosen-drop .chosen-results li {
  font-size: 14px;
  line-height: 20px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #677FA4;
}
.list-table {
  width: 100%;
  min-width: 530px;
}
.list-table th {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #E6E7E8;
  text-align: left;
  color: #000;
  border-bottom: 2px solid #E6E7E8;
}
.list-table th.orderBy {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}
.list-table th.orderBy:after {
  content: "\f0dc";
  font-family: 'FontAwesome';
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  color: #bbb;
}
.list-table th.orderBy.asc:after {
  content: "\f0de";
  color: #000;
}
.list-table th.orderBy.desc:after {
  content: "\f0dd";
  color: #000;
}
.list-table td {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #E6E7E8;
}
.list-table td.tools {
  padding: 6px;
  white-space: nowrap;
  width: 10px;
}
.lt-header {
  padding-bottom: 10px;
  overflow: hidden;
}
.lt-header .lt-add {
  height: 36px;
  line-height: 36px;
}
.lt-header .lt-add i {
  margin-right: 4px;
}
.lt-header .lt-header-right {
  float: right;
  position: relative;
}
.lt-header .lt-header-right .fa-spin {
  font-size: 16px;
  position: absolute;
  top: 9px;
  right: 7px;
}
.lt-header .lt-filter {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 220px;
}
.lt-filter {
  padding-bottom: 10px;
}
.lt-filter .chosen-container {
  width: 200px !important;
}
.list-pagination {
  position: relative;
  padding: 8px 0px;
  overflow: hidden;
}
.list-pagination .list-info {
  line-height: 34px;
  float: left;
  width: 30%;
  padding: 8px 0px;
}
.list-pagination .list-pages {
  float: left;
  width: 70%;
  padding: 8px 0px;
  text-align: right;
}
.list-pagination .list-pages ul {
  display: inline-block;
}
.list-pagination .list-pages li {
  float: left;
  padding: 0px;
  margin: 0px;
  display: inline;
}
.list-pagination .list-pages li a {
  position: relative;
  float: left;
  padding: 6px 15px;
  border: 1px solid #d2d3d6;
  text-decoration: none;
  margin-left: -1px;
  line-height: 19px;
  height: 34px;
}
.list-pagination .list-pages li a.active {
  color: #fff;
  background: #556b8d;
}
.list-pagination .list-pages li a.disabled {
  color: #aaa;
  cursor: default;
}
.list-pagination .list-pages li a i {
  line-height: 1;
  margin-top: 3px;
}
.nested-list {
  margin-left: -20px;
}
.nested-list .list-add {
  margin-left: 20px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
}
.nested-list .list-add i {
  margin-right: 4px;
}
.nested-list ol {
  margin: 0;
  list-style: none;
}
.nested-list li {
  margin: 3px 0px 3px 20px;
  padding: 0;
}
.nested-list .nl-tags {
  display: block;
  border: 1px solid #eaeaea;
  border-top: 0px;
  padding: 2px;
  text-align: left;
}
.nested-list .nl-tags .nl-tag {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 1px 1px 1px 3px;
}
.nested-list .nl-tags .nl-tag a {
  height: 24px;
}
.nested-list .nl-tags .nl-tag a i {
  line-height: 22px;
}
.nested-list .nl-element {
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 8px;
  height: 38px;
  position: relative;
}
.nested-list .nl-element:hover {
  background: #fafafa;
  border-color: #ADADAD;
}
.nested-list .nl-element .title {
  line-height: 28px;
}
.nested-list .nl-element .tools {
  position: absolute;
  right: 5px;
  top: 5px;
}
.nested-list .nl-element .tools a {
  min-width: 34px;
}
.nested-list.services li.has-children.has-children .title.first-level {
  cursor: pointer;
}
.siform .sf-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #E6E7E8;
  padding-top: 12px;
  padding-bottom: 12px;
}
.siform .sf-row .sf-label {
  display: table-cell;
  width: 25%;
  text-align: right;
  padding-right: 11px;
  padding-top: 7px;
}
.siform .sf-row .sf-element {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  text-align: left;
}
.siform .sf-row .sf-element input {
  width: 100%;
  max-width: 550px;
  border-radius: 2px;
  height: 32px;
  font-size: 14px;
}
.siform .sf-row .sf-element input.sf-datepicker {
  width: 95px;
}
.siform .sf-row .sf-element input.sf-price {
  width: 95px;
}
.siform .sf-row .sf-element select {
  width: 100%;
  max-width: 550px;
}
.siform .sf-row .sf-element textarea {
  width: 100%;
  max-width: 550px;
  border-radius: 2px;
  font-size: 14px;
  height: 100px;
}
.siform .sf-row .sf-element.sf-radio-buttons label {
  margin-right: 10px;
}
.siform .sf-row .sf-element.sf-radio-buttons input {
  width: auto;
  height: 15px;
}
.siform .sf-row .sf-element.sf-html {
  padding-top: 7px;
}
.siform .sf-row .sf-element .sf-autocomplete {
  position: relative;
  width: 100%;
  max-width: 550px;
}
.siform .sf-row .sf-element .sf-autocomplete:after {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  right: 9px;
  top: 9px;
  color: #9E9E9E;
}
.siform .sf-row .sf-element .sf-autocomplete .sf-autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  border: 1px solid #4D4D4D;
  background: #fff;
  margin-top: 1px;
  border-radius: 2px;
  max-height: 350px;
  overflow: auto;
  z-index: 700;
}
.siform .sf-row .sf-element .sf-autocomplete .sf-autocomplete-list .sf-autocomplete-loader {
  text-align: center;
  padding: 6px;
}
.siform .sf-row .sf-element .sf-autocomplete .sf-autocomplete-list div {
  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding: 5px 6px;
  cursor: pointer;
}
.siform .sf-row .sf-element .sf-autocomplete .sf-autocomplete-list div:last-child {
  border-bottom: none;
}
.siform .sf-row .sf-element .sf-autocomplete .sf-autocomplete-list div:hover {
  background: #E2E8F6;
  font-weight: 600;
  border-radius: 1px;
}
.siform .sf-row .sf-element .sf-code {
  height: 600px;
}
.siform .sf-row.sf-group-title {
  padding-left: 25%;
}
.siform .sf-row.sf-time input {
  width: 56px;
}
.siform .sf-buttons {
  background: #F7F8FA;
  padding: 20px 20px 20px 25%;
}
.siform .sf-buttons button,
.siform .sf-buttons a.button,
.siform .sf-buttons input.button {
  line-height: 34px;
  height: 36px;
  padding: 0px 13px;
}
.siform .sf-buttons input {
  background: #556b8d;
  color: #fff;
  border-color: #38475d;
}
.siform .sf-buttons input:hover {
  background: #42536d;
  border-color: #38475d;
}
.query-log {
  font-family: 'Arial';
  font-size: 12px;
  margin: 5px 0px;
}
.query-log .title {
  cursor: pointer;
  font-weight: bold;
}
.query-log .queries {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
}
.query-log .queries div {
  padding: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.query-log .queries div:last-child {
  border: none;
}
.query-log.open .queries {
  display: block;
}
.dataTables_search {
  display: block;
  width: 80%;
}
.dataTables_custom_filters {
  text-align: right;
}
.ui-input-text {
  display: inline-block;
}
#page-leftbar .search label .fa-spin {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 16px;
}
#page-leftbar .search .results {
  background: #FFF;
}
#page-leftbar .search .results a {
  padding: 3px;
  border-bottom: 1px solid #D2D2D2;
}
#page-leftbar .search .results a .date {
  text-align: center;
  font-size: 12px;
}
#page-leftbar .search .results a .ref {
  text-align: right;
  font-size: 12px;
}
#page-leftbar .schedule-legend {
  margin-top: 50px;
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 8px;
}
#page-leftbar .schedule-legend .schedule-legend-row {
  padding: 2px 10px;
}
#page-leftbar .schedule-legend .schedule-legend-row span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  margin-right: 5px;
  position: relative;
  top: 3px;
  border-radius: 1px;
}
#page-leftbar .schedule-legend .schedule-legend-row.active span {
  background: #efa131;
  border-color: #dc8911;
}
#page-leftbar .schedule-legend .schedule-legend-row.normal span {
  background: #677FA4;
  border-color: #4B5F7D;
}
#page-leftbar .schedule-legend .schedule-legend-row.noshow span {
  background: #e73c3c;
  border-color: #cd1919;
}
#page-leftbar .schedule-legend .schedule-legend-row.pending span {
  background: #515E71;
  border-color: #384457;
}
#page-leftbar .schedule-legend .schedule-legend-row.yearly-card span {
  background: #1996ab;
  border-color: #1996ab;
}
#page-leftbar .schedule-legend .schedule-legend-row.green-fee-package span {
  background: #7bd2b6;
  border-color: black;
}
#page-leftbar .schedule-legend .schedule-legend-row.paid span {
  background: #16a085;
  border-color: #16a085;
}
#page-leftbar .schedule-legend .schedule-legend-row.printed span {
  background: #71B033;
  border-color: #639D2C;
}
#page-leftbar .schedule-legend .schedule-legend-row.online span {
  background: #F0F8FF;
  border-color: #87CEFA;
}
#page-leftbar .schedule-legend .schedule-legend-row.unconfirmed span {
  background: #A7B1BF;
  border-color: #777F8A;
}
#page-leftbar .schedule-legend .schedule-legend-row.pwa span {
  background: #d01d73;
  border-color: #d00046;
}
#page-leftbar .schedule-legend .schedule-stock {
  border-top: 1px solid #ddd;
  margin-top: 8px;
  padding-top: 8px;
}
#page-leftbar .schedule-legend .schedule-stock .extras-parent-title {
  padding: 3px 11px;
  font-weight: 600;
}
#page-leftbar .schedule-legend .schedule-stock .extras-parent-title .extras-parent-icon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  left: -5px;
  font-size: 18px;
}
#page-leftbar .schedule-legend .schedule-stock .extras-child {
  margin-bottom: -2px;
  border-spacing: 2px;
  display: none;
  width: 229px;
}
#page-leftbar .schedule-legend .schedule-stock .extras-child span {
  display: table-cell;
  width: 38px;
  text-align: center;
  background: #F5F5F5;
  vertical-align: middle;
  padding: 3px 0px;
}
#page-leftbar .schedule-legend .schedule-stock .extras-child span.stock-title {
  width: auto;
  white-space: normal;
  text-align: left;
  font-size: 13px;
}
#page-leftbar .schedule-legend .schedule-stock .extras-child span.stock-all {
  color: #999999;
}
#page-leftbar:hover .schedule-legend .schedule-stock .extras-child.active {
  display: table;
}
h1.schedule-title {
  float: left;
  width: 265px;
}
header .global-header {
  color: #fff;
  line-height: 30px;
}
header .global-pos-form {
  display: inline-block;
  border-left: 1px solid #555;
  padding-left: 5px;
  margin-left: 4px;
}
header .global-pos-form input {
  height: 25px;
  margin-left: 5px;
  width: 44px;
  border-radius: 2px;
}
header .global-header-printer-ready {
  display: inline-block;
  border-left: 1px solid #555;
  padding-left: 7px;
  margin-left: 4px;
  height: 27px;
  padding-right: 3px;
  padding-top: 1px;
}
header .global-header-printer-ready .offline {
  color: #D74848;
}
header .global-header-printer-ready i {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.schedule-date-select,
.accommodations-date-select {
  float: left;
  position: relative;
  top: 9px;
  left: 11px;
}
.schedule-date-select a,
.accommodations-date-select a {
  display: inline-block;
  background: #E6E7E8;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  color: #333;
  font-size: 16px;
  height: 27px;
  padding: 0px 14px;
  cursor: pointer;
}
.schedule-date-select a:hover,
.accommodations-date-select a:hover {
  background: #CBCED0;
  border-color: #ACAEB0;
}
.schedule-date-select a i,
.accommodations-date-select a i {
  line-height: 24px;
}
.schedule-date-select .date,
.accommodations-date-select .date {
  height: 30px;
  text-align: center;
  width: 100px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.schedule-date-select .calendar-trigger,
.accommodations-date-select .calendar-trigger {
  display: inline-block;
  background: #E6E7E8;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  color: #333;
  font-size: 14px;
  height: 28px;
  padding: 0px 8px;
  cursor: pointer;
  position: relative;
  top: 0px;
  height: 30px;
  left: -1px;
  z-index: 0;
}
.schedule-date-select .calendar-trigger i,
.accommodations-date-select .calendar-trigger i {
  line-height: 24px;
}
.schedule-tools {
  float: right;
  position: relative;
  top: 11px;
  z-index: 15;
}
.schedule-tools .tools-selector {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.schedule-tools .tools-selector .tools-list {
  padding: 6px 0px;
  z-index: 9;
  display: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #D2D3D6;
  border-radius: 1px;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  right: 0px;
  z-index: 3;
  min-width: 100%;
}
.schedule-tools .tools-selector .tools-list a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 8px;
}
.schedule-tools .tools-selector .tools-list a:hover {
  background: #D2D3D6;
  color: #000;
}
.schedule-tools .tools-selector .tools-list a.active {
  font-weight: bold;
  background: none;
  color: #000;
}
.schedule-tools .tools-selector.open {
  z-index: 2;
}
.schedule-tools .tools-selector.open .tools-list {
  display: block;
}
.schedule-tools .tools-selector.open button {
  background: #cbced0;
}
.schedule-tools .tools-selector .ts-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.schedule-tools .holidays {
  display: inline-block;
  position: relative;
}
.schedule-tools .holidays .holidays-title {
  background: #556781;
  border: 1px solid #42536D;
  padding: 0px 9px;
  height: 26px;
  position: relative;
  top: 0px;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  cursor: default;
}
.schedule-tools .holidays:hover .holidays-list {
  display: block;
}
.schedule-tools .holidays .holidays-list {
  border: 1px solid #ddd;
  min-width: 400px;
  display: none;
  list-style: none;
  position: absolute;
  top: 30px;
  right: -140px;
  background: #fff;
  margin: 0;
  padding: 0;
}
.schedule-tools .holidays .holidays-list li {
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  padding: 11px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.schedule-tools .holidays .holidays-list li img {
  position: relative;
  float: left;
  top: -2px;
  margin-right: 8px;
}
.schedule-tools .lockers {
  background: #fff;
  display: inline-block;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 1px;
  margin-right: 10px;
  position: relative;
}
.schedule-tools .lockers .lockers-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 2px;
}
.schedule-tools .lockers .lockers-list .locker-info {
  white-space: nowrap;
}
.schedule-tools .lockers .lockers-list ul {
  margin: 0;
  background: #fff;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 1px;
  list-style: none;
}
.schedule-tools .lockers .lockers-list ul li {
  padding: 0 50px 3px 0;
  margin: 0 0 3px 0;
  white-space: nowrap;
  position: relative;
  padding-right: 50px;
  line-height: 26px;
  border-bottom: 1px solid #eee;
}
.schedule-tools .lockers .lockers-list ul li b {
  text-transform: uppercase;
}
.schedule-tools .lockers .lockers-list ul li a.button {
  position: absolute;
  right: 0;
  top: 0;
}
.schedule-tools .lockers .lockers-list ul li:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.schedule-tools .lockers:hover .lockers-list {
  display: block;
}
.schedule-tools .summary {
  background: #fff;
  display: inline-block;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 1px;
  margin-right: 10px;
}
.schedule-tools .summary .service {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 4px;
}
.schedule-tools .summary .service:last-child {
  padding-right: 0px;
  border: none;
}
.schedule-tools .summary .service span {
  font-weight: bold;
}
.schedule-container {
  display: table;
  border-spacing: 1px;
  width: 100%;
  position: relative;
}
.schedule-container .schedule-sun-icon {
  position: absolute;
  right: 100%;
  font-size: 18px;
  margin-top: 2px;
}
.schedule-container .group-action-selector {
  position: absolute;
  left: -8px;
  top: 100px;
  white-space: nowrap;
  background: #FFF;
  padding: 1px;
  border: 1px solid #398876;
  font-size: 12px;
  font-weight: bold;
  margin-right: 7px;
  margin-top: -5px;
  border-radius: 1px;
  z-index: 15000;
}
.schedule-container .group-action-selector span {
  padding: 0px 5px;
}
.schedule-container .group-action-selector button {
  margin-left: 1px;
}
.schedule-container .group-action-line {
  position: absolute;
  right: 100%;
  width: 1px;
  height: 100px;
  background: #398876;
  margin-right: 5px;
  top: 100px;
  margin: 7px 7px 0px 0px;
}
.schedule-container .time-table {
  display: table-cell;
  vertical-align: top;
  width: 20px;
}
.schedule-container .time-table .header {
  height: 30px;
  position: relative;
}
.schedule-container .time-table .content {
  position: relative;
  top: 2px;
  display: table;
  border-collapse: collapse;
}
.schedule-container .time-table .content .schedule-row {
  display: table-row;
}
.schedule-container .time-table .content .schedule-row.row-hover .schedule-cell {
  text-decoration: underline;
  font-weight: 700;
}
.schedule-container .time-table .content .schedule-row.full-hour {
  border-top: 2px solid #c5c5c5;
}
.schedule-container .time-table .content .schedule-row .schedule-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 10px;
  font-size: 10px;
  height: 21px;
  padding: 0px 5px;
}
.schedule-container .schedule-object {
  display: table-cell;
  vertical-align: top;
  background: #fff;
}
.schedule-container .schedule-object.active {
  width: 70%;
}
.schedule-container .schedule-object .header {
  height: 30px;
  background: #42536D;
  border: 1px solid #38475D;
  border-radius: 1px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 3;
  position: relative;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.schedule-container .schedule-object .header .full-title {
  white-space: nowrap;
}
.schedule-container .schedule-object .content {
  position: relative;
  top: 2px;
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule-container .schedule-object .content .schedule-row {
  display: table-row;
  position: relative;
}
.schedule-container .schedule-object .content .schedule-row.ui-selected-indicator .schedule-cell:first-child:before {
  content: "\f0da";
  position: absolute;
  right: 100%;
  font-family: 'FontAwesome';
  font-size: 22px;
  margin: -1px 1px 0px 0px;
  color: #398876;
}
.schedule-container .schedule-object .content .schedule-row.row-hover .schedule-cell {
  background: #ededed;
}
.schedule-container .schedule-object .content .schedule-row.last-unavailable-row .schedule-cell {
  border-bottom: 1px solid #bbb;
}
.schedule-container .schedule-object .content .schedule-row.first-available-row .schedule-cell {
  background: #C7E0B4 !important;
  border-bottom: 1px solid #bbb;
}
.schedule-container .schedule-object .content .schedule-row.first-available-row .schedule-cell-area {
  background: #C7E0B4 !important;
}
.schedule-container .schedule-object .content .schedule-row.full-hour {
  border-top: 2px solid #c5c5c5;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell {
  display: table-cell;
  border: 1px solid #ddd;
  font-size: 12px;
  height: 20px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell.cell-hover {
  background: #efefef;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area {
  position: relative;
  height: 20px;
  width: 100%;
  cursor: pointer;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-empty:hover {
  box-shadow: 0px 0px 0px 1px #949393;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-online:hover {
  box-shadow: 0px 0px 0px 1px #949393;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-closed,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-disabled {
  cursor: default;
  background: #efefef;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-closed .disabled-remove,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-disabled .disabled-remove {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 14px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-temp .temp-slot {
  left: 0px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-online {
  background: #F0F8FF;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.unavailable {
  background: #ededed;
  cursor: default !important;
  box-shadow: none !important;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-new {
  background: #90DBE0;
  border: 1px solid #47ABB2;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.type-new.previous {
  background: #5BB9C0;
  border: 1px solid #2A9DA5;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.ui-selected {
  background: #8B98AB;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.previous .schedule-slot-new {
  left: 0px;
  text-align: center;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.previous .schedule-slot-new .time {
  margin-right: 0px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area.previous .schedule-slot-new .buttons {
  display: none;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot {
  background: #677FA4;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2px 4px;
  border-radius: 1px;
  border: 1px solid #4B5F7D;
  z-index: 10;
  overflow: hidden;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.member .caption {
  color: gold;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .icon-star {
  color: gold !important;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .caption {
  color: #fff;
  font-size: 10px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .preview {
  position: absolute;
  top: 22px;
  left: 0px;
  background: #eee;
  border: #bbb;
  padding: 10px;
  display: none;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.incompleteCustomer {
  background: #7EB2BE;
  border: 1px solid #5E8C8C;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-paid {
  background: #16a085;
  border-color: #16a085;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-green-fee-package {
  background: #7bd2b6;
  border-color: black;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-yearlycard {
  background: #1996ab;
  border-color: #1996ab;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-yearlycard .caption {
  text-decoration: underline;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-printed {
  background: #71B033;
  border-color: #639D2C;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-pending {
  background: #515E71;
  border-color: #384457;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.status-noshow {
  background: #e73c3c;
  border-color: #cd1919;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.reservation-type-temp {
  background: #A3A7AD;
  border-color: #888c92;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.reservation-type-available {
  background: #D4CB24;
  border-color: #A7A128;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.reservation-type-pending,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.reservation-type-temporary {
  background: #A7B1BF;
  border-color: #777F8A;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.reservation-type-pwa {
  background: #d01d73;
  border-color: #d00046;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot:hover,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.hover {
  background: #efa131;
  border-color: #dc8911;
  z-index: 400;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot:hover .fa,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.hover .fa {
  display: inline-block;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-draggable-dragging,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-draggable-sibling,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-selected,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-selecting,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.active {
  background: #efa131;
  border-color: #dc8911;
  z-index: 400;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-draggable-dragging .fa,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-draggable-sibling .fa,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-selected .fa,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.ui-selecting .fa,
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot.active .fa {
  display: inline-block;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .fa {
  margin-right: 3px;
  font-size: 12px;
  display: none;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .extras-icons {
  position: absolute;
  right: 1px;
  top: 3px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot .extras-icons .font-icon {
  color: #fff;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot-new {
  position: absolute;
  top: -4px;
  left: -1px;
  width: 100%;
  min-width: 110px;
  height: 28px;
  border-radius: 1px;
  background: #fff;
  z-index: 22;
  border: 1px solid #999;
  padding-left: 4px;
  white-space: nowrap;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot-new .time {
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  padding-right: 5px;
  margin-right: 55px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot-new .buttons {
  position: absolute;
  top: 2px;
  right: 0px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot-new .buttons button {
  display: inline-block;
  margin: 0px 2px;
  cursor: pointer;
  height: 22px;
  border-radius: 1px;
  font-size: 12px;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-slot-new .buttons button:hover {
  background: #CBCED0;
  border-color: #ACAEB0;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .reservation-skeleton {
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}
.schedule-container .schedule-object .content .schedule-row .schedule-cell .reservation-skeleton.ui-selected {
  background: #efa131;
  border-color: #dc8911;
  z-index: 400;
}
.schedule-container.weekly {
  border-spacing: 0px;
}
.schedule-container.weekly .day-header {
  height: 28px;
  text-align: center;
  font-weight: 600;
}
.schedule-container.weekly .schedule-object .content .schedule-row .schedule-cell {
  display: none;
}
.schedule-container.weekly .schedule-object .content .schedule-row .schedule-cell.schedule-cell-0 {
  display: table-cell;
}
.schedule-container.weekly .schedule-object:last-child .content .schedule-row .schedule-cell {
  border-left: none;
}
.schedule-container.weekly .schedule-day {
  display: table-cell;
  padding: 0px 2px;
}
.schedule-container.weekly .schedule-day.hover {
  border: 1px solid #A1A1A1;
  width: 40%;
}
.schedule-container.weekly .schedule-day.hover .schedule-object .content .schedule-row .schedule-cell {
  display: table-cell;
}
.schedule-container.weekly .day-separator {
  width: 5px;
}
.schedule-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
}
.schedule-add-row {
  margin: 5px 0px;
  padding: 4px;
  border: 1px solid #ddd;
  position: relative;
}
.schedule-add-row form > div {
  position: relative;
}
.schedule-add-row form > div.additional-parameters {
  margin-top: 3px;
}
.schedule-add-row .reservation-price {
  display: inline-block;
}
.schedule-add-row .slot-price {
  display: inline-block;
  height: 34px;
  border: 1px solid #ddd;
  padding: 7px 8px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.schedule-add-row .slot-price .slot-price-spec {
  display: table;
  font-weight: normal;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #fff;
  z-index: 100;
  border: 1px solid #B6B6B6;
  white-space: nowrap;
  padding: 5px 8px;
  display: none;
}
.schedule-add-row .slot-price .slot-price-spec > div {
  display: table-row;
  overflow: hidden;
  position: relative;
}
.schedule-add-row .slot-price .slot-price-spec > div .chosen-container {
  min-width: 200px;
}
.schedule-add-row .slot-price .slot-price-spec > div.sum .spec-col {
  border-top: 1px solid #eee;
}
.schedule-add-row .slot-price .slot-price-spec > div .spec-col {
  display: table-cell;
  border-bottom: 1px solid #eee;
  padding: 5px 18px 5px 0px;
  white-space: nowrap;
}
.schedule-add-row .slot-price .slot-price-spec > div .spec-col:last-child {
  padding-right: 0px;
  text-align: right;
  width: 100%;
}
.schedule-add-row .slot-price .slot-price-spec .content-benefits {
  margin-top: 5px;
  display: block;
  overflow: visible;
}
.schedule-add-row .slot-price .slot-price-spec .add-new-benefit {
  width: 100%;
  min-width: 250px;
}
.schedule-add-row .slot-price .slot-price-spec .reservation-benefits-table {
  display: table;
  margin-top: 4px;
  width: 100%;
}
.schedule-add-row .slot-price .slot-price-spec .reservation-benefits-table .reservation-benefits-row {
  display: table-row;
}
.schedule-add-row .slot-price .slot-price-spec .reservation-benefits-table .reservation-benefits-row .reservation-benefits-col {
  display: table-cell;
  border-bottom: 1px solid #eee;
  padding: 5px 18px 5px 0px;
  white-space: nowrap;
}
.schedule-add-row .slot-price .slot-price-spec .reservation-benefits-table .reservation-benefits-row .reservation-benefits-col:last-child {
  padding-right: 0px;
  width: 10px;
}
.schedule-add-row .slot-price:hover .slot-price-spec {
  display: block;
}
.schedule-add-row .slot-value {
  display: inline-block;
  height: 34px;
  border: 1px solid #ddd;
  padding: 7px 8px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.schedule-add-row input {
  height: 34px;
  font-size: 14px;
  padding: 5px;
}
.schedule-add-row input.title {
  width: 200px;
}
.schedule-add-row .ajax-loader {
  display: inline-block;
  padding: 3px;
  position: relative;
  top: 1px;
}
.schedule-add-row .slot-booking-number {
  display: inline-block;
}
.schedule-add-row .slot-sequence {
  display: inline-block;
}
.schedule-add-row .slot-sequence .slot {
  cursor: pointer;
  background: #E6E7E8;
  display: inline-block;
  padding: 3px 7px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
.schedule-add-row .slot-sequence .slot.available {
  background: #C9DDB5;
}
.schedule-add-row .slot-sequence .slot.unavailable {
  background: #E49696;
}
.schedule-add-row .slot-sequence .slot .edit {
  display: none;
}
.schedule-add-row .slot-sequence .slot.editing {
  border: 1px solid #aaa;
  padding: 1px 3px;
}
.schedule-add-row .slot-sequence .slot.editing .view {
  display: none;
}
.schedule-add-row .slot-sequence .slot.editing .edit {
  display: block;
}
.schedule-add-row .slot-sequence .slot.editing .edit .date-input {
  width: 85px;
}
.schedule-add-row .slot-sequence .slot.editing .edit span .chosen-container {
  width: 55px !important;
}
.schedule-add-row .slot-sequence .slot.editing .edit .chosen-container {
  width: 73px !important;
}
.schedule-add-row .tournament-label {
  display: inline-block;
}
.schedule-add-row .tournament-label.hidden {
  display: none;
}
.schedule-add-row .sf-select-container {
  width: 190px;
  display: inline-block;
  padding-top: 3px;
}
.schedule-add-row .sf-select-container.payment-status {
  width: 120px;
}
.schedule-add-row .tools {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 26px;
}
.schedule-add-row .tools .extras {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  margin-right: 2px;
  position: relative;
}
.schedule-add-row .tools .extras .button-drop-down {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid #ddd;
  padding: 1px;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 1px;
  z-index: 1260;
  border-radius: 1px;
}
.schedule-add-row .tools .extras .button-drop-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule-add-row .tools .extras .button-drop-down li {
  display: table-row;
  margin: 0px;
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
  padding: 0px;
}
.schedule-add-row .tools .extras .button-drop-down li:last-child {
  border: none;
}
.schedule-add-row .tools .extras .button-drop-down li.disabled {
  color: #bbb;
  cursor: default;
}
.schedule-add-row .tools .extras .button-drop-down li.disabled:hover {
  background: none;
}
.schedule-add-row .tools .extras .button-drop-down span {
  display: table-cell;
  padding: 6px 4px;
  border-top: 1px solid #EEE;
}
.schedule-add-row .tools .extras .button-drop-down span.extras-trigger {
  padding: 6px 16px;
  border-right: 1px solid #eee;
}
.schedule-add-row .tools .extras .button-drop-down span.stock {
  padding: 6px 10px;
  font-style: italic;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger {
  cursor: pointer;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger.blank {
  display: block;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger.active {
  background: #69B397;
  color: #fff;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger.active:hover {
  background: #69B397;
  color: #fff;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger:hover {
  background: #DEDEE4;
}
.schedule-add-row .tools .extras .button-drop-down .extras-trigger:hover span {
  background: #DEDEE4;
}
.schedule-add-row .tools .extras .lockers-list {
  padding: 5px;
}
.schedule-add-row .tools .extras .lockers-list .locker-info {
  white-space: nowrap;
  padding: 5px;
}
.schedule-add-row .tools .extras .lockers-list .extras-trigger {
  display: block;
}
.schedule-add-row .tools .extras .lockers-list .reservation-print-button {
  margin-top: 10px;
  white-space: nowrap;
  display: block;
  margin: 0;
}
.schedule-add-row .tools .extras .lockers-list ul li b {
  text-transform: uppercase;
}
.schedule-add-row .tools button {
  border-radius: 1px;
  color: #333;
  font-size: 14px;
  height: 26px;
  padding: 1px 5px 0px 5px;
  cursor: pointer;
}
.schedule-add-row .tools button:hover {
  background: #CBCED0;
  border-color: #ACAEB0;
}
.schedule-add-row .tools button img {
  height: 18px;
}
.schedule-add-row .tools button.active {
  background: #677FA4;
  color: #fff;
  border-color: #556B8D;
}
.schedule-add-row .tools button.active.current {
  background: #526788;
  border-color: #556B8D;
}
.schedule-add-row .tools button.current {
  background: #CBCED0;
  border-color: #ACAEB0;
}
.schedule-add-row .tools .delete-reservation {
  display: none;
  line-height: 26px;
  font-size: 12px;
}
.schedule-add-row .customer-suggestions {
  position: absolute;
  top: 31px;
  left: 4px;
  width: 190px;
  background: #fff;
  z-index: 15;
  border: 1px solid #4D4D4D;
  border-top: none;
  max-height: 250px;
  overflow: auto;
}
.schedule-add-row .customer-suggestions .customer-result-row {
  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding: 5px 6px;
  cursor: pointer;
}
.schedule-add-row .customer-suggestions .customer-result-row:last-child {
  border-bottom: none;
}
.schedule-add-row .customer-suggestions .customer-result-row:hover,
.schedule-add-row .customer-suggestions .customer-result-row.selected {
  background: #E2E8F6;
  font-weight: 600;
  border-radius: 1px;
}
.schedule-add-row .row-additional-content {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 7px;
  padding: 10px 0px 5px 0px;
}
.schedule-add-row .row-additional-content .sf-row {
  float: left;
  width: 50%;
}
.schedule-add-row .row-additional-content .sf-buttons {
  clear: both;
  padding: 10px;
  text-align: right;
}
.schedule-add-row .row-additional-content .documents .documents-title {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 0px 4px 6px;
  margin-bottom: 7px;
}
.schedule-add-row .row-additional-content .documents .documents-list {
  margin-bottom: 6px;
}
.schedule-add-row .row-additional-content .documents .documents-list .document {
  display: table;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.schedule-add-row .row-additional-content .documents .documents-list .document:last-child {
  border-bottom: none;
}
.schedule-add-row .row-additional-content .documents .documents-list .document > div {
  display: table-cell;
  text-align: left;
  padding: 5px;
}
.schedule-add-row .row-additional-content .documents .documents-list .document > div:first-child {
  width: 150px;
}
.schedule-add-row .row-additional-content .documents .documents-list .document > div:last-child {
  text-align: right;
}
.schedule-add-row .row-additional-content .documents .documents-list .document > div > button {
  margin-left: 10px;
}
.schedule-add-row .row-additional-content .documents .documents-list .document > div .remove-document {
  padding: 4px;
  display: none;
  border: 1px solid #ddd;
}
.schedule-add-row .row-additional-content .documents .documents-add-note input {
  width: 100%;
  font-size: 14px;
  height: 34px;
}
.schedule-add-row .row-additional-content .documents .documents-drop-area {
  border: 1px dashed #9B9B9B;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-top: 3px;
  position: relative;
}
.schedule-add-row .row-additional-content .documents .documents-drop-area.over {
  color: #398876;
  font-weight: bold;
  border-color: #398876;
}
.schedule-add-row .row-additional-content .documents .documents-drop-area.loading {
  color: #fff;
  border-color: #000;
}
.schedule-add-row .row-additional-content .documents .documents-drop-area.loading i {
  color: #000;
  position: absolute;
  left: 50%;
  top: 7px;
  font-size: 16px;
}
.schedule-add-row .editor-info {
  position: absolute;
  bottom: 3px;
  right: 5px;
}
.schedule-add-row .editor-info .editor-icon {
  color: #646464;
  position: relative;
  z-index: 101;
}
.schedule-add-row .editor-info .editor-data {
  display: none;
  position: absolute;
  bottom: -2px;
  right: -4px;
  background: #fff;
  border: 1px solid #B5B5B5;
  z-index: 100;
  padding: 4px;
  padding-right: 15px;
  font-size: 12px;
}
.schedule-add-row .editor-info .editor-data span {
  white-space: nowrap;
}
.schedule-add-row .editor-info:hover .editor-data {
  display: block;
}
.tournament-part h2 {
  display: inline-block;
}
.tournament-part .tournament-price {
  display: inline-block;
  height: 34px;
  border: 1px solid #ddd;
  padding: 7px 8px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.tournament-part .edit-tournament {
  float: right;
}
.lymodal-container .schedule-modal {
  max-width: 1050px;
}
.lymodal-container .schedule-modal .sm-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.lymodal-container .schedule-modal .modal-island {
  margin-top: 3px;
  margin-bottom: 3px;
}
.lymodal-container .schedule-modal .modal-island .modal-island-header {
  background: #677FA4;
  padding: 7px 10px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4F607B;
  position: relative;
}
.lymodal-container .schedule-modal .modal-island .modal-island-header i {
  position: absolute;
  right: 10px;
  top: 12px;
}
.lymodal-container .schedule-modal .modal-island .modal-island-content {
  border: 1px solid #DADADA;
  display: none;
}
.lymodal-container .schedule-modal .modal-island .loading {
  padding: 10px;
  font-size: 16px;
}
.sf-custom-fields-add {
  padding: 5px 0px;
}
.siform .sf-row .sf-element .sf-pricing-entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100% !important;
  max-width: 550px !important;
}
.siform .sf-row .sf-element .sf-pricing-entry.sf-pricing-window {
  padding: 2px;
  border: 1px solid #BDBDBD;
  border-radius: 1px;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table {
  padding: 3px;
  width: 100% !important;
  max-width: 550px !important;
  display: table;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table.sf-pricing-primary {
  padding: 4px;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table.sf-pricing-time {
  background: rgba(224, 230, 239, 0.84);
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table.sf-pricing-time .sf-pricing-cell:first-child {
  padding-left: 40px;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table:first-child {
  border: none;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table .sf-pricing-cell {
  display: table-cell;
  width: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table .sf-pricing-cell:first-child {
  width: auto;
  padding-left: 0px;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table .sf-pricing-cell:last-child button {
  height: 33px;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table .sf-pricing-cell .sf-pricing-input {
  width: 60px !important;
}
.siform .sf-row .sf-element .sf-pricing-entry .sf-pricing-table.head .sf-pricing-cell input {
  width: 100% !important;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100% !important;
  max-width: 550px !important;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry.sf-yearly-card-benefit-window {
  padding: 2px;
  border: 1px solid #BDBDBD;
  border-radius: 1px;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table {
  padding: 3px;
  width: 100% !important;
  max-width: 550px !important;
  display: table;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table.sf-yearly-card-benefit-primary {
  padding: 4px;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table:first-child {
  border: none;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table .sf-yearly-card-benefit-cell {
  display: table-cell;
  width: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table .sf-yearly-card-benefit-cell:first-child {
  width: auto;
  padding-left: 0px;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table .sf-yearly-card-benefit-cell:last-child button {
  height: 33px;
}
.siform .sf-row .sf-element .sf-yearly-card-benefit-entry .sf-yearly-card-benefit-table.head .sf-yearly-card-benefit-cell input {
  width: 100% !important;
}
.siform .sf-row .sf-element .sf-club-benefit-entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100% !important;
  max-width: 550px !important;
}
.siform .sf-row .sf-element .sf-club-benefit-entry.sf-club-benefit-window {
  padding: 2px;
  border: 1px solid #BDBDBD;
  border-radius: 1px;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table {
  padding: 3px;
  width: 100% !important;
  max-width: 550px !important;
  display: table;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table.sf-club-benefit-primary {
  padding: 4px;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table:first-child {
  border: none;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table .sf-club-benefit-cell {
  display: table-cell;
  width: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table .sf-club-benefit-cell:first-child {
  width: auto;
  padding-left: 0px;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table .sf-club-benefit-cell:last-child button {
  height: 33px;
}
.siform .sf-row .sf-element .sf-club-benefit-entry .sf-club-benefit-table.head .sf-club-benefit-cell input {
  width: 100% !important;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100% !important;
  max-width: 550px !important;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry.sf-affiliate-benefit-window {
  padding: 2px;
  border: 1px solid #BDBDBD;
  border-radius: 1px;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table {
  padding: 3px;
  width: 100% !important;
  max-width: 550px !important;
  display: table;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table.sf-affiliate-benefit-primary {
  padding: 4px;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table:first-child {
  border: none;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table .sf-affiliate-benefit-cell {
  display: table-cell;
  width: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table .sf-affiliate-benefit-cell:first-child {
  width: auto;
  padding-left: 0px;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table .sf-affiliate-benefit-cell:last-child button {
  height: 33px;
}
.siform .sf-row .sf-element .sf-affiliate-benefit-entry .sf-affiliate-benefit-table.head .sf-affiliate-benefit-cell input {
  width: 100% !important;
}
.siform .sf-element .sf-custom-fields div {
  margin-top: 6px;
}
.siform .sf-element .sf-custom-fields div input {
  margin-right: 5px;
  max-width: 150px;
}
.siform .sf-row .sf-benefits .sf-checkbox {
  width: auto;
  position: relative;
  top: 9px;
}
.siform .sf-row .sf-benefits .sf-textfield {
  width: 70px;
}
.siform .sf-row .sf-benefits .chosen-container {
  width: 110px !important;
}
.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1210;
}
.ui-sortable-placeholder {
  border: 1px dashed rgba(0, 0, 0, 0.7);
  visibility: visible !important;
}
.registries.nested-list > ol ol {
  display: none;
}
.registries.nested-list > ol li.has-children > div {
  padding-left: 30px;
  position: relative;
}
.registries.nested-list > ol li.has-children > div:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 12px;
  left: 12px;
}
.registries.nested-list > ol li.has-children.open > div:before {
  content: "\f0d7";
}
.registries.nested-list > ol li.has-children.open > ol {
  display: block;
}
.accommodation-schedule .schedule-container .schedule-object {
  background: none;
  display: block;
  margin-bottom: 16px;
}
.accommodation-schedule .schedule-container .schedule-object .header {
  text-align: left;
  padding-left: 10px;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-row-head .schedule-cell {
  padding: 7px 6px;
  border-color: #A3AAB5;
  font-weight: 600;
  white-space: nowrap;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-row-head .schedule-cell.day-Sat,
.accommodation-schedule .schedule-container .schedule-object .content .schedule-row-head .schedule-cell.day-Sun {
  background: #D7DFEC;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-row-foot .schedule-cell {
  background: none;
  border: none;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-row-foot .schedule-cell.today {
  text-align: center;
  padding-top: 5px;
  font-size: 13px;
  color: #8C8E4C;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell-title {
  padding: 7px 6px;
  border-color: #A3AAB5;
  font-weight: 600;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell {
  background: #fff;
  height: 30px;
  position: relative;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell.today {
  background: #F5F5E8;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell.day-Sat,
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell.day-Sun {
  background: #F0F3F9;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-slot-free {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-slot-free:hover {
  border: 1px solid #fff;
  background: #d5e4d5;
  cursor: pointer;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #677fa4;
  color: #fff;
  z-index: 100;
  border: 1px solid #686868;
  font-size: 12px;
  margin-left: 50%;
  border-radius: 1px;
  white-space: nowrap;
  cursor: pointer;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation.starts-before-first-date {
  margin-left: 0;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation .delete-button {
  position: absolute;
  right: 2px;
  top: 2px;
  display: none;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation:hover {
  font-weight: bold;
  z-index: 1000;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation:hover .delete-button {
  display: block;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation:hover .tooltip {
  display: block;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation .schedule-reservation-content {
  padding: 7px 0px 0px 6px;
  height: 100%;
  overflow: hidden;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation .tooltip {
  border: 1px solid #686868;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  color: #000;
  padding: 4px;
  border-radius: 1px;
  display: none;
  white-space: normal;
  font-weight: normal;
}
.accommodation-schedule .schedule-container .schedule-object .content .schedule-cell .schedule-reservation .tooltip .nw {
  white-space: nowrap;
  font-weight: bold;
}
.academy-schedule .schedule-container .time-table .content .schedule-row .schedule-cell {
  height: 28px;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell {
  height: 28px;
  cursor: default;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell.schedule-slot-free {
  cursor: pointer;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell.schedule-slot-unavailable {
  background: #EEEEEE;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell .schedule-reservation {
  background: #8998AF;
  position: absolute;
  width: 100%;
  height: 27px;
  z-index: 1001;
  border: 1px solid #687892;
  border-radius: 1px;
  padding: 3px;
  color: #fff;
  line-height: 10px;
  font-size: 11px;
  cursor: pointer;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell .availability-text {
  display: block;
  padding: 5px;
  color: #C1C1C1;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell .unavailable-text {
  display: none;
  background: #D8CBCB;
  color: #907F7F;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell.unavailable .unavailable-text {
  display: block;
}
.academy-schedule .schedule-container .schedule-object .content .schedule-row .schedule-cell.unavailable .available-text {
  display: none;
}
.sf-row.narrow .sf-element input {
  width: 70px;
}
#ui-datepicker-div {
  z-index: 2000 !important;
}
.list-table-more {
  text-align: right;
  padding-top: 8px;
}
.list-table .reservation-row.highlight {
  background: #c7d7e2;
}
.marshal-schedule .time-and-search {
  position: fixed;
  bottom: -2px;
  right: -2px;
  background-color: #fff;
  color: black;
  z-index: 10000000000;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #aaa;
}
.marshal-schedule .time-and-search .current-time {
  font-size: 32px;
  float: left;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  margin-right: 15px;
}
.marshal-schedule .time-and-search .marshal-search {
  float: left;
  padding-right: 5px;
}
.marshal-schedule .time-and-search .marshal-search i {
  position: relative;
  font-size: 20px;
  color: #888;
  left: -25px;
  top: 6px;
  margin-right: -18px;
}
.marshal-schedule .time-and-search .marshal-search input {
  position: relative;
  top: 4px;
}
.marshal-schedule .schedule-object .schedule-row.highlighted .schedule-cell {
  z-index: 22;
  position: relative;
}
.marshal-schedule .schedule-object .schedule-row.highlighted .schedule-cell .schedule-location {
  z-index: 22;
}
.marshal-schedule .schedule-object .schedule-row.highlighted .search-highlight {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20;
  left: 0;
  top: 0;
  position: fixed;
}
.marshal-schedule .schedule-object .content .schedule-row .schedule-cell.location {
  width: 60px;
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 19;
}
.marshal-schedule .schedule-object .content .schedule-row .schedule-cell.location .schedule-location {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 16px;
}
.marshal-schedule .schedule-object .content .schedule-row .schedule-cell.location .schedule-state {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 16px;
}
.marshal-schedule .schedule-object .content .schedule-row .schedule-cell .schedule-cell-area {
  height: 36px;
  background: #efefef;
}
.marshal-schedule .time-table .content .schedule-row .schedule-cell {
  font-size: 14px;
}
.marshal-schedule .marshal-schedule-slot {
  background: #677FA4;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2px 4px;
  border-radius: 1px;
  border: 1px solid #4B5F7D;
  z-index: 10;
  overflow: hidden;
}
.marshal-schedule .marshal-schedule-slot .caption {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
.marshal-schedule .marshal-schedule-slot .preview {
  position: absolute;
  top: 22px;
  left: 0px;
  background: #eee;
  border: #bbb;
  padding: 10px;
  display: none;
}
.marshal-schedule .marshal-schedule-slot.incompleteCustomer {
  background: #7EB2BE;
  border: 1px solid #5E8C8C;
}
.marshal-schedule .marshal-schedule-slot.status-paid,
.marshal-schedule .marshal-schedule-slot.status-yearlycard {
  background: #16a085;
  border-color: #16a085;
}
.marshal-schedule .marshal-schedule-slot.status-printed {
  background: #71B033;
  border-color: #639D2C;
}
.marshal-schedule .marshal-schedule-slot.status-pending {
  background: #515E71;
  border-color: #384457;
}
.marshal-schedule .marshal-schedule-slot.status-noshow {
  background: #e73c3c;
  border-color: #cd1919;
}
.marshal-schedule .marshal-schedule-slot.reservation-type-temp {
  background: #A3A7AD;
  border-color: #888c92;
}
.marshal-schedule .marshal-schedule-slot.ui-draggable-dragging,
.marshal-schedule .marshal-schedule-slot.ui-draggable-sibling,
.marshal-schedule .marshal-schedule-slot.ui-selected,
.marshal-schedule .marshal-schedule-slot.ui-selecting,
.marshal-schedule .marshal-schedule-slot.active {
  background: #efa131;
  border-color: #dc8911;
  z-index: 400;
}
.marshal-schedule .marshal-schedule-slot.ui-draggable-dragging .fa,
.marshal-schedule .marshal-schedule-slot.ui-draggable-sibling .fa,
.marshal-schedule .marshal-schedule-slot.ui-selected .fa,
.marshal-schedule .marshal-schedule-slot.ui-selecting .fa,
.marshal-schedule .marshal-schedule-slot.active .fa {
  display: inline-block;
}
.marshal-schedule .marshal-schedule-slot .fa {
  margin-right: 3px;
  font-size: 12px;
  display: none;
}
.marshal-schedule .marshal-schedule-slot .extras-icons {
  position: absolute;
  right: 1px;
  bottom: 5px;
}
.marshal-schedule .marshal-schedule-slot .extras-icons .font-icon {
  color: #fff;
}
.marshal-control .previous-control {
  margin-bottom: 6px;
  border: 1px solid #D2D2D2;
  border-spacing: 2px;
  display: table;
  width: 100%;
  font-size: 12px;
}
.marshal-control .previous-control .previous-control-cell {
  display: table-cell;
  padding: 5px;
}
.marshal-control .previous-control .previous-control-cell.expected-position {
  width: 190px;
}
.marshal-control .previous-control .previous-control-cell.current-position {
  width: 450px;
}
.marshal-control .previous-control .previous-control-cell.time {
  width: 100px;
  text-align: center;
}
.marshal-control .previous-control .previous-control-cell div {
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
}
.marshal-control .current-control {
  display: table;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-spacing: 2px;
}
.marshal-control .current-control .expected-position {
  width: 190px;
  display: table-cell;
  padding: 5px;
}
.marshal-control .current-control .expected-position .content {
  font-size: 30px;
  padding: 20px 0px;
}
.marshal-control .current-control .current-position {
  width: 450px;
  display: table-cell;
  padding: 5px;
}
.marshal-control .current-control .current-position .holes {
  width: 430px;
  overflow: hidden;
}
.marshal-control .current-control .current-position .holes a {
  padding: 7px 0px;
  border: 1px solid #BDBDBD;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  float: left;
  margin: 2px;
}
.marshal-control .current-control .current-position .positions {
  overflow: hidden;
}
.marshal-control .current-control .current-position .positions a {
  padding: 7px 0px;
  border: 1px solid #BDBDBD;
  text-decoration: none;
  display: inline-block;
  width: 128px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  float: left;
  margin: 2px;
}
.marshal-control .current-control .current-position a.selected {
  border: 2px solid #598FBD;
  color: #598FBD;
}
.marshal-control .current-control .current-hole-diff {
  display: table-cell;
  padding: 5px;
}
.marshal-control .current-control .current-hole-diff .difference {
  font-size: 28px;
  padding: 20px 0px;
}
.marshal-control .current-control .current-hole-diff .difference.ok {
  color: green;
}
.marshal-control .current-control .current-hole-diff .difference.bad {
  color: red;
}
.marshal-control .current-control .confirm {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}
.marshal-control .current-control .confirm .button {
  height: 56px;
  line-height: 54px;
  padding: 0px 15px;
}
table.customer-card {
  width: 100%;
}
table.customer-card td {
  line-height: 25px;
}
table.customer-card td .button {
  float: right;
}
table.customer-card img.profilePicture {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 300px;
}
.nutritional-specialities-component .sf-select-container {
  display: flex;
}
.nutritional-specialities-component .sf-select-container .ns-title {
  max-width: 25%;
  flex: 0 0 25%;
  text-align: right;
  padding-right: 11px;
}
.nutritional-specialities-component .sf-select-container .nutritional-specialities {
  max-width: 75%;
  flex: 0 0 75%;
}
.nutritional-specialities-component .sf-select-container .nutritional-specialities .pt-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nutritional-specialities-component .sf-select-container .nutritional-specialities .pt-options label {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.nutritional-specialities-component .sf-select-container .nutritional-specialities .pt-options label input {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.booking-group-window {
  text-align: left;
  /*dd
  input.new_service_text::-webkit-input-placeholder { color: green; font-size: 16px;}
  input.new_service_text:-moz-placeholder { color: green; font-size: 16px;}
  input.new_service_text::-moz-placeholder { color: green; font-size: 16px;}
  input.new_service_text:-ms-input-placeholder { color: green; font-size: 16px;}
*/
}
.booking-group-window .title {
  font-size: 15px;
  font-weight: 600;
  padding: 4px;
}
.booking-group-window .content {
  padding: 5px;
  position: relative;
}
.booking-group-window .content .button-drop-down {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid #ddd;
  padding: 1px;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 1px;
  z-index: 1260;
  border-radius: 1px;
}
.booking-group-window .content .button-drop-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-group-window .content .button-drop-down li {
  display: table-row;
  margin: 0px;
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
  padding: 0px;
}
.booking-group-window .content .button-drop-down li:last-child {
  border: none;
}
.booking-group-window .content .button-drop-down li.disabled {
  color: #bbb;
  cursor: default;
}
.booking-group-window .content .button-drop-down li.disabled:hover {
  background: none;
}
.booking-group-window .content .button-drop-down span {
  display: table-cell;
  padding: 6px 4px;
  border-top: 1px solid #EEE;
}
.booking-group-window .content .button-drop-down span.extras-trigger {
  padding: 6px 16px;
  border-right: 1px solid #eee;
}
.booking-group-window .content .button-drop-down span.stock {
  padding: 6px 10px;
  font-style: italic;
}
.booking-group-window .content .button-drop-down .extras-trigger {
  cursor: pointer;
}
.booking-group-window .content .button-drop-down .extras-trigger.blank {
  display: block;
}
.booking-group-window .content .button-drop-down .extras-trigger.active {
  background: #69B397;
  color: #fff;
}
.booking-group-window .content .button-drop-down .extras-trigger.active:hover {
  background: #69B397;
  color: #fff;
}
.booking-group-window .content .button-drop-down .extras-trigger:hover {
  background: #DEDEE4;
}
.booking-group-window .content .button-drop-down .extras-trigger:hover span {
  background: #DEDEE4;
}
.booking-group-window .content .button-drop-down .lockers-list {
  padding: 5px;
}
.booking-group-window .content .button-drop-down .lockers-list .reservation-print-button {
  margin-top: 10px;
  white-space: nowrap;
}
.booking-group-window .content .button-drop-down .lockers-list ul li b {
  text-transform: uppercase;
}
.booking-group-window .button {
  height: 26px;
}
.booking-group-window input.booking-group-customers-no {
  width: 72%;
}
.booking-group-window .existing-booking-group-id {
  text-align: center;
  width: 110px;
}
.booking-group-window .list {
  padding: 0px 5px;
  overflow: hidden;
}
.booking-group-window .list .item-group {
  float: left;
  width: 30%;
  background: rgba(85, 107, 141, 0.15);
  padding: 5px;
  margin: 0 2px 2px 0;
}
.booking-group-window .list .item-group .group-title {
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px;
}
.booking-group-window .list .item-group .group-title .group-entry {
  padding: 2px;
}
.booking-group-window .additional-content {
  padding: 11px 6px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
  margin-top: 4px;
}
.booking-group-window .additional-content .content-services {
  position: relative;
}
.booking-group-window .additional-content .content-services .services-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 10%;
}
.booking-group-window .additional-content .add-new-service {
  margin: 0 0 10px;
}
.booking-group-window .additional-content .bg-services-row {
  width: 550px;
  display: table;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-title {
  width: 350px;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-title.s-custom {
  padding-left: 0;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-price {
  text-align: right;
  width: 95px;
  font-weight: bold;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-remove {
  text-align: right;
  width: 60px;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-qty {
  width: 45px;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col.s-total {
  text-align: right;
  position: relative;
  right: 50px;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .booking-group-service-qty {
  width: 100%;
  text-align: center;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .new_service_text {
  width: 100%;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .bg-new-service-qty {
  width: 100%;
  text-align: center;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .bg-new-service-price {
  width: 100%;
  text-align: center;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .bg-new-service-save {
  width: 100%;
}
.booking-group-window .additional-content .bg-services-row .bg-services-col .bg-service-remove {
  width: 100%;
}
.booking-group-window .additional-content .bg-services-row:last-child .bg-services-col {
  border: none;
}
.booking-group-window .additional-content .bg-services-row:nth-last-of-type(2) .bg-services-col {
  border-bottom: 2px solid #eee;
}
.booking-group-window .chosen-container {
  width: 72% !important;
}
.booking-group-window .sf-select-container {
  width: 47%;
  display: inline-block;
  position: relative;
  margin-right: 2%;
  margin-bottom: 15px;
}
.booking-group-window .sf-select-container .payment-types {
  border: 1px solid #D2D3D7;
  background: #fff;
  position: absolute;
  right: 0;
  width: 72%;
  display: inline-block;
  z-index: 800;
}
.booking-group-window .sf-select-container .payment-types .pt-title {
  padding: 6px;
}
.booking-group-window .sf-select-container .payment-types .pt-options {
  display: none;
}
.booking-group-window .sf-select-container .payment-types:hover .pt-options {
  display: block;
  padding: 1px;
}
.booking-group-window .sf-select-container .payment-types:hover .pt-options label {
  display: block;
  padding-top: 3px;
  padding-bottom: 8px;
  cursor: pointer;
}
.booking-group-window .sf-select-container .payment-types:hover .pt-options label input {
  position: relative;
  top: 3px;
  height: 15px;
}
.booking-group-window .sf-select-container .payment-types:hover .pt-options label:hover {
  background: #eeeeee;
}
.booking-group-window .sf-select-container > label {
  width: 27%;
  display: inline-block;
  line-height: 34px;
}
.expiry-date-window {
  text-align: left;
  display: table;
}
.expiry-date-window .expiry-date-col {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.modal-part .reservation-error {
  padding-top: 6px;
}
.modal-part .request-data-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.modal-part .request-data-table .request-data-col {
  display: table-cell;
  text-align: center;
  padding: 5px 10px;
  border-left: 1px solid #ddd;
}
.modal-part .request-data-table .request-data-col:first-child {
  border-left: none;
}
.modal-part .reservation-request-customer-message {
  padding: 4px 4px;
}
.accommodation-view .av-row,
.academy-view .av-row,
.event-view .av-row {
  display: table;
  width: 100%;
}
.accommodation-view .av-row .av-cell,
.academy-view .av-row .av-cell,
.event-view .av-row .av-cell {
  text-align: center;
  display: table-cell;
  font-size: 15px;
  border-right: 1px solid #ddd;
  /*new style for editor-info*/
}
.accommodation-view .av-row .av-cell:last-child,
.academy-view .av-row .av-cell:last-child,
.event-view .av-row .av-cell:last-child {
  border-right: none;
}
.accommodation-view .av-row .av-cell span,
.academy-view .av-row .av-cell span,
.event-view .av-row .av-cell span {
  font-weight: 600;
}
.accommodation-view .av-row .av-cell .editor-info,
.academy-view .av-row .av-cell .editor-info,
.event-view .av-row .av-cell .editor-info {
  /*
        position: absolute;
        bottom: 3px;
        right: 5px;
        */
  padding: 10px;
}
.accommodation-view .av-row .av-cell .editor-info .editor-icon,
.academy-view .av-row .av-cell .editor-info .editor-icon,
.event-view .av-row .av-cell .editor-info .editor-icon {
  color: #646464;
  position: relative;
  z-index: 101;
  font-size: 18px;
}
.accommodation-view .av-row .av-cell .editor-info .editor-data,
.academy-view .av-row .av-cell .editor-info .editor-data,
.event-view .av-row .av-cell .editor-info .editor-data {
  display: none;
  position: absolute;
  top: 15px;
  right: 19px;
  background: #fff;
  border: 1px solid #B5B5B5;
  z-index: 100;
  padding: 10px 35px 10px 10px;
  font-size: 12px;
}
.accommodation-view .av-row .av-cell .editor-info .editor-data span,
.academy-view .av-row .av-cell .editor-info .editor-data span,
.event-view .av-row .av-cell .editor-info .editor-data span {
  white-space: nowrap;
  display: block;
  text-align: left;
}
.accommodation-view .av-row .av-cell .editor-info:hover .editor-data,
.academy-view .av-row .av-cell .editor-info:hover .editor-data,
.event-view .av-row .av-cell .editor-info:hover .editor-data {
  display: block;
}
.accommodation-view .modal-part.customers .customer-tile,
.academy-view .modal-part.customers .customer-tile,
.event-view .modal-part.customers .customer-tile,
.accommodation-view .modal-part.services .customer-tile,
.academy-view .modal-part.services .customer-tile,
.event-view .modal-part.services .customer-tile {
  border-bottom: 1px solid #ddd;
  padding: 10px 3px;
}
.accommodation-view .modal-part.customers .customer-tile .chosen-container,
.academy-view .modal-part.customers .customer-tile .chosen-container,
.event-view .modal-part.customers .customer-tile .chosen-container,
.accommodation-view .modal-part.services .customer-tile .chosen-container,
.academy-view .modal-part.services .customer-tile .chosen-container,
.event-view .modal-part.services .customer-tile .chosen-container {
  width: 60px !important;
}
.accommodation-view .modal-part.customers .customer-tile:hover,
.academy-view .modal-part.customers .customer-tile:hover,
.event-view .modal-part.customers .customer-tile:hover,
.accommodation-view .modal-part.services .customer-tile:hover,
.academy-view .modal-part.services .customer-tile:hover,
.event-view .modal-part.services .customer-tile:hover {
  border-bottom: 1px solid rgba(85, 107, 141, 0.42);
}
.accommodation-view .modal-part.customers .customer-tile .tools,
.academy-view .modal-part.customers .customer-tile .tools,
.event-view .modal-part.customers .customer-tile .tools,
.accommodation-view .modal-part.services .customer-tile .tools,
.academy-view .modal-part.services .customer-tile .tools,
.event-view .modal-part.services .customer-tile .tools {
  float: right;
  position: relative;
  top: -3px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .delete-customer-confirmation,
.academy-view .modal-part.customers .customer-tile .tools .delete-customer-confirmation,
.event-view .modal-part.customers .customer-tile .tools .delete-customer-confirmation,
.accommodation-view .modal-part.services .customer-tile .tools .delete-customer-confirmation,
.academy-view .modal-part.services .customer-tile .tools .delete-customer-confirmation,
.event-view .modal-part.services .customer-tile .tools .delete-customer-confirmation {
  display: none;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras,
.academy-view .modal-part.customers .customer-tile .tools .extras,
.event-view .modal-part.customers .customer-tile .tools .extras,
.accommodation-view .modal-part.services .customer-tile .tools .extras,
.academy-view .modal-part.services .customer-tile .tools .extras,
.event-view .modal-part.services .customer-tile .tools .extras {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid #ddd;
  margin-right: 2px;
  position: relative;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
  border: 1px solid #ddd;
  padding: 1px;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0px;
  margin-top: 1px;
  z-index: 1260;
  border-radius: 1px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down ul,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down ul,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down ul,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down ul,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down ul,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down li,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down li,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down li {
  display: table-row;
  margin: 0px;
  font-size: 13px;
  white-space: nowrap;
  text-align: left;
  padding: 0px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li:last-child,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li:last-child,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li:last-child,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down li:last-child,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down li:last-child,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down li:last-child {
  border: none;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled {
  color: #bbb;
  cursor: default;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled:hover,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled:hover,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down li.disabled:hover,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled:hover,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled:hover,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down li.disabled:hover {
  background: none;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down span,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down span,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down span {
  display: table-cell;
  padding: 6px 4px;
  border-top: 1px solid #EEE;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.extras-trigger,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.extras-trigger,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.extras-trigger,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.extras-trigger,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.extras-trigger,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.extras-trigger {
  padding: 6px 16px;
  border-right: 1px solid #eee;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.stock,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.stock,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down span.stock,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.stock,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.stock,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down span.stock {
  padding: 6px 10px;
  font-style: italic;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger {
  cursor: pointer;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.blank,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.blank,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.blank,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.blank,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.blank,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.blank {
  display: block;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active {
  background: #69B397;
  color: #fff;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger.active:hover {
  background: #69B397;
  color: #fff;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover {
  background: #DEDEE4;
}
.accommodation-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span,
.academy-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span,
.event-view .modal-part.customers .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span,
.accommodation-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span,
.academy-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span,
.event-view .modal-part.services .customer-tile .tools .extras .button-drop-down .extras-trigger:hover span {
  background: #DEDEE4;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services,
.academy-view .modal-part.customers .customer-tile .tools .services,
.event-view .modal-part.customers .customer-tile .tools .services,
.accommodation-view .modal-part.services .customer-tile .tools .services,
.academy-view .modal-part.services .customer-tile .tools .services,
.event-view .modal-part.services .customer-tile .tools .services {
  float: left;
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px 8px;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-right: 4px;
  background: #fff;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content,
.academy-view .modal-part.customers .customer-tile .tools .services .content,
.event-view .modal-part.customers .customer-tile .tools .services .content,
.accommodation-view .modal-part.services .customer-tile .tools .services .content,
.academy-view .modal-part.services .customer-tile .tools .services .content,
.event-view .modal-part.services .customer-tile .tools .services .content {
  padding: 5px 8px;
  display: none;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #fff;
  border: 1px solid rgba(85, 107, 141, 0.42);
  border-radius: 1px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .services-overlay,
.academy-view .modal-part.customers .customer-tile .tools .services .content .services-overlay,
.event-view .modal-part.customers .customer-tile .tools .services .content .services-overlay,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .services-overlay,
.academy-view .modal-part.services .customer-tile .tools .services .content .services-overlay,
.event-view .modal-part.services .customer-tile .tools .services .content .services-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 40%;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .add-new-service,
.academy-view .modal-part.customers .customer-tile .tools .services .content .add-new-service,
.event-view .modal-part.customers .customer-tile .tools .services .content .add-new-service,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .add-new-service,
.academy-view .modal-part.services .customer-tile .tools .services .content .add-new-service,
.event-view .modal-part.services .customer-tile .tools .services .content .add-new-service {
  width: 100%;
  min-width: 250px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table,
.academy-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table,
.event-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table,
.academy-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table,
.event-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table {
  display: table;
  margin-top: 4px;
  width: 100%;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row,
.academy-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row,
.event-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row,
.academy-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row,
.event-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row {
  display: table-row;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col,
.academy-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col,
.event-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col,
.academy-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col,
.event-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col {
  display: table-cell;
  border-bottom: 1px solid #eee;
  padding: 5px 18px 5px 0px;
  white-space: nowrap;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child,
.academy-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child,
.event-view .modal-part.customers .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child,
.academy-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child,
.event-view .modal-part.services .customer-tile .tools .services .content .accommodation-services-table .accommodation-services-row .accommodation-services-col:last-child {
  padding-right: 0px;
  width: 10px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services .content .content-benefits,
.academy-view .modal-part.customers .customer-tile .tools .services .content .content-benefits,
.event-view .modal-part.customers .customer-tile .tools .services .content .content-benefits,
.accommodation-view .modal-part.services .customer-tile .tools .services .content .content-benefits,
.academy-view .modal-part.services .customer-tile .tools .services .content .content-benefits,
.event-view .modal-part.services .customer-tile .tools .services .content .content-benefits {
  margin-top: 5px;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services:hover,
.academy-view .modal-part.customers .customer-tile .tools .services:hover,
.event-view .modal-part.customers .customer-tile .tools .services:hover,
.accommodation-view .modal-part.services .customer-tile .tools .services:hover,
.academy-view .modal-part.services .customer-tile .tools .services:hover,
.event-view .modal-part.services .customer-tile .tools .services:hover,
.accommodation-view .modal-part.customers .customer-tile .tools .services.persist,
.academy-view .modal-part.customers .customer-tile .tools .services.persist,
.event-view .modal-part.customers .customer-tile .tools .services.persist,
.accommodation-view .modal-part.services .customer-tile .tools .services.persist,
.academy-view .modal-part.services .customer-tile .tools .services.persist,
.event-view .modal-part.services .customer-tile .tools .services.persist {
  z-index: 100;
}
.accommodation-view .modal-part.customers .customer-tile .tools .services:hover .content,
.academy-view .modal-part.customers .customer-tile .tools .services:hover .content,
.event-view .modal-part.customers .customer-tile .tools .services:hover .content,
.accommodation-view .modal-part.services .customer-tile .tools .services:hover .content,
.academy-view .modal-part.services .customer-tile .tools .services:hover .content,
.event-view .modal-part.services .customer-tile .tools .services:hover .content,
.accommodation-view .modal-part.customers .customer-tile .tools .services.persist .content,
.academy-view .modal-part.customers .customer-tile .tools .services.persist .content,
.event-view .modal-part.customers .customer-tile .tools .services.persist .content,
.accommodation-view .modal-part.services .customer-tile .tools .services.persist .content,
.academy-view .modal-part.services .customer-tile .tools .services.persist .content,
.event-view .modal-part.services .customer-tile .tools .services.persist .content {
  display: block;
}
.accommodation-view .modal-part.customers .customer-tile .tools .tools-buttons,
.academy-view .modal-part.customers .customer-tile .tools .tools-buttons,
.event-view .modal-part.customers .customer-tile .tools .tools-buttons,
.accommodation-view .modal-part.services .customer-tile .tools .tools-buttons,
.academy-view .modal-part.services .customer-tile .tools .tools-buttons,
.event-view .modal-part.services .customer-tile .tools .tools-buttons {
  float: left;
  border-left: 1px solid #ddd;
  padding-left: 4px;
}
.accommodation-view .modal-part.customers .customer-tile.schedule-add-row,
.academy-view .modal-part.customers .customer-tile.schedule-add-row,
.event-view .modal-part.customers .customer-tile.schedule-add-row,
.accommodation-view .modal-part.services .customer-tile.schedule-add-row,
.academy-view .modal-part.services .customer-tile.schedule-add-row,
.event-view .modal-part.services .customer-tile.schedule-add-row {
  border: none;
  margin: 0;
}
.accommodation-view .modal-part.customers .customer-tile.schedule-add-row .customer-suggestions,
.academy-view .modal-part.customers .customer-tile.schedule-add-row .customer-suggestions,
.event-view .modal-part.customers .customer-tile.schedule-add-row .customer-suggestions,
.accommodation-view .modal-part.services .customer-tile.schedule-add-row .customer-suggestions,
.academy-view .modal-part.services .customer-tile.schedule-add-row .customer-suggestions,
.event-view .modal-part.services .customer-tile.schedule-add-row .customer-suggestions {
  top: 43px;
  left: 3px;
  width: 200px;
  border-top: 1px solid #CCCCCC;
}
.accommodation-view .modal-part.customers .ajax-loader,
.academy-view .modal-part.customers .ajax-loader,
.event-view .modal-part.customers .ajax-loader,
.accommodation-view .modal-part.services .ajax-loader,
.academy-view .modal-part.services .ajax-loader,
.event-view .modal-part.services .ajax-loader {
  text-align: center;
  font-size: 18px;
}
.accommodation-view .modal-part.customers .add-new-service,
.academy-view .modal-part.customers .add-new-service,
.event-view .modal-part.customers .add-new-service,
.accommodation-view .modal-part.services .add-new-service,
.academy-view .modal-part.services .add-new-service,
.event-view .modal-part.services .add-new-service {
  padding-top: 10px;
}
.accommodation-view .modal-part.customers .add-new-service .chosen-container,
.academy-view .modal-part.customers .add-new-service .chosen-container,
.event-view .modal-part.customers .add-new-service .chosen-container,
.accommodation-view .modal-part.services .add-new-service .chosen-container,
.academy-view .modal-part.services .add-new-service .chosen-container,
.event-view .modal-part.services .add-new-service .chosen-container {
  width: 300px !important;
}
.accommodation-view .modal-part.customers .add-new-service .sync,
.academy-view .modal-part.customers .add-new-service .sync,
.event-view .modal-part.customers .add-new-service .sync,
.accommodation-view .modal-part.services .add-new-service .sync,
.academy-view .modal-part.services .add-new-service .sync,
.event-view .modal-part.services .add-new-service .sync {
  float: right;
}
.accommodation-view .modal-part h2,
.academy-view .modal-part h2,
.event-view .modal-part h2 {
  cursor: pointer;
}
.accommodation-view .modal-part h2:hover .modal-part-arrow,
.academy-view .modal-part h2:hover .modal-part-arrow,
.event-view .modal-part h2:hover .modal-part-arrow {
  opacity: 0.5;
}
.accommodation-view .modal-part h2 .modal-part-arrow,
.academy-view .modal-part h2 .modal-part-arrow,
.event-view .modal-part h2 .modal-part-arrow {
  color: #000;
  opacity: 0.2;
  position: absolute;
  right: 14px;
  top: 20px;
}
.accommodation-view .modal-part .modal-part-content,
.academy-view .modal-part .modal-part-content,
.event-view .modal-part .modal-part-content {
  display: none;
  padding-top: 16px;
}
.accommodation-view .modal-part .modal-part-content .booking-group-window .title,
.academy-view .modal-part .modal-part-content .booking-group-window .title,
.event-view .modal-part .modal-part-content .booking-group-window .title {
  display: none;
}
.notes-component {
  text-align: left;
}
.notes-component .add-note .add-note-row {
  display: table;
  width: 100%;
}
.notes-component .add-note .add-note-row form {
  display: table;
  width: 100%;
}
.notes-component .add-note .add-note-row .add-note-col {
  display: table-cell;
}
.notes-component .add-note .add-note-row .add-note-col.contains-button {
  width: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.notes-component .add-note .add-note-row .add-note-col.contains-uploader {
  width: 40%;
  padding-left: 5px;
  border-left: 1px solid #ddd;
}
.notes-component .add-note .add-note-row .add-note-col .new_note_text {
  width: 100%;
  height: 38px;
}
.notes-component .add-note .add-note-row .add-note-col .new_note_save {
  height: 38px;
  width: 70px;
}
.notes-component .add-note .add-note-row .add-note-col .new_note_attach {
  height: 38px;
  line-height: 36px;
}
.notes-component .add-note .add-note-row .add-note-col .add-note-upload {
  width: 100%;
  border: 1px dashed #989898;
  height: 38px;
  position: relative;
  line-height: 36px;
  padding: 0 7px;
  cursor: pointer;
  border-radius: 1px;
}
.notes-component .add-note .add-note-row .add-note-col .add-note-upload:hover {
  border-style: solid;
}
.notes-component .add-note .add-note-row .add-note-col .add-note-upload span {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  padding-top: 12px;
  background: #eee;
  width: 38px;
  text-align: center;
}
.notes-component .add-note .add-note-row .add-note-col .dz-preview {
  display: none;
}
.notes-component .notes-list {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.notes-component .notes-list .note-row {
  display: table-row;
}
.notes-component .notes-list .note-row .note-col {
  width: 15px;
  white-space: nowrap;
  display: table-cell;
  border-bottom: 1px solid #eee;
  padding: 3px 0px 3px 15px;
}
.notes-component .notes-list .note-row .note-col.full {
  width: auto;
  white-space: normal;
  padding-left: 0;
}
.accommodations-yearly h2 {
  font-size: 22px;
  padding-bottom: 4px;
}
.accommodations-yearly .accommodations-hotel {
  margin-right: 4px;
}
.accommodations-yearly .accommodations-hotel .month {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.accommodations-yearly .accommodations-hotel .month .month-name {
  background: #fff;
  text-align: center;
  padding: 7px;
  font-weight: 600;
  border: 1px solid #eee;
  border-bottom: 0;
}
.accommodations-yearly .accommodations-hotel .month table {
  background: #fff;
  border: 1px solid #eee;
}
.accommodations-yearly .accommodations-hotel .month td {
  border: 1px solid #e6e9ed;
  text-align: center;
  font-size: 11px;
  width: 10px;
  padding: 4px;
  position: relative;
}
.accommodations-yearly .accommodations-hotel .month td:first-child {
  border-left: none;
  text-align: left;
}
.accommodations-yearly .accommodations-hotel .month td:last-child {
  border-right: none;
}
.accommodations-yearly .accommodations-hotel .month td .tooltip {
  border: 1px solid #686868;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #fff;
  color: #000;
  padding: 4px;
  border-radius: 1px;
  display: none;
  white-space: normal;
  font-weight: normal;
}
.accommodations-yearly .accommodations-hotel .month td .tooltip .nw {
  white-space: nowrap;
  font-weight: bold;
}
.accommodations-yearly .accommodations-hotel .month td:hover {
  z-index: 10;
}
.accommodations-yearly .accommodations-hotel .month td:hover .tooltip {
  display: block;
}
.lytable table td:last-child {
  white-space: nowrap;
}
.acl-table {
  width: 100%;
  margin-bottom: 32px;
}
.acl-table td {
  padding: 0;
  width: 140px;
}
.acl-table td:first-child {
  width: auto;
  padding: 8px 20px 6px 3px;
  text-align: right;
}
.acl-table td.hovered label {
  background: #f1f7fa;
}
.acl-table td label {
  width: 100%;
  display: block;
  height: 100%;
  padding: 8px 3px 6px;
}
.acl-table tr.resource td {
  border-bottom: 1px solid #72848E;
  background: rgba(43, 64, 73, 0.05);
}
.acl-table tr.resource:hover td {
  background: rgba(43, 64, 73, 0.1);
  border-bottom: 1px solid #72848E;
}
.acl-table tr:hover td {
  background: #FCFCFC;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.acl-table tr td.role {
  padding: 0;
}
.acl-table tr td.role label {
  margin: 0;
}
.acl-table.header {
  margin-bottom: 0;
}
.acl-table.header td.role {
  font-weight: bold;
  background: #fff;
  padding: 8px 3px 6px;
  text-align: left;
}
.siform.customer-card .sf-element,
.siform.event-data .sf-element {
  background: #fbfbfb;
  border: 1px solid #eee;
  padding: 6px;
  line-height: 21px;
}
.siform.customer-card .sf-element .list-table,
.siform.event-data .sf-element .list-table {
  background: #fff;
}
.siform.customer-card .sf-element.unstyled,
.siform.event-data .sf-element.unstyled {
  background: none;
  border: 0;
  padding: 0px;
}
.customerCard-profile-image {
  float: left;
  margin-right: 25px;
  width: 280px;
  min-height: 1px;
}
.customerCard-profile-image img {
  max-width: 280px;
}
.customerCart-data {
  float: left;
  width: calc(100% - 305px);
}
.customerCart-data .sf-element {
  padding-top: 7px;
}
@media screen and (max-width: 1090px) {
  .schedule-tools {
    width: 288px;
    text-align: right;
    top: 6px;
    right: 2px;
  }
  .schedule-tools .summary {
    margin: 0 0 1px 0;
  }
}
.panel .panel-title a.panel-title-tab {
  padding: 4px 12px 6px 12px;
  color: #fff;
  margin-right: 4px;
  position: relative;
  text-decoration: none;
  line-height: 47px;
  margin-top: 8px;
  font-size: 14px;
}
.panel .panel-title a.panel-title-tab.active {
  background: #fff;
  color: #000;
}
.inner-panel {
  border-color: #edeef0;
  margin: 0px 0 20px;
  border-radius: 1px;
}
.inner-panel .inner-panel-heading {
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  height: 40px;
  line-height: 2em;
  color: #000000;
  background-color: #edeef0;
  border-top: 1px solid #d2d3d6 !important;
  border-left: 1px solid #d2d3d6 !important;
  border-right: 1px solid #d2d3d6 !important;
  padding: 0 10px;
  border-bottom: none;
}
.inner-panel .inner-panel-body {
  border-bottom: 1px solid #d2d3d6 !important;
  border-left: 1px solid #d2d3d6 !important;
  border-right: 1px solid #d2d3d6 !important;
  padding: 10px;
}
.customer-tools {
  display: inline-block;
}
.test {
  color: #fff;
}
.dataTables_custom_filters {
  font-weight: normal;
}
.dataTables_custom_filters .chosen-container {
  width: 200px !important;
}
.dataTables_custom_filters .sf-datepicker {
  width: 95px;
}
#page-content table.pvtTable thead tr th,
#page-content table.pvtTable tbody tr th {
  background: #eff2f7;
}
.report-settings .chosen-container {
  width: 180px !important;
}
.locker-picker-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.locker-picker-overlay .locker-picker-container {
  width: 626px;
  background: #fff;
  padding: 14px;
  margin: 25px auto 0 auto;
}
.locker-picker-overlay .locker-picker-container .locker-picker-title {
  padding-bottom: 10px;
  font-size: 16px;
}
.locker-picker-overlay .locker-picker-container .locker-picker-list {
  overflow: hidden;
}
.locker-picker-overlay .locker-picker-container .locker-picker-list .locker-picker-element {
  float: left;
  width: 42px;
  height: 26px;
  text-align: center;
  background: #eee;
  margin: 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  padding-top: 2px;
}
.locker-picker-overlay .locker-picker-container .locker-picker-footer {
  text-align: right;
}
.packet {
  padding-bottom: 10px;
}
