/**
 * Default Css
 */
.lookup_dialog,
.TForm,
.TPageControl,
.form_content {
  background: #fff;
}
.header-dasboard {
  background: #0099cc !important;
}
.TPanel.group_box {
  border: 1px solid #c4ced1;
}
.TPanel.group_box .TGrid {
  border: none !important;
}
.TPanel.group_box_title {
  border-bottom: 1px solid #c4ced1;
}
.TGrid.control_caption_top .TEdit,
.TGrid.control_caption_top .TComboBox,
.TGrid.control_caption_top .TDateTimePicker {
  border-radius: 4px;
}
.TGrid.control_caption_top .TEdit span,
.TGrid.control_caption_top .TComboBox span,
.TGrid.control_caption_top .TDateTimePicker span {
  z-index: 2;
  width: 100%;
  height: 50%;
  padding: 5px 14px 5px 14px;
}
.TGrid.control_caption_top .TEdit span label,
.TGrid.control_caption_top .TComboBox span label,
.TGrid.control_caption_top .TDateTimePicker span label {
  text-align: left;
  color: #999999;
  font-weight: normal;
  /*font-size: 14px !important;*/
}
.TGrid.control_caption_top .TEdit input,
.TGrid.control_caption_top .TComboBox input,
.TGrid.control_caption_top .TDateTimePicker input {
  width: 100% !important;
  left: 0 !important;
  padding: 15px 14px 0 14px;
  -webkit-transition: border 0.3s ease-in-out 0s !important;
  transition: border 0.3s ease-in-out 0s !important;
  border-color: #7070703;
}
#mainLauncerForm #sbMain {
  /*Menu Header Styles*/
  /*ul Styles*/
}
#mainLauncerForm #sbMain .TWebDiv {
  background-color: #414146 !important;
}
#mainLauncerForm #sbMain nav * {
  margin: 0px;
  padding: 0px;
}
#mainLauncerForm #sbMain nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  /*line-height: 1.5;*/
  /*margin: 20px auto;*/
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#mainLauncerForm #sbMain .menu-item {
  background: #414146;
  /*text-align: center;*/
  width: 100%;
  white-space: nowrap;
}
#mainLauncerForm #sbMain .menu-item .menu-item-wrapper .menu-item-icon {
  padding-right: 5px;
  float: right;
  /*.flex-last();*/
}
#mainLauncerForm #sbMain .menu-item h4 {
  /*border-bottom: 1px solid #ccc;	*/
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 6px;
  cursor: pointer;
  /*.fa{*/
  /*	color: #CB121B;*/
  /*}*/
  /*Gradient*/
  background: #414146;
  background: -moz-linear-gradient(top, #414146 0%, #414146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414146), color-stop(100%, #414146));
  background: -webkit-linear-gradient(top, #414146 0%, #414146 100%);
  background: -o-linear-gradient(top, #414146 0%, #414146 100%);
  background: -ms-linear-gradient(top, #414146 0%, #414146 100%);
  background: linear-gradient(to bottom, #414146 0%, #414146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414146', endColorstr='#414146', GradientType=0);
}
#mainLauncerForm #sbMain .menu-item h4:hover {
  background: #5C5C63;
  /*font-weight: bold;*/
}
#mainLauncerForm #sbMain .menu-item h4 {
  /*color: white;*/
  height: 35px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#mainLauncerForm #sbMain .menu-item ul {
  /*background: #fff;*/
  font-size: 13px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  /*Animation*/
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  -o-transition: height .5s ease;
  -ms-transition: height .5s ease;
  transition: height .5s ease;
}
#mainLauncerForm #sbMain .menu-item ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#mainLauncerForm #sbMain .menu-item li {
  text-decoration: none;
  cursor: pointer;
  height: 35px;
  color: #fff;
  padding: 10px 0px 5px 25px;
  /*text-align: center;*/
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  /*span{*/
  /*	color: #CB121B;*/
  /*}*/
}
#mainLauncerForm #sbMain .menu-item li:hover {
  background: #5C5C63;
  /*font-weight: bold;*/
}
#mainLauncerForm #sbMain .menu-item-selected {
  background: #0099cc;
  /*font-weight: bold;*/
}
#mainLauncerForm #sbMain #edtSearchMenu input {
  outline: 0;
  border: 0 none;
  background: none;
}
#mainLauncerForm #pnlSidebar #edtSearchMenu input {
  outline: 0;
  border: 0 none;
  background: none;
}
/*Login*/
#login .TEdit input {
  border: none;
  border-bottom: 1px solid #dadada;
  padding: 0;
  outline: none;
}
/*End Login*/
.button {
  background: #0099CC;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*padding: 0px 10px;*/
  font-family: arial;
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
}
.button.enabled:hover {
  cursor: pointer !important;
  -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa;
  -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa;
  box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa;
  background: #037196;
}
.button.enabled:active {
  -webkit-box-shadow: 0px 1px 5px 0px #808080 inset;
  -moz-box-shadow: 0px 1px 5px 0px #808080 inset;
  box-shadow: 0px 1px 5px 0px #808080 inset;
  background: #037196;
}
.check_box_unchecked {
  position: relative;
  background: url(check_box.png) 0px 0px no-repeat;
}
.check_box_checked {
  position: relative;
  background: url(check_box.png) -13px 0px no-repeat;
}
.check_box_gray {
  position: relative;
  background: url(check_box.png) -26px 0px no-repeat;
}
.check_box_label {
  position: absolute;
  /*overflow: hidden;*/
  top: 0px;
  left: 16px;
}
.TComboBox input {
  border: 0.5px solid #dadada;
  position: absolute;
  top: 0px;
}
.readOnly input {
  background-color: #f9f9f9;
}
/*.TComboBox input[readonly]{*/
/*	background-color: #f9f9f9;*/
/*}*/
.TComboBox span {
  overflow: hidden;
  display: table;
  position: absolute;
  height: 100%;
  top: 0px;
}
.TComboBox label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 4px;
  height: 100%;
}
.cb-webblock.TComboBox label {
  text-align: left;
}
.combo_box_button {
  position: absolute;
  /*background: url(combo_box.png) no-repeat;*/
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.combo_box_button:hover {
  /*background: url(combo_box.png) -48px no-repeat;*/
}
.combo_box_button:active {
  /*background: url(combo_box.png) -16px no-repeat;*/
}
.combo_box_item {
  cursor: default;
  margin: 0px 4px 0px 4px;
  border-bottom: 0.5px solid #dadada;
  /*-moz-box-shadow: inset #B3B3B3 0 -1px 0 0;
	-webkit-box-shadow: inset #B3B3B3 0 -1px 0 0;
	box-shadow: inset #B3B3B3 0 -1px 0 0;*/
}
.combo_box_item:hover {
  color: #EAEBDE;
  background: #7796AD;
}
.combo_box_item.active {
  color: #EAEBDE;
  background: #7796AD;
}
.combo_box_item.selected {
  color: #EAEBDE;
  background: #7796AD;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
	 Introduced in IE 10.
	 See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	 */
  -ms-user-select: none;
  user-select: none;
}
body {
  /*color: #777;*/
  /*background: none;*/
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  height: 100%;
  width: 100%;
  /*overflow-x: hidden;*/
  /*overflow-y: hidden;*/
  margin: 0;
  padding: 0;
  /*position: fixed;*/
  color: #5A5757;
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}
textarea,
pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  color: #5A5757;
}
input {
  padding: 0px 4px;
  color: #5A5757;
}
.TEdit input {
  border: 0.5px solid #dadada !important;
  position: absolute;
  top: 0px;
}
.TDateTimePicker input[readonly],
.TEdit input[readonly] {
  background-color: #f9f9f9;
}
.TEdit span {
  overflow: hidden;
  display: table;
  position: absolute;
  height: 100%;
  top: 0px;
}
.TEdit label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 4px;
  height: 100%;
}
.TMemo textarea {
  border: 0.5px solid #dadada;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.TMemo textarea[readonly] {
  background-color: #f9f9f9;
}
.TMemo .pen {
  border: 0.5px solid #dadada;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.TMemo .pen[readonly] {
  background-color: #f9f9f9;
}
.TMemo .caption {
  overflow: hidden;
  display: table;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}
.TMemo .caption label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-right: 4px;
  height: 100%;
}
.drop_down_button {
  position: absolute;
  top: 0px;
  width: 14px;
  right: 0px;
  height: 100%;
  display: table;
}
.drop_down_button div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.TDateTimePicker input {
  border: 0.5px solid #dadada;
  position: absolute;
  top: 0px;
}
.TDateTimePicker span {
  overflow: hidden;
  display: table;
  position: absolute;
  height: 100%;
  top: 0px;
}
.TDateTimePicker label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 4px;
  height: 100%;
}
div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 196px;
  height: 147px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
.datepickerContainer {
  background: white;
  position: absolute;
  top: 0px;
  width: 250px;
  height: 147px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  border-bottom: 0.5px solid #bbb;
  border-left: 0.5px solid #ccc;
  border-right: 0.5px solid #ccc;
  border-top: 0.5px solid #ccc;
}
.picker {
  font-size: 16px;
}
.dateEdit {
  position: absolute;
}
.datepickerHidden {
  display: none;
}
div.datepicker table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
div.datepicker a {
  color: black;
  text-decoration: none;
  cursor: default;
  outline: none;
}
div.datepicker table td {
  text-align: center;
  padding: 0;
  margin: 0;
}
div.datepicker th {
  text-align: center;
  color: blaci;
  font-weight: bold;
}
div.datepicker tbody th {
  text-align: center;
}
div.datepicker tbody a {
  display: block;
}
.datepickerDays a {
  width: 30px;
  line-height: 26px;
  height: 26px;
  padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a {
  width: 44px;
  line-height: 26px;
  height: 26px;
  text-align: center;
}
td.datepickerNotInMonth a {
  color: lightgray;
}
tbody.datepickerDays td.datepickerSelected {
  background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
  color: #999;
}
div.datepicker tbody th {
  text-align: center;
}
.datepickerSpace div {
  width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.datepickerGoNext a {
  float: right;
  width: 20px;
}
.datepickerGoPrev a {
  float: left;
  width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
  color: #333;
}
td.datepickerDisabled a:hover {
  color: #333;
}
td.datepickerSpecial a {
  background: #700;
}
td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/*eLearningCourse*/
.el_header {
  background-color: #0099cc;
}
.el_underline {
  background-color: #0099cc;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer.hide {
  display: none;
}
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  /*padding: 4px;*/
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 4px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
  height: 100%;
  width: 28px;
  float: right;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 20px;
  height: 100%;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.TForm.bsResizable,
.TForm.modal,
.TForm.shadow {
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
}
.form_content {
  position: absolute;
}
.form_content.design_mode {
  position: absolute;
  background: url(form_grid.png);
}
.form_border_caption {
  color: #fcfcfa;
  background-color: #5f5f5f;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.form_border_top {
  position: absolute;
  top: 0px;
  /*background: url(form_border_top.png) repeat-x;*/
  background-position: 0px 0px;
}
.form_border_top_left {
  position: absolute;
  top: 0px;
  /*background: url(form_border_top_left.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_top_right {
  position: absolute;
  top: 0;
  /*background: url(form_border_top_right.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_right {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 4px;
  /*background: url(form_border_right.png) repeat-y;*/
}
.form_border_right_top {
  position: absolute;
  top: 0px;
  right: 0px;
  /*background: url(form_border_right_top.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_right_bottom {
  position: absolute;
  right: 0px;
  width: 4px;
  /*background: url(form_border_right_bottom.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_left {
  position: absolute;
  overflow: hidden;
  width: 4px;
  left: 0px;
  /*background: url(form_border_left.png) repeat-y;*/
}
.form_border_left_top {
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: url(form_border_left_top.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_left_bottom {
  position: absolute;
  left: 0px;
  overflow: hidden;
  width: 4px;
  /*background: url(form_border_left_bottom.png) no-repeat;*/
  background-position: 0px 0px;
}
.form_border_bottom {
  position: absolute;
  /*background: url(form_border_bottom.png) repeat-x;*/
  background-position: 0px 0px;
}
.form_sysbtn_0 {
  position: absolute;
  right: 2px;
  width: 16px;
  height: 17px;
  top: 4px;
  background: url(form_sysbtn_0.png) no-repeat;
  background-position: 0px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_sysbtn_0:hover {
  background-position: -32px 0px;
}
.form_sysbtn_1 {
  position: absolute;
  right: 21px;
  width: 16px;
  height: 17px;
  top: 4px;
  background: url(form_sysbtn_1.png) no-repeat;
  background-position: 0px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_sysbtn_1:hover {
  background-position: -32px 0px;
}
.form_sysbtn_2 {
  position: absolute;
  right: 40px;
  width: 16px;
  height: 17px;
  top: 4px;
  background: url(form_sysbtn_2.png) no-repeat;
  background-position: 0px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_sysbtn_2:hover {
  background-position: -32px 0px;
}
.form_sysbtn_3 {
  position: absolute;
  right: 21px;
  width: 16px;
  height: 17px;
  top: 4px;
  background: url(form_sysbtn_3.png) no-repeat;
  background-position: 0px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_sysbtn_3:hover {
  background-position: -32px 0px;
}
.md-modal {
  position: fixed;
  font-size: 16px;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-content {
  color: #000;
  background: #EFEFEF;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /*opacity: 0.8;*/
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > div {
  padding: 15px 40px 30px;
  background-color: white;
  margin: 0;
  /*font-weight: bold;*/
  font-size: 18px;
}
.md-content .md-close {
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-close {
  border: none;
  padding: 10px 20px;
  background: #DDDDDD;
  font-family: Arial, 'Lato', Calibri, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 6px 6px;
  border-radius: 2px;
}
.md-close:hover {
  background: #777777;
}
.TGrid {
  border: 0.5px solid #dadada;
}
.grid {
  position: absolute;
  font-size: 12px;
  border-collapse: seperate;
  border-spacing: 0;
  table-layout: fixed;
  background-color: white;
}
.grid tr {
  overflow: hidden;
}
.grid tr div {
  border-box: border-box;
}
.grid_fixed_cell {
  background: #F9F9F9;
  /*border-bottom:0.5px solid #dadada;
    border-right:0.5px solid #dadada;*/
  outline: 0.5px solid #dadada;
  /*border-left: none;*/
}
.grid_curr_cell {
  border: 2px solid #5f5f5f;
  /* #4285f4;*/
  box-sizing: border-box;
}
.grid_selected_cell {
  background-color: #a0c3ff;
  opacity: 0.2;
}
.grid_cell {
  /*border-bottom: 0.5px solid #dadada;
    border-right: 0.5px solid #dadada;*/
  outline: 0.5px solid #dadada;
  background: white;
  cursor: default;
  /*overflow: hidden;*/
}
.grid_cell_value {
  text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 2px;
  word-wrap: break-word;
  white-space: pre;
}
.grid_header_splitter {
  position: relative;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  float: right;
  cursor: e-resize;
}
.box_content {
  position: absolute;
  /*overflow: hidden;*/
  top: 12px;
  left: 2px;
}
.box_label {
  position: absolute;
  top: 2px;
  left: 8px;
  background: white;
  padding-left: 2px;
  padding-right: 2px;
}
.box_border {
  position: absolute;
  top: 10px;
  left: 1px;
  border: 0.5px solid #dadada;
  /*#B6B19A;*/
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.main_menu {
  background: #E6E4D6;
}
.main_menu_item {
  border: 0.5px solid #E6E4D6;
  background: #E6E4D6;
}
.main_menu_item:hover {
  border: 0.5px solid #FFFFF1;
}
.sub_menu {
  position: absolute;
  z-index: 100;
  background: #f9f9f9;
  border: 0.5px solid #838372;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.sub_menu_shadow {
  background: url(shadow.png);
}
.sub_menu_arrow {
  margin-top: 5px;
  background: url(sub_menu_arrow.png) no-repeat;
}
.sub_menu_separator {
  margin-left: 15px;
  margin-right: 15px;
  background: url(sub_menu_separator.png) repeat-x;
}
.sub_menu_item {
  background: #f9f9f9;
}
.sub_menu_item:hover {
  color: #EAEBDE;
  background: #7796AD;
}
.sub_menu_item.selected {
  color: #EAEBDE;
  background: #7796AD;
}
.TListBox {
  border: 0.5px solid #dadada;
  padding: 2px;
}
.list_box_item {
  cursor: default;
}
.list_box_item.selected {
  color: #EAEBDE;
  background: #7796AD;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget-content {
  border: 0.5px solid #aaaaaa;
  background: #ffffff url(progressBar_bg_flat.png) 50% 50% repeat-x;
  color: #222222 ;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 0.5px solid #aaaaaa;
  background: #cccccc url(progressBar_bg_hight.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.radio_button {
  position: relative;
}
.radio_button.unchecked {
  background: url(radio_button.png) no-repeat;
}
.radio_button.checked {
  background: url(radio_button.png) -13px no-repeat;
}
.radio_button_label {
  position: absolute;
  /*overflow: hidden;*/
  top: 0px;
  left: 16px;
}
.ScrollbarArrowUp_v {
  background: url(arrow_up_v.gif) no-repeat 0 0;
}
.ScrollbarArrowUp_v:hover {
  background-position: 0 -20px;
}
.ScrollbarArrowUp_v:active {
  background-position: 0 -40px;
}
.ScrollbarArrowDown_v {
  background: url(arrow_down_v.gif) no-repeat 0 0;
}
.ScrollbarArrowDown_v:hover {
  background-position: 0 -20px;
}
.ScrollbarArrowDown_v:active {
  background-position: 0 -40px;
}
.ScrollbarBackground_v {
  background: url(scroll_track_v.gif) repeat;
}
.ScrollbarPanel_v {
  background: url(scroll_panel_v.gif) no-repeat 0 0;
  background-position: center;
}
.ScrollbarArrowUp_h {
  background: url(arrow_up_h.png) no-repeat 0 0;
}
.ScrollbarArrowUp_h:hover {
  background-position: -20px 0;
}
.ScrollbarArrowUp_h:active {
  background-position: -40px 0;
}
.ScrollbarArrowDown_h {
  background: url(arrow_down_h.png) no-repeat 0 0;
}
.ScrollbarArrowDown_h:hover {
  background-position: -20px 0;
}
.ScrollbarArrowDown_h:active {
  background-position: -40px 0;
}
.ScrollbarBackground_h {
  background: url(scroll_track_h.png) repeat 0 0;
}
.ScrollbarPanel_h {
  background: url(scroll_panel_h.png) no-repeat 0 0;
  background-position: center top;
}
.tab_button_left {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 15px;
  height: 16px;
  background: url(tab_button_left.png) no-repeat;
}
.tab_button_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 16px;
  background: url(tab_button_right.png) no-repeat;
}
/*.tab_button_border_left{
 position: absolute;
 left: 0px;
 top: 0px;
 width: 5px;
 height: 18px;
 background: url(tab_button_border_left.png) no-repeat;
 }*/
.tab_button {
  cursor: pointer;
  position: absolute;
  white-space: nowrap;
  padding: 3px 10px 0 5px;
  left: 5px;
  top: 0px;
  background: #fff;
  background-color: #F8F8F8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /*box-sizing: border-box;	*/
}
.tab_button_active {
  position: absolute;
  white-space: nowrap;
  left: 5px;
  top: 0px;
  cursor: pointer;
  height: 21px;
  padding: 0px 10px 0 5px !important;
  z-index: 1;
  background: #fff;
  border-left: 0.5px solid #dadada;
  border-right: 0.5px solid #dadada;
  border-top: 3px solid #0099CC;
  /*#FCCB31;	*/
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /*border-left: 0;*/
  /*border-right: 0;*/
  /*border-top: 3px solid #0099CC;*/
  /*border-radius: 0;*/
  /*-webkit-border-radius: 0;*/
  background-color: #fff;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16);
  /*box-sizing: border-box;*/
}
.tab_sheet {
  position: absolute;
  /*-webkit-box-shadow:inset 0px 0px 0px 1px #dadada;
    -moz-box-shadow:inset 0px 0px 0px 1px #dadada;
    box-shadow:inset 0px 0px 0px 1px #dadada;*/
  /*border: 0.5px solid #dadada;*/
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  top: 18px;
  background: white;
  /*box-sizing: border-box;*/
}
.clBtnFace {
  background: white;
  /*background:#f9f9f9;*/
}
.TToolButton {
  margin: 1px;
  /*border: 0.5px solid #f9f9f9;*/
}
.tool_button_separator {
  position: absolute;
  left: 50%;
  top: 10%;
  height: 100%;
  width: 2px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: gray;
}
.TToolButton.downed {
  margin: 1px;
  border: 0.5px solid #120000;
  background: #FFFFFF;
}
.TToolButton.enabled:hover {
  margin: 1px;
  border: 0.5px solid #120000;
  background: #7796AD;
}
.TToolButton.enabled:active {
  margin: 1px;
  border: 0.5px solid #120000;
  background: #EAEBDE;
}
.TTreeView {
  border: 0.5px solid #dadada;
  outline: none;
  background: white;
}
.tree_view_icon_collapse {
  background: url(minus.png);
}
.tree_view_icon_expand {
  background: url(plus.png);
}
.tree_node_line_v {
  background: url(dot.png) repeat-y;
}
.tree_node_line_h {
  background: url(dot.png) repeat-x;
}
.tree_node_caption {
  cursor: default;
}
.tree_node_caption.selected {
  color: #EAEBDE;
  background-color: #7796AD;
}
/* Licensed under MIT, https://github.com/sofish/pen */
/* basic reset */
.pen {
  /*font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  	font-size: 14px;
  	font-weight: 500;
  	padding-left:6px;
  	padding-right:6px;*/
}
.pen blockquote {
  padding-left: 10px;
  margin-left: 6px;
  border-left: 4px solid #1abf89;
}
/*.pen, .pen-menu, .pen-input, .pen textarea {
	font: 400 1.16em/1.45 Palatino, Optima, Georgia, serif;
	color: #331;
}

.pen:focus {
	outline: none;
}
.pen fieldset, img {
	border: 0;
}
.pen a {
	color: #1abf89;
	cursor: pointer;
}
.pen del {
	text-decoration: line-through;
}
.pen sub, .pen sup {
	font-size: 75%;
	position: relative;
	vertical-align: text-top;
}
:root .pen sub, :root .pen sup {
	vertical-align: baseline; 
}
.pen sup {
	top: -0.5em;
}
.pen sub {
	bottom: -0.25em;
}
.pen hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 25px;
	*color: pink;
	*filter: chroma(color=pink);
	height: 10px;
	*margin: -7px 0 15px;
}
.pen small {
	font-size: 0.8em;
	color: #888;
}
.pen em, .pen b, .pen strong {
	font-weight: 700;
}
.pen pre {
	white-space: pre-wrap;
	padding: 0.85em;
	background: #f8f8f8;
}*/
/* block-level element margin */
/*.pen p, .pen pre, .pen ul, .pen ol, .pen dl, .pen form, .pen table, .pen blockquote {
	margin-bottom: 16px;
}*/
/* headers */
/*.pen h1, .pen h2, .pen h3, .pen h4, .pen h5, .pen h6 {*/
/*margin-bottom: 16px;*/
/*font-weight: bold;*/
/*font-weight: 400;*/
/*line-height: 1;*/
/*}*/
/*.pen h1 {
	font-size: 1.2em;
}
.pen h2 {
	font-size: 1.2em;
}
.pen h3 {
	font-size: 1.1em;
}
.pen h4 {
	font-size: 1.1em;
}
.pen h5, .pen h6 {
	font-size: 1em;
}*/
/* list */
/*.pen ul, .pen ol {
	margin-left: 1.2em;
}
.pen ul, .pen-ul {
	list-style: disc;
}
.pen ol, .pen-ol {
	list-style: decimal;
}
.pen li ul, .pen li ol, .pen-ul ul, .pen-ul ol, .pen-ol ul, .pen-ol ol {
	margin: 0 2em 0 1.2em;
}
.pen li ul, .pen-ul ul, .pen-ol ul {
	list-style: circle;
}*/
/* pen menu */
.pen-menu [class^="icon-"],
.pen-menu [class*=" icon-"] {
  /* reset to avoid conflicts with Bootstrap */
  background: transparent;
  background-image: none;
}
.pen-menu {
  min-width: 320px;
}
.pen-menu,
.pen-input {
  font-size: 14px;
  line-height: 1;
}
.pen-menu {
  white-space: nowrap;
  box-shadow: 4px 4px 8px 2px;
  background: #333;
  background-image: linear-gradient(to bottom, #222222, #333333);
  /*opacity: 0.9;*/
  position: fixed;
  height: 36px;
  border: 1px solid #333;
  border-radius: 3px;
  display: none;
  z-index: 1001;
}
/*.pen-menu:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pen-menu:after {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
	border-width: 6px;
	left: 50%;
	margin-left: -6px;
}*/
/*.pen-menu-below:after {
	top: -11px;
	display: block;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
/*.pen-icon {
	font: normal 16px/40px FontAwesome;
	min-width: 20px;
	display: inline-block;
	padding: 0 10px;
	height: 36px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pen-icon:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pen-icon:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pen-icon:hover {
	background: #000;
}
.pen-icon.active {
	color: #1abf89;
	background: #000;
	box-shadow: inset 2px 2px 4px #000;
}*/
.pen-input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 36px;
  line-height: 20px;
  background: #333;
  color: #fff;
  border: none;
  text-align: center;
  display: none;
  font-family: arial, sans-serif;
}
.pen-input:focus {
  outline: none;
}
.pen-menu [class^="icon-"]:before,
.pen-menu [class*=" icon-"]:before {
  font-family: "pen";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.pen {
  position: relative;
}
.pen.hinted h1:before,
.pen.hinted h2:before,
.pen.hinted h3:before,
.pen.hinted h4:before,
.pen.hinted h5:before,
.pen.hinted h6:before,
.pen.hinted blockquote:before,
.pen.hinted hr:before {
  color: #eee;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  padding-right: 10px;
}
.pen.hinted blockquote {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.pen.hinted blockquote:before {
  color: #1abf89;
  content: ">";
  font-weight: bold;
  vertical-align: center;
}
.pen.hinted h1:before {
  content: "#";
}
.pen.hinted h2:before {
  content: "##";
}
.pen.hinted h3:before {
  content: "###";
}
.pen.hinted h4:before {
  content: "####";
}
.pen.hinted h5:before {
  content: "#####";
}
.pen.hinted h6:before {
  content: "######";
}
.pen.hinted hr:before {
  content: "﹘﹘﹘";
  line-height: 1.2;
  vertical-align: bottom;
}
.pen.hinted pre:before,
.pen.hinted pre:after {
  content: "```";
  display: block;
  color: #ccc;
}
.pen.hinted ul {
  list-style: none;
}
.pen.hinted ul li:before {
  content: "*";
  color: #999;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -1.2em;
  display: inline-block;
  width: 1.2em;
}
.pen.hinted b:before,
.pen.hinted b:after {
  content: "**";
  color: #eee;
  font-weight: normal;
}
.pen.hinted i:before,
.pen.hinted i:after {
  content: "*";
  color: #eee;
}
.pen.hinted a {
  text-decoration: none;
}
.pen.hinted a:before {
  content: "[";
  color: #ddd;
}
.pen.hinted a:after {
  content: "](" attr(href) ")";
  color: #ddd;
}
.pen-placeholder:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-placeholder);
  color: #999;
  cursor: text;
}
.fa-h1:before {
  content: "H1";
}
.fa-h2:before {
  content: "H2";
}
.fa-h3:before {
  content: "H3";
}
.fa-h4:before {
  content: "H4";
}
.fa-h5:before {
  content: "H5";
}
.fa-p:before {
  content: "P";
}
.pen-image-tooltip {
  padding: 10px;
  width: 300px;
}
.pen-image-tooltip:after {
  clear: both;
  content: "";
  display: table;
}
.pen-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.pen-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.pen-image-tooltip .input {
  box-sizing: border-box;
  width: 100%;
}
.pen-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px;
}
.pen-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
.pen-link-tooltip {
  padding: 5px 10px;
}
.pen-link-tooltip input.input {
  width: 170px;
}
.pen-link-tooltip input.input,
.pen-link-tooltip a.done {
  display: none;
}
.pen-link-tooltip a.change {
  margin-right: 4px;
}
.pen-link-tooltip.editing input.input,
.pen-link-tooltip.editing a.done {
  display: inline-block;
}
.pen-link-tooltip.editing a.url,
.pen-link-tooltip.editing a.change,
.pen-link-tooltip.editing a.remove {
  display: none;
}
.pen-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.pen-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute;
}
.pen-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap;
}
.pen-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
}
.pen-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px;
}
.pen-multi-cursor .cursor.hidden .cursor-flag {
  display: none;
}
.pen-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%;
}
.pen-multi-cursor .cursor.right .cursor-flag {
  right: -2px;
}
.pen-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%;
}
.pen-toolbar {
  box-sizing: border-box;
}
.pen-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000;
}
.pen-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.pen-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative;
}
.pen-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  tab-size: 4;
  white-space: pre-wrap;
}
.pen-editor div {
  margin: 0;
  padding: 0;
}
.pen-editor a {
  text-decoration: underline;
}
.pen-editor b {
  font-weight: bold;
}
.pen-editor i {
  font-style: italic;
}
.pen-editor s {
  text-decoration: line-through;
}
.pen-editor u {
  text-decoration: underline;
}
.pen-editor a,
.pen-editor b,
.pen-editor i,
.pen-editor s,
.pen-editor u,
.pen-editor span {
  background-color: inherit;
}
.pen-editor img {
  max-width: 100%;
}
.pen-editor blockquote,
.pen-editor ol,
.pen-editor ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.pen-editor ol {
  list-style-type: decimal;
}
.pen-editor ul {
  list-style-type: disc;
}
.pen-editor.pen-ie-9 br,
.pen-editor.pen-ie-10 br {
  display: none;
}
.pen-dark .pen-image-tooltip a {
  border: 1px solid #06c;
}
.pen-dark .pen-image-tooltip a.insert {
  background-color: #06c;
  color: #fff;
}
.pen-dark .pen-image-tooltip .preview {
  border-color: #ccc;
  color: #ccc;
}
.pen-dark .pen-link-tooltip a,
.pen-dark .pen-link-tooltip span {
  line-height: 25px;
}
.pen-dark .pen-multi-cursor .cursor-name {
  border-radius: 4px;
  font-size: 11px;
  font-family: Arial;
  margin-left: -50%;
  padding: 4px 10px;
}
.pen-dark .pen-multi-cursor .cursor-triangle {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0px;
  margin-left: -3px;
  width: 0px;
}
.pen-dark .pen-multi-cursor .cursor.left .cursor-name {
  margin-left: -8px;
}
.pen-dark .pen-multi-cursor .cursor.right .cursor-flag {
  right: auto;
}
.pen-dark .pen-multi-cursor .cursor.right .cursor-name {
  margin-left: -100%;
  margin-right: -8px;
}
.pen-dark .pen-multi-cursor .cursor-triangle.bottom {
  border-top: 4px solid transparent;
  display: block;
  margin-bottom: -1px;
}
.pen-dark .pen-multi-cursor .cursor-triangle.top {
  border-bottom: 4px solid transparent;
  display: none;
  margin-top: -1px;
}
.pen-dark .pen-multi-cursor .cursor.top .cursor-triangle.bottom {
  display: none;
}
.pen-dark .pen-multi-cursor .cursor.top .cursor-triangle.top {
  display: block;
}
.pen-dark.pen-toolbar {
  box-sizing: border-box;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pen-dark.pen-toolbar .pen-format-group {
  display: inline-block;
  /*margin-right: 15px;*/
  vertical-align: middle;
}
.pen-dark.pen-toolbar .pen-format-separator {
  box-sizing: border-box;
  background-color: #ddd;
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1px;
}
.pen-dark.pen-toolbar .pen-format-button {
  color: white;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: 24px;
}
.pen-dark.pen-toolbar .pen-picker {
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-label {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  color: white;
  line-height: 24px;
  vertical-align: middle;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.pen-dark.pen-toolbar .pen-picker-label,
.pen-dark.pen-toolbar .pen-format-button:hover {
  color: #06c;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-options {
  background-color: #333;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-options .pen-picker-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  color: white;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-options .pen-picker-item.pen-selected,
.pen-dark.pen-toolbar .pen-picker .pen-picker-options .pen-picker-item:hover {
  color: #06c;
}
.pen-dark.pen-toolbar .pen-picker.pen-expanded .pen-picker-label {
  border-color: #ccc;
  color: #ccc;
  z-index: 2;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-options {
  border-color: #ccc;
  border-top-color: #333;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  width: auto;
  margin-top: 2px;
  z-index: 1;
}
.pen-dark.pen-toolbar .pen-picker.pen-color-picker .pen-picker-options {
  padding: 5px;
  background-color: #fff;
  width: 152px;
}
.pen-dark.pen-toolbar .pen-picker.pen-color-picker .pen-picker-options .pen-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.pen-dark.pen-toolbar .pen-picker.pen-color-picker .pen-picker-options .pen-picker-item.pen-primary-color {
  margin-bottom: 8px;
}
.pen-dark.pen-toolbar .pen-picker.pen-color-picker .pen-picker-options .pen-picker-item.pen-selected,
.pen-dark.pen-toolbar .pen-picker.pen-color-picker .pen-picker-options .pen-picker-item:hover {
  border: 2px solid;
  border-color: #000;
}
.pen-dark.pen-toolbar .pen-picker.pen-font {
  width: 40px;
}
.pen-dark.pen-toolbar .pen-picker.pen-size {
  width: 40px;
}
.pen-dark.pen-toolbar .pen-picker.pen-color {
  width: 40px;
}
.pen-dark.pen-toolbar .pen-picker.pen-background {
  width: 40px;
}
.pen-dark.pen-toolbar .pen-picker.pen-align {
  width: 40px;
}
.pen-dark.pen-toolbar .pen-picker.pen-font .pen-picker-label,
.pen-dark.pen-toolbar .pen-picker.pen-size .pen-picker-label,
.pen-dark.pen-toolbar .pen-picker.pen-color .pen-picker-label,
.pen-dark.pen-toolbar .pen-picker.pen-background .pen-picker-label,
.pen-dark.pen-toolbar .pen-picker.pen-align .pen-picker-label {
  padding-left: 8px;
  padding-right: 8px;
}
.pen-dark.pen-toolbar .pen-picker .pen-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAABJSUlAQEBERERFRUVERERERERERERERERFRUVEREREREREREREREQJcW6NAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.pen-dark.pen-toolbar .pen-picker.pen-expanded .pen-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAdElEQVR42mP4//8/VfBINGjVqlUMhw4dEj148OBpEAaxQWKkGgQz5BIQ/4fiSyAxkg2CuuQ/Gj5DjkFHsRh0jJwwwooHzCCQ145g8dpRcgw6j8WgCyQbtH//fhmgxttIhtwGiZETRjDDLoIwiA0UG820FGAA5b25+qRqGXcAAAAASUVORK5CYII=");
}
.pen-dark.pen-toolbar:not(.ios) .pen-picker:not(.pen-expanded) .pen-picker-label:hover {
  color: #06c;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAAAAYc4AZMgAZcwAZs0AZs0AZs0AZ8wAZswAZs0AZswAZswAZswAZsx12LPhAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.pen-dark .pen-tooltip {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #222;
}
.pen-dark .pen-tooltip a {
  color: #06c;
}
.pen-dark .pen-tooltip .input {
  border: 1px solid #ccc;
  margin: 0px;
  padding: 5px;
}
.pen-dark a {
  color: #06c;
}
.bg-warning {
  background: rgba(236, 177, 79, 0.9);
  color: #fefefe;
}
.bg-success {
  background: rgba(164, 227, 117, 0.9);
  color: #fefefe;
}
.bg-info {
  background: rgba(83, 191, 239, 0.8);
  color: #fefefe;
}
.bg-danger {
  background: rgba(184, 2, 2, 0.8);
  color: #fefefe;
}
.bg-highlight {
  background: rgba(186, 192, 200, 0.8);
  color: #fefefe;
}
/*// Toast*/
/*// Variables*/
/*// Styles*/
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* #endregion */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* End toast */
/* Material Design */
/* Input and Label */
.group {
  position: relative;
  margin-bottom: 45px;
}
.md-input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 1px solid #757575;
}
.md-input:focus {
  outline: none;
}
/* .md-label ======================================= */
.md-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
/* active state */
.md-input:focus ~ .md-label,
.md-input:valid ~ .md-label {
  top: -20px;
  font-size: 14px;
  color: #5264AE;
}
/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  /*width:300px;*/
}
.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
/* active state */
.md-input:focus ~ .bar:before,
.md-input:focus ~ .bar:after {
  width: 50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active state */
.md-input:focus ~ .highlight {
  -webkit-animation: md-inputHighlighter 0.3s ease;
  -moz-animation: md-inputHighlighter 0.3s ease;
  animation: md-inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes md-inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes md-inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes md-inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/* 
* =================
* Tree View V2 - CSS 27082019
* =================
*/
/* platform bgc */
.TIcon {
  /*
    .fa {
        color: @cl-icon;
    }
    */
}
.TIcon.icon-cl .fa {
  color: #707070 !important;
}
.combo_box_item {
  margin: 0;
  padding: 0 5px;
  background: transparent;
  border: none;
  /*color: @cl-menu-text-hover;*/
  color: #707070;
}
.template-editor {
  border-radius: 6px !important;
  background-color: transparent !important;
}
.template-editor .box_label {
  display: none;
}
.template-editor .box_border {
  border: none;
}
.template-editor .box_content {
  left: 0;
}
.template-editor .box_content div > div > span > label {
  font-size: 16px !important;
  font-weight: bold;
}
.template-editor .TMemo .pen {
  border: 1px solid #707070;
  border-radius: 4px;
}
.template-editor .web-image-file-name {
  display: -webkit-box !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
}
.template-editor .web-image-file-name > span {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-editor .scrollbox-template-editor {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.template-editor .scrollbox-template-editor .TLabel {
  background-color: transparent !important;
}
.template-editor .scrollbox-template-editor .TLabel.active {
  background-color: rgba(112, 112, 112, 0.3) !important;
  font-weight: 700;
}
.template-editor .scrollbox-template-editor .TLabel span {
  font-size: 16px !important;
}
.template-editor .template-editor-title {
  color: white !important;
  text-transform: capitalize;
}
.template-editor .form-template-editor-panel-title {
  background-color: #B48450;
}
.template-editor .TEdit label,
.template-editor .caption label {
  padding-right: 12px;
  font-weight: 700;
}
.template-editor .TGroupBox .box_content {
  top: 0 !important;
}
.template-editor .TTreeView {
  border: none;
}
.template-editor .TTreeNode .tree_node_caption.selected {
  background-color: transparent;
  color: #707070;
}
.template-editor .TTreeNode.selected {
  background-color: rgba(112, 112, 112, 0.3);
}
.template-editor .TTreeNode .tree_view_icon_collapse,
.template-editor .TTreeNode .tree_view_icon_expand {
  height: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.template-editor .TTreeNode .tree_view_icon_collapse:before {
  content: "\f068";
}
.template-editor .TTreeNode .tree_view_icon_expand:before {
  content: "\f067";
  height: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.template-editor .TTreeNode .tree_view_icon_collapse ~ .tree_node_caption,
.template-editor .TTreeNode .tree_view_icon_expand ~ .tree_node_caption {
  font-weight: 700;
}
.tab-editor-title {
  background: #B48450 !important;
}
.tab-editor-title .TLabel span {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-editor-title .tab-editor-icon {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.tab-editor-title .lbl-editor-title {
  display: flex !important;
  align-items: center !important;
}
.tab-editor-title .fa {
  color: #ffffff;
}
/* Right-side menu */
.tree-view-body {
  background-color: #5d606a !important;
  border: 1px solid #707070;
}
.tree-view-body .tab_sheet {
  background-color: #5D606A !important;
}
.tree-view-body .TTabSheet {
  background-color: #5D606A !important;
}
.tree-view-body .TTabSheet .TComboBox label,
.tree-view-body .TTabSheet .TEdit label {
  color: #FFFFFF !important;
}
.tree-view-body .TTabSheet .TComboBox input,
.tree-view-body .TTabSheet .TEdit input {
  background-color: #FFFFFF;
  color: #5D606A;
  border-radius: 0;
}
.tree-view-body .TTabSheet .TEdit {
  opacity: 1 !important;
}
.tree-view-body #pnlTheme {
  background: #5D606A !important;
}
.tree-view-body .TGrid .grid_fixed_cell,
.tree-view-body .TGrid .grid_cell {
  background-color: #5D606A !important;
  color: #FFFFFF !important;
}
.tree-view-body .TGrid .header {
  background-color: #000000 !important;
  font-weight: 700;
}
.tree-view-body .TGrid table {
  border-spacing: 2px !important;
}
.tree-view-body .TGrid table tr td:first-child {
  width: 0 !important;
}
.setting-section .section-underline {
  border-bottom: 2px solid #FFFFFF !important;
}
.setting-section .setting-item {
  cursor: pointer;
}
.setting-section .setting-item .TLabel span {
  color: #FFFFFF;
  font-size: 14px !important;
  text-transform: uppercase;
}
.setting-section .setting-item .radio_button.checked:before {
  top: 5px !important;
}
.setting-section .setting-item .radio-setting {
  top: -2px !important;
}
.setting-section .setting-item .radio-setting > .checked:before {
  top: 17px !important;
}
.setting-section .setting-item .lbl-replace-component {
  cursor: pointer;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #B48450;
  border-radius: 20px;
}
.setting-section .setting-item .lbl-replace-component span {
  text-transform: unset;
  font-size: 12px;
  background: #B48450;
  border-radius: 20px;
}
.setting-section .setting-item .setting-item-sub-title span {
  text-transform: unset;
  font-size: 12px;
}
.setting-section .setting-item .setting-sub-caption span {
  font-size: 12px !important;
  font-style: italic;
}
.setting-section .setting-item .TImage {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.setting-section .setting-item .TImage img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.setting-section .setting-item .resize-bar-container {
  height: 100%;
  background-color: #5D606A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setting-section .setting-item .resize-bar-container .resize-bar {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.setting-section .setting-item .resize-bar-container .resize-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
}
.setting-section .setting-item .resize-bar-container .resize-bar::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.setting-section .setting-item .TComboBox input,
.setting-section .setting-item .TEdit input {
  outline: none;
  background: transparent !important;
  border: none;
  color: #FFF;
  font-size: 12px !important;
  padding: 0 !important;
}
.setting-section .setting-item .TComboBox input::placeholder,
.setting-section .setting-item .TEdit input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
}
.setting-section .setting-item .TComboBox input:-ms-input-placeholder,
.setting-section .setting-item .TEdit input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}
.setting-section .setting-item .TComboBox input::-ms-input-placeholder,
.setting-section .setting-item .TEdit input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}
.setting-section .setting-item .TComboBox .drop_down_button,
.setting-section .setting-item .TEdit .drop_down_button {
  color: #FFF !important;
}
.setting-section .setting-item.options .TComboBox input,
.setting-section .setting-item.options .TEdit input {
  border-bottom: 2px solid #FFF;
}
.setting-section .setting-item.options .sp-replacer {
  float: right !important;
  height: 29px !important;
}
#widgetOptions #pageCtrOption #tabMenu {
  /*background-color: rgba(180, 132, 80, 0.4) !important;*/
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container {
  position: relative !important;
  border-bottom: 1px solid #FFFFFF !important;
  top: 0 !important;
  height: auto !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .option-tab-content {
  top: 0 !important;
  height: 0 !important;
  padding: 0;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .option-tab-content > div {
  position: relative !important;
  top: 0 !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container > div {
  position: relative !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .option-arrow-icon {
  transition: all 0.1s linear;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .option-arrow-icon > span {
  font-size: 14px !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .sub-label-spacing span {
  font-size: 11px !important;
  font-style: italic;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox {
  height: 50px !important;
  background: transparent !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.unique {
  pointer-events: none;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.active {
  background: #FFFFFF !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.active span {
  color: #707070 !important;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.active .option-arrow-icon {
  transform: rotate(90deg);
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.active:after {
  display: none;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.active ~ .option-tab-content {
  height: auto !important;
  padding: 30px 0;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.switch div {
  position: relative;
  display: block;
  top: 0px !important;
  /* width: 5.5em; */
  height: 2em;
  cursor: pointer;
  border-radius: 1em;
  /* transition: 350ms; */
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #dddddd !important;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.switch div::after {
  position: absolute;
  content: '';
  width: 1.5em;
  height: 1.5em;
  top: 0.25em;
  left: 0.5em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background: linear-gradient(#f5f5f5 10%, #eeeeee);
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.switch div::before {
  position: absolute;
  content: '';
  width: calc(98.5%);
  height: 1em;
  top: 0.5em;
  left: 0.75em;
  border-radius: 0.5em;
  transition: 250ms ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #d0d0d0;
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(68, 204, 102, 0.7) inset;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.switch div.check_box_checked::before {
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 3em 0 0 0 rgba(68, 204, 102, 0.7) inset;
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .TCheckBox.switch div.check_box_checked::after {
  left: calc(98%);
}
#widgetOptions #pageCtrOption #tabMenu .option-tab-container .check_box_label {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
#widgetOptions #pageCtrOption .check_box_label {
  text-align: left !important;
  padding-left: 40px !important;
}
#widgetOptions #pageCtrOption .btn-group .TButton {
  background: #707070 !important;
  color: #FFF !important;
}
#widgetOptions #pageCtrOption .btn-group .TButton.active {
  background-color: #B48450 !important;
}
#widgetOptions #pageCtrOption .pen {
  padding: 10px;
  /*color: red !important;*/
}
#gbMain .form_content .contain-props-item {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#gbMain .form_content .contain-props-item .TPanel .fa {
  color: #fff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#gbMain .form_content .contain-props-item .TPanel .TComboBox .fa {
  color: #5d606a !important;
}
#gbMain .form_content .contain-props-item > .TPanel:first-child {
  border-bottom: 1px solid #3a3b3e !important;
  background: transparent;
}
#gbMain .form_content .contain-props-item > .TPanel:first-child .TLabel {
  color: #fff !important;
  text-transform: uppercase;
}
#gbMain .form_content .contain-props-item > .TPanel:nth-child(2) {
  /*padding-top: 20px;*/
}
#gbMain .form_content .contain-props-item > .TPanel:nth-child(2) .TLabel {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#gbMain .form_content .contain-props-item > .TPanel:nth-child(2) .TEdit input[type=text] {
  color: #fff;
  font-size: 14px !important;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: transparent !important;
  padding: 0px !important;
  border-bottom: 2px solid #fff;
}
#gbMain .form_content .contain-props-item > .TPanel:nth-child(2) .TEdit input[disabled] {
  color: #999;
  border-bottom: 2px solid #999;
}
#gbMain .form_content .contain-props-item.expand {
  /*
			.TPanel .fa{
				color: #333 !important;
				transform: rotate(90deg);
			}
			*/
}
#gbMain .form_content .contain-props-item.expand > .TPanel:first-child {
  /*background: #fff !important;*/
  background: #B48450  !important;
}
#gbMain .form_content .contain-props-item.expand > .TPanel:first-child .TLabel {
  /*color: #333 !important;*/
}
#gbMain .form_content .contain-props-item.expand > .TPanel:first-child .fa {
  /*color: #333 !important;*/
  transform: rotate(90deg);
}
/*END*/
/*Properties Tab - CSS 27082019*/
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu {
  /*background-color: rgba(180, 132, 80, 0.4) !important;*/
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container {
  position: relative !important;
  border-bottom: 1px solid #3a3b3e !important;
  top: 0 !important;
  height: auto !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .option-tab-content {
  top: 0 !important;
  height: 0 !important;
  padding: 0;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .option-tab-content > div {
  position: relative !important;
  top: 0 !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container > div {
  position: relative !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .option-arrow-icon {
  transition: all 0.1s linear;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .option-arrow-icon > span {
  font-size: 14px !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .option-arrow-icon .fa {
  color: #ffffff;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .sub-label-spacing span {
  font-size: 11px !important;
  font-style: italic;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox {
  height: 50px !important;
  background: transparent !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.unique {
  pointer-events: none;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.active {
  background: #FFFFFF !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.active span {
  color: #FFFFFF !important;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.active .option-arrow-icon {
  transform: rotate(90deg);
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.active:after {
  display: none;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .TCheckBox.active ~ .option-tab-content {
  height: auto !important;
  padding: 30px 0;
}
.widget-option-menu .widget-option-menu-page-ctr .widget-option-tab-menu .option-tab-container .check_box_label {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.widget-option-menu .widget-option-menu-page-ctr .check_box_label {
  text-align: left !important;
  padding-left: 40px !important;
}
.widget-option-menu .widget-option-menu-page-ctr .btn-group .TButton {
  background: #707070 !important;
  color: #FFF !important;
}
.widget-option-menu .widget-option-menu-page-ctr .btn-group .TButton.active {
  background-color: #B48450 !important;
}
.widget-option-menu .widget-option-menu-page-ctr .pen {
  padding: 10px;
  color: #FFF;
}
#gbMain .form_content .gb {
  border: 0.5px solid #ddd !important;
  border-radius: 20px;
}
#gbMain .form_content .TPanel {
  background-color: unset;
}
#gbMain .form_content .TPanel #ts_employment #tmpEmployment > .TPanel > .TLabel {
  background-color: #FFFFFF;
}
#gbMain .form_content .TPanel .check-box-div > .TIcon {
  border: 0.2px solid #7070703b !important;
}
#gbMain .form_content .TPanel .required label:after {
  content: " *";
  color: #a88159;
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: 3px;
}
#gbMain .form_content .TPanel .TDateTimePicker.required label:after {
  content: " *";
  color: #a88159;
  position: absolute;
  right: 80px;
  font-size: 24px;
  top: 3px;
}
#gbMain .form_content .TPanel .custom-icon-btn {
  background-color: #A88159 !important;
}
#gbMain .form_content .TPanel .custom-icon-btn > i.fa {
  transform: translateY(-1px);
  font-size: 14px !important;
}
#gbMain .form_content .TPanel .icon-option {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
}
#gbMain .form_content .TPanel .icon-option .fa-ellipsis-v {
  border-radius: 4px;
  background-color: #fff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
  color: #707070 !important;
  line-height: 24px !important;
}
#gbMain .form_content .TPanel .fa {
  /*font-size: 18px !important;*/
  font-size: 14px;
  line-height: 28px;
}
#gbMain .form_content .TPanel .fa-circle {
  font-size: 28px !important;
}
#gbMain .form_content .TPanel .small-size {
  margin-right: 5px;
}
#gbMain .form_content .TPanel .small-size .fa {
  color: #ADAFB4;
  font-size: 10px !important;
}
#gbMain .form_content .TPanel .large-size {
  margin-left: 5px;
}
#gbMain .form_content .TPanel .large-size .fa {
  color: #FFFFFF;
  font-size: 12px !important;
}
/*
#pcProperty {
	.TCheckBox {
		height: 14px !important;
		.check_box_unchecked, .check_box_checked{
			width: 14px !important;
			height: 14px !important;
			top: 5px !important;
			&:after{
				box-sizing: border-box;
				width: 14px;
				height: 14px;
				top: -5px;
				border: 1px solid transparent;
			}
			&:hover{
				&:after{
					border-color: #A88159;
					border-width: 2px;
				}
			}
	
		}
		.check_box_label{
			margin-left: 6px;
			line-height: 14px !important;
		}
	    .check_box_unchecked {
	        background: none;
	        &:after {
	        	border-color: rgb(103, 106, 108);
	            content: '';
	            display: block;
	            background: #FFFFFF;
	            position: absolute;
	            left: 0px;
	        }
	    }
	    .check_box_checked {
	        background: none;
	        position: relative;
	        &:before {
	            content: '';
	            display: inline-block;
	            width: 8px;
	            height: 3px;
	            border-bottom: 2px solid #fff;
	            border-left: 2px solid #fff;
	            position: absolute;
	            top: -1px;
				left: 3px;
	            -webkit-transform: rotate(-45deg);
	            -moz-transform: rotate(-45deg);
	            transform: rotate(-45deg);
	            z-index: 2;
	        }
	        &:after {
	            content: '';
	            display: block;
	            background: #A88159;
	            z-index: 1;
	            position: absolute;
	            left: 0px;
	        }
	    }
	    &.cb-blue {
	        >div {
	            background: none !important;
	            &.check_box_unchecked:after {
	                background: none;
	            }
	        }
	    }
	}
}
*/
/* END */
/* Custom Scroll Bar */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #a88159;
}
::-webkit-scrollbar-corner {
  display: none;
}
.hide-scroll ::-webkit-scrollbar {
  width: 0;
}
.tooltip {
  background: #111;
  color: white;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding: 0.6em 0.75rem;
  border-radius: 4px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem -0.5rem black;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
}
.tooltip-table td,
.tooltip-table th {
  position: relative;
}
.tooltip-visible {
  visibility: visible;
  opacity: 0.9;
}
.tooltip::before {
  content: ' ';
  display: block;
  background: inherit;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
}
.tooltip-n::before {
  top: -3px;
  left: 50%;
  margin-left: -5px;
}
.tooltip-nw::before {
  top: -3px;
  left: 10px;
}
.tooltip-ne::before {
  top: -3px;
  right: 10px;
}
.tooltip-s::before {
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
}
.tooltip-se::before {
  bottom: -3px;
  right: 10px;
}
.tooltip-sw::before {
  bottom: -3px;
  left: 10px;
}
.tooltip-w::before {
  left: -3px;
  top: 50%;
  margin-top: -5px;
}
.tooltip-e::before {
  right: -3px;
  top: 50%;
  margin-top: -5px;
}
/*END*/
