/* Blue */
/* Orange (Warning) */
/* Red (Danger) */
/* Green (CSVS) */
body {
  background: url('../img/tiny_grid.png') repeat 0 0;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:visited:not(.btn) {
  color: #333333;
}
a:hover {
  text-decoration: none;
}
a:hover:not(.btn) {
  color: #333;
}
a:active {
  text-decoration: none;
}
a:active:not(.btn) {
  color: #333;
}
a:not(.btn) {
  color: #333333;
}
a:focus:not(.btn) {
  color: #333;
}
a:not(.btn).other-to-serial-products {
  background-color: #1f8ab6;
  border: 1px solid #1f8ab6;
  color: #FFF;
  border-radius: 5px;
  padding: 4px 10px;
  cursor: pointer;
  padding-left: 10px;
  transition: all 0.4s ease;
}
a:not(.btn).other-to-serial-products:hover {
  background-color: #FFF;
  color: #1f8ab6;
}
div.cont {
  height: 100%;
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.disabled {
  text-decoration: line-through #dddddd;
  color: #999;
}
.sidebar-nav {
  padding: 9px 0;
}
.main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
  min-height: 300px;
}
p {
  font-size: 14px;
}
div {
  font-size: 14px;
}
.summary {
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 5px;
}
div.portlet-decoration {
  color: #fff;
  background-color: #1f89b6;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.portlet-content .content {
  padding: 20px;
  background: #fff;
}
.portlet {
  margin-bottom: 20px;
}
ul li {
  font-size: 14px;
}
ul.sidebar {
  margin: 0px;
}
ul.sidebar li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
form {
  margin: 0 0 18px;
}
form label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
  margin-right: 10px;
}
form span label {
  width: auto;
  margin: 0 10px 0 2px;
}
form div {
  display: block;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
h1 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
input {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  width: auto;
  margin-left: 0;
}
button {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
}
select {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  height: 28px;
  *margin-top: 4px;
  width: 220px;
  border: 1px solid #bbb;
}
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
textarea {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  height: 20px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  width: auto;
  max-width: calc(100% - 170px);
  height: auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  margin-left: 0;
}
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.label-radio:not(:first-child) {
  margin: 7px 2px 20px 20px !important;
}
input.label-radio:first-child {
  margin: 7px 2px 20px 0px !important;
}
.select2-container {
  margin-bottom: 10px;
}
.select2-container .select2-selection--single {
  height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
div.row {
  margin-right: -15px;
  margin-left: -15px;
}
div.errorMessage {
  color: #b94a48;
  background-color: #f2dede;
  padding: 8px 35px 8px 14px;
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #EED3D7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="button"] {
  width: auto;
}
input[type="button"]:not(.btn) {
  margin-left: 140px;
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all ease 0.5s;
}
input[type="button"]:not(.btn):hover {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
input[type="submit"] {
  width: auto;
}
input[type="submit"]:not(.btn) {
  margin-left: 140px;
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all ease 0.5s;
}
input[type="submit"]:not(.btn):hover {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: normal;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  margin-left: 0;
}
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"] {
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  width: auto;
}
input[type="radio"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  width: auto;
}
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="reset"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
input[type="file"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
select[multiple] {
  height: auto;
}
select[size] {
  height: auto;
}
.radio {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"] {
  float: left;
  margin-left: -18px;
}
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child {
  padding-top: 5px;
}
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline {
  margin-left: 10px;
}
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"] {
  float: none;
  margin-left: 0;
}
select[class*="span"] {
  float: none;
  margin-left: 0;
}
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid input[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid select[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.row-fluid .input-prepend [class*="span"] {
  display: inline-block;
}
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.input-append input[class*="span"] {
  display: inline-block;
}
.input-append .uneditable-input[class*="span"] {
  display: inline-block;
}
.input-prepend input[class*="span"] {
  display: inline-block;
}
.input-prepend .uneditable-input[class*="span"] {
  display: inline-block;
}
input.span12 {
  width: 930px;
}
textarea.span12 {
  width: 930px;
}
.uneditable-input.span12 {
  width: 930px;
}
input.span11 {
  width: 850px;
}
textarea.span11 {
  width: 850px;
}
.uneditable-input.span11 {
  width: 850px;
}
input.span10 {
  width: 770px;
}
textarea.span10 {
  width: 770px;
}
.uneditable-input.span10 {
  width: 770px;
}
input.span9 {
  width: 690px;
}
textarea.span9 {
  width: 690px;
}
.uneditable-input.span9 {
  width: 690px;
}
input.span8 {
  width: 610px;
}
textarea.span8 {
  width: 610px;
}
.uneditable-input.span8 {
  width: 610px;
}
input.span7 {
  width: 530px;
}
textarea.span7 {
  width: 530px;
}
.uneditable-input.span7 {
  width: 530px;
}
input.span6 {
  width: 450px;
}
textarea.span6 {
  width: 450px;
}
.uneditable-input.span6 {
  width: 450px;
}
input.span5 {
  width: 370px;
}
textarea.span5 {
  width: 370px;
}
.uneditable-input.span5 {
  width: 370px;
}
input.span4 {
  width: 290px;
}
textarea.span4 {
  width: 290px;
}
.uneditable-input.span4 {
  width: 290px;
}
input.span3 {
  width: 210px;
}
textarea.span3 {
  width: 210px;
}
.uneditable-input.span3 {
  width: 210px;
}
input.span2 {
  width: 130px;
}
textarea.span2 {
  width: 130px;
}
.uneditable-input.span2 {
  width: 130px;
}
input.span1 {
  width: 50px;
}
textarea.span1 {
  width: 50px;
}
.uneditable-input.span1 {
  width: 50px;
}
input[disabled] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
select[disabled] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
textarea[disabled] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
input[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
select[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
input[type="radio"][disabled] {
  background-color: transparent;
}
input[type="checkbox"][disabled] {
  background-color: transparent;
}
input[type="radio"][readonly] {
  background-color: transparent;
}
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.buttons .btn {
  margin-left: 20px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #1f89b6;
}
.breadcrumb li {
  display: inline-block;
  display: inline;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
}
.breadcrumb li a {
  color: #FFF !important;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
ul.yiiPager a:link {
  color: #1f89b6;
  border-color: #1f89b6;
}
ul.yiiPager .selected a {
  background-color: #1f89b6;
  color: #fff;
}
.pager li > a:hover {
  background-color: #1f89b6;
  color: #fff;
}
.list-view .items .view {
  border: solid 1px #CCCCCC;
  box-shadow: 2px 2px 5px #666666;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.grid-view table.items {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table.items tr {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.rememberMe {
  display: block;
  margin-left: 60px;
}
p.hint {
  float: left;
  display: block;
}
.extra {
  border-top: 1px solid #000;
  padding: 20px 0;
  font-size: 11px;
  color: #BBB;
  background: #1A1A1A;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.extra ul {
  width: 300px;
  padding: 0;
  margin: 0;
}
.extra ul li {
  margin-bottom: .6em;
  list-style: none;
}
.extra a {
  color: #666;
}
.extra h4 {
  margin-bottom: 1em;
  font-weight: 400;
}
.footer {
  margin-top: 0;
  padding: 15px 0;
  font-size: 12px;
  background: #000;
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.footer p.terms {
  display: block;
  margin: 0px auto;
  width: 400px;
  max-width: 100%;
  text-align: center;
}
.footer p.terms a {
  text-decoration: none;
  color: #1f89b6;
}
.col-md-3 {
  float: left;
}
.table .items {
  table-layout: fixed;
  width: 100%;
}
.table .items thead th {
  color: #fff;
  background: #1f89b6;
}
.table .items thead th a {
  color: #fff;
}
.table .actions {
  text-align: right;
}
.table .actions .btn {
  margin-left: 10px;
  background-color: #1f89b6;
  color: #FFF;
  border: 2px solid #1f89b6;
  transition: all ease 0.5s;
}
.table .actions .btn:hover {
  margin-left: 10px;
  background-color: #FFF;
  color: #1f89b6;
  border-color: #000;
}
.flash {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #ddd;
}
.flash-success {
  padding: 15px;
  border: 1px solid #1c7b2c;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #dbf3e0;
  color: #075f07;
}
.flash-error {
  padding: 15px;
  border: 1px solid #7b1c1c;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #f5e8e8;
  color: #5f0707;
}
.flash-notice {
  padding: 15px;
  border: 1px solid #4e1c7b;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #ede8f5;
  color: #2e075f;
}
.clickable_view:hover {
  cursor: pointer;
  background-color: #EEE;
}
.dashboard {
  margin: 0;
  padding: 20px;
  position: relative;
}
.dashboard li {
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  border-bottom: 8px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  width: 195px;
  list-style: none;
  min-height: 100px;
  background: #f2f2f2;
  vertical-align: top;
  box-sizing: border-box;
}
.dashboard li:not(.top-ten-block) h2 {
  text-align: left;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
}
.dashboard li span {
  text-align: left;
  font-size: 46px;
  margin: 0;
  display: block;
  margin: 30px 0 20px;
  color: #333;
  font-weight: bold;
}
.dashboard li a {
  color: #666;
}
.dashboard li p {
  margin: 0;
}
.dashboard li > div {
  width: 100%;
  display: block;
  height: 300px;
}
.dashboard li.top-ten-block {
  padding: 0;
}
.dashboard li.bad {
  border-bottom: 8px solid #870500;
}
.dashboard li.fine {
  border-bottom: 8px solid #096f15;
}
.dashboard li.chart {
  width: 410px;
  box-sizing: border-box;
}
.dashboard li.chart.double {
  width: 840px;
  box-sizing: border-box;
  min-height: 300px;
}
.dashboard .store-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70px;
  height: 20px;
  overflow: hidden;
}
.dashboard li.chart.triple {
  width: 1240px;
  box-sizing: border-box;
  min-height: 438px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
#loading_kr {
  width: 200px;
  display: none;
  height: 50px;
}
#loading_kr img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
#loading_kr p {
  float: left;
  width: 140px;
  line-height: 50px;
}
#loading_relation {
  width: 200px;
  display: none;
  height: 50px;
}
#loading_relation img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
#loading_relation p {
  float: left;
  width: 140px;
  line-height: 50px;
}
.accept-cancel p {
  margin-top: 10px;
}
.os-green {
  color: green;
}
.os-red {
  color: red;
  font-weight: bold;
}
.os-blue {
  color: blue;
}
.os-orange {
  color: orange;
}
.btn.btn-default-keep {
  color: #FFF;
  background-color: #1f89b6;
  border: 2px solid #1f89b6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: all ease 0.7s;
}
.btn.btn-default-keep a {
  color: #FFF;
}
.btn.btn-default-keep:hover {
  color: #1f89b6;
  background-color: #FFF;
}
.btn.btn-default-keep:hover a {
  color: #1f89b6;
}
.btn.btn-default-keep > i {
  font-size: 15px;
}
.btn.btn-default-keep img {
  margin-left: 5px;
  width: 25px;
}
.btn.btn-warning-keep {
  color: #FFF;
  background-color: #eea236;
  border: 2px solid #eea236;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: all ease 0.7s;
}
.btn.btn-warning-keep > i {
  font-size: 15px;
}
.btn.btn-warning-keep:hover {
  color: #eea236;
  background-color: #FFF;
}
.btn.skautomation-green {
  background-color: #1f89b6;
  border: 2px solid #1f89b6;
  transition: all ease 0.7s;
}
.btn.skautomation-green:hover {
  background-color: #FFF;
  color: #1f89b6 !important;
  border-color: #1f89b6;
}
.btn.btn-green-keep {
  color: #FFF;
  background-color: #00A466;
  border: 2px solid #00A466;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  transition: all ease 0.7s;
}
.btn.btn-green-keep > i {
  font-size: 15px;
}
.btn.btn-green-keep:hover {
  color: #00A466;
  background-color: #FFF;
}
.btn.btn-red-keep {
  color: #FFF;
  background-color: #D60210;
  border: 2px solid #D60210;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  transition: all ease 0.7s;
}
.btn.btn-red-keep > i {
  font-size: 15px;
}
.btn.btn-red-keep:hover {
  color: #D60210;
  background-color: #FFF;
}
.table-striped.items.table {
  box-shadow: 3px 3px 3px #EEE;
}
i {
  vertical-align: middle;
}
table td.send-info i {
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
  cursor: default;
}
table td.send-info i.fa-check {
  color: green;
}
table td.send-info i.fa-close {
  color: red;
}
.sk-change-form {
  box-shadow: 2px 2px 3px #4e4e41;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 10px;
  display: none;
  width: 300px;
  margin-left: 20px;
}
.sk-change-form .btn-cancel-serialchange {
  border-width: 2px;
  line-height: 17px;
  margin-bottom: 5px;
}
.sk-change-form p:first-child {
  font-weight: 600;
}
.sk-send-form {
  box-shadow: 2px 2px 3px #4e4e41;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 10px;
  display: none;
  width: 300px;
  margin-left: 20px;
}
.sk-send-form p:first-child {
  font-weight: 600;
}
.sk-send-form p.type {
  font-size: 11px;
  font-weight: #4e4e41;
}
.sk-send-form .btn-cancel-sendemail {
  border-width: 2px;
  line-height: 17px;
  margin-bottom: 5px;
}
#loading_sendemail {
  display: none;
}
#loading_sendemail img {
  width: 35px;
}
.btn-send-key {
  background-image: url('/images/btn_sendkey.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 4px;
  background-size: 21px;
  padding-right: 35px;
}
.btn-send-key:hover {
  background-image: url('/images/btn_sendkey_hover.png');
}
.btn-change-serial {
  background-image: url('/images/btn_changekey.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 2px;
  background-size: 25px;
  padding-right: 35px;
}
.btn-change-serial:hover {
  background-image: url('/images/btn_changekey_hover.png');
}
.btn-attach-serial {
  background-image: url('/images/btn_changekey.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 2px;
  background-size: 25px;
  padding-right: 35px;
}
.btn-attach-serial:hover {
  background-image: url('/images/btn_changekey_hover.png');
}
.table-products {
  width: 100%;
  table-layout: fixed;
}
.table-products tr th:last-child {
  width: 300px;
}
.table-products tr td {
  vertical-align: middle;
}
.order-actions {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  width: 615px;
  max-width: 100%;
}
.order-actions a {
  text-decoration: none;
}
.order-actions .btn-warning-keep {
  margin-bottom: 4px;
}
.order-form {
  box-shadow: 2px 2px 3px #4e4e41;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 10px;
  display: none;
  width: 300px;
}
.order-form .btn-warning-keep {
  margin-bottom: 4px;
}
.order-form p {
  font-weight: 600;
}
.order-form input.refund-money {
  width: 100px;
  text-align: right;
  padding: 6px 10px;
  margin-bottom: 5px;
}
.order-form .loading-refund {
  display: none;
}
.order-form .loading-refund img {
  width: 35px;
}
.order-form .loading-refund span {
  font-weight: normal;
}
.invoice-form {
  box-shadow: 2px 2px 3px #4e4e41;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 10px;
  display: none;
  width: 300px;
}
.invoice-form .loading-invoice {
  display: none;
}
.invoice-form .loading-invoice img {
  width: 35px;
}
.invoice-form .loading-invoice span {
  font-weight: normal;
}
.invoice-form .btn-warning-keep {
  margin-bottom: 4px;
}
.refundemail-form {
  box-shadow: 2px 2px 3px #4e4e41;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 10px;
  display: none;
  width: 300px;
}
.refundemail-form .loading-refundemail {
  display: none;
}
.refundemail-form .loading-refundemail img {
  width: 35px;
}
.refundemail-form .loading-refundemail span {
  font-weight: normal;
}
.refundemail-form .btn-warning-keep {
  margin-bottom: 4px;
}
.order-refund-view-info td {
  color: #ED1C24;
}
.comment-box-header {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #1f89b6;
  margin-top: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.comment-box-header > .comment-box-title {
  color: #FFF;
}
.comment-box-content {
  display: block;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #ddd;
  max-height: 350px;
  overflow: auto;
}
.comment-box-content > .comment {
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  cursor: default;
}
.comment-box-content > .comment:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.comment-box-content > .comment > .c_date {
  text-align: right;
  color: #4e4e41;
  font-size: 11px;
}
.comment-box-content > .comment > .c_user {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 1px;
}
.comment-box-content > .comment > .c_comment {
  background-color: #ffe;
  border: 1px dashed black;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px;
}
.comment-box-content > .comment > .c_comment > span {
  display: block;
  width: 100%;
}
.comment-box-action {
  margin-top: 10px;
}
.comment-box-action textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 150px;
}
.page-limit {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
}
.page-limit p {
  float: left;
  line-height: 28px;
  vertical-align: middle;
  margin: 0px;
  margin-right: 10px;
}
.page-limit > select {
  width: 60px;
  text-align: center;
}
.top-ten {
  margin-left: 20px;
  margin-bottom: 20px;
}
.top-ten .bottom-info {
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}
.top-ten .chart-block {
  width: 400px;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-ten .chart-block.double {
  width: 840px;
}
.top-ten-block {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: top;
  width: 400px;
  cursor: default;
}
.top-ten-block:hover {
  box-shadow: 0 1px 10px rgba(31, 138, 182, 0.5);
}
.top-ten-block > h2 {
  background-color: #1f8ab6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.top-ten-block table {
  width: 100%;
  background-color: #f2f2f2;
}
.top-ten-block table tr td {
  border-top: 1px solid #bbb;
  padding: 5px 15px;
  background-color: #f2f2f2;
}
.top-ten-block table tr td:first-child {
  text-align: left;
}
.top-ten-block table tr td:last-child {
  text-align: right;
}
.top-ten-block table tr th {
  border-top: 1px solid #bbb;
  padding: 5px 15px;
  background-color: #f2f2f2;
}
.top-ten-block table tr:nth-of-type(odd) > td {
  background-color: #fefefe;
}
.top-ten-block table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.top-ten-block table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.top-ten-block.double {
  width: 835px;
}
.popover {
  min-width: 300px;
  width: auto;
}
.popover.right .arrow {
  top: 89px;
}
.export_csv {
  float: right;
}
.export_csv .btn-default-keep {
  background-color: #039013;
  background-size: 25px auto;
  border-color: #039013;
  color: #FFF;
  transition: all ease 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.export_csv .btn-default-keep:hover {
  color: #039013;
  background-color: #FFF;
}
.export_csv .loading-csv {
  float: left;
  height: 50px;
}
.export_csv .loading-csv p img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.export_csv .loading-csv p span {
  float: left;
  line-height: 45px;
}
.orderview-info-status {
  display: block;
  width: 100%;
  overflow: hidden;
}
.orderview-info-status ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0px auto;
  background-color: #FFF;
}
.orderview-info-status ul li {
  list-style: none;
  margin-right: -1px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.orderview-info-status ul li span {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 12px 25px;
  margin-bottom: -1px;
  font-size: 14px;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 600;
  transition: all 0.7s ease;
}
.orderview-info-status ul li span.s-default {
  color: #207805;
}
.orderview-info-status ul li span.s-default::after {
  border-left-color: #207805;
}
.orderview-info-status ul li span.s-warning {
  color: #3c7bfc;
}
.orderview-info-status ul li span.s-warning::after {
  border-left-color: #3c7bfc;
}
.orderview-info-status ul li span.s-attention {
  color: #f6bc30;
}
.orderview-info-status ul li span.s-attention::after {
  border-left-color: #f6bc30;
}
.orderview-info-status ul li span.s-urgent {
  color: #d11db5;
}
.orderview-info-status ul li span.s-urgent::after {
  border-left-color: #d11db5;
}
.orderview-info-status ul li span.s-danger {
  color: #ec3939;
}
.orderview-info-status ul li span.s-danger::after {
  border-left-color: #ec3939;
}
.orderview-info-status ul li span::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 15px;
  left: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left-width: 8px;
  border-left-style: solid;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.orderview-info-status ul li span:hover::after,
.orderview-info-status ul li span.selected::after {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .orderview-info-status ul {
    display: block;
    margin-bottom: 10px;
  }
  .orderview-info-status ul li {
    display: block;
    width: 100%;
    margin: 0px;
    margin-bottom: -1px;
  }
  .orderview-info-status ul li span {
    margin: 0px;
  }
}
.use-extra-block {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
}
#use-extra-box {
  display: none;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border-radius: 3px;
  left: calc(50% - 200px);
  padding: 20px;
  position: fixed;
  top: calc(50% - 200px);
  width: 400px;
  z-index: 999;
}
#use-extra-box h2 {
  font-size: 22px;
  text-align: center;
  text-transform: none;
}
#use-extra-box #box-extra-product-qty {
  text-align: center;
  width: 30px;
}
#use-extra-box #box-extra-comment {
  display: block;
  width: 100%;
  height: 100px;
  resize: none;
  max-width: 100%;
  box-sizing: border-box;
}
#use-extra-box .loading-box {
  display: none;
}
#use-extra-box .loading-box > img {
  display: block;
  margin: 0 auto;
  width: 45px;
}
.estimate label {
  width: auto;
}
.estimate h3 {
  text-align: center;
  background: #eee;
  border: 1px solid #000;
  font-size: 20px;
  width: 350px;
  margin: 40px auto;
  font-weight: normal;
}
.infos-top-right {
  border: 1px solid #555;
  padding: 10px;
  background: #eee;
  width: 150px;
  float: right;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.estimate-for {
  width: 100%;
  margin-bottom: 30px;
}
.for-header {
  background: #000;
  color: #fff;
  padding: 0 10px;
}
.for-content {
  padding: 10px;
}
.for-content .select2 {
  width: 100% !important;
}
.store {
  width: 250px;
  display: inline-table;
  height: 80px;
}
.products table {
  width: 100%;
}
.products table thead th {
  background: #000;
  color: #fff;
  padding: 0 10px;
}
.products table thead th:first-child {
  text-align: left;
  width: 50%;
}
.products table tfoot td {
  border: 1px solid #000;
  text-align: right;
  padding: 4px 10px;
}
.products table tfoot td textarea {
  width: 100%;
  height: 80px;
}
.products table tfoot tr td:last-child {
  background: #eee;
  text-align: right;
}
.products table tfoot td.no-border {
  border: none;
  padding: 0;
}
.products table tbody tr:nth-child(odd):not(.products-list) td {
  background: #eee;
}
.products table tbody tr:last-child td {
  padding: 15px 10px 10px;
}
.products table tbody tr td {
  padding: 2px 10px;
  text-align: center;
}
.products table tbody tr td i.fa.fa-trash {
  cursor: pointer;
  margin-right: 10px;
}
.products table tbody tr td i.fa.fa-trash:hover {
  color: #900;
}
.products table tbody tr td:first-child {
  text-align: left;
}
.products table tbody tr td:last-child {
  background: #eee;
  text-align: right;
}
.total {
  font-size: 15px;
  font-weight: bold;
}
.discount {
  width: 100px;
}
.fa.remove {
  cursor: pointer;
  margin-right: 10px;
}
.fa.remove:hover {
  color: #900;
}
#products-container {
  width: 100%;
}
#products-container .select2 {
  width: 100%;
}
.errorSummary {
  background: #fee;
  padding: 20px;
  color: #900;
  border: 1px solid #900;
  margin-bottom: 20px;
}
.text-red {
  color: #a00;
}
table.detail-view {
  background: white;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
table.detail-view .null {
  color: pink;
}
table.detail-view th {
  font-size: 0.9em;
  border: 1px white solid;
  padding: 0.3em 0.6em;
  vertical-align: top;
  text-align: right;
  width: 160px;
}
table.detail-view td {
  font-size: 0.9em;
  border: 1px white solid;
  padding: 0.3em 0.6em;
  vertical-align: top;
}
table.detail-view tr.odd {
  background: #E5F1F4;
}
table.detail-view tr.even {
  background: #F8F8F8;
}
.navbar {
  background-color: #FFF;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  border-radius: 0px;
}
.navbar .nav {
  justify-content: space-around;
  display: flex;
  float: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  color: #000;
  background-color: #FFF;
}
.navbar .nav > li > a {
  padding: 20px 10px;
  text-shadow: none;
  color: #717171;
}
.navbar .nav > li > a:hover {
  text-shadow: none;
  color: #000;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #1f89b6;
}
.navbar.fixed {
  position: fixed;
  top: -200px;
  left: 0px;
  right: 0px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  z-index: 300;
  transition: all 0.7s ease;
}
.navbar.fixed.anim {
  top: 0px;
}
.nav-collapse .fa {
  width: 25px;
  text-align: center;
}
.dropdown-menu li > a:hover {
  color: #1f89b6;
  background: none;
}
.container-fluid a.brand {
  background-color: #000;
  padding: 20px;
}
.export_pdf {
  float: right;
}
.export_pdf .btn-default-keep {
  background-color: #D32F0A;
  background-size: 25px auto;
  color: #FFF;
  padding-left: 40px;
  transition: all ease 0.7s;
}
.export_pdf .btn-default-keep:hover {
  background-color: #FFF;
  color: #D32F0A;
}
.export_pdf .loading-pdf {
  float: left;
  height: 50px;
}
.export_pdf .loading-pdf p img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.export_pdf .loading-pdf p span {
  float: left;
  line-height: 45px;
}
.other-to-serial-div {
  display: none;
  width: 400px;
  padding: 10px 0px;
}
.other-to-serial-div button {
  border: none;
  border-radius: 5px;
  border: 1px solid #1f8ab6;
  background-color: #1f8ab6;
  color: #FFF;
  padding: 5px 10px;
  vertical-align: middle;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.other-to-serial-div button:hover {
  background-color: #FFF;
  color: #1f8ab6;
}
.other-to-serial-div.show {
  display: block;
}
.other-to-serial-list {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.other-to-serial-list table tr {
  border-left: 1px solid #DDD;
}
.btn-relate-other-serial {
  border: none;
  border-radius: 5px;
  border: 1px solid #1f8ab6;
  background-color: #1f8ab6;
  color: #FFF;
  padding: 5px 10px;
  vertical-align: middle;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.btn-relate-other-serial:hover {
  background-color: #FFF;
  color: #1f8ab6;
}
.serial-keys-textarea {
  width: calc(100% - 200px);
}
.default-select-type {
  width: 300px;
  max-width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  border: 1px solid #BBB;
  padding: 2px 10px;
  height: auto;
}
.default-select-type option {
  padding: 5px 10px;
}
.default-select-open-type {
  width: 300px;
  max-width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  border: 1px solid #BBB;
  padding: 0px;
}
.default-select-open-type option {
  padding: 5px 10px;
}
#serial-number-box {
  float: none;
  display: block;
  width: calc(100% - 200px);
  overflow: auto;
  margin: 20px 0px 0px;
  padding-left: 200px;
}
#serial-number-box .serial-key-row {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  z-index: 1;
  font-size: 0px;
}
#serial-number-box .serial-key-row * {
  font-size: initial;
}
#serial-number-box .serial-key-row .serial-key-field {
  border: none;
  border: 1px solid #BBB;
  border-radius: 2px;
  display: inline-block;
  width: 350px;
  min-width: 350px;
  height: 42px;
  min-height: 42px;
  max-width: calc(100% - 200px);
  padding: 10px 15px;
  font-size: 14px;
  box-sizing: border-box;
}
#serial-number-box .serial-key-row .serial-key-qty {
  border: none;
  border: 1px solid #BBB;
  border-radius: 2px;
  display: inline-block;
  width: 60px;
  height: auto;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 0px;
  box-sizing: border-box;
}
#serial-number-box .serial-key-row .span-times {
  display: inline-block;
  font-size: 26px;
  color: #000;
  transform: rotate(45deg);
  float: none;
  height: auto;
  min-height: auto;
  margin: 0px;
  padding: 0px 10px;
  width: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#serial-number-box .serial-key-row .serial-key-remove {
  z-index: -1;
  opacity: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.7s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#serial-number-box .serial-key-row .serial-key-remove .skr-symbol {
  display: block;
  color: #db2424;
  font-size: 32px;
  text-align: center;
  padding: 5px;
  transform: rotate(45deg);
  font-weight: bold;
  position: relative;
  top: 3px;
}
#serial-number-box .serial-key-row:hover .serial-key-remove {
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  #serial-number-box {
    padding-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #serial-number-box {
    width: 100%;
  }
}
.serial-add-box {
  float: left;
  width: calc(100% - 200px);
  margin-left: 150px;
  margin-bottom: 50px;
}
.serial-add-box #serial-key-add-row {
  border: none;
  border: 2px solid #db9b3b;
  padding: 5px 10px;
  border-radius: 4px;
  width: 100px;
  max-width: 100%;
  color: #FFF;
  background-color: #db9b3b;
  font-size: 14px;
  transition: all 0.4s ease;
}
.serial-add-box #serial-key-add-row:hover {
  background-color: #FFF;
  color: #DB9B3B;
}
@media screen and (max-width: 1100px) {
  .table-products tr th:last-child {
    width: 150px;
  }
  .table-products tr td .btn-default-keep {
    width: 145px;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 900px) {
  .orderview-info-status ul li {
    width: 100%;
  }
  .orderview-info-status ul li span {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .menu-inner .container-fluid .nav-collapse .nav li a {
    position: relative;
    padding-top: 50px;
    text-align: center;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li a i {
    position: absolute;
    top: 20px;
    left: 30px;
  }
  .navbar .menu-inner .container-fluid a.brand {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .navbar {
    background-color: #000;
  }
  .navbar .menu-inner .container-fluid {
    padding: 0px;
  }
  .navbar .menu-inner .container-fluid .nav-collapse {
    background-color: #FFF;
    height: 0px;
    overflow: hidden;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li {
    width: 100%;
    border-bottom: 1px solid #EEE;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li a {
    margin: 0px;
    font-size: 18px;
    text-align: justify;
    padding-left: 75px;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li a i {
    top: 50px;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li.dropdown.open ul.dropdown-menu {
    margin: 0px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .navbar .menu-inner .container-fluid .nav-collapse .nav li.dropdown.open ul.dropdown-menu li {
    border: none;
  }
  .navbar .btn-navbar {
    margin-top: 20px;
    margin-right: 20px;
    padding: 15px;
    background: none;
    background-color: #FFF;
  }
  .navbar .btn-navbar .icon-bar {
    background: none;
    background-color: #000;
    box-shadow: none;
  }
  .navbar .btn-navbar:hover {
    background-color: #FFF;
  }
}
.search-button {
  display: block;
  width: 220px;
  margin: 20px 0px;
  padding: 8px 20px;
  color: #FFF;
  border: 2px solid #1f89b6;
  background-color: #1f89b6;
  box-sizing: border-box;
  transition: all 0.7s ease;
  font-size: 18px;
}
.search-button:hover,
.search-button:active,
.search-button:focus {
  border-color: #1f89b6;
  background-color: #FFF;
  color: #1f89b6;
}
.search-form {
  position: fixed;
  width: 600px;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  top: 20px;
  left: calc(50% - 300px);
  padding: 40px;
  z-index: 200;
  box-sizing: border-box;
}
.search-form .form form .title {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}
.search-form .form form .title h3 {
  font-size: 35px;
  font-weight: 400;
  text-align: justify;
}
.search-form .form form .row {
  margin: 0px;
  display: block;
  font-size: 0px;
  white-space: nowrap;
  box-sizing: border-box;
}
.search-form .form form .row * {
  font-size: initial;
}
.search-form .form form .row label {
  float: none;
  display: inline-block;
  width: 200px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
}
.search-form .form form .row input[type="text"],
.search-form .form form .row select,
.search-form .form form .row textarea {
  float: none;
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 220px);
  margin-left: 20px;
  vertical-align: middle;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}
.search-form .form form .row textarea {
  max-width: calc(100% - 220px);
  max-height: 200px;
}
.search-form .form form .row span.select2 {
  width: calc(100% - 220px) !important;
  margin-left: 20px;
}
.search-form .form form .row span.select2 .selection .select2-selection {
  height: 40px !important;
}
.search-form .form form .row.buttons {
  margin-top: 20px;
}
.search-form .form form .row.buttons input[type="submit"],
.search-form .form form .row.buttons a.reset {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 250px;
  max-width: calc(50% - 10px);
  margin: 0px;
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: #FFF;
  transition: all 0.7s ease;
  text-align: center;
  box-sizing: border-box;
}
.search-form .form form .row.buttons input[type="submit"] {
  border: 2px solid #1f89b6;
  background-color: #1f89b6;
}
.search-form .form form .row.buttons input[type="submit"]:hover,
.search-form .form form .row.buttons input[type="submit"]:active,
.search-form .form form .row.buttons input[type="submit"]:focus {
  background-color: #FFF;
  color: #1f89b6;
}
.search-form .form form .row.buttons a.reset {
  border: 2px solid #f6bc30;
  margin-left: 20px;
  background-color: #f6bc30;
}
.search-form .form form .row.buttons a.reset:hover,
.search-form .form form .row.buttons a.reset:active,
.search-form .form form .row.buttons a.reset:focus {
  background-color: #FFF;
  color: #f6bc30;
}
.search-form #btn-search-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  color: #000;
  transform: rotate(45deg);
  padding: 8px 4px;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .search-form {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 100vh;
  }
  .search-form .form form .row label {
    width: 100px;
  }
  .search-form .form form .row input[type="text"],
  .search-form .form form .row select {
    width: calc(100% - 120px);
  }
}
#search-form-shadow {
  display: none;
}
#search-form-shadow.show {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 190;
  transition: none;
}
.search-form-block-body {
  overflow: hidden !important;
}
td.order-product-actions .btn {
  position: relative;
  display: block;
  width: 200px;
  max-width: 100%;
}
td.order-product-actions .btn i {
  position: absolute;
  right: 18px;
  font-size: 18px;
}
.main .form form .row {
  position: relative;
  margin: 0px;
  display: block;
  font-size: 0px;
  white-space: nowrap;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.main .form form .row * {
  font-size: initial;
}
.main .form form .row label {
  float: none;
  display: inline-block;
  width: 200px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .main .form form .row label {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.main .form form .row input[type="text"],
.main .form form .row input[type="password"],
.main .form form .row input[type="datetime"],
.main .form form .row input[type="datetime-local"],
.main .form form .row input[type="date"],
.main .form form .row input[type="month"],
.main .form form .row input[type="time"],
.main .form form .row input[type="week"],
.main .form form .row input[type="number"],
.main .form form .row input[type="email"],
.main .form form .row input[type="url"],
.main .form form .row input[type="search"],
.main .form form .row input[type="tel"],
.main .form form .row input[type="color"],
.main .form form .row select,
.main .form form .row textarea {
  float: none;
  display: inline-block;
  font-size: 14px;
  width: 400px;
  max-width: calc(100% - 220px);
  margin-left: 20px;
  vertical-align: middle;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .main .form form .row input[type="text"],
  .main .form form .row input[type="password"],
  .main .form form .row input[type="datetime"],
  .main .form form .row input[type="datetime-local"],
  .main .form form .row input[type="date"],
  .main .form form .row input[type="month"],
  .main .form form .row input[type="time"],
  .main .form form .row input[type="week"],
  .main .form form .row input[type="number"],
  .main .form form .row input[type="email"],
  .main .form form .row input[type="url"],
  .main .form form .row input[type="search"],
  .main .form form .row input[type="tel"],
  .main .form form .row input[type="color"],
  .main .form form .row select,
  .main .form form .row textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}
.main .form form .row textarea {
  max-width: calc(100% - 220px);
  max-height: 200px;
}
@media screen and (max-width: 600px) {
  .main .form form .row textarea {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.main .form form .row span.select2 {
  width: 400px !important;
  max-width: calc(100% - 220px) !important;
  margin-left: 20px;
}
.main .form form .row span.select2 .selection .select2-selection {
  height: 40px !important;
}
@media screen and (max-width: 600px) {
  .main .form form .row span.select2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px;
  }
}
.main .form form .row.buttons {
  margin-top: 20px;
}
.main .form form .row.buttons input[type="submit"],
.main .form form .row.buttons a.reset {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 250px;
  max-width: calc(50% - 10px);
  margin: 0px;
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: #FFF;
  transition: all 0.7s ease;
  text-align: center;
  box-sizing: border-box;
}
.main .form form .row.buttons input[type="submit"] {
  border: 2px solid #1f89b6;
  background-color: #1f89b6;
}
.main .form form .row.buttons input[type="submit"]:hover,
.main .form form .row.buttons input[type="submit"]:active,
.main .form form .row.buttons input[type="submit"]:focus {
  background-color: #FFF;
  color: #1f89b6;
}
.main .form form .row.buttons a.reset {
  border: 2px solid #f6bc30;
  margin-left: 20px;
  background-color: #f6bc30;
}
.main .form form .row.buttons a.reset:hover,
.main .form form .row.buttons a.reset:active,
.main .form form .row.buttons a.reset:focus {
  background-color: #FFF;
  color: #f6bc30;
}
.main .form form .row .hint {
  position: absolute;
  left: 220px;
  top: 45px;
  right: 0px;
  display: block;
  width: 100%;
  font-size: 11px;
  color: #4e4e4e;
}
#box-login {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
  padding: 40px;
  border-radius: 4px;
  background-color: #FFF;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#box-login form {
  margin-bottom: 0px;
}
#box-login form h1 {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
#box-login form .row {
  position: relative;
  float: none;
  display: block;
  white-space: nowrap;
  font-size: 0px;
  width: 100%;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  box-sizing: border-box;
  transition: all 0.7s ease;
}
#box-login form .row * {
  font-size: initial;
}
#box-login form .row label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #box-login form .row label {
    display: block;
    width: 100%;
    text-align: justify;
    margin-bottom: 10px;
  }
}
#box-login form .row input {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  height: auto;
  margin: 0px;
  margin-left: 10px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #box-login form .row input {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
}
#box-login form .row.rememberMe {
  text-align: right;
}
#box-login form .row.rememberMe input {
  width: 20px;
  margin-right: 10px;
}
#box-login form .row.rememberMe label {
  width: auto;
  text-align: justify;
}
#box-login form .row.buttons {
  margin-bottom: 0px;
}
#box-login form .row.buttons input[type="submit"] {
  display: block;
  margin: 0px auto;
  border: 2px solid #1f89b6;
  background-color: #1f89b6;
  color: #FFF;
}
#box-login form .row.buttons input[type="submit"]:hover,
#box-login form .row.buttons input[type="submit"]:active,
#box-login form .row.buttons input[type="submit"]:focus {
  background-color: #FFF;
  color: #1f89b6;
}
#box-login form .row .errorMessage {
  position: relative;
  display: block;
  width: calc(100% - 150px);
  top: 10px;
  left: 150px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  #box-login form .row .errorMessage {
    width: 100%;
    left: 0px;
  }
}
#box-login form .note {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #7E7C7C;
  font-size: 11px;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 15px;
}
