/*** LABEL ***/
.label {
  width: auto;
  position: relative;
  display: block;
  margin: 0 8px 8px 8px;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: -9px;
  width: 10px;
  height: 100%;
  background: linear-gradient(225deg, #fff 5px, transparent 0) 0 5px, linear-gradient(315deg, #fff 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) -1px 1px 0px); }

.label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: -9px;
  width: 10px;
  height: 100%;
  background: linear-gradient(45deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 1px 0px); }

.label.linear {
  margin: 0 8px 8px 0;
  border-radius: 30px; }

.label.linear:before {
  content: auto;
  display: auto;
  position: auto;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  background: none; }

.label.linear:after {
  content: auto;
  display: auto;
  position: auto;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  background: none; }

.label.ui-draggable-dragging {
  z-index: 9999;
  min-width: 200px; }

.label .icon {
  font-size: 16px;
  vertical-align: middle; }

.label .icon.square {
  background: #f6f7f9;
  width: 22px;
  height: 22px;
  padding: 3px 3px;
  margin-top: -3px;
  border-radius: 2px;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); }

.label .text {
  overflow: hidden;
  text-overflow: ellipsis; }

.label-inline {
  display: inline-block;
  max-width: 350px; }

.label-inline .text {
  float: left; }

.label-inline .initial {
  float: initial; }

.label-sm {
  padding: 5px 12px;
  font-size: 14px; }

.label-sm .icon {
  font-size: 14px; }

.label-sm .icon.square {
  height: 20px;
  width: 20px; }

.label-default {
  background-color: #fff;
  color: #14243C;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3); }

.label-default:before {
  background: linear-gradient(225deg, #fff 5px, transparent 0) 0 5px, linear-gradient(315deg, #fff 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-default:after {
  background: linear-gradient(45deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-default.label-sm:before,
.label-default.label-sm:after {
  background-size: 10px 8px; }

.label-default .icon {
  color: #F6F7F9;
  padding-right: 10px; }

.label-primary {
  background-color: #14243C;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3); }

.label-primary:before {
  background: linear-gradient(225deg, #14243C 5px, transparent 0) 0 5px, linear-gradient(315deg, #14243C 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-primary:after {
  background: linear-gradient(45deg, #14243C 5px, transparent 0) 0 5px, linear-gradient(135deg, #14243C 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-primary.label-sm:before,
.label-primary.label-sm:after {
  background-size: 10px 8px; }

.label-primary .icon {
  color: #fff;
  padding-right: 10px; }

.label-info {
  background-color: #006098;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3); }

.label-info:before {
  background: linear-gradient(225deg, #006098 5px, transparent 0) 0 5px, linear-gradient(315deg, #006098 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-info:after {
  background: linear-gradient(45deg, #006098 5px, transparent 0) 0 5px, linear-gradient(135deg, #006098 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px; }

.label-info.label-sm:before,
.label-info.label-sm:after {
  background-size: 10px 8px; }

.label-info .icon.square {
  color: #006098; }

.label-success {
  background-color: #4B6E24;
  color: #fff;
  min-width: 99px; }

.label-success .icon {
  line-height: 1.6;
  padding-left: 10px; }

.label-success .text {
  line-height: 1.6; }

.label-success .icon:hover {
  color: #14243C;
  cursor: pointer; }

.label-success:before {
  background: linear-gradient(225deg, #4B6E24 5px, transparent 0) 0 5px, linear-gradient(315deg, #4B6E24 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: none; }

.label-success:after {
  background: linear-gradient(45deg, #4B6E24 5px, transparent 0) 0 5px, linear-gradient(135deg, #4B6E24 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: none; }

.label-success.label-sm:before,
.label-success.label-sm:after {
  background-size: 10px 8px; }

.label-warning {
  background-color: #000063;
  color: #fff;
  min-width: 100px; }

.label-warning .icon {
  line-height: 1.6;
  padding-left: 10px; }

.label-warning .text {
  line-height: 1.6; }

.label-warning .icon:hover {
  color: #14243C;
  cursor: pointer; }

.label-warning:before {
  background: linear-gradient(225deg, #000063 5px, transparent 0) 0 5px, linear-gradient(315deg, #000063 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: none; }

.label-warning:after {
  background: linear-gradient(45deg, #000063 5px, transparent 0) 0 5px, linear-gradient(135deg, #000063 5px, transparent 0) 0 5px;
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-filter: none; }

.label-warning.label-sm:before,
.label-warning.label-sm:after {
  background-size: 10px 8px; }

.label-inverse {
  background-color: transparent;
  color: #14243C;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-inverse:before,
.label-inverse:after {
  background: none; }

.label-inverse .icon {
  color: #14243C;
  padding-left: 10px;
  cursor: pointer; }

.label-generic {
  background-color: transparent;
  border: 1px solid #006098;
  color: #C6C6C6;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-generic-green {
  border: 1px solid green; }

.label-generic-red {
  border: 1px solid red; }

.label-generic:before,
.label-generic:after {
  background: none; }

.label-generic .icon {
  color: #C6C6C6;
  padding-left: 10px;
  cursor: pointer; }

.label-generic:hover,
.label-generic:hover .text,
.label-generic:hover .icon {
  color: #14243C; }

.label-include {
  background-color: transparent;
  border: 1px solid #4B6E24;
  color: #C6C6C6;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-include:before,
.label-include:after {
  background: none; }

.label-include .icon {
  color: #C6C6C6;
  padding-left: 10px;
  cursor: pointer; }

.label-include:hover,
.label-include:hover .text,
.label-include:hover .icon {
  color: #14243C; }

.label-exclude {
  background-color: transparent;
  border: 1px solid #000063;
  color: #C6C6C6;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-exclude:before,
.label-exclude:after {
  background: none; }

.label-exclude .icon {
  color: #C6C6C6;
  padding-left: 10px;
  cursor: pointer; }

.label-exclude:hover,
.label-exclude:hover .text,
.label-exclude:hover .icon {
  color: #14243C; }

.legend {
  overflow: hidden;
  height: auto;
  width: 100%; }

.label-legend {
  display: flex;
  margin: 0;
  padding: 5px 5px;
  min-width: 100px;
  background-color: transparent;
  color: #14243C;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-legend:before,
.label-legend:after {
  content: initial; }

.label-legend.label-inline {
  display: inline-block;
  padding: 7px 5px; }

.label-legend .icon {
  color: #14243C;
  font-size: 14px;
  padding-right: 5px;
  cursor: default;
  float: left; }

.label-legend .text {
  float: left;
  font-size: 14px;
  padding-right: 10px; }

.label-legend .value {
  color: #C6C6C6;
  font-size: 14px;
  float: left; }

.label-legend-path {
  display: flex;
  margin: 0;
  height: 32px;
  padding: 3px 5px;
  min-width: 150px;
  background-color: transparent;
  color: #14243C;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-legend-path:before,
.label-legend-path:after {
  content: initial; }

.label-legend-path .icon {
  color: #C6C6C6;
  font-size: 22px;
  padding-right: 0px;
  cursor: default;
  float: left; }

.label-legend-path .badge {
  display: inline;
  float: left;
  margin-top: -5px;
  margin-left: -2px;
  min-width: 10px;
  padding: 2px 5px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #54C0E8;
  border-radius: 10px; }

.label-legend-twice {
  display: flex;
  margin: 0;
  padding: 5px 5px;
  min-width: 100px;
  background-color: transparent;
  color: #000;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-legend-twice:before,
.label-legend-twice:after {
  content: initial; }

.label-legend-twice.label-inline {
  display: inline-block;
  padding: 7px 5px; }

.label-legend-twice .icon {
  color: #14243C;
  font-size: 18px;
  padding-right: 10px;
  text-align: center;
  cursor: default; }

.label-legend-twice.label-inline .icon {
  padding-bottom: 10px;
  padding-right: 0px; }

.label-legend-twice .text {
  float: none;
  text-align: left;
  font-size: 11px;
  line-height: 44px;
  font-weight: 400;
  padding-top: 3px;
  padding-left: 20px;
  color: color-text-primary; }

.label-legend-twice.label-inline .text {
  line-height: initial; }

.label-legend-twice .value {
  color: #C6C6C6;
  font-size: 14px;
  float: left; }

.label-legend-twice.label-inline .value {
  padding-top: 10px;
  float: none;
  text-align: center; }

.label-simple {
  min-width: initial;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label-simple:before,
.label-simple:after {
  background: none; }

.label-simple .text {
  line-height: 1 !important; }

.label-simple.label-default {
  background-color: #fff;
  color: #14243C; }

.label-simple.label-primary {
  background-color: #006098;
  color: #fff; }

.label-simple.label-info {
  background-color: #006098;
  color: #fff; }

.label-simple.label-success {
  background-color: #4B6E24;
  color: #fff; }

.label-simple.label-warning {
  background-color: #FF8400;
  color: #fff; }

.label-simple.label-danger {
  background-color: #D82306;
  color: #fff; }

.label-simple.label-inverse {
  background-color: #14243C;
  color: #fff; }

.copyPixel {
  text-align: center;
  color: white;
  font-size: 10px;
  background-color: #000029;
  padding: 10px;
  display: none; }
