.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(../images/check_box.png) -0px 0px no-repeat;
}
.check_box_checked{
  position: relative;
  background: url(../images/check_box.png) -13px 0px no-repeat;
}
.check_box_gray{
  position: relative;
  background: url(../images/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;
}
.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%;
}
.combo_box_button {
	position: absolute;
	/*background: url(../images/combo_box.png) no-repeat;*/
	top: 0px;
	right: 0px;
	width: 16px;
	height: 16px;
	z-index: 1;
}
.combo_box_button:hover {
	/*background: url(../images/combo_box.png) -48px no-repeat;*/
}
.combo_box_button:active {
	/*background: url(../images/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;*/
	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;
	position: absolute;
	top: 0px;
}
.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,.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;
}


/* 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(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, 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, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, 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(../images/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(../images/form_border_top.png) repeat-x;*/
	background-position: 0px 0px;
}
.form_border_top_left {
	position: absolute;
	top: 0px;
	/*background: url(../images/form_border_top_left.png) no-repeat;*/
	background-position: 0px 0px;
}
.form_border_top_right {
	position: absolute;
	top: 0;
	/*background: url(../images/form_border_top_right.png) no-repeat;*/
	background-position: 0px 0px;
}
.form_border_right {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 4px;
	/*background: url(../images/form_border_right.png) repeat-y;*/
}
.form_border_right_top {
	position: absolute;
	top: 0px;
	right: 0px;
	/*background: url(../images/form_border_right_top.png) no-repeat;*/
	background-position: 0px 0px;
}
.form_border_right_bottom {
	position: absolute;
	right: 0px;
	width: 4px;
	/*background: url(../images/form_border_right_bottom.png) no-repeat;*/
	background-position: 0px 0px;
}
.form_border_left {
	position: absolute;
	overflow: hidden;
	width: 4px;
	left: 0px;
	/*background: url(../images/form_border_left.png) repeat-y;*/
}
.form_border_left_top {
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: url(../images/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(../images/form_border_left_bottom.png) no-repeat;*/
	background-position: 0px 0px;
}
.form_border_bottom {
	position: absolute;
	/*background: url(../images/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(../images/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(../images/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(../images/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(../images/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;
	z-index: 1000;
	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;
    /*pointer-events: none;*/
}
.grid_selected_cell{
    background-color: rgb(160, 195, 255);
    pointer-events: none;
    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;
	word-wrap: break-word;
    white-space: pre;
}
.grid_cell_value.image img{
    max-height: 100%;
    max-width: 100%;
}
.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;
}
/*.box_corner_top_left{
 position: absolute;
 top: 10px;
 left: 1px;
 width: 2px;
 height: 2px;
 background: url(../images/group_box.png) no-repeat;
 }
 .box_corner_top_right{
 position: absolute;
 top: 10px;
 right: 1px;
 width: 2px;
 height: 2px;
 background: url(../images/group_box.png) -1px 0px no-repeat;
 }
 .box_corner_bottom_left{
 position: absolute;
 bottom: 0px;
 left: 1px;
 width: 2px;
 height: 2px;
 background: url(../images/group_box.png) 0px -1px no-repeat;
 }
 .box_corner_bottom_right{
 position: absolute;
 bottom: 0px;
 right: 1px;
 width: 2px;
 height: 2px;
 background: url(../images/group_box.png) -1px -1px no-repeat;
 }*/
.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(../images/shadow.png);
}
.sub_menu_arrow {
	margin-top: 5px;
	background: url(../images/sub_menu_arrow.png) no-repeat;
}
.sub_menu_separator {
	margin-left: 15px;
	margin-right: 15px;
	background: url(../images/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(images/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(images/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(../images/radio_button.png) no-repeat;
}
.radio_button.checked{
  background: url(../images/radio_button.png) -13px no-repeat;
}
.radio_button_label{
  position: absolute;
  /*overflow: hidden;*/
  top: 0px;
  left: 16px;
}
 .ScrollbarArrowUp_v {
 background: url(../images/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(../images/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(../images/scroll_track_v.gif) repeat;  
 }

.ScrollbarPanel_v {
    background: url(../images/scroll_panel_v.gif) no-repeat 0 0;  
    background-position:center;   
 }

 .ScrollbarArrowUp_h {
 background: url(../images/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(../images/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(../images/scroll_track_h.png) repeat 0 0; 
 }

.ScrollbarPanel_h {
    background: url(../images/scroll_panel_h.png) no-repeat 0 0;  
    background-position:center top;   
 }

/* jssor slider bullet navigator skin 01 css */
/*
 .jssorb01 div           (normal)
 .jssorb01 div:hover     (normal mouseover)
 .jssorb01 .av           (active)
 .jssorb01 .av:hover     (active mouseover)
 .jssorb01 .dn           (mousedown)
 */
.jssorb01 {
	position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute;
	/* size of bullet elment */
	width: 12px;
	height: 12px;
	filter: alpha(opacity=70);
	opacity: .7;
	overflow: hidden;
	cursor: pointer;
	border: #000 1px solid;
}
.jssorb01 div {
	background-color: gray;
}
.jssorb01 div:hover, .jssorb01 .av:hover {
	background-color: #d3d3d3;
}
.jssorb01 .av {
	background-color: #fff;
}
.jssorb01 .dn, .jssorb01 .dn:hover {
	background-color: #555555;
}

/* jssor slider bullet navigator skin 20 css */
/*
 .jssorb20 div           (normal)
 .jssorb20 div:hover     (normal mouseover)
 .jssorb20 .av           (active)
 .jssorb20 .av:hover     (active mouseover)
 .jssorb20 .dn           (mousedown)
 */
.jssorb20 {
	position: absolute;
}
.jssorb20 div, .jssorb20 div:hover, .jssorb20 .av {
	position: absolute;
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(../images/b20.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb20 div {
	background-position: -5px -5px;
}
.jssorb20 div:hover, .jssorb20 .av:hover {
	background-position: -35px -5px;
}
.jssorb20 .av {
	background-position: -65px -5px;
}
.jssorb20 .dn, .jssorb20 .dn:hover {
	background-position: -95px -5px;
}

/* jssor slider arrow navigator skin 06 css */
/*
 .jssora06l                  (normal)
 .jssora06r                  (normal)
 .jssora06l:hover            (normal mouseover)
 .jssora06r:hover            (normal mouseover)
 .jssora06l.jssora06ldn      (mousedown)
 .jssora06r.jssora06rdn      (mousedown)
 */
.jssora06l, .jssora06r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: url(../images/a06.png) no-repeat;
	overflow: hidden;
}
.jssora06l {
	background-position: -8px -38px;
}
.jssora06r {
	background-position: -68px -38px;
}
.jssora06l:hover {
	background-position: -128px -38px;
}
.jssora06r:hover {
	background-position: -188px -38px;
}
.jssora06l.jssora06ldn {
	background-position: -248px -38px;
}
.jssora06r.jssora06rdn {
	background-position: -308px -38px;
}
.tab_button_left {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 15px;
	height: 16px;
	background: url(../images/tab_button_left.png) no-repeat;
}
.tab_button_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 16px;
	background: url(../images/tab_button_right.png) no-repeat;
}
/*.tab_button_border_left{
 position: absolute;
 left: 0px;
 top: 0px;
 width: 5px;
 height: 18px;
 background: url(../images/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;	
	/*box-sizing: border-box;	*/
}
/*.tab_button_border_right{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 8px;
 height: 18px;
 background: url(../images/tab_button_border_right.png) no-repeat;
 }
 .tab_button_border_left_active{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 5px;
 height: 18px;
 background: url(../images/tab_button_border_left_active.png) no-repeat;
 }*/
.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;
	/*box-sizing: border-box;*/
}
/*.tab_button_border_right_active{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 8px;
 height: 18px;
 background: url(../images/tab_button_border_right_active.png) no-repeat;
 }*/
.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;
	top: 18px;	
	background:white;
	/*box-sizing: border-box;*/
}
/*.tab_border_top{
 position: absolute;
 overflow: hidden;
 top: 18px;
 left: 3px;
 height: 2px;
 background: url(../images/tab_sheet_border_h.png) repeat-x;
 }*/
/*.tab_border_left{
 position: absolute;
 top: 20px;
 left: 0px;
 width: 3px;
 background: url(../images/tab_sheet_border_v.png) repeat-y;
 }
 .tab_border_right{
 position: absolute;
 top: 20px;
 right: 0px;
 width: 3px;
 background: url(../images/tab_sheet_border_v.png) -3px 0px repeat-y;
 }
 .tab_border_bottom{
 position: absolute;
 overflow: hidden;
 bottom: 0px;
 left: 3px;
 height: 4px;
 background: url(../images/tab_sheet_border_h.png) 0px -2px repeat-x;
 }
 .tab_corner_top_left{
 position: absolute;
 overflow: hidden;
 top: 18px;
 left: 0px;
 width: 3px;
 height: 2px;
 background: url(../images/tab_sheet_corner.png) no-repeat;
 }
 .tab_corner_top_right{
 position: absolute;
 overflow: hidden;
 top: 18px;
 right: 0px;
 width: 3px;
 height: 2px;
 background: url(../images/tab_sheet_corner.png) -3px 0px no-repeat;
 }
 .tab_corner_bottom_left{
 position: absolute;
 overflow: hidden;
 bottom: 0px;
 left: 0px;
 width: 3px;
 height: 4px;
 background: url(../images/tab_sheet_corner.png) 0px -2px no-repeat;
 }
 .tab_corner_bottom_right{
 position: absolute;
 overflow: hidden;
 bottom: 0px;
 right: 0px;
 width: 3px;
 height: 4px;
 background: url(../images/tab_sheet_corner.png) -3px -2px no-repeat;
 }*/
.clBtnFace {
  background: white;
  /*background:#f9f9f9;*/
}.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;
  }
  .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;
    }
  }.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;
}
.tree_view_icon_collapse{
  background: url(../images/minus.png);
}
.tree_view_icon_expand{
  background: url(../images/plus.png);
}
.tree_node_line_v{
  background: url(../images/dot.png) repeat-y;
}
.tree_node_line_h{
  background: url(../images/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, #222, #333);
	/*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;
  box-sizing: border-box;
  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;
}
