@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=latin-ext');
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.tjustify {
  text-align: justify !important;
}
.nowrap {
  white-space: nowrap;
}
.w100 {
  width: 100%;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
}
.w-bold {
  font-weight: 700 !important;
}
.w-normal {
  font-weight: normal !important;
}
.w-light {
  font-weight: 300 !important;
}
.pointer {
  cursor: pointer;
}
.row:after,
.row:before {
  content: "";
  display: table;
  clear: both;
}
.tellipsis {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.draggable {
  width: 210px;
  background-color: #ffefd3 !important;
  color: #898786;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  min-height: 19px;
  min-width: 19px;
  height: 40px;
  border: 1px dashed #d1c0a3 !important;
  font-size: 11pt;
}
.draggable > div {
  display: table !important;
  width: 100%;
  height: 100%;
}
.draggable > div > div {
  display: table-row;
}
.draggable > div > div > div {
  display: table-cell;
  vertical-align: middle;
}
.draggable .close {
  display: none;
  position: absolute;
  right: -8px;
  top: -8px;
  left: auto;
  padding: 0;
  width: 16px;
  text-align: center;
  font-size: 8px;
  bottom: auto;
  line-height: 16px;
  color: #fff !important;
  background: #ff5645 !important;
  border-radius: 100%;
  z-index: 3;
}
.draggable .edit {
  display: none;
  position: absolute;
  right: 16px;
  top: -8px;
  left: auto;
  padding: 0;
  width: 16px;
  text-align: center;
  font-size: 8px;
  bottom: auto;
  line-height: 16px;
  color: #fff;
  background: #008fff !important;
  border-radius: 100%;
  z-index: 3;
}
.draggable.active {
  z-index: 9;
}
.draggable.active .close,
.draggable.active .edit {
  display: block;
}
.draggable.drag:before,
.draggable.drag:after {
  display: block;
}
.draggable:before {
  position: absolute;
  display: none;
  content: "";
  left: -1px;
  top: 50%;
  right: -1px;
  height: 10000px;
  border-left: 1px solid red;
  border-right: 1px solid red;
  margin-top: -5000px;
  z-index: -1;
}
.draggable:after {
  position: absolute;
  display: none;
  content: "";
  left: 50%;
  top: -1px;
  bottom: -1px;
  width: 10000px;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  margin-left: -5000px;
  z-index: -1;
}
.draggable.invoiceBottomGroup {
  height: auto !important;
}
.draggable.invoiceBottomGroup table {
  width: 100% !important;
}
.draggable.plate {
  display: block;
  width: 156px;
  border: 1px solid #008fff;
  border-radius: 2px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700 !important;
  color: #363636;
  text-align: center;
  position: relative;
  background: #fff;
}
.draggable.plate div {
  position: relative;
  padding: 0 7px 0 45px;
}
.draggable.plate div span {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 0 5px;
  background: #008fff;
  color: #fff;
  text-align: center !important;
}
.draggable.photo {
  padding: 0;
  width: 99px;
  height: 71px;
  border: none;
}
.draggable.photo img {
  padding: 0;
  width: 100%;
  height: 100%;
}
.draggable.table {
  height: 60px;
}
.draggable.table table {
  table-layout: fixed;
  height: 100%;
}
.draggable.table table td {
  word-break: break-all;
  border-left: 1px dashed #d1c0a3 !important;
  border-bottom: 1px dashed #d1c0a3 !important;
}
.draggable.table table td:first-child {
  border-left: 0;
}
.draggable.table table tbody tr:last-child td {
  border-bottom: 0;
}
.draggable[data-align='left'] {
  text-align: left !important;
}
.draggable[data-align='left'] textarea {
  text-align: left !important;
}
.draggable[data-align='center'] {
  text-align: center;
}
.draggable[data-align='center'] textarea {
  text-align: center;
}
.draggable[data-align='right'] {
  text-align: right !important;
}
.draggable[data-align='right'] textarea {
  text-align: right !important;
}
.draggable[data-valign='top'] div,
.draggable[data-valign='top'] > div > div > div {
  vertical-align: top;
}
.draggable[data-valign='bottom'] div,
.draggable[data-valign='bottom'] > div > div > div {
  vertical-align: bottom;
}
.draggable[data-align='justify'] {
  text-align: justify !important;
}
.draggable[data-align='justify'] textarea {
  text-align: justify !important;
}
.draggable[data-style='italic'] {
  font-style: italic;
}
.draggable[data-style='italic'] textarea {
  font-style: italic;
}
.draggable[data-decoration='underline'] > * {
  text-decoration: underline;
}
.draggable[data-decoration='underline'] > * textarea {
  text-decoration: underline;
}
.draggable[data-decoration='through'] > * {
  text-decoration: line-through;
}
.draggable[data-decoration='through'] > * textarea {
  text-decoration: line-through;
}
.draggable[data-weight='bold'] {
  font-weight: 700 !important;
}
.draggable[data-weight='bold'] textarea {
  font-weight: 700 !important;
}
.draggable[data-family='Open Sans'] {
  font-family: 'Open Sans', sans-serif;
}
.draggable[data-family='Open Sans'] textarea {
  font-family: 'Open Sans', sans-serif !important;
}
.draggable[data-family='Calibri'] {
  font-family: 'calibri', sans-serif;
}
.draggable[data-family='Calibri'] textarea {
  font-family: 'calibri', sans-serif !important;
}
.draggable[data-family='Times New Roman'] {
  font-family: 'timesNewRoman', sans-serif;
}
.draggable[data-family='Times New Roman'] textarea {
  font-family: 'timesNewRoman', sans-serif !important;
}
.draggable[data-family='Arial'] {
  font-family: arial;
}
.draggable[data-family='Arial'] textarea {
  font-family: arial !important;
}
.draggable.text {
  position: relative;
}
.draggable.text textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  resize: none;
  border: none;
  background: none;
  color: #898786 !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.draggable.text textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #898786 !important;
}
.draggable.text textarea::-moz-placeholder {
  opacity: 1;
  color: #898786 !important;
}
.draggable.text textarea:-ms-input-placeholder {
  opacity: 1;
  color: #898786 !important;
}
.draggable.text textarea:-moz-placeholder {
  opacity: 1;
  color: #898786 !important;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  visibility: hidden;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.pop .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1f3547;
  opacity: 0.7;
  display: block;
  z-index: 2;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.pop .scroll {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.pop .pop-content {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  max-height: 100%;
  max-width: 90%;
}
.pop .pop-content.custom1 > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
  width: 670px;
  max-width: 100%;
}
.pop .pop-content.custom1 > div > .head {
  color: #4e4e4e;
  padding: 20px 74px 20px 40px;
  border-bottom: 2px solid #eceff4 !important;
  position: relative;
}
.pop .pop-content.custom1 > div > .head b {
  font-weight: normal !important;
  font-size: 20px;
}
.pop .pop-content.custom1 > div > .head a {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -17px;
  display: block;
  color: #fff;
  line-height: 34px;
  width: 34px;
  text-align: center;
  border-radius: 100%;
  background: #93a6b5;
}
.pop .pop-content.custom1 > div > .head a:hover {
  background: #fd4044;
}
.pop .pop-content.custom1 > div .footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  overflow: hidden;
}
.pop .pop-content.custom1 > div .footer > div {
  display: table-row;
}
.pop .pop-content.custom1 > div .footer > div > div {
  display: table-cell;
}
.pop .pop-content.custom1 > div .footer .button.custom1 {
  border-radius: 0;
  padding: 23px;
}
.pop .pop-content.custom1 > div.w940 {
  width: 940px;
}
.pop .pop-content.custom1.alert > div .head {
  height: 69px;
  border: none;
}
.pop .pop-content.custom1.alert > div > .content {
  padding: 0 15px;
  text-align: center;
}
.pop .pop-content.custom1.alert > div > .content > i {
  font-size: 35px;
  color: #fff;
  line-height: 94px;
  width: 94px;
  border-radius: 100%;
  background: #4ccc3c;
  display: inline-block;
}
.pop .pop-content.custom1.alert > div > .content > i.icon-x {
  background: #ff5645;
}
.pop .pop-content.custom1.alert > div > .content > i.icon-warning {
  background: #008fff;
  font-size: 45px;
}
.pop .pop-content.custom1.alert > div > .content p {
  display: block;
  color: #4e4e4e;
  font-size: 20px;
  line-height: 24px;
  padding: 50px;
}
.pop .pop-content.custom1.alert > div > .content p span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 32px;
  color: #717171;
}
.pop.active {
  visibility: visible;
  opacity: 1;
}
.pop.active .pop-content {
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0.99);
  -moz-transform: translate(-50%, -50%) scale(0.99);
  -ms-transform: translate(-50%, -50%) scale(0.99);
  -o-transform: translate(-50%, -50%) scale(0.99);
  transform: translate(-50%, -50%) scale(0.99);
}
.button.custom1 {
  font-size: 14px;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #4ccc3c;
  display: block;
  border: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
  position: relative;
}
.button.custom1.icon {
  padding-right: 60px;
}
.button.custom1.icon i {
  position: absolute;
  right: 0;
  line-height: 8px;
  margin-top: -4px;
  text-align: center;
  width: 50px;
  top: 50%;
}
.button.custom1.icon:after {
  position: absolute;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  content: "";
  right: 50px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #44ae37;
}
.button.custom1.large {
  font-size: 18px;
  padding: 13px;
  line-height: 26px;
}
.button.custom1.large.icon {
  padding-right: 78px;
}
.button.custom1.large.icon i {
  width: 65px;
}
.button.custom1.large.icon:after {
  right: 65px;
}
.button.custom1:hover {
  background: #008fff;
}
.button.custom1:hover:after {
  background: #0078e7;
}
.button.custom1.blue {
  background: #008fff;
}
.button.custom1.blue:hover {
  background: #4ccc3c;
}
.button.custom1.red {
  background: #ff5645;
}
.button.custom1.red:hover {
  background: #008fff;
}
.button.custom1.gray {
  background: #92a5b5;
}
.button.custom1.gray:hover {
  background: #008fff;
}
.form-row {
  border-bottom: 2px dashed #d8e2e7;
  padding: 15px;
}
.form-row > div {
  position: relative;
  padding: 0 0 0 190px;
}
.form-row > div .form-label {
  padding: 0 30px 0 0;
  position: absolute;
  left: 0;
  top: 20px;
  text-align: right !important;
  width: 190px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row > div .form-alert {
  position: absolute;
  right: 0;
  top: 50%;
  width: 200px;
  color: #71717b;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row > div .form-input {
  width: 270px;
  max-width: 100%;
  position: relative;
}
.form-row > div .form-input:after,
.form-row > div .form-input:before {
  content: "";
  display: table;
  clear: both;
}
.form-row > div .form-input.wp100 {
  width: 100%;
}
.form-row.borderNone {
  border: none;
}
.form-label {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
.form-label span {
  color: #ff5645;
}
input[type=text],
input[type=number] {
  width: 100%;
}
input[type=text].custom1,
input[type=number].custom1 {
  font-size: 14px;
  color: #92a5b5;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid #a8bed0;
  background: #fff;
  padding: 0 20px;
}
input[type=text].custom1[disabled="disabled"],
input[type=number].custom1[disabled="disabled"] {
  background: #eaeaef;
  border-color: #a8bed0;
}
input[type=text].custom1.small,
input[type=number].custom1.small {
  line-height: 30px;
  font-size: 13px;
  padding-left: 15px;
}
input[type=text].custom1.error,
input[type=number].custom1.error {
  border-color: #ff5645;
}
input[type=text].custom1.valid,
input[type=number].custom1.valid {
  border-color: #4ccc3c;
}
input[type=text].custom1.noValid,
input[type=number].custom1.noValid {
  border: 1px solid #a8bed0;
}
.select .chosen-container {
  position: relative;
  width: 100% !important;
}
.select .chosen-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  z-index: 9999;
}
.select .chosen-drop ul {
  max-height: 200px;
  overflow: auto;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.select .chosen-drop ul li {
  cursor: pointer;
  white-space: nowrap;
}
.select .chosen-drop ul li em {
  font-style: normal;
}
.select .chosen-drop ul .no-results {
  display: none;
}
.select .chosen-single {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  white-space: nowrap;
  width: 100%;
}
.select .chosen-with-drop .chosen-drop {
  display: block;
}
.select select {
  display: block !important;
  border: none;
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.select.no-search .chosen-search {
  display: none;
}
.select.custom1 .chosen-single,
.select.custom1 .chosen-choices {
  display: block;
  position: relative;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #a8bed0;
  border-radius: 2px;
  color: #92a5b5;
  font-size: 14px;
  line-height: 38px;
  padding: 0 40px 0 20px;
}
.select.custom1 .chosen-single:before,
.select.custom1 .chosen-choices:before {
  border-color: #93a6b5 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
}
.select.custom1 .chosen-single li.search-choice-disabled,
.select.custom1 .chosen-choices li.search-choice-disabled {
  display: none;
}
.select.custom1 .chosen-single li:nth-last-child(2).search-choice-disabled,
.select.custom1 .chosen-choices li:nth-last-child(2).search-choice-disabled {
  display: inline;
}
.select.custom1 .chosen-choices {
  line-height: normal;
  font-size: 0px;
  padding: 6px 40px 6px 10px;
  min-height: 40px;
}
.select.custom1 .chosen-choices li {
  border: 1px solid #9dd4ff;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  padding: 0 30px 0 7px;
  position: relative;
  font-size: 12px;
  margin: 2px;
}
.select.custom1 .chosen-choices li a {
  background: #ecf7ff none repeat scroll 0 0;
  border: 1px solid #9dd4ff;
  bottom: -1px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -1px;
  width: 22px;
  line-height: 17px;
  cursor: pointer;
  color: #71717b;
}
.select.custom1 .chosen-choices li a:before {
  content: '\e84a';
  font-family: "fontello";
  font-size: 9px;
}
.select.custom1 .chosen-choices li.search-field {
  border: none;
}
.select.custom1 .chosen-choices li.search-choice-disabled {
  border: none;
  font-size: 14px;
}
.select.custom1 .chosen-drop {
  background: #fff;
  border: 1px solid #a8bed0;
  margin-top: -2px;
  font-size: 14px;
  color: #7b7b91;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.select.custom1 .chosen-drop .chosen-search {
  padding: 5px;
}
.select.custom1 .chosen-drop .chosen-search input {
  border: 1px solid #a8bed0;
  padding: 6px;
  width: 100%;
}
.select.custom1 .chosen-drop ul {
  padding: 5px 0;
  margin: 0;
}
.select.custom1 .chosen-drop li {
  padding: 5px 20px;
}
.select.custom1 .chosen-drop li:hover {
  background: #efefef;
}
.select.custom1 .chosen-drop li.disabled-result {
  display: none;
}
.select.custom1 .chosen-disabled .chosen-single {
  background: #eaeaef;
  border-color: #a8bed0;
}
.select.custom1 select.error + div .chosen-single,
.select.custom1 select.error + div .chosen-choices {
  border-color: #ff5645;
}
.select.custom1 select.valid + div .chosen-single,
.select.custom1 select.valid + div .chosen-choices {
  border-color: #4ccc3c;
}
.select.custom1.small .chosen-single {
  line-height: 30px;
  font-size: 13px;
  padding-left: 15px;
}
.select.custom1.small .chosen-single:before {
  border-width: 5px;
  top: 13px;
}
.select.custom1.small .chosen-drop {
  font-size: 12px;
}
.select.custom1.small .chosen-drop .chosen-search input {
  padding: 3px;
}
.select.custom1.small .chosen-drop li {
  padding: 3px 15px;
}
.select.custom1.large .chosen-single {
  line-height: 42px;
}
/*Styles*/
#templateInvoiceAdd,
#templateInvoiceUpdate,
.pop-content {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  opacity: 1;
}
#templateInvoiceAdd.page,
#templateInvoiceUpdate.page,
.pop-content.page {
  padding: 60px 0 0 295px;
  opacity: 0;
}
#templateInvoiceAdd.home,
#templateInvoiceUpdate.home,
.pop-content.home {
  padding-right: 61px;
}
#templateInvoiceAdd.white,
#templateInvoiceUpdate.white,
.pop-content.white {
  background: #fff;
}
#templateInvoiceAdd *,
#templateInvoiceUpdate *,
.pop-content * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#templateInvoiceAdd.no-scroll,
#templateInvoiceUpdate.no-scroll,
.pop-content.no-scroll {
  overflow: hidden;
  margin-right: 17px;
}
#templateInvoiceAdd.active,
#templateInvoiceUpdate.active,
.pop-content.active {
  opacity: 1;
}
header .top {
  position: relative;
}
header .top > input {
  margin: 15px 0 !important;
}
header .top .select {
  position: absolute;
  right: 155px;
  top: 15px;
  width: 200px;
}
header .top > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
}
header .top > a.x {
  top: 19px;
  right: 19px;
  margin: 0;
}
header .top > a.save {
  right: 70px;
  width: 70px;
  border-left: 1px solid #eceff4;
  line-height: 70px;
}
header h1 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  color: #4e4e4e;
  font-weight: normal !important;
  line-height: 34px;
  padding: 18px 30px;
  border-right: 1px solid #eceff4;
  vertical-align: top;
}
header .save,
header .remove {
  display: inline-block;
  font-size: 24px;
  color: #4CCC3B;
  border-right: 1px solid #eceff4;
  line-height: 70px;
  width: 70px;
  text-align: center;
  vertical-align: top;
}
header .remove {
  color: #fe6e63;
}
header .x {
  background: #92a5b5;
  width: 32px;
  height: 32px;
  display: inline-block;
  float: right;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  margin: 19px 40px 19px 0;
}
header .x:hover {
  background: #fe6e63;
}
header .center li {
  display: inline-block;
  font-size: 12px;
  font-weight: 700 !important;
  padding: 0 25px;
}
header .center li a {
  color: #9292AA;
}
header .center li a:hover {
  color: #4CCC3B;
}
header .bottom {
  background: #435E75;
}
header .bottom:after,
header .bottom:before {
  content: "";
  display: table;
  clear: both;
}
header .bottom > div {
  padding: 0 10px;
}
header .bottom .load,
header .bottom .loadremove,
header .bottom .pageSize,
header .bottom .pagePrint,
header .bottom .templateClear {
  float: left;
  background: #253441;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  margin: 10px;
  cursor: pointer;
  text-align: center;
}
header .bottom .load input,
header .bottom .loadremove input,
header .bottom .pageSize input,
header .bottom .pagePrint input,
header .bottom .templateClear input {
  display: none;
}
header .bottom .loadremove {
  display: none;
  width: 200px;
}
header .bottom .load {
  width: 200px;
}
header .bottom .load.removes {
  display: none;
}
header .bottom .load.removes + label {
  display: block;
}
header .bottom .style {
  float: left;
  border-left: 1px solid #587893;
  padding: 0;
  margin-left: 15px;
}
header .bottom .style li {
  display: inline-block;
}
header .bottom .style li a {
  line-height: 50px;
  display: block;
  width: 50px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
header .bottom .style li a.active {
  color: #253441;
}
header .bottom .align {
  float: left;
  border-left: 1px solid #587893;
  padding: 0;
}
header .bottom .align li {
  display: inline-block;
}
header .bottom .align li a {
  line-height: 50px;
  display: block;
  width: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
header .bottom .align li a.active {
  color: #253441;
}
header .bottom .vAlign {
  float: left;
  border-left: 1px solid #587893;
  padding: 0;
}
header .bottom .vAlign li {
  display: inline-block;
}
header .bottom .vAlign li a {
  line-height: 50px;
  display: block;
  width: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
}
header .bottom .vAlign li a.active {
  color: #253441;
}
header .bottom .vAlign li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 20px solid #435E75;
  border-bottom: 20px solid #435E75;
}
header .bottom .vAlign li:first-child a:after {
  border-top: none;
  border-bottom-width: 24px;
}
header .bottom .vAlign li:last-child a:after {
  border-bottom: none;
  border-top-width: 24px;
}
header .bottom .fontFamily {
  padding: 0 20px;
}
header .bottom .fontFamily,
header .bottom .fontSize {
  float: left;
  margin: 10px;
}
header .bottom .chosen-container {
  display: block;
  position: relative;
  width: 100% !important;
}
header .bottom .chosen-container .chosen-single {
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: 700 !important;
  display: block;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 0 40px 0 15px;
  cursor: pointer;
}
header .bottom .chosen-container .chosen-single b {
  display: none;
}
header .bottom .chosen-container .chosen-single:before {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
}
header .bottom .chosen-container .chosen-drop {
  font-size: 12px;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  min-width: 100%;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #435E75;
  margin-top: -2px;
  display: none;
}
header .bottom .chosen-container .chosen-drop .chosen-search {
  display: none;
}
header .bottom .chosen-container .chosen-drop ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-weight: 700 !important;
  color: #fff;
  max-height: 180px;
  overflow: auto;
}
header .bottom .chosen-container .chosen-drop ul li {
  padding: 3px 15px;
  cursor: pointer;
}
header .bottom .chosen-container.chosen-container-active .chosen-drop {
  display: block;
}
#desing {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #f6f7fb;
}
#desing .elements {
  position: relative;
  z-index: 7;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f6f7fb;
  flex: 0 0 150px;
  text-align: center;
}
#desing .elements li {
  display: block;
  padding: 15px 15px 0 15px;
}
#desing .elements li a {
  display: block;
  border: 1px solid #c7d7de;
  background: #fff;
  color: #435e75;
  font-weight: 700;
  font-size: 11px;
  padding: 10px;
  border-radius: 3px;
}
#desing .elements li a.text img,
#desing .elements li a.barcode img,
#desing .elements li a.photo img {
  margin: 5px 0 15px;
}
#desing .elements li a.text span,
#desing .elements li a.barcode span,
#desing .elements li a.photo span {
  display: block;
}
.pageContent {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 1135px;
}
.pageContent > div {
  width: 800px;
  float: left;
  border: 1px solid #435e75;
  height: 1104px;
}
.pageContent .page {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.pageContent .page:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pagePattern.png) repeat top left;
}
.pageContent .page:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dcdcdc;
}
.pageContent .hRuler {
  font-size: 0;
  padding-left: 1px;
  background: #fff;
  padding-bottom: 7px;
  padding-left: 56px;
  margin: 0;
  overflow: hidden;
  width: 855px;
  white-space: nowrap;
  border-top: 1px solid #dcdcdc;
}
.pageContent .hRuler li {
  display: inline-block;
  font-size: 13px;
  width: 38px;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #9393aa;
  line-height: 22px;
}
.pageContent .vRuler {
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  padding-right: 7px;
  z-index: 3;
}
.pageContent .vRuler li {
  display: block;
  font-size: 13px;
  width: 50px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #9393aa;
  line-height: 37px;
}
.pageContent .vRuler li:first-child {
  border-top: 1px solid #dcdcdc;
}
.pageContent .vRuler:before {
  position: absolute;
  content: "";
  left: 49px;
  top: 23px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.pageContent.horizontal {
  height: 830px;
}
.pageContent.horizontal > div {
  width: 1104px;
  height: 798px;
}
.pageContent.horizontal .hRuler {
  width: 1159px;
}
.pageContent.a5 {
  height: 831px;
}
.pageContent.a5 > div {
  width: 572px;
  height: 800px;
}
.pageContent.a5 .hRuler {
  width: 627px;
}
.pageContent.a5.horizontal {
  height: 603px;
}
.pageContent.a5.horizontal > div {
  width: 800px;
  height: 572px;
}
.pageContent.a5.horizontal .hRuler {
  width: 855px;
}
.pageContent.copyPageTwo .hRuler {
  width: 456px;
}
.pageContent.copyPageTwo > div {
  width: 401px;
}
.pageContent.copyPageTwo.a5 > div {
  width: 287px;
}
.pageContent.copyPageTwo.a5 .hRuler {
  width: 344px;
}
.pageContent.copyPageTwo.horizontal {
  height: 830px;
}
.pageContent.copyPageTwo.horizontal > div {
  width: 553px;
}
.pageContent.copyPageTwo.horizontal .hRuler {
  width: 610px;
}
.pageContent.copyPageTwo.horizontal.a5 {
  height: 602px;
}
.pageContent.copyPageTwo.horizontal.a5 > div {
  width: 401px;
}
.pageContent.copyPageTwo.horizontal.a5 .hRuler {
  width: 458px;
}
.pageContent.copyPageTwo.underToUnder {
  height: 584px;
}
.pageContent.copyPageTwo.underToUnder .hRuler {
  width: 855px;
}
.pageContent.copyPageTwo.underToUnder > div {
  width: 800px;
  height: 553px;
}
.pageContent.copyPageTwo.underToUnder.a5 {
  height: 432px;
}
.pageContent.copyPageTwo.underToUnder.a5 > div {
  width: 572px;
  height: 401px;
}
.pageContent.copyPageTwo.underToUnder.a5 .hRuler {
  width: 627px;
}
#popPageType .pageSpecial {
  display: none;
  padding-top: 40px;
}
#popPageType .pageSpecial .form-input {
  width: 300px;
}
#popPageType .pageSpecial .form-input > div {
  position: relative;
  margin: 0 -10px;
  padding: 0 30px 0 0;
}
#popPageType .pageSpecial .form-input > div:after,
#popPageType .pageSpecial .form-input > div:before {
  content: "";
  display: table;
  clear: both;
}
#popPageType .pageSpecial .form-input > div > div {
  float: left;
  width: 50%;
  padding: 0 10px;
}
#popPageType .pageSpecial .form-input > div > span {
  color: #7b7b91;
  position: absolute;
  line-height: 40px;
  left: 50%;
  text-align: center;
  width: 20px;
  top: 0;
  margin-left: -25px;
}
#popPageType .pageSpecial .form-input > div > p {
  color: #7b7b91;
  position: absolute;
  text-align: center;
  top: -25px;
  left: 0;
  right: 30px;
}
#popPageType .pageSpecial .form-input > div > p span {
  width: 50%;
  display: inline-block;
  float: left;
}
#popPageType .pageSpecial .form-input > p {
  color: #7b7b91;
  position: absolute;
  line-height: 40px;
  left: 50%;
  text-align: center;
  width: 20px;
  top: 0;
  margin-left: -25px;
}
#popPageType .pageSpecial .form-input > p {
  left: auto;
  right: 0;
  margin: 0;
  width: auto;
}
#popPageType .pageSpace .form-input {
  width: 320px;
}
#popPageType .pageSpace .form-input:after,
#popPageType .pageSpace .form-input:before {
  content: "";
  display: table;
  clear: both;
}
#popPageType .pageSpace .form-input > div {
  position: relative;
  float: left;
  width: 50%;
}
#popPageType .pageSpace .form-input > div:first-child,
#popPageType .pageSpace .form-input > div:last-child {
  width: 100%;
}
#popPageType .pageSpace .form-input > div:first-child input,
#popPageType .pageSpace .form-input > div:last-child input {
  width: 100px;
  margin: 0 auto;
  display: block;
}
#popPageType .pageSpace .form-input > div:nth-child(2) {
  padding: 50px 60px 50px 0;
}
#popPageType .pageSpace .form-input > div:nth-child(2):before {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 50px;
  background: #eee;
}
#popPageType .pageSpace .form-input > div:nth-child(2):after {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 50px;
  border-top: 1px solid #a8bed0;
  border-bottom: 1px solid #a8bed0;
}
#popPageType .pageSpace .form-input > div:nth-child(2) div {
  position: absolute;
  right: 0;
  width: 40px;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid #a8bed0;
}
#popPageType .pageSpace .form-input > div:nth-child(3) {
  padding: 50px 0 50px 60px;
}
#popPageType .pageSpace .form-input > div:nth-child(3):before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 50px;
  background: #eee;
}
#popPageType .pageSpace .form-input > div:nth-child(3):after {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 50px;
  border-top: 1px solid #a8bed0;
  border-bottom: 1px solid #a8bed0;
}
#popPageType .pageSpace .form-input > div:nth-child(3) div {
  position: absolute;
  left: 0;
  width: 40px;
  top: 10px;
  bottom: 10px;
  border-right: 1px solid #a8bed0;
}
#popPageType .pageCopyRotate {
  display: none;
}
#popPropertyTable .pop-content .content .headList,
#popInvoiceBottomTable .pop-content .content .headList {
  padding: 20px 20px 0;
}
#popPropertyTable .pop-content .content .headList > div,
#popInvoiceBottomTable .pop-content .content .headList > div {
  font-size: 0;
  background: #a8bed0;
  padding: 10px 0;
}
#popPropertyTable .pop-content .content .headList > div div,
#popInvoiceBottomTable .pop-content .content .headList > div div {
  display: inline-block;
  color: #4e4e4e;
  width: 25%;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700 !important;
  text-align: center;
}
#popPropertyTable .pop-content .content .headList > div div:first-child,
#popInvoiceBottomTable .pop-content .content .headList > div div:first-child {
  width: 7%;
}
#popPropertyTable .pop-content .content .headList > div div:last-child,
#popInvoiceBottomTable .pop-content .content .headList > div div:last-child {
  width: 18%;
}
#popPropertyTable .pop-content .content ul,
#popInvoiceBottomTable .pop-content .content ul {
  margin: 0;
  padding: 0 20px 20px;
  list-style: none;
}
#popPropertyTable .pop-content .content ul li,
#popInvoiceBottomTable .pop-content .content ul li {
  margin-top: 4px;
  background: #eceff4;
  padding: 5px 0;
  font-size: 0;
  cursor: all-scroll;
}
#popPropertyTable .pop-content .content ul li > div,
#popInvoiceBottomTable .pop-content .content ul li > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 25%;
  padding: 0 5px;
  text-align: center;
  color: #4e4e4e;
}
#popPropertyTable .pop-content .content ul li > div label,
#popInvoiceBottomTable .pop-content .content ul li > div label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a8bed0;
  position: relative;
  cursor: pointer;
}
#popPropertyTable .pop-content .content ul li > div label:before,
#popInvoiceBottomTable .pop-content .content ul li > div label:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #435E75;
  display: none;
}
#popPropertyTable .pop-content .content ul li > div input[type=checkbox],
#popInvoiceBottomTable .pop-content .content ul li > div input[type=checkbox] {
  display: none;
}
#popPropertyTable .pop-content .content ul li > div input[type=checkbox]:checked + label:before,
#popInvoiceBottomTable .pop-content .content ul li > div input[type=checkbox]:checked + label:before {
  display: block;
}
#popPropertyTable .pop-content .content ul li > div:first-child,
#popInvoiceBottomTable .pop-content .content ul li > div:first-child {
  width: 7%;
}
#popPropertyTable .pop-content .content ul li > div:last-child,
#popInvoiceBottomTable .pop-content .content ul li > div:last-child {
  width: 18%;
}
