:root {
  --primary: #428bca;
  --info: #5bc0de;
  --success: #28a745;
  --danger: #ff3547;
  --gray: #777777;
  --gray-lighter: #eeeeee;
  --box-shadow: 5px 5px 13px #626262;
  --sm-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  --sm-inset-box-shadow: inset 1px 0px 5px 0px #010101;
}

html, body, #content, #container-div, #page-content-wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
}

#wrapper {
  height: 100%;
}

#container-div {
  width: 100%;
  height: 95%;
}

.navbar {
  margin-bottom: 0;
}

.ui-menu {
  background: #3A90F7;
  color: #FFFFFF;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.ui-autocomplete-loading {
  background: white url("/static/schedule/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

a, a linked {
  text-decoration: none;
}

#top-message {
  display: none;
  width: 700px;
  background: #8AC007;
  padding: 20px;
  color: white;
  right: 0px;
  position: absolute;
  top: 0px;
  height: 200px;
  border-bottom-left-radius: 40px;
}

.dhx_multi_select_userselect label {
  display: block;
}

#tbl tr, #tbl td {
  border-left: solid;
}

/*Personalizacion de scroll */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* background color for whole container and it's border */
.event_virtual, .my_event.event_virtual:hover {
  background-color: #1c6380;
}

/* event's resizing section */
.my_event_resize {
  height: 8px;
  position: absolute;
  bottom: -1px;
}

/* event's move section */
.my_event_move {
  position: absolute;
  top: 0;
  height: 8px;
  cursor: pointer;
}

.calendar-menu__branch {
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: white;
  border: solid thin white;
  padding: 4px;
  border-radius: 4px;
}
.calendar-menu__branch.active {
  background-color: var(--primary);
  color: white;
}
.calendar-menu__branch:hover {
  border: solid thin var(--primary);
}
.calendar-menu ul {
  padding: 0;
}

.dhx_menu_icon.icon_edit {
  background-image: url("imgs/red_check.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dhx_cal_event {
  border-top: solid thin white;
}
.dhx_cal_event:hover {
  -webkit-filter: brightness(95%);
  -moz-filter: brightness(95%);
  -o-filter: brightness(95%);
  -ms-filter: brightness(95%);
  filter: brightness(95%);
}
.dhx_cal_event .dhx_user {
  text-transform: capitalize;
}
.dhx_cal_event .dhx_user:hover {
  text-decoration: underline;
  cursor: copy;
}
.dhx_cal_event.dhx_cal_select_menu {
  z-index: 1;
}
.dhx_cal_event .dhx_footer {
  height: 10px;
  margin-top: -10px;
}
.dhx_cal_event .dhx_title {
  text-align: left;
  border-radius: 0 !important;
  overflow: hidden;
}
.dhx_cal_event .dhx_body {
  border-radius: 0 !important;
  cursor: pointer;
  border-bottom: solid thin white;
}

.dhx_scale_hour {
  font-size: 10px;
}

.close-search-appointed {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 100px;
}

.side-bar {
  float: left;
  padding: 10px;
  height: 100%;
  overflow: auto;
  max-width: 300px;
}

.dhx_cal_today_button {
  width: 140px;
  height: 28px;
  border: none;
  margin: 0 auto;
}

#cal_here {
  width: 190px;
  overflow: auto;
  text-align: center;
  margin: 0 auto;
  height: 240px;
}

.cal-container {
  position: relative;
}

.dhx_cal_tab, .dhx_cal_tab_standalone {
  border-radius: 4px;
  color: var(--primary);
  border-color: var(--primary);
  border: solid thin;
}
.dhx_cal_tab.active, .dhx_cal_tab:hover, .dhx_cal_tab_standalone.active, .dhx_cal_tab_standalone:hover {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}
.dhx_cal_tab.active:hover, .dhx_cal_tab_standalone.active:hover {
  background-color: var(--primary);
}

.dhx_cal_navline {
  width: 100%;
  height: 60px !important;
  overflow: auto;
  margin: 5px;
}
.dhx_cal_navline > div {
  display: inline-block;
  margin: 8px 2px;
}
@media (max-width: 540px) {
  .dhx_cal_navline {
    height: 225px !important;
  }
}
@media (max-width: 1200px) and (min-width: 541px) {
  .dhx_cal_navline {
    height: 100px !important;
  }
}

.dhx_cal_navline div.dhx_minical_icon {
  height: 29px !important;
}

.dhx_mini_calendar .dhx_month_head {
  width: 20px;
  height: 20px;
}

.dhx_now .dhx_month_head.dhx_year_event {
  color: white !important;
  background-color: var(--info) !important;
}

.dhx_cal_scale_placeholder {
  box-shadow: none;
}

.customer-div > * {
  display: inline-block;
}

.historylink, .historylink:hover, .historylink:focus {
  color: white;
  font-weight: bold;
}

.dhx_cal_ltitle .dhx_user {
  display: none;
}

.dhx_cal_scale_placeholder {
  display: none !important;
}

#wrap_scheduler_here {
  height: 95%;
  overflow: auto;
}
@media (max-width: 768px) {
  #wrap_scheduler_here {
    height: 1800px;
  }
}

#scheduler_here {
  height: 100%;
  background: transparent;
}

.minical_date_input:nth-of-type(2) {
  display: none;
}

.dhx_cal_date {
  color: var(--info);
  display: inline;
}

.dhx_cal_prev_button, .dhx_cal_next_button {
  display: inline;
  padding: 10px 20px;
}

#events-modal .glyphicon-pencil {
  cursor: pointer;
  color: var(--primary);
}

.dhx_minical_popup > .dhx_mini_calendar {
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#id_client-autocomplete {
  width: 250px;
}

#id_appointment-autocomplete {
  width: 300px;
}

.dhtmlx_message_area {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999999;
}

.dhtmlx-info div {
  color: var(--success);
  z-index: 99999999;
}

.select2-results__option {
  font-size: 12px;
}

.select2-container--open {
  z-index: 999999999999999;
}

.add-calendar {
  font-size: 12px;
  margin: 10px;
}

#branch-buttons {
  overflow: auto;
  height: auto;
}
#branch-buttons .select2-container, #branch-buttons select {
  width: 150px !important;
  min-width: 150px !important;
}

#dialog label, #dialog input {
  display: block;
}

#dialog label {
  margin-top: 0.5em;
}

#dialog input, #dialog textarea {
  width: 95%;
}

#tabs {
  margin-top: 1em;
}

#tabs li .ui-icon-close {
  float: left;
  margin: 0.4em 0.2em 0 0;
  cursor: pointer;
}

#add_tab {
  cursor: pointer;
}

.ui-tabs-vertical {
  width: 47em;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
  width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 30em;
}

.dhx_scale_holder {
  padding-bottom: 50px;
}

select[data-autocomplete-light-function=select2] {
  /*, .form-control */
  /*.form-horizontal .controls select */
  border-radius: 5px;
  border: thin solid #AAAAAA;
  height: 28px;
  width: 20em;
  background-color: white;
  padding-left: 8px;
}

label[for=id_user] {
  color: var(--primary);
  cursor: pointer;
}

.pagination {
  display: inline;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dhx_month_head {
  height: auto;
  font-size: 10px;
  line-height: inherit;
}

.dhx_mini_calendar .dhx_year_month {
  font-size: inherit;
}

.subject-autocomplete-wrapper {
  width: 75% !important;
}

.autocomplete-subject {
  width: 80% !important;
}

.dhx_cal_light_wide .dhx_wrap_section {
  margin: 5px 0;
}
.dhx_cal_light_wide .select2-container {
  min-width: unset;
}

.dhx_global_tip {
  display: none;
}

.related-widget-wrapper {
  float: initial;
}

.dhx_section_time select {
  width: 70px;
  height: 28px;
}

select.dhx_lightbox_day_select {
  width: 30px;
}

.dhx_form_repeat {
  overflow: auto;
}

.dhx_cal_tab_standalone {
  height: 29px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: inherit;
  line-height: 30px;
}

.dhx_cal_light_rec.dhx_cal_light_wide .dhx_cal_larea {
  width: 95%;
}

.add_event_button {
  position: fixed;
  width: 55px;
  height: 55px;
  background: var(--success);
  border-radius: 50px;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 5;
  cursor: pointer;
}

.add_event_button span:before {
  content: "";
  background: #fff;
  height: 16px;
  width: 2px;
  position: absolute;
  left: 26px;
  top: 20px;
}

.add_event_button span:after {
  content: "";
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  left: 19px;
  top: 27px;
}

.search-xs .related-widget-wrapper {
  display: inline;
}
.search-xs select, .search-xs .select2-container {
  width: 200px !important;
  min-width: 200px !important;
}

.dhx_repeat_frequency > label {
  margin: 0 5px;
  white-space: nowrap;
}

.dhx_form_repeat {
  width: 100%;
}
.dhx_form_repeat form > div {
  border-bottom: solid thin;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .side-bar {
    width: 200px;
  }

  .dhx_cal_navline {
    max-width: 100vw;
  }

  .dhx_month_head {
    font-size: 20px;
  }

  .dhx_btn_set div {
    padding: 0 5px;
  }

  .search-xs label, #form_search_client label {
    width: 70px;
    display: inline-block;
  }

  .search-xs, .customer-div {
    margin: 2px 2px !important;
  }

  .dhx_scheduler_week {
    min-width: 1000px !important;
  }
}
@media (min-width: 768px) {
  .side-bar.collapse {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .navbar-header > .pull-right {
    position: absolute;
    right: 0;
    z-index: 10;
  }
}

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