@charset "utf-8";

.uix-dialog-header {
  padding: 10px 20px;
  background-color: #404855;
  color: #fff;
}

.uix-dialog-body {
  padding: 10px 20px;
}

.dialog-wrap {
  display: inline-block;
  width: 100%;
}

.dialog-wrap .paper {
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  box-shadow: 0 0 0 0;
}

.dialog-row {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.report-dialog-row {
  margin-top: 8px;
}

.dialog-bottom {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.dialog-row > label, .dialog-row > .half label {
  display: inline-block;
  color: #9098A7;
  margin-bottom: 10px;
  width: 100%;
}

.dialog-row > .third label {
  display: inline-block;
  color: #9098A7;
  width: 45%;
}

.dialog-row > label.title {
  font-weight: bold;
  color: #000;
}

.dialog-row input.toggle,
.dialog-row input.toggle2 {
  display: none;
}

.dialog-row.gray {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background-color: #f5f7f9;
}

.half {
  float: left;
  width: 48%;
}

.third {
  float: left;
  width: 31%;
  display: flex;
  align-items: center;
}

.half + .half {
  margin-left: 4%;
}

.third + .third {
  margin-left: 3%;
}

input.toggle[type="checkbox"] + label {
  display: inline-block;
  width: 60px;
  height: 28px;
  cursor: pointer;
  background-image: url(../images/btn_off.png);
  margin-bottom: 0;
}

input.toggle[type="checkbox"][disabled] + label {
  cursor: not-allowed;
}

input.toggle[type="checkbox"]:checked + label {
  background-image: url(../images/btn_on.png);
}

input.toggle2 + label {
  display: inline-block;
  width: 33px;
  height: 26px;
  cursor: pointer;
  background-image: url(../images/btn_off2.png);
}

input.toggle2[disabled] + label {
  cursor: not-allowed;
}

input.toggle2:checked + label {
  background-image: url(../images/btn_on2.png);
}

.dialog-row .gray-box {
  float: left;
  width: 46%;
  height: 100%;
}

.dialog-row .gray-box > p {
  margin-bottom: 10px;
}

.dialog-row .arrow-box {
  float: left;
  width: 8%;
  text-align: center;
  margin-top: 180px;
}

.dialog-row .arrow-box p {
  margin-bottom: 10px;
}

.dialog-row .arrow-box p > img {
  cursor: pointer;
}

.dialog-row table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}

.dialog-row table > thead > tr > th {
  color: #9098A7;
  border-bottom: 1px solid #ccd2db;
}

.dialog-row table.spinf-table > thead > tr > th {
  color: #9098A7;
  border-bottom: 0px;
  padding: 0;
  font-weight: normal;
}

.dialog-row table.spinf-table > tbody > tr > th {
  font-weight: normal;
}

.dialog-row table > thead > tr > th > label.allChk {
  vertical-align: middle;
  margin-left: 5px;
}

.dialog-row table > tbody > tr > th {
  color: #9098A7;
}

.dialog-row table > thead > tr > th,
.dialog-row table > tbody > tr > td,
.dialog-row table > tbody > tr > th {
  padding: 0 10px;
  height: 42px;
}

.dialog-row table > thead > tr > th:nth-child(1),
.dialog-row table > tbody > tr > td:nth-child(1) {
  text-align: center;
}

.dialog-row table.ordr-table > tbody > tr:hover,
.dialog-row table.ordr-table > tbody > tr:hover {
  cursor: pointer;
}

.dialog-row table.ordr-table > tbody > tr,
.dialog-row table.dialog-table > tbody > tr,
.dialog-row table.untable-list > tbody > tr {
  border-bottom: 1px solid #eceef1;
  height: 42px;
}

.dialog-row table.untable-list > tbody > tr:hover {
  cursor: pointer;
  background-color: #f7f7f7;
}

.dialog-row .btn-group {
  width: 100%;
}

.dialog-row .btn-group > .btn-combo {
  width: 100%;
  height: 34px;
}

.dialog-row ul.isAdmin > li {
  padding: 8px 0;
  border: 1px solid #CCD2DB;
  text-align: center;
  float: left;
  cursor: pointer;
}

.dialog-row ul.isAdmin > li.active,
.dialog-row ul.isAdmin > li:hover {
  color: white;
  background: #4488FF;
}

.dialog-row ul.isAdmin > li:not(:first-child) {
  border-left: 0;
}

.dialog-row ul.isAdmin > li.half + li.half {
  margin: 0;
}

.dialog-row .disabled {
  background-color: #f7f7f7;
}

.table-border {
  border: 1px solid #CCD2DB;
  margin-bottom: 10px;
}

.table-box {
  height: 230px;
  overflow: auto;
}

.tab-menu {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #CCD2DB;
}

.tab-menu li {
  float: left;
}

.tab-menu li.active a, .tab-menu li a:hover,
.report-download-menu li.active a {
  color: #4488FF;
  border-top: 2px solid #48f;
}

.tab-menu li a,
.report-download-menu li a {
  padding: 10px 10px;
  min-width: 76px;
  display: inline-block;
  text-align: center;
  color: #9098A7;
  border-top: 1px solid #CCD2DB;
  border-left: 1px solid #CCD2DB;
}

.tab-menu li:last-child {
  border-right: 1px solid #CCD2DB;
}

.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading img {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.base-map {
  background-color: #FFF;
  border: 1px solid #4488FF;
  padding: 1px 2px;
  color: #4488FF !important;
  white-space: nowrap;
  text-align: center;
  margin-left: 10px;
  font-family: 'Malgun Gothic', '맑은 고딕', '돋움', sans-serif;
}

#topCatCodes > tr.active,
#midCatCodes > tr.active,
#field-names .ordr-table > tbody > tr.active,
#boardGroupOrdr .ordr-table > tbody > tr.active,
#layerGroupOrdr .ordr-table > tbody > tr.active,
#taskGroupOrdr .ordr-table > tbody > tr.active {
  background-color: #ebebe4;
}

.gray {
  background-color: #f5f7f9;
}

#fileList {
  border: 1px solid #CCD2DB;
  height: 110px;
  background-color: #f5f7f9;
  margin-top: 10px;
  overflow: auto;
}

#fileList > li {
  padding: 10px;
}

input[type="radio"] {
  position: absolute;
  width: 0px;
  height: 0px;
}

input[type="radio"] + label::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 12px;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #cacece;
  border-radius: 100%;
}

input[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%235068eb'/%3E%3C/svg%3E");
  border: 2px solid #5068eb;
}

.custom-control-file {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 30px;
  margin-bottom: 0;
}

.custom-control-file input[type=file] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.custom-control-file input[type=file] + label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  padding: 7px 0px 5px 12px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #448aca;
  border-radius: 4px;
  display: inline-block;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-file input[type=file] + label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: block;
  height: 100%;
  width: 100%;
  padding: 7px 0px 5px 12px;
  color: #fff;
  content: "+ 파일첨부";
  background-color: #448aca;
  border-left: 1px solid #448aca;
  border-radius: 0 4px 4px 0;
}

.dialog-row textarea {
  width: 100%;
  padding: 2px 26px 1px 18px;
  line-height: 27px;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  resize: none;
}

textarea[disabled="disabled"] {
  background-color: #f5f7f9;
}

.sortable-ghost {
  background-color: #f5f7f9;
}

.sortable-drag {
  opacity: 0;
}

/* jjh */

#editSymbolDialog * {
  box-sizing: border-box;
  vertical-align: middle;
}

.line-dropdown {
  border: 1px #aaa solid;
  display: inline-block;
}

.line-dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.line-dropdown .dropdown-content p {
  padding: 5px;
  border: 1px #fff solid;
}

.line-dropdown .dropdown-content p:hover {
  border: 1px #aaa solid;
}

.line-dropdown .dropdown-content p.active {
  border: 1px #aaa solid;
}

.line-start-dropdown {
  border: 1px #aaa solid;
  display: inline-block;
}

.line-start-dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.line-start-dropdown .dropdown-content p {
  padding: 5px;
  border: 1px #fff solid;
}

.line-start-dropdown .dropdown-content p:hover {
  border: 1px #aaa solid;
}

.line-start-dropdown .dropdown-content p.active {
  border: 1px #aaa solid;
}

.line-end-dropdown {
  border: 1px #aaa solid;
  display: inline-block;
}

.line-end-dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.line-end-dropdown .dropdown-content p {
  padding: 5px;
  border: 1px #fff solid;
}

.line-end-dropdown .dropdown-content p:hover {
  border: 1px #aaa solid;
}

.line-end-dropdown .dropdown-content p.active {
  border: 1px #aaa solid;
}

.polygon-dropdown {
  border: 1px #aaa solid;
  display: inline-block;
}

.polygon-dropdown .dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.polygon-dropdown .dropdown-content p {
  padding: 5px;
  border: 1px #fff solid;
}

.polygon-dropdown .dropdown-content p:hover {
  border: 1px #aaa solid;
}

.polygon-dropdown .dropdown-content p.active {
  border: 1px #aaa solid;
}

/* symbol */
.edit-symbol,
.edit-label {
  display: block;
  width: 100%;
  /* padding: 0 10px; */
}

.edit-symbol .title,
.edit-label .title,
.edit-opacity .title {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 20px;
  padding: 4px 20px 7px 20px;
  border: 1px solid #c5c5c5;
  border-radius: 7px;
}

.edit-symbol .title label,
.edit-label .title label,
.edit-opacity .title label {
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nanum Gothic', '돋움', Dotum, serif;
  display: inline-block;
  color: #555;
}

.edit-symbol .title label.table-alias,
.edit-label .title label.table-alias,
.edit-opacity .title label.table-alias {
  margin-right: 10px;
  text-align: center;
}

.edit-symbol .title label.table-name,
.edit-label .title label.table-name,
.edit-opacity .title label.table-name {
  font-weight: 400;
}

.edit-symbol .tab-pane {
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}

.edit-symbol .rule-control {
  padding: 10px 0;
}

.edit-symbol .rule-contents {
  height: 325px;
  margin-top: 10px;
  background-color: #e8eaee;
  padding: 5px 10px 10px 10px;
}

.edit-symbol .layer-symbol {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAaElEQVQ4T2NkoBJgBJljlP7fg+EfQwVZZjIxdJybybgDYlDq/wMMjAwWDP8YXpBkGBODBMN/hhPnZjM6IAz6z6DAwMSwgCSD/jEkMDAyPBg1CE+ojYYR4SQ10sKIKpmWWsUI4eghrAIAPDd8Ew4wPOAAAAAASUVORK5CYII=);
  padding: 2px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 1px 6px 0 6px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
}

.edit-symbol .rule-items {
  width: 240px;
  background-color: #fff;
  height: 100%;
  border: 1px solid #c5c5c5;
  position: relative;
  display: inline-block;
  padding: 5px;
}

.edit-symbol .item-editor {
  width: calc(100% - 255px);
  background-color: #fff;
  height: 100%;
  border: 1px solid #c5c5c5;
  padding: 10px 0 10px 10px;
  position: relative;
  float: right;
  display: inline-block;
  border-radius: 10px;
}

.edit-symbol .rule-items ul {
  height: calc(100% - 28px);
  overflow-y: scroll;
}

.edit-symbol .rule-items ul li {
  border: 1px solid transparent;
}

.edit-symbol .rule-items ul li:hover {
  cursor: pointer;
}

.edit-symbol .rule-items ul li:not(.active):hover {
  background-color: #f7f7f7;
}

.edit-symbol .rule-items ul li.active {
  background-color: #d9e4ff;
  border-color: #779dff;
}

.edit-symbol .rule-items button.append-btn {
  bottom: 0;
  height: 28px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #9098A7;
  border-radius: 0;
  border-width: 0;
}

.edit-opacity {
  padding: 10px;
}

.rule-item {
  padding: 5px 0 5px 0;
  width: 100%;
  position: relative;
  display: block;
  height: 35px;
}

.rule-item p {
  line-height: 20px;
  width: calc(100% - 30px);
  display: inline-block;
}

.rule-item p > label {
  cursor: pointer;
  width: 80px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rule-item p > label.full {
  width: calc(100% - 40px);
}

.rule-item p > label + label {
  margin-left: 6px;
  width: 58px;
}

.rule-item p > label.full + label {
  display: none;
}

.item-editor label {
  margin-right: 10px;
}

.item-editor > ul > li {
  padding-bottom: 10px;
}

.item-editor > ul > li:last-child {
  padding-bottom: 0;
}

.color-picker {
  vertical-align: middle;
  display: inline-block;
}

.color-picker input.soda-color-picker {
  display: inline-block;
  width: 60px;
  padding: 7px 6px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdd3d9;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-right: 4px;
  letter-spacing: -0.5px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial;
  line-height: 14px;
  height: 30px;
}

.color-picker .soda-color-picker-popup {
  top: 34px;
  left: auto;
  right: 0;
}

.rule-item .erase-item {
  display: inline-block;
  line-height: 24px;
  position: absolute;
  top: 5px;
  padding: 0 4px;
}

.icon.close {
  background-position: -128px 0;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url(../images/icons-16x16.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -5px;
}

.icon.plus.white {
  background-position: -96px -16px;
}

.edit-symbol .footer,
.edit-label .footer {
  margin-top: 14px;
  width: 100%;
  height: 32px;
  position: relative;
}

.edit-symbol .footer button,
.edit-label .footer button {
  width: 100px;
}

#editLabelDialog {
  overflow: visible;
}

.dropdown-menu.color-grd > li > a {
  padding: 3px 14px;
}

.edit-label .label-editor {
  margin: 20px 0;
}

.label-editor ul > li {
  margin-bottom: 10px;
}

.label-editor label {
  display: inline-block;
}

i.color-grd {
  width: 90px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/color-grd-patterns.png);
  border: 1px solid #c5c5c5;
}

i.color-grd.pattern-0 {
  background-position: 0 0;
}

i.color-grd.pattern-1 {
  background-position: 0 -20px;
}

i.color-grd.pattern-2 {
  background-position: 0 -40px;
}

i.color-grd.pattern-3 {
  background-position: 0 -60px;
}

i.color-grd.pattern-4 {
  background-position: 0 -80px;
}

i.color-grd.pattern-5 {
  background-position: 0 -100px;
}

i.color-grd.pattern-6 {
  background-position: 0 -120px;
}

.icon.plus {
  background-position: -96px 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url(../images/icons-16x16.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon.minus {
  background-position: -112px 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-image: url(../images/icons-16x16.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

i.stroke-style {
  width: 62px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/stroke-styles.png);
}

i.stroke-style.short {
  width: 40px;
}

i.stroke-style.solid {
  background-position: 0 0;
}

i.stroke-style.none {
  background-position: 0 -24px;
}

i.stroke-style.dash {
  background-position: 0 -48px;
}

i.stroke-style.dot {
  background-position: 0 -72px;
}

i.stroke-style.dashdot {
  background-position: 0 -96px;
}

i.stroke-style.dashdotdot {
  background-position: 0 -120px;
}

i.lineend-style {
  width: 32px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/lineend-begin-styles.png);
}

i.lineend-style.end {
  background-image: url(../images/lineend-end-styles.png);
}

i.lineend-style.style-0 {
  background-position: 0 0;
}

i.lineend-style.style-1 {
  background-position: 0 -24px;
}

i.lineend-style.style-2 {
  background-position: 0 -48px;
}

i.lineend-style.style-3 {
  background-position: 0 -72px;
}

i.lineend-style.style-4 {
  background-position: 0 -96px;
}

.dropdown-menu.fill-style,
.dropdown-menu.stroke-style,
.dropdown-menu.lineend-style {
  border-radius: 0;
}

.dropdown-menu.fill-style > li > a,
.dropdown-menu.stroke-style > li > a {
  padding: 3px 9px;
}

.dropdown-menu.lineend-style > li > a {
  padding: 3px 12px;
}

i.fill-style {
  width: 62px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/fill-styles.png);
  border: 1px solid #ccd2eb;
  background-repeat: no-repeat;
}

i.fill-style.short {
  width: 40px;
  background-position-x: center;
}

i.fill-style.solid {
  background-position-y: 0;
}

i.fill-style.none {
  background-position-y: -18px;
}

i.fill-style.horz {
  background-position-y: -36px;
}

i.fill-style.vert {
  background-position-y: -54px;
}

i.fill-style.cross {
  background-position-y: -72px;
}

i.fill-style.backslash {
  background-position-y: -90px;
}

i.fill-style.slash {
  background-position-y: -108px;
}

i.fill-style.dcross {
  background-position-y: -126px;
}

#editSymbolItemAttrDialog ul > li {
  margin-bottom: 10px;
}

#editSymbolItemAttrDialog ul > li:last-child {
  margin-bottom: 0;
}

/*****************************
 * flat-tabs
 *****************************/
ul.flat-tabs {
  display: inline-block;
  width: 100%;
  line-height: 20px;
}

ul.flat-tabs > li {
  float: left;
  background-color: #fff;
  /*width: 100px;*/
}

ul.flat-tabs > li > a {
  padding: 6px 30px;
  border: 1px solid #c5c5c5;
  border-right-width: 0;
  font-family: '돋움', Dotum;
  font-size: 13px;
  text-align: center;
  position: relative;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

ul.flat-tabs > li:last-child > a {
  border-right-width: 1px;
}

ul.flat-tabs > li.active > a,
ul.flat-tabs > li.active > a:focus,
ul.flat-tabs > li.active > a:hover {
  color: #5068eb;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border-bottom-color: transparent;
}

/*****************************
 * flat-tab contents
 *****************************/
.tab-content.flat-tab {
  background-color: #fff;
  width: 100%;
  /*border-top: 1px solid #c5c5c5;*/
}

.flat-tab .tab-pane {
  position: relative;
  width: 100%;
}


.edit-symbol .flat-tabs > li {
  width: 33.3333%;
}

.edit-symbol .btn-combo {
  padding: 1px 26px 0 10px;
}

.edit-symbol .btn-combo > img {
  border: 0;
  vertical-align: middle;
}

.edit-symbol .item-editor .btn-combo {
  padding-left: 12px;
  height: 30px;
}

.edit-symbol .item-editor .btn-combo > img {
  border: 0;
  vertical-align: middle;
}

.edit-symbol .dropdown > button > i.stroke-style {
  width: 40px;
  background-position-x: center;
}

.edit-symbol .dropdown > button > i.fill-style {
  width: 40px;
  background-position-x: center;
}

.droppopup-menu.shape-popup {
  padding: 10px 10px;
}

.shape-popup label {
  padding: 0 10px;
}

ul.shape-list {
  padding: 10px;
  border: 1px solid #ced4da;
  margin-top: 10px;
  width: 220px;
  height: 160px;
  overflow-y: scroll;
}

ul.shape-list li {
  margin-right: 4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  border: 1px solid transparent;
}

ul.shape-list li:hover {
  border: 1px solid #ced4da;
  cursor: pointer;
}

#editSymbolItemAttrDialog * {
  box-sizing: border-box;
}

/* parsley */
.dialog-row > .parsley-errors-list {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #f44545;
  font-size: 12px;
  z-index: 3;
}

.dialog-row > .half .parsley-errors-list {
  position: relative;
  color: #f44545;
  top: -38px;
  right: 10px;
  float: right;
  height: 0;
}

.dialog-row > .half .parsley-errors-list > li {
  color: #f44545;
  padding: 0px 0;
  background-color: #FFFFFF
}

.dialog-table > tbody > tr > td > .parsley-errors-list > li {
  color: #f44545;
  padding: 0px 0;
  background-color: #FFFFFF
}

input.parsley-error,
textarea.parsley-error,
button.parsley-error {
  border-color: #f44545;
}

#data-infos .btn.disabled,
#data-infos .btn[disabled],
#data-infos fieldset[disabled] .btn {
  background-color: #f1f1f1;
  border-color: #bfbfbf;
}

.share-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../system/images/share-icons.png);
  background-repeat: no-repeat;
}

.share-icon.white {
  background-position-x: -16px;
}

.share-icon.shared {
  background-position-x: -32px;
}
