div.ConceptImageSelector > div {
  display: inline-block;
  background-color: #cccccc;
  color: white;
  cursor: pointer;
  margin-right: 8px;
  text-align: center;
}
div.ConceptImageSelector > div:hover {
  background-color: #aaaaaa;
}
div.ConceptImageSelector > div.cis-concept-selected {
  background-color: #3cd37c;
}
div.ConceptImageSelector div.cis-label {
  font-size: 0.9em;
  padding: 2px 0 2px 0;
}
div.ConceptImageSelector div.cis-image {
  line-height: 0px;
}



div.zb-rating > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/Static/control6/Star.png') no-repeat 0px 0px;
  cursor: pointer;
}
div.zb-rating > div.zb-dimmed-rating {
  background-image: url('/Static/control6/StarDimmed.gif');
}

div.zb-concept-button-input > span,
div.zb-concept-button-input > div {
  cursor: pointer;
  background-color: #fcfcfc;
  border-radius: 3px;
}
div.zb-concept-button-input > span {
  padding: 3px 6px 3px 6px;
  margin-right: 3px;
  display: inline-block;
}
div.zb-concept-button-input > div {
  padding: 3px 6px 3px 6px;
  margin-bottom: 3px;
}
div.zb-concept-button-input > span:hover,
div.zb-concept-button-input > div:hover {
  background-color: #dddddd;
}
div.zb-concept-button-input > span.zb-concept-button-input-selected,
div.zb-concept-button-input > div.zb-concept-button-input-selected {
  background-color: #41a0dd;
  color: White;
}

div.zb-concept-button-input > span,
div.zb-concept-button-input > div {
  cursor: pointer;
  background-color: #fcfcfc;
  border-radius: 3px;
}
div.zb-concept-button-input > span {
  padding: 3px 6px 3px 6px;
  margin-right: 3px;
  display: inline-block;
}
div.zb-concept-button-input > div {
  padding: 3px 6px 3px 6px;
  margin-bottom: 3px;
}
div.zb-concept-button-input > span:hover,
div.zb-concept-button-input > div:hover {
  background-color: #dddddd;
}
div.zb-concept-button-input > span.zb-concept-button-input-selected,
div.zb-concept-button-input > div.zb-concept-button-input-selected {
  background-color: #41a0dd;
  color: White;
}

div.image-capture {
  height: 300px;
  padding-right: 40px;
  position: relative;
  width: 300px;
  box-sizing: content-box;
}
div.image-capture > canvas,
div.image-capture > div.dropzone,
div.image-capture > video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px dotted #cccccc;
  border-radius: 10px;
  height: 100%;
  position: relative;
  width: 100%;
}
div.image-capture > canvas {
  display: none;
}
div.image-capture > div.dropzone {
  background-color: #f8f8f8;
}
div.image-capture > div.dropzone > div.text {
  font-size: 2em;
  height: 2em;
  line-height: 2em;
  margin-top: -1em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
div.image-capture > button {
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  cursor: pointer;
  height: 28px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  transition: background-color 500ms;
  width: 28px;
}
div.image-capture > button:active {
  background-color: #bbbbbb;
}
div.image-capture > button:hover {
  background-color: #dddddd;
}
div.image-capture > button.reset {
  top: 36px;
}
div.image-capture > button.webcam {
  top: 0;
}
div.image-capture > button.zoom-in {
  top: 72px;
}
div.image-capture > button.zoom-out {
  top: 108px;
}
div.image-capture > video {
  cursor: pointer;
}


.fb-share-button span,
.fb-share-button iframe {
  width: 120px! important;
  height: 25px! important;
}



div.carousel {
  margin-left: -15px;
  margin-right: -15px;
}
div.carousel > div.carousel-inner > div.item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}

/*
dhtmlxScheduler v.4.1.0 Stardard

This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.

(c) Dinamenta, UAB.
*/

.dhtmlx_message_area {
  position: fixed;
  right: 5px;
  width: 250px;
  z-index: 1000;
}
.dhtmlx-info {
  min-width: 120px;
  padding: 4px 4px 4px 20px;
  font-family: Tahoma;
  z-index: 10000;
  overflow: hidden;
  margin: 5px;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.dhtmlx-info.hidden {
  height: 0px;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  overflow: hidden;
}
.dhtmlx_modal_box {
  overflow: hidden;
  display: inline-block;
  min-width: 300px;
  width: 300px;
  text-align: center;
  position: fixed;
  background-color: white;
  background: -webkit-linear-gradient(top, white 1%, #d0d0d0 99%);
  background: -moz-linear-gradient(top, white 1%, #d0d0d0 99%);
  box-shadow: 0px 0px 14px #888888;
  font-family: Tahoma;
  z-index: 20000;
  border-radius: 6px;
  border: 1px solid white;
}
.dhtmlx_popup_title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 0px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAMAAAAIaGBFAAAAhFBMVEVwcHBubm5sbGxqampoaGhmZmZlZWVjY2NhYWFfX19dXV1bW1taWlpYWFhWVlZUVFRSUlJRUVFPT09NTU1LS0tJSUlHR0dGRkZERERCQkJAQEA+Pj49PT09PT0+Pj5AQEBBQUFDQ0NERERGRkZHR0dJSUlKSkpMTExMTEw5OTk5OTk5OTkny8YEAAAAQklEQVQImQXBCRJCAAAAwKVSQqdyjSPXNP7/QLsIhA6OTiJnF7GrRCpzc/fw9PKW+/gqlCq1RqvTG/yMJrPF6m/bAVEhAxxnHG0oAAAAAElFTkSuQmCC);
  background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
  background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 97%, #393939 97%);
}
.dhtmlx-info,
.dhtmlx_popup_button,
.dhtmlx_button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  cursor: pointer;
}
.dhtmlx_popup_text {
  overflow: hidden;
}
.dhtmlx_popup_controls {
  border-radius: 6px;
  padding: 5px;
}
.dhtmlx_popup_button,
.dhtmlx_button {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  color: white;
}
.dhtmlx_popup_button {
  min-width: 120px;
}
div.dhx_modal_cover {
  background-color: black;
  cursor: default;
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: fixed;
  z-index: 19999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
}
.dhtmlx-info img,
.dhtmlx_modal_box img {
  float: left;
  margin-right: 20px;
}
.dhtmlx-alert-error .dhtmlx_popup_title,
.dhtmlx-confirm-error .dhtmlx_popup_title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAATklEQVR4nIWLuw2AMBBDjVuQiBT2oWbRDATrnB0KQOJoqPzRe3BrHI6dcBASYREKovtK6/6DsDOX+stN+3H1YX9ciRgnYq5EWYhS2dftBIuLT4JyIrPCAAAAAElFTkSuQmCC);
}
.dhtmlx-alert-error,
.dhtmlx-confirm-error {
  border: 1px solid red;
}
/*Skin section*/

.dhtmlx_button,
.dhtmlx_popup_button {
  box-shadow: 0px 0px 4px #888888;
  border: 1px solid #838383;
}
.dhtmlx_button input,
.dhtmlx_popup_button div {
  border: 1px solid white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAYFBMVEVwcHBtbW1ra2toaGhmZmZjY2NhYWFeXl5cXFxaWlpXV1dVVVVSUlJQUFBNTU1LS0tJSUlGRkZERERBQUE/Pz88PDw9PT0+Pj5AQEBCQkJDQ0NFRUVHR0dISEhKSkpMTEzqthaMAAAAMklEQVQImQXBhQ2AMAAAsOIMlwWH/8+kRSKVyRVKlVrQaHV6g9FktlhFm93hdLk9Xt8PIfgBvdUqyskAAAAASUVORK5CYII=);
  background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
  background-image: -moz-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%);
  border-radius: 6px;
  font-size: 15px;
  font-weight: normal;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: white;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
}
.dhtmlx_button input:focus,
.dhtmlx_button input:active,
.dhtmlx_popup_button div:active,
.dhtmlx_popup_button div:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAMAAADaS4T1AAAAXVBMVEVwcHBubm5tbW1sbGxra2tpaWloaGhnZ2dmZmZlZWVjY2NiYmJhYWFgYGBfX19dXV1cXFxbW1taWlpZWVlXV1dWVlZVVVVUVFRTU1NRUVFQUFBPT09OTk5NTU1LS0tT9SY0AAAAMUlEQVQImQXBhQGAMAAAIGxnx2z9/00BiVQmVyhVakGj1ekNRpPZYhVtdofT5fZ4fT8hpwG05JjexgAAAABJRU5ErkJggg==);
  background-image: -webkit-linear-gradient(top, #707070 1%, #4c4c4c 99%);
  background-image: -moz-linear-gradient(top, #707070 1%, #4c4c4c 99%);
}
.dhtmlx_popup_title {
  color: white;
  text-shadow: 1px 1px black;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.dhtmlx_popup_text {
  margin: 15px 15px 5px 15px;
  font-size: 14px;
  color: black;
  min-height: 30px;
  border-radius: 6px;
}
.dhtmlx-info,
.dhtmlx-error {
  font-size: 14px;
  color: black;
  box-shadow: 0px 0px 10px #888888;
  padding: 0px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid white;
}
.dhtmlx-info div {
  padding: 5px 10px 5px 10px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
}
.dhtmlx-error {
  background-color: #d81b1b;
  border: 1px solid #ff3c3c;
  box-shadow: 0px 0px 10px black;
}
.dhtmlx-error div {
  background-color: #d81b1b;
  border: 1px solid #940000;
  color: white;
}
.dhx_cal_event .dhx_header,
.dhx_cal_event .dhx_title,
.dhx_cal_event .dhx_body,
.dhx_cal_event .dhx_footer {
  background-color: #ffe763;
  border: 1px solid #b7a543;
  color: #887a2e;
  overflow: hidden;
  width: 100%;
  font-family: Tahoma;
  font-size: 8pt;
}
.dhx_move_denied .dhx_cal_event .dhx_header,
.dhx_move_denied .dhx_cal_event .dhx_title {
  cursor: default;
}
.dhx_cal_event .dhx_header {
  height: 1px;
  margin-left: 1px;
  border-width: 1px 1px 0px 1px;
  cursor: pointer;
}
.dhx_cal_event .dhx_title {
  height: 12px;
  border-width: 0px 1px 1px 1px;
  border-bottom-style: dotted;
  font-size: 7pt;
  font-weight: bold;
  text-align: center;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.dhx_cal_event .dhx_body,
.dhx_cal_event.dhx_cal_select_menu .dhx_body {
  border-width: 0 1px 1px 1px;
  padding: 5px;
}
.dhx_cal_event.dhx_cal_select_menu {
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
}
.dhx_resize_denied,
.dhx_resize_denied .dhx_event_resize {
  cursor: default !important;
}
.dhx_cal_event .dhx_event_resize {
  cursor: s-resize;
}
.dhx_cal_event .dhx_footer,
.dhx_cal_event .dhx_select_menu_footer {
  height: 1px;
  margin-left: 2px;
  border-width: 0px 1px 1px 1px;
  position: relative;
}
.dhx_cal_event_line {
  background-color: #ffe763;
  border: 1px solid #b7a543;
  border-radius: 3px;
  font-family: Tahoma;
  font-size: 8pt;
  height: 13px;
  padding-left: 10px;
  color: #887a2e;
  cursor: pointer;
  overflow: hidden;
}
.dhx_cal_event_clear {
  font-family: Tahoma;
  font-size: 8pt;
  height: 13px;
  padding-left: 2px;
  color: #887a2e;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.dhx_in_move {
  background-color: #ffff80;
}
.dhx_cal_event.dhx_cal_editor {
  border: 1px solid #b7a543;
  border-top-style: dotted;
  z-index: 999;
  position: absolute;
  overflow: hidden;
}
textarea.dhx_cal_editor {
  width: 100%;
  height: 100%;
  border: 0 solid black;
  margin: 0;
  padding: 0;
  overflow: auto;
}
div.dhx_menu_head {
  background-image: url('/Static/control27/Controls.png');
  background-position: 0px -43px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 1px;
  border: none;
  cursor: default;
}
div.dhx_menu_icon {
  background-image: url('/Static/control27/Controls.png');
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: 0px;
  border: none;
  cursor: pointer;
}
div.icon_details {
  background-position: 0px 0px;
}
div.icon_edit {
  background-position: -22px 0px;
}
div.icon_save {
  background-position: -84px -1px;
}
div.icon_cancel {
  background-position: -62px 0px;
}
div.icon_delete {
  background-position: -42px 0px;
}
/*view more link in month view*/

.dhx_month_link {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  cursor: pointer;
  padding-right: 10px;
}
.dhx_month_link a {
  color: blue;
}
.dhx_month_link a:hover {
  text-decoration: underline;
}
.dhx_global_tip {
  font-family: Tahoma, Helvetica;
  text-align: center;
  font-size: 20px;
  position: fixed;
  top: 60px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  z-index: 10000;
  padding: 20px 30px;
  width: 190px;
}
.dhx_global_tip div {
  font-size: 30px;
}
@media (-moz-touch-enabled) {
  .dhx_cal_container {
    user-select: none;
    -moz-user-select: none;
  }
}
.dhx_unselectable,
.dhx_unselectable div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}
.dhx_cal_light {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffe763;
  border-radius: 5px;
  font-family: Tahoma;
  font-size: 8pt;
  border: 1px solid #b7a64b;
  color: #887a2e;
  position: absolute;
  z-index: 10001;
  width: 580px;
  height: 300px;
  box-shadow: 5px 5px 5px #888888;
}
.dhx_cal_light_wide {
  width: 650px;
}
.dhx_mark {
  position: relative;
  top: 3px;
  background-image: url('/Static/control27/Controls.png');
  background-position: 0px -43px;
  padding-left: 10px;
}
.dhx_ie6 .dhx_mark {
  background-position: 6px -41px;
}
.dhx_cal_light select {
  font-family: Tahoma;
  font-size: 8pt;
  color: #887a2e;
  padding: 2px;
  margin: 0px;
}
.dhx_cal_ltitle {
  padding: 2px 0px 2px 5px;
  overflow: hidden;
  white-space: nowrap;
}
.dhx_cal_ltitle span {
  white-space: nowrap;
}
.dhx_cal_lsection {
  background-color: #dbcf8c;
  color: #fff4b5;
  font-weight: bold;
  padding: 5px 0px 3px 10px;
}
.dhx_section_time {
  background-color: #dbcf8c;
  white-space: nowrap;
}
.dhx_cal_lsection .dhx_fullday {
  float: right;
  margin-right: 5px;
  color: #887a2e;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
}
.dhx_cal_lsection {
  font-size: 18px;
  font-family: Arial;
}
.dhx_cal_ltext {
  padding: 2px	0px 2px 10px;
  overflow: hidden;
}
.dhx_cal_ltext textarea {
  background-color: #fff4b5;
  /* #FFF4B5; should be the same for dhx_cal_larea, was transperent */
  overflow: auto;
  border: none;
  color: #887a2e;
  height: 100%;
  width: 100%;
  outline: none !important;
  resize: none;
}
.dhx_time {
  font-weight: bold;
}
.dhx_cal_light .dhx_title {
  padding-left: 10px;
}
.dhx_cal_larea {
  border: 1px solid #dcc43e;
  background-color: #fff4b5;
  overflow: hidden;
  margin-left: 3px;
  width: 572px;
  height: 1px;
}
.dhx_btn_set {
  padding: 5px 10px 0px 10px;
  float: left;
}
.dhx_btn_set div {
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  cursor: pointer;
}
.dhx_save_btn {
  background-image: url('/Static/control27/Controls.png');
  background-position: -84px 0px;
  width: 21px;
}
.dhx_cancel_btn {
  background-image: url('/Static/control27/Controls.png');
  background-position: -63px 0px;
  width: 20px;
}
.dhx_delete_btn {
  background-image: url('/Static/control27/Controls.png');
  background-position: -42px 0px;
  width: 20px;
}
.dhx_cal_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dhx_custom_button {
  padding: 0px 3px 0px 3px;
  color: #887a2e;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #ffe763;
  font-weight: normal;
  margin-right: 5px;
  margin-top: 0px;
  cursor: pointer;
}
.dhx_custom_button div {
  cursor: pointer;
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.dhx_cal_light_wide .dhx_cal_larea {
  border-top-width: 0px;
}
.dhx_cal_light_wide .dhx_cal_lsection {
  border: 0px;
  float: left;
  text-align: right;
  width: 100px;
  height: 20px;
  font-size: 16px;
  padding: 5px 0px 0px 10px;
}
.dhx_cal_light_wide .dhx_wrap_section {
  border-top: 1px solid #dbcf8c;
  position: relative;
  background-color: #dbcf8c;
  overflow: hidden;
}
.dhx_cal_light_wide .dhx_section_time {
  padding-top: 2px !important;
  height: 20px !important;
}
.dhx_section_time {
  text-align: center;
}
.dhx_cal_light_wide .dhx_cal_larea {
  width: 730px;
}
.dhx_cal_light_wide {
  width: 738px;
}
.dhx_cal_light_wide .dhx_section_time {
  background: transparent;
}
.dhx_cal_light_wide .dhx_cal_checkbox label {
  padding-left: 0px;
}
.dhx_cal_wide_checkbox input {
  margin-top: 8px;
  margin-left: 14px;
}
.dhx_cal_light input {
  font-family: Tahoma;
  font-size: 8pt;
  color: #887a2e;
}
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday {
  float: none;
  margin-right: 0px;
  color: #fff4b5;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  cursor: pointer;
}
.dhx_custom_button {
  float: right;
  height: 21px;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dhx_cal_light_wide .dhx_custom_button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2px;
}
.dhx_cal_light_wide .dhx_repeat_right {
  margin-right: 55px;
}
.dhx_minical_popup {
  position: absolute;
  z-index: 10100;
  width: 251px;
  height: 175px;
}
.dhx_scale_bar_header {
  position: absolute;
  border-bottom: 1px dotted #8894a3;
  width: 100%;
}
.dhx_expand_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('/Static/control27/CollapseExpandIcon.gif');
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-position: 0px 18px;
  z-index: 16;
}
.dhx_scheduler_agenda .dhx_cal_data {
  background-image: url('/Static/control27/DataBg.png');
}
.dhx_agenda_area {
  width: 100%;
  overflow-y: auto;
  background-image: url('/Static/control27/DataBg.png');
}
.dhx_agenda_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_agenda_line div {
  float: left;
  width: 188px;
  border-right: 1px dotted #8894a3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_agenda_area .dhx_agenda_line div {
  border-right: 0px dotted #8894a3;
}
.dhx_v_border {
  position: absolute;
  left: 187px;
  top: 0;
  border-right: 1px dotted #8894a3;
  width: 1px;
  height: 100%;
}
.dhx_agenda_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url('/Static/control27/Icon.png') no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_agenda_line span {
  padding-left: 5px;
  line-height: 21px;
}
.dhx_year_body {
  border-left: 1px dotted #586a7e;
}
.dhx_year_week {
  position: relative;
}
.dhx_scale_bar_last {
  border-right: 1px dotted #586a7e;
}
.dhx_year_month {
  height: 18px;
  padding-top: 3px;
  border: 1px dotted #586a7e;
  text-align: center;
  vertical-align: middle;
}
.dhx_year_body .dhx_before .dhx_month_head,
.dhx_year_body .dhx_after .dhx_month_head,
.dhx_year_body .dhx_before .dhx_month_head a,
.dhx_year_body .dhx_after .dhx_month_head a {
  color: #e2e3e6 !important;
}
.dhx_year_body .dhx_month_body {
  height: 0px;
  overflow: hidden;
}
.dhx_month_head.dhx_year_event {
  background-color: #ffe763;
}
.dhx_year_body .dhx_before .dhx_month_head,
.dhx_year_body .dhx_after .dhx_month_head {
  cursor: default;
}
.dhx_year_tooltip {
  border: 1px solid #bbbbbb;
  background-image: url('/Static/control27/DataBg.png');
  position: absolute;
  z-index: 9998;
  width: 300px;
  height: auto;
  font-family: Tahoma;
  font-size: 8pt;
  overflow: hidden;
}
.dhx_tooltip_line {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.dhx_tooltip_line .dhx_event_icon {
  width: 20px;
  height: 20px;
  padding-right: 10px;
  float: left;
  border-width: 0px;
  position: relative;
  background: url('/Static/control27/Icon.png') no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_tooltip_date {
  float: left;
  width: auto;
  padding-left: 5px;
  text-align: center;
}
.dhx_text_disabled {
  color: #887a2e;
  font-family: Tahoma;
  font-size: 8pt;
}
.dhx_mini_calendar {
  -moz-box-shadow: 5px 5px 5px #888888;
  /*Doesn't work in IE*/
  -khtml-box-shadow: 5px 5px 5px #888888;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -user-select: none;
}
.dhx_mini_calendar .dhx_month_head {
  cursor: pointer;
}
.dhx_mini_calendar .dhx_calendar_click {
  background-color: #c2d5fc;
}
.dhx_cal_navline div.dhx_minical_icon {
  width: 18px;
  height: 18px;
  left: 190px;
  top: 1px;
  cursor: pointer;
  background-image: url('/Static/control27/Calendar.gif');
}
.dhx_matrix_scell {
  height: 100%;
}
.dhx_matrix_cell,
.dhx_matrix_scell {
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #8894a3;
  border-right: 1px dotted #8894a3;
}
.dhx_matrix_cell {
  background-color: white;
}
.dhx_matrix_line {
  overflow: hidden;
}
.dhx_matrix_cell div,
.dhx_matrix_scell div {
  overflow: hidden;
  text-align: center;
  height: auto;
}
.dhx_cal_lsection .dhx_readonly {
  font-size: 9pt;
  font-size: 8pt;
  padding: 2px;
  color: #887a2e;
}
.dhx_cal_event_line .dhx_event_resize {
  cursor: w-resize;
  background: url('/Static/control27/ResizeDots.png') repeat-y;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
}
.dhx_event_resize_start {
  left: 0;
}
.dhx_event_resize_end {
  right: 0;
}
/* Tree view */

.dhx_matrix_scell.folder,
.dhx_data_table.folder .dhx_matrix_cell {
  background-color: #969394;
  cursor: pointer;
}
.dhx_matrix_scell .dhx_scell_level0 {
  padding-left: 5px;
}
.dhx_matrix_scell .dhx_scell_level1 {
  padding-left: 20px;
}
.dhx_matrix_scell .dhx_scell_level2 {
  padding-left: 35px;
}
.dhx_matrix_scell .dhx_scell_level3 {
  padding-left: 50px;
}
.dhx_matrix_scell .dhx_scell_level4 {
  padding-left: 65px;
}
.dhx_matrix_scell.folder {
  font-weight: bold;
  text-align: left;
}
.dhx_matrix_scell.folder .dhx_scell_expand {
  float: left;
  width: 10px;
  padding-right: 3px;
}
.dhx_matrix_scell.folder .dhx_scell_name {
  float: left;
  width: auto;
}
.dhx_matrix_scell.item .dhx_scell_name {
  padding-left: 15px;
  text-align: left;
}
.dhx_data_table.folder .dhx_matrix_cell {
  border-right: 0;
}
.dhx_section_timeline {
  overflow: hidden;
  padding: 4px 0 2px 10px;
}
.dhx_section_timeline select {
  width: 552px;
}
/* Tree view end*/

/* Map view */

.dhx_map_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url('/Static/control27/DataBg.png');
}
.dhx_map_line .dhx_event_icon {
  width: 20px;
  border-width: 0px;
  background: url('/Static/control27/Icon.png') no-repeat;
  background-position: 5px 4px;
  cursor: pointer;
}
.dhx_map_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_map {
  position: absolute;
}
.dhx_map_line div {
  float: left;
  border-right: 1px dotted #8894a3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .headline_description {
  float: left;
  border-right: 1px dotted #8894a3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .dhx_map_description {
  float: left;
  border-right: 0 dotted #8894a3;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line .headline_date,
.dhx_map_line .headline_description {
  border-left: 0;
}
.dhx_map_line .line_description {
  float: left;
  border-right: 1px dotted #8894a3;
  text-align: left;
  padding-left: 5px;
  line-height: 21px;
  overflow: hidden;
}
.dhx_map_line.highlight {
  background-color: #c4c5cc;
}
.dhx_map_area .dhx_map_line div {
  border-right: 0px dotted #8894a3;
}
/* Map view end */

/* dhtmlXTooltip start */

.dhtmlXTooltip.tooltip {
  -moz-box-shadow: 3px 3px 3px #888888;
  -webkit-box-shadow: 3px 3px 3px #888888;
  -o-box-shadow: 3px 3px 3px #888888;
  box-shadow: 3px 3px 3px #888888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=5);
  background-color: white;
  border-left: 1px dotted #887a2e;
  border-top: 1px dotted #887a2e;
  color: #887a2e;
  cursor: default;
  padding: 10px;
  position: absolute;
  z-index: 500;
  font-family: Tahoma;
  font-size: 8pt;
  opacity: 1;
}
/* dhtmlXTooltip end */

/* Lightbox checkbox section */

.dhx_cal_checkbox label {
  padding-left: 5px;
}
/* Lightbox checkbox section end */

/* Lightbox radiobuttons section */

.dhx_cal_light .radio {
  padding: 2px 0px 2px 10px;
}
.dhx_cal_light .radio input,
.dhx_cal_light .radio label {
  line-height: 15px;
}
.dhx_cal_light .radio input {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.dhx_cal_light .radio label {
  vertical-align: middle;
  padding-right: 10px;
}
/* Lightbox radiobuttons section end */

/* Lightbox dhtmlx combo section */

.dhx_cal_light .combo {
  padding: 4px;
}
.dhx_cal_light_wide .dhx_combo_box {
  width: 608px !important;
  left: 10px;
}
/* Lightbox dhtmlx combo section end */

/* Agenda week start */

.dhx_wa_column {
  float: left;
}
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px dotted #8894a3;
}
.dhx_wa_scale_bar {
  font-family: Tahoma;
  padding-left: 10px;
  font-size: 11px;
  border-top: 1px dotted #8894a3;
  border-bottom: 1px dotted #8894a3;
}
.dhx_wa_day_data {
  background-color: #fcfefc;
  overflow-y: auto;
}
.dhx_wa_ev_body {
  border-bottom: 1px dotted lightslategray;
  font-size: 12px;
  padding: 5px 0 5px 7px;
}
.dhx_wa_dnd {
  font-family: Tahoma;
  position: absolute;
  padding-right: 7px;
  color: #887ae2 !important;
  background-color: #ffe763 !important;
  border: 1px solid #b7a543;
}
.dhx_cal_event_selected {
  background-color: #9cc1db;
  color: white;
}
/* Agenda week end */

/* timeline second scale start */

.dhx_second_scale_bar {
  border-bottom: 1px dotted #586a7e;
  padding-top: 2px;
}
/* timeline second scale end */

/* grid view */

.dhx_cal_header div div {
  border-left: 1px dotted #8894a3;
}
.dhx_grid_area {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fcfefc;
}
.dhx_grid_area table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.dhx_grid_area td {
  table-layout: fixed;
  text-align: center;
}
.dhx_grid_line {
  height: 21px;
  clear: both;
  overflow: hidden;
}
.dhx_grid_line div {
  float: left;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
}
.dhx_grid_area td,
.dhx_grid_line div {
  padding-left: 8px;
  padding-right: 8px;
}
.dhx_grid_area tr.dhx_grid_event {
  height: 21px;
  overflow: hidden;
  margin: 0 0 1px 0;
}
.dhx_grid_area tr.dhx_grid_event td {
  /*borders for old ies*/
  border-bottom: 1px solid #eceef4;
}
.dhx_grid_area tr.dhx_grid_event:nth-child(2n+1) td,
.dhx_grid_area tr.dhx_grid_event:nth-child(2n) td {
  border-bottom-width: 0px;
  border-bottom-style: none;
}
.dhx_grid_area tr.dhx_grid_event:nth-child(2n) {
  background-color: #eceef4;
}
.dhx_grid_area .dhx_grid_dummy {
  table-layout: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.dhx_grid_v_border {
  position: absolute;
  border-right: 1px solid #a4bed4;
  width: 1px;
  height: 100%;
}
.dhx_grid_event_selected {
  background-color: #9cc1db !important;
  color: white !important;
}
.dhx_grid_sort_desc .dhx_grid_view_sort {
  background-position: 0 -55px;
}
.dhx_grid_sort_asc .dhx_grid_view_sort {
  background-position: 0 -66px;
}
.dhx_grid_view_sort {
  width: 10px;
  height: 10px;
  position: absolute;
  border: none !important;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url('/Static/control27/Images.png');
}
/* end grid */

/* marked timespans */

.dhx_marked_timespan {
  position: absolute;
  width: 100%;
}
.dhx_time_block {
  position: absolute;
  width: 100%;
  background: silver;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}
.dhx_time_block_reset {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dhx_scheduler_month .dhx_marked_timespan {
  display: none;
}
.dhx_mini_calendar .dhx_marked_timespan {
  display: none;
}
/* now time */

.dhx_now_time {
  width: 100%;
  border-bottom: 2px solid red;
  z-index: 1;
}
.dhx_scheduler_month .dhx_now_time {
  border-bottom: 0;
  border-left: 2px solid red;
}
.dhx_matrix_now_time {
  border-left: 2px solid red;
  z-index: 1;
}
.dhx_now_time,
.dhx_matrix_now_time {
  opacity: 0.5;
}
/* Quick info */

.dhx_cal_quick_info {
  border: 2px solid #888888;
  border-radius: 5px;
  position: absolute;
  z-index: 300;
  background-color: #8e99ae;
  background-color: rgba(98, 107, 127, 0.5);
  padding-left: 7px;
  width: 300px;
  transition: left 0.5s ease, right 0.5s;
  -moz-transition: left 0.5s ease, right 0.5s;
  -webkit-transition: left 0.5s ease, right 0.5s;
  -o-transition: left 0.5s ease, right 0.5s;
}
.dhx_no_animate {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.dhx_cal_quick_info.dhx_qi_left .dhx_qi_big_icon {
  float: right;
}
.dhx_cal_qi_title {
  padding: 5px 0px 10px 5px;
  color: white;
  letter-spacing: 1px;
}
.dhx_cal_qi_tdate {
  font-size: 14px;
}
.dhx_cal_qi_tcontent {
  font-size: 18px;
  font-weight: bold;
}
.dhx_cal_qi_content {
  border: 1px solid #888888;
  background-color: #fefefe;
  padding: 16px 8px;
  font-size: 14px;
  color: #444444;
  width: 275px;
  overflow: hidden;
}
.dhx_qi_big_icon {
  border-radius: 3px;
  color: #444444;
  margin: 5px 9px 5px 0px;
  min-width: 60px;
  line-height: 20px;
  vertical-align: middle;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  background-color: #fefefe;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  float: left;
}
.dhx_cal_qi_controls div {
  float: left;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.dhx_qi_big_icon .dhx_menu_icon {
  margin: 0 8px 0 0px;
}
.dhx_drag_marker {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #ffe763;
  position: absolute;
  box-sizing: border-box !important;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}
/* bootstrap CSS fix start */

.dhx_cal_navline div,
.dhx_cal_header,
.dhx_cal_header div,
.dhx_cal_data div,
.dhx_cal_light,
.dhx_cal_light div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dhx_cal_light .dhx_cal_radio label {
  margin-bottom: 0;
}
.dhx_cal_event div {
  line-height: normal;
}
/* bootstrap CSS fix end */

.dhx_cal_container {
  background-color: #c2d5fc;
  font-family: Tahoma;
  font-size: 8pt;
  position: relative;
  overflow: hidden;
}
.dhx_cal_container div {
  -moz-user-select: none;
  -moz-user-select: -moz-none;
}
.dhx_cal_navline {
  height: 20px;
  position: absolute;
  z-index: 3;
  width: 750px;
  color: #2f3a48;
}
.dhx_cal_navline div {
  position: absolute;
  top: 2px;
  white-space: nowrap;
}
.dhx_cal_navline .dhx_cal_date {
  font-weight: 600;
  left: 210px;
  padding-top: 1px;
}
.dhx_cal_button .dhx_left_bg {
  width: 1px;
  overflow: hidden;
  height: 17px;
  z-index: 20;
  top: 0px;
}
.dhx_cal_prev_button {
  background-image: url('/Static/control27/Buttons.png');
  background-position: 0px 0px;
  width: 29px;
  height: 17px;
  left: 50px;
  cursor: pointer;
}
.dhx_cal_next_button {
  background-image: url('/Static/control27/Buttons.png');
  background-position: -30px 0px;
  width: 29px;
  height: 17px;
  left: 80px;
  cursor: pointer;
}
.dhx_cal_today_button {
  background-image: url('/Static/control27/Buttons.png');
  background-position: -60px 0px;
  width: 75px;
  height: 17px;
  left: 112px;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}
.dhx_cal_tab {
  width: 59px;
  height: 19px;
  text-align: center;
  text-decoration: underline;
  padding-top: 2px;
  cursor: pointer;
  background-color: #d8e1ea;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dhx_cal_tab.active {
  text-decoration: none;
  cursor: default;
  font-weight: bold;
  border: 1px dotted #586a7e;
  border-bottom: 0;
  background-color: #c2d5fc;
}
.dhx_cal_header {
  position: absolute;
  left: 10px;
  top: 23px;
  width: 750px;
  border-top: 1px dotted #8894a3;
  border-right: 1px dotted #8894a3;
  z-index: 2;
  overflow: hidden;
  color: #2f3a48;
}
.dhx_cal_data {
  -webkit-tap-highlight-color: transparent;
  border-top: 1px dotted #8894a3;
  position: absolute;
  top: 44px;
  width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.dhx_cal_data {
  -ms-touch-action: pan-y;
}
.dhx_cal_event,
.dhx_cal_event_line,
.dhx_cal_event_clear {
  -ms-touch-action: none;
}
.dhx_scale_bar {
  position: absolute;
  text-align: center;
  background-color: #c2d5fc;
  padding-top: 3px;
  border-left: 1px dotted #586a7e;
}
.dhx_scale_holder {
  position: absolute;
  border-right: 1px dotted #586a7e;
  background-image: url('/Static/control27/DataBg.png');
}
.dhx_scale_holder_now {
  position: absolute;
  border-right: 1px dotted #586a7e;
  background-image: url('/Static/control27/DataBgNow.png');
}
.dhx_scale_hour {
  height: 41px;
  width: 50px;
  border-bottom: 1px dotted #8894a3;
  background-color: #c2d5fc;
  text-align: center;
  line-height: 40px;
  color: #586a7e;
  overflow: hidden;
}
.dhx_month_head {
  background-color: #ebeff4;
  color: #2f3a48;
  height: 18px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: right;
  border-right: 1px dotted #586a7e;
}
.dhx_month_body {
  border-right: 1px dotted #586a7e;
  border-bottom: 1px dotted #586a7e;
  background-color: white;
}
.dhx_now .dhx_month_body {
  background-color: #e2edff;
}
.dhx_after .dhx_month_body,
.dhx_before .dhx_month_body {
  background-color: #ececec;
}
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head {
  background-color: #e2e3e6;
  color: #94a6bb;
}
.dhx_now .dhx_month_head {
  background-color: #d1def4;
  font-weight: bold;
}
.dhx_scale_ignore {
  display: none;
}
.dhx_cal_drag {
  position: absolute;
  z-index: 9999;
  background-color: #ffe763;
  border: 1px solid #b7a543;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dhx_loading {
  position: absolute;
  width: 128px;
  height: 15px;
  background-image: url('/Static/control27/Loading.gif');
  z-index: 9999;
}
.dhx_multi_day_icon,
.dhx_multi_day {
  background-color: #e1e6ff;
  background-repeat: no-repeat;
  border-right: 1px dotted #8894a3;
}
.dhx_multi_day {
  position: absolute;
  border-top: 1px dotted #8894a3;
}
.dhx_multi_day_icon,
.dhx_multi_day_icon_small {
  background-position: center center;
  background-color: #e1e6ff;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #8894a3;
  border-right: 1px dotted #8894a3;
}
.dhx_multi_day_icon {
  background-image: url('/Static/control27/ClockBig.gif');
}
.dhx_multi_day_icon_small {
  background-image: url('/Static/control27/ClockSmall.gif');
}
.dhtmlxLayoutPolyContainer_dhx_skyblue .dhx_cal_container {
  background-color: #d0e5ff;
}
/* left border config option support */

.dhx_scale_hour_border,
.dhx_month_body_border,
.dhx_scale_bar_border,
.dhx_month_head_border {
  border-left: 1px dotted #8894a3;
}
/* export to PDF and iCal buttons start */

.dhx_cal_navline .dhx_cal_export {
  width: 18px;
  height: 18px;
  margin: 2px;
  cursor: pointer;
  top: 0px;
}
.dhx_cal_navline .dhx_cal_export.pdf {
  left: 2px;
  background-image: url('imgs/export_pdf.png');
}
.dhx_cal_navline .dhx_cal_export.ical {
  left: 24px;
  background-image: url('imgs/export_ical.png');
}
/* export to PDF and iCal buttons end */

/*All*/

.dhx_form_repeat,
.dhx_form_repeat input {
  padding: 0;
  margin: 0;
  padding-left: 5px;
  font-family: Tahoma, Verdana;
  font-size: 11px;
  line-height: 24px;
}
.dhx_form_repeat {
  overflow: hidden;
  /*height:115px;*/
  height: 0px;
  background-color: #fff4b5;
  /*border: 1px solid #DCC43E;*/

}
.dhx_cal_light_wide .dhx_form_repeat {
  background-color: transparent;
}
.dhx_repeat_center,
.dhx_repeat_left {
  height: 115px;
  padding: 10px 0 10px 10px;
  float: left;
}
.dhx_repeat_left {
  width: 95px;
}
.dhx_repeat_center {
  width: 335px;
  margin-top: 12px;
}
.dhx_repeat_divider {
  float: left;
  height: 115px;
  border-left: 1px dotted #dcc43e;
  /*background-color: #DCC43E;*/
  width: 1px;
}
.dhx_repeat_right {
  float: right;
  height: 115px;
  width: 160px;
  padding: 10px 3px 10px 10px;
  margin-top: 7px;
}
input.dhx_repeat_text {
  height: 16px;
  width: 27px;
  margin: 0 4px 0 4px;
  line-height: 18px;
  padding: 0 0 0 2px;
}
.dhx_form_repeat select {
  height: 20px;
  width: 87px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
}
input.dhx_repeat_date {
  height: 18px;
  width: 80px;
  padding: 0 0 0 2px;
  margin: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: 64px 0;
  border: 1px #7f9db9 solid;
  line-height: 18px;
}
input.dhx_repeat_radio {
  margin-right: 4px;
}
input.dhx_repeat_checkbox {
  margin: 4px 4px 0 0;
}
.dhx_repeat_days td {
  padding-right: 5px;
}
.dhx_repeat_days label {
  font-size: 10px;
}
.dhx_custom_button {
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dhx_custom_button_recurring {
  background-image: url('/Static/control27/ButRepeat.gif');
  background-position: -5px 20px;
  width: 20px;
  margin-right: 10px;
}
/* increase width of lightbox */

.dhx_cal_light_rec {
  width: 640px;
}
.dhx_cal_light_rec .dhx_cal_larea {
  width: 632px;
}
.dhx_cal_light_rec.dhx_cal_light_wide {
  width: 816px;
}
.dhx_cal_light_rec.dhx_cal_light_wide .dhx_cal_larea {
  width: 808px;
}
/* event start */

.dhx_cal_event .dhx_title {
  border-width: 1px 1px 0 1px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-topright: 1px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  font-family: "Segoe UI", Arial;
  font-weight: bold;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}
.dhx_cal_event .dhx_body,
.dhx_cal_event.dhx_cal_select_menu .dhx_body {
  padding-bottom: 8px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.dhx_cal_event .dhx_header,
.dhx_cal_event.dhx_cal_select_menu .dhx_footer {
  display: none;
}
.dhx_cal_event .dhx_footer {
  height: 15px;
  border: 0;
  background-color: transparent !important;
  margin-top: -11px;
}
.dhx_cal_event .dhx_footer:hover {
  background: url('/Static/control27/Resizing.png') no-repeat center center;
}
.dhx_cal_event .dhx_header,
.dhx_cal_event .dhx_body,
.dhx_cal_event .dhx_title {
  background-color: #5b9be0;
  border-color: transparent;
  color: white;
}
.dhx_cal_event .dhx_body,
.dhx_cal_event.dhx_cal_select_menu .dhx_body {
  border-bottom: 1px solid white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dhx_cal_event.dhx_cal_editor {
  border: 1px solid transparent;
}
.dhx_cal_editor {
  font-size: 12px;
  font-family: "Segoe UI", Arial;
}
div.dhx_menu_head,
div.dhx_menu_icon {
  background-image: url('/Static/control27/Controls.png');
}
.dhx_cal_event_line {
  border: 1px solid transparent;
  background-color: #5b9be0;
  color: white;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.dhx_cal_event_line:hover div {
  background: url('/Static/control27/ResizeDots.png') repeat-y;
}
.dhx_cal_event_line_start {
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.dhx_cal_event_line_end {
  -webkit-border-top-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  -moz-border-radius-bottomright: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.dhx_cal_event .dhx_body,
.dhx_cal_event_line {
  font-size: 12px;
  font-family: "Segoe UI", Arial;
}
.dhx_cal_event:hover .dhx_footer {
  background: url('/Static/control27/Resizing.png') no-repeat center center;
}
/* event end */

/* scales, containers start */

.dhx_cal_container {
  background-color: white;
  font-family: "Segoe UI", Arial;
}
.dhx_cal_data {
  border-top: 1px solid #cecece;
}
.dhx_scale_holder {
  background-image: url('/Static/control27/DataBg.png');
  border-right: 1px solid #cecece;
}
.dhx_scale_holder_now {
  background-image: url('/Static/control27/DataBgNow.png');
  border-right: 1px solid #cecece;
}
.dhx_scale_hour {
  border-bottom: 1px solid #cecece;
  background-color: white;
  font: 11px/44px Arial;
  font-family: "Segoe UI", Arial;
  font-weight: lighter;
  color: #767676;
}
.dhx_scale_h {
  display: inline-block;
  font-size: 22px;
}
.dhx_scale_m {
  display: inline-block;
  font-size: 11px;
  line-height: 35px;
  vertical-align: top;
}
.dhx_cal_header {
  border: 1px solid #cecece;
  border-left: 0;
  border-bottom: 0;
}
.dhx_scale_bar {
  border-left: 1px solid #cecece;
  font: 12px/16px "Segoe UI", Arial;
  color: #767676;
  line-height: 30px;
  padding-top: 2px;
  background-color: white;
}
.dhx_scale_bar > a {
  color: #5780ad;
  text-decoration: none;
}
.dhx_scale_bar > a:hover {
  text-decoration: underline;
}
.dhx_month_head > a {
  color: #5780ad;
  text-decoration: none;
}
.dhx_month_head > a:hover {
  text-decoration: underline;
}
/* scales, containers end */

/* navigation start */

.dhx_cal_navline div {
  top: 14px;
}
.dhx_cal_tab,
.dhx_cal_date,
.dhx_cal_today_button,
.dhx_cal_prev_button,
.dhx_cal_next_button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #454544;
  height: 30px;
  line-height: 30px;
  background: none;
  font-family: "Segoe UI", Arial;
  font-weight: lighter;
}
.dhx_cal_navline .dhx_cal_date {
  border: 0;
  color: #454544;
  font-family: "Segoe UI", Arial;
  font-weight: lighter;
  font-size: 22px;
  text-align: center;
  top: 14px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.dhx_cal_today_button {
  background: none;
  color: #5780ad;
  font-size: 13px;
  font-weight: bolder;
  left: auto;
  right: 123px;
  text-decoration: none;
  width: 80px;
}
.dhx_cal_prev_button,
.dhx_cal_next_button {
  left: auto;
  width: 46px;
}
.dhx_cal_prev_button {
  right: 61px;
  background: url('/Static/control27/ArrowLeft.png') no-repeat center center;
}
.dhx_cal_next_button {
  right: 14px;
  background: url('/Static/control27/ArrowRight.png') no-repeat center center;
}
.dhx_cal_tab {
  color: #5780ad;
  font-size: 13px;
  font-weight: bolder;
  padding-top: 0;
  text-decoration: none;
  width: 60px;
}
.dhx_cal_tab:hover,
.dhx_cal_today_button:hover {
  text-decoration: underline;
}
.dhx_cal_tab.active {
  background-color: #5780ad;
  border: none;
  color: white;
  font-family: "Segoe UI", Arial;
  font-weight: lighter;
  text-decoration: none;
}
.dhx_cal_tab_standalone {
  padding: 0 5px;
}
.dhx_multi_day,
.dhx_multi_day_icon_small,
.dhx_multi_day_icon {
  background-color: white;
}
.dhx_multi_day {
  border-top: 1px solid #cecece;
}
.dhx_multi_day_icon,
.dhx_multi_day_icon_small {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.dhx_multi_day_icon_small {
  background-image: url('/Static/control27/Clock.png');
}
.dhx_multi_day_icon {
  background-image: url('/Static/control27/ClockBig.gif');
}
/* navigation end */

/* month view start */

.dhx_month_head,
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head,
.dhx_after .dhx_month_body,
.dhx_before .dhx_month_body {
  background-color: white;
}
.dhx_month_head {
  height: 21px;
  padding-top: 0;
  font: 12px/21px "Segoe UI", Arial;
  color: #5780ad;
  border-right: 1px solid #cecece;
}
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head,
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head {
  color: #bbbbbb;
}
.dhx_month_body {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.dhx_now .dhx_month_head,
.dhx_now .dhx_month_body {
  background-color: #fff3a1;
  font-weight: normal;
}
.dhx_cal_event_clear {
  color: #0e64a0;
}
/* month view end */

/* lightbox start */

.dhx_cal_larea {
  margin-left: 0;
}
.dhx_cal_light_wide .dhx_cal_larea {
  margin-left: 3px;
}
.dhx_cal_light_wide .dhx_wrap_section {
  padding: 5px 0;
}
.dhx_cal_light,
.dhx_cal_larea,
.dhx_cal_lsection,
.dhx_wrap_section,
.dhx_cal_light_wide .dhx_wrap_section,
.dhx_cal_ltext textarea {
  background-color: white;
  font-family: "Segoe UI", Arial;
}
.dhx_cal_lsection,
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday,
.dhx_cal_lsection .dhx_fullday,
.dhx_cal_light input {
  color: #747473;
  font-family: "Segoe UI", Arial;
}
.dhx_cal_light_wide .dhx_wrap_section {
  border-top: 0;
  border-bottom: 1px solid #cecece;
}
.dhx_cal_larea {
  border: 1px solid transparent;
}
.dhx_cal_ltext textarea,
.dhx_cal_light select,
.dhx_cal_light {
  color: #2e2e2e;
}
.dhx_cal_light {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dhx_cal_light_wide .dhx_cal_lsection,
.dhx_cal_light_wide .dhx_cal_lsection .dhx_fullday {
  font-family: "Segoe UI", Arial;
  font-size: 13px;
  font-weight: bold;
}
.dhx_section_time {
  background-color: transparent;
}
.dhx_save_btn,
.dhx_cancel_btn,
.dhx_delete_btn,
.dhx_btn_set div:first-child {
  display: none;
}
.dhx_btn_set,
.dhx_btn_set div {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
}
.dhx_btn_set {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 13px;
  color: #454544;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dhx_left_btn_set {
  margin-left: 20px;
}
.dhx_right_btn_set {
  margin-right: 20px;
}
.dhx_save_btn_set {
  border: none;
  color: white;
  background-color: #5b9be0;
}
.dhx_cancel_btn_set {
  background-color: #fe7510;
  color: white;
}
.dhx_delete_btn_set {
  border: 1px solid #a4a4a4;
  color: #747473;
}
.dhx_cal_ltitle {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #cecece;
}
.dhx_cal_ltitle span {
  float: left;
}
.dhx_cal_light .dhx_title {
  font-size: 13px;
  padding-left: 13px;
}
.dhx_mark {
  display: none;
}
.dhx_time {
  font-size: 12px;
  padding-left: 10px;
}
.dhx_close_icon {
  float: right;
  width: 9px;
  height: 9px;
  background: url('/Static/control27/CloseIcon.png') no-repeat center center;
  padding: 10px;
  margin-top: 1px;
}
.dhx_cal_light_wide .dhx_cal_ltext.dhx_cal_template {
  line-height: 22px;
}
.dhx_cal_ltext textarea {
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
}
/* lightbox end */

/* modal box */

.dhtmlx_modal_box {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: white;
  font-family: "Segoe UI", Arial;
  width: 330px;
}
.dhtmlx_popup_text {
  font-size: 16px;
}
.dhtmlx_popup_controls {
  padding-bottom: 9px;
}
.dhtmlx_popup_button,
.dhtmlx_popup_button:active,
.dhtmlx_popup_button div,
.dhtmlx_popup_button div:active {
  color: #444444;
  background: white;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dhtmlx_popup_button.dhtmlx_ok_button {
  border: none;
  background-color: #5b9be0;
}
.dhtmlx_popup_button.dhtmlx_ok_button div {
  background: #5b9be0;
  border: none;
  color: white;
}
.dhtmlx_popup_button.dhtmlx_cancel_button {
  border: none;
  background-color: #fe7510;
}
.dhtmlx_popup_button.dhtmlx_cancel_button div {
  background: #fe7510;
  border: none;
  color: white;
}
/* mobdal box end */

/* minicalendar */

.dhx_cal_container.dhx_mini_calendar {
  box-sizing: border-box;
  border: none;
  box-shadow: 0px 2px 10px 0px #aaaaaa;
  border-radius: 0px;
}
.dhx_mini_calendar .dhx_year_month {
  border: 1px solid #cecece;
  font-family: "Segoe UI", Arial;
}
.dhx_mini_calendar .dhx_month_head,
.dhx_mini_calendar .dhx_year_month,
.dhx_mini_calendar .dhx_month_body,
.dhx_mini_calendar .dhx_scale_bar,
.dhx_mini_calendar .dhx_year_body {
  border-color: transparent;
}
.dhx_mini_calendar .dhx_year_body {
  padding-top: 1px;
}
.dhx_mini_calendar .dhx_scale_bar {
  border-width: 0;
}
.dhx_mini_calendar .dhx_year_week {
  border-bottom: 1px solid #cecece;
  padding-top: 1px;
}
.dhx_mini_calendar .dhx_month_head {
  padding-right: 0;
  margin-right: 1px;
  text-align: center;
}
.dhx_mini_calendar .dhx_cal_prev_button,
.dhx_mini_calendar .dhx_cal_next_button {
  border: 0;
  height: 20px;
}
/* minicalendar end */

.dhx_cal_navline div.dhx_minical_icon {
  left: 210px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: url('/Static/control27/Calendar.gif') no-repeat;
  background-position: 3px 5px;
}
/* timeline */

.dhx_cal_event_line .dhx_event_resize {
  background: none;
}
.dhx_cal_event_line .dhx_event_resize:hover {
  background: url('/Static/control27/ResizeDots.png') repeat-y;
}
.dhx_matrix_scell,
.dhx_matrix_cell {
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.dhx_cal_header div div {
  border-left: 1px solid #cecece;
}
.dhx_matrix_scell {
  font-size: 13px;
}
.dhx_matrix_scell.folder {
  border-right: 0;
}
.dhx_second_scale_bar {
  border-bottom: 1px solid #cecece;
}
/* timeline end */

/* recurring */

.dhx_repeat_divider {
  border-left: 1px solid #cecece;
}
.dhx_custom_button {
  background-color: white;
  border: 1px solid #cecece;
  color: #747473;
}
.dhx_cal_light_wide .dhx_custom_button {
  margin-top: 6px;
}
.dhx_custom_button_recurring {
  background-image: url('/Static/control27/ButRepeat.gif');
}
.dhx_form_repeat {
  background-color: transparent;
}
/* recurring end */

/* agenda */

.dhx_v_border,
.dhx_agenda_line div {
  border-right: 1px solid #cecece;
}
.dhx_cal_header .dhx_agenda_line {
  height: 100%;
  line-height: 35px;
}
.dhx_cal_header .dhx_agenda_line div {
  height: 100%;
  line-height: 35px;
}
/* agenda end */

/* year */

.dhx_year_month {
  border: 1px solid #cecece;
}
.dhx_scale_bar_last {
  border-right: 1px solid #cecece;
}
.dhx_year_body {
  border-left: 1px solid #cecece;
}
/* year end */

/* expand */

.dhx_expand_icon {
  top: -3px;
}
/* expand end */

/* units view */

.dhx_scale_bar .dhx_cal_next_button,
.dhx_scale_bar .dhx_cal_prev_button {
  width: 20px;
  height: 100%;
  top: 0px !important;
  border: 0;
}
.dhx_scale_bar .dhx_cal_next_button {
  right: 1px !important;
  border-left: 1px solid #cecece;
}
.dhx_scale_bar .dhx_cal_prev_button {
  left: 1px !important;
  border-right: 1px solid #cecece;
}
/* units view end */

/* map view */

.dhx_map_line .headline_date,
.dhx_map_line .headline_description {
  border: 0;
}
.dhx_map_line .headline_date {
  border-right: 1px solid #cecece;
}
.dhx_cal_header .dhx_map_line {
  height: 100%;
}
.dhx_cal_header .dhx_map_line .headline_date,
.dhx_cal_header .dhx_map_line .headline_description {
  height: 100%;
  line-height: 35px;
}
/* map view end */

/* tooltip start */

.dhtmlXTooltip.tooltip {
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  color: #747473;
  font-size: 12px;
  line-height: 16px;
}
/* tooltip end */

/* week agenda start */

.dhx_wa_scale_bar {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.dhx_wa_column_last .dhx_wa_day_cont {
  border-left: 1px solid #cecece;
}
.dhx_wa_ev_body {
  border-bottom: 1px solid #cecece;
}
.dhx_wa_scale_bar {
  background-color: #f0ede7;
}
.dhx_wa_ev_body.dhx_cal_event_selected {
  background-color: #fff3a1;
  color: #362d26;
}
.dhx_wa_dnd {
  background-color: #fddb93 !important;
  color: #747473 !important;
  border: 1px solid #ccb177;
}
/* week agenda end */

/* readonly start */

.dhx_text_disabled {
  color: #2e2e2e;
}
.dhx_cal_ltext .dhx_text_disabled {
  line-height: 22px;
}
/* readonly end */

/* grid view start */

.dhx_grid_v_border {
  border-right-color: #cecece;
}
.dhx_cal_header .dhx_grid_line,
.dhx_cal_header .dhx_grid_line div {
  height: 100%;
  line-height: 35px;
}
/* grid view end*/

/* left border support */

.dhx_scale_hour_border,
.dhx_month_body_border,
.dhx_scale_bar_border,
.dhx_month_head_border {
  border-left: 1px solid #cecece;
}
.dhx_cal_quick_info {
  background: rgba(204, 204, 204, 0.8);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Segoe UI", Arial;
  width: 280px;
}
.dhx_cal_qi_title {
  color: black;
}
.dhx_cal_qi_tdate {
  color: #444444;
}
.dhx_cal_qi_content {
  background: none;
  border: none;
  padding: 10px 8px;
}
.dhx_qi_big_icon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: white;
  float: none;
  font-size: 13px;
}
.dhx_qi_big_icon .dhx_menu_icon {
  display: none !important;
}
.dhx_cal_quick_info .icon_details {
  background: #5b9be0;
  margin-left: 100px;
}
.dhx_cal_quick_info .icon_details div {
  padding-left: 12px;
}
.dhx_cal_quick_info .icon_delete {
  background: #fe7510;
}
.dhx_cal_quick_info .icon_delete div {
  padding-left: 12px;
}
/* export to PDF and iCal buttons start */

.dhx_cal_navline .dhx_cal_export {
  width: 32px;
  height: 32px;
  margin: 2px;
  cursor: pointer;
  top: 12px;
}
.dhx_cal_navline .dhx_cal_export.pdf {
  left: auto;
  right: 249px;
  background-image: url('imgs_flat/export_pdf.png');
}
.dhx_cal_navline .dhx_cal_export.ical {
  left: auto;
  right: 210px;
  background-image: url('imgs_flat/export_ical.png');
}
/* export to PDF and iCal buttons end */

/* minicalendar */

.dhx_mini_calendar {
  font-family: "Segoe UI", Arial;
  padding: 5px;
}
.dhx_mini_calendar .dhx_year_event,
.dhx_mini_calendar .dhx_calendar_click {
  border-radius: 0px;
}
.dhx_mini_calendar .dhx_month_head {
  color: #363636;
  font-family: "Segoe UI", Arial;
  font-size: 13px;
  margin: 2px 2px;
}
.dhx_mini_calendar .dhx_year_month {
  color: #454544;
  line-height: 20px;
  height: 25px;
  font-size: 20px;
  font-weight: lighter;
}
.dhx_mini_calendar .dhx_cal_prev_button {
  top: 8px !important;
}
.dhx_mini_calendar .dhx_cal_next_button {
  top: 8px !important;
}
.dhx_mini_calendar .dhx_scale_bar {
  font-family: "Segoe UI", Arial;
  font-size: 11px;
}


/*!
 * Slider for Bootstrap
 *
 * Licensed under the Apache License v2.0
 *
 */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 26px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.hide {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, whitesmoke 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, whitesmoke 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, whitesmoke 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}






div.process-steps {
  display: table;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}
div.process-steps > div.step {
  display: table-cell;
  position: relative;
  text-align: center;
  width: 1%;
}
div.process-steps > div.step.enabled {
  cursor: pointer;
}
div.process-steps > div.step:first-child > div.line {
  left: 50%;
}
div.process-steps > div.step:last-child > div.line {
  right: 50%;
}
div.process-steps > div.step > div.line {
  border-top: 2px solid #536d79;
  bottom: 19px;
  left: 0;
  position: absolute;
  right: 0;
}
div.process-steps > div.step > div.step-label {
  margin-bottom: 0.5em;
}
div.process-steps > div.step > div.step-node {
  background-color: #536d79;
  border: 2px solid #536d79;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 40px;
}



div.carousel {
  margin-left: -15px;
  margin-right: -15px;
}
div.carousel > div.carousel-inner > div.item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}

div.process-arrow-steps {
  display: table;
  height: 40px;
  line-height: 40px;
  table-layout: fixed;
  width: 100%;
}
div.process-arrow-steps > div.step {
  border-radius: 2px;
  display: table-cell;
  float: none;
  height: 100%;
  padding-left: 24px;
  position: relative;
  white-space: nowrap;
  width: 1%;
}
div.process-arrow-steps > div.step:first-child {
  padding-left: 14px;
}
div.process-arrow-steps > div.step:first-child > div.arrow {
  display: none;
}
div.process-arrow-steps > div.step.current > i.icon,
div.process-arrow-steps > div.step.disabled > i.icon {
  display: none;
}
div.process-arrow-steps > div.step.has-step-action {
  cursor: pointer;
}
div.process-arrow-steps > div.step > div.arrow {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: -15px;
  top: 0;
  width: 30px;
  z-index: 1;
}
div.process-arrow-steps > div.step > div.arrow:after {
  border: 20px solid;
  border-left: 20px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
}
div.process-arrow-steps > div.step > div.arrow:before {
  border: 20px solid transparent;
  border-left: 20px solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
div.process-arrow-steps > div.step > i.icon {
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 9px;
}
div.process-arrow-steps > div.step > div.step-count {
  box-sizing: content-box;
  border: 2px solid;
  border-radius: 50%;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 6px 7px 0 0;
  text-align: center;
  width: 24px;
}





div.panel.module + p {
  display: none;
}
div.panel.module {
  background-color: #f1f5f6;
  border: none;
  border-radius: 3px;
  margin-bottom: 30px;
}
div.panel.module > div.panel-body {
  position: relative;
  width: 100%;
  cursor: pointer;
}
div.panel.module > div.panel-body:hover {
  background-color: #d6d5d1;
}
div.panel.module > div.panel-body > div.buttons table.default {
  margin-top: 4px;
  position: relative;
  top: 6px;
}
div.panel.module > div.panel-body > div.content {
  -webkit-transition: opacity 300ms, height 300ms;
  -moz-transition: opacity 300ms, height 300ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 170px;
  overflow: hidden;
  transition: opacity 300ms, height 300ms;
}
div.panel.module > div.panel-body > div.desc {
  display: none;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
div.panel.module > div.panel-heading {
  background-color: #78909c;
  color: white;
}
div.panel.module a {
  color: #78909c;
  text-decoration: none;
}
div.panel.module a.glyphicon-remove,
div.panel.module a.fa-info {
  cursor: pointer;
}
div.panel.module a.glyphicon-remove {
  float: right;
}
div.panel.module.show-desc > div.panel-body > div.content {
  opacity: 0.2;
}
div.panel.module.show-desc > div.panel-body > div.desc {
  display: block;
}
div.panel.module.collapsed > div.panel-body > div.content {
  height: 0;
}
div.panel.module.show-desc.collapsed > div.panel-body > div.content {
  height: 170px;
}



.zb-tree .zb-tree-node {
  position: relative;
}
.zb-tree .zb-tree-collapsed {
  position: absolute;
  top: 3px;
  display: inline-block;
  background: url('/Static/control80/ExpandIcon.gif') no-repeat center center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.zb-tree .zb-tree-expanded {
  position: absolute;
  top: 3px;
  display: inline-block;
  background: url('/Static/control80/CollapseIcon.gif') no-repeat center center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.zb-tree .zb-treelabel {
  margin-left: 18px;
  background: url('/Static/control80/FolderIcon.png') no-repeat 0 2px;
  display: inline-block;
  cursor: pointer;
}
.zb-tree .zb-treelabel > span {
  margin-left: 18px;
  display: inline-block;
  margin-top: 1px;
  padding: 0px 4px 1px 4px;
}
.zb-tree .zb-treelabel > span:hover {
  text-decoration: underline;
}
.zb-tree .zb-tree-selected > span {
  background-color: #3080ff;
  color: white;
}
.zb-tree .zb-treechildren {
  padding-left: 20px;
}

.zb-tree .zb-tree-node {
  position: relative;
}
.zb-tree .zb-tree-collapsed {
  position: absolute;
  top: 3px;
  display: inline-block;
  background: url('/Static/control84/ExpandIcon.gif') no-repeat center center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.zb-tree .zb-tree-expanded {
  position: absolute;
  top: 3px;
  display: inline-block;
  background: url('/Static/control84/CollapseIcon.gif') no-repeat center center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.zb-tree .zb-treelabel {
  margin-left: 18px;
  background: url('/Static/control84/FolderIcon.png') no-repeat 0 2px;
  display: inline-block;
  cursor: pointer;
}
.zb-tree .zb-treelabel > span {
  margin-left: 18px;
  display: inline-block;
  margin-top: 1px;
  padding: 0px 4px 1px 4px;
}
.zb-tree .zb-treelabel > span:hover {
  text-decoration: underline;
}
.zb-tree .zb-tree-selected > span {
  background-color: #3080ff;
  color: white;
}
.zb-tree .zb-treechildren {
  padding-left: 20px;
}

/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
  float: left;
  width: 100px;
  height: 100px;
  cursor: crosshair;
  background-image: url('/Static/control89/SaturationFile.png');
}
.colorpicker-saturation i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  border: 1px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: row-resize;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: black;
  border-top: 1px solid white;
}
.colorpicker-hue {
  background-image: url('/Static/control89/HueFile.png');
}
.colorpicker-alpha {
  display: none;
  background-image: url('/Static/control89/AlphaFile.png');
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 2500;
  min-width: 130px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  line-height: 0;
  content: "";
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.colorpicker:after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url('/Static/control89/AlphaFile.png');
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
}
.colorpicker.colorpicker-inline {
  position: relative;
  z-index: auto;
  display: inline-block;
  float: none;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  height: auto;
  min-width: 110px;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: left;
  width: 100px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 0;
  cursor: col-resize;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  margin-top: 0;
  background: white;
  border: none;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url('/Static/control89/HueHorizontalFile.png');
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url('/Static/control89/AlphaHorizontalFile.png');
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  right: 6px;
  left: auto;
}
.colorpicker-right:after {
  right: 7px;
  left: auto;
}

