#column-left {
  position: relative;
}
#column-left:after {
  content: '';
  width: calc(100% );
  height: 100%;
  background: #ccc;
  display: block;
}
.form-horizontal {
  margin-bottom: 20px;
}
#tile_box {
  margin-top: 30px;
}
#tile_box > div {
  padding: 1px;
}
#tile_box > div:first-child {
  padding-left: 15px;
}
#tile_box > div:last-child {
  padding-right: 15px;
}
#tile_box .tile {
  background-color: #333E48;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 1s ease 0s;
}
#tile_box .tile .tile-heading {
  background-color: #e73046;
  color: #fff;
  padding: 5px 8px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
  text-transform: uppercase;
}
#tile_box .tile .tile-body {
  color: #ffffff;
  line-height: 48px;
  padding: 15px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}
#tile_box .tile .tile-body i {
  font-size: 50px;
  opacity: 0.3;
  transition: all 1s ease 0s;
}
#tile_box .tile .tile-footer {
  background-color: rgba(0,0,0,0.1);
  padding: 5px 8px;
}
#tile_box .tile .tile-footer a {
  color: #fff;
}
.account-info {
  background: #333E48;
  min-height: 100px;
  border-bottom: 2px solid #e73046;
  color: #fff;
}
.account-info .account-action {
  padding: 10px 5px;
}
.account-info .account-action .btn {
  background: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  color: #333E48;
  text-align: center;
  padding: 0px;
  border-bottom: 2px solid #e73046;
}
.account-info .account-action .btn i {
  padding: 0px;
  line-height: 30px;
}
.account-info .account-action .btn:hover {
  opacity: 0.9;
}
.account-info .account-thumb {
  background-color: #fff;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  margin: 10px;
  text-align: center;
  border-bottom: 2px solid #e73046;
}
.account-info .account-thumb i {
  font-size: 50px;
  color: #333E48;
  line-height: 60px;
}
.account-info .account-info-data {
  margin: 0px 10px 10px 10px;
}
.account-info .account-info-data .account-email {
  color: #D9D9D9;
}
.account-info .account-info-data .account-tel {
  color: #D9D9D9;
}
.account-menu .list-group .list-group-item {
  border-radius: 0px;
  border: 1px solid #dddddd;
  border-top: 0px solid #fff;
  padding: 15px 20px;
  color: #004a8f;
  font-size: 15px;
  background: #fff;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.account-menu .list-group .list-group-item:hover,
.account-menu .list-group .list-group-item:focus {
  background: #f5f7f9;
  color: #e73046;
  border-color: #dfe3e6;
}
.account-page #content > .panel,
.account-page .account-panel {
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  box-shadow: none;
  background: #fafafa;
  margin-bottom: 22px;
}
.account-page #content > .panel > .panel-heading,
.account-page #content > .panel .panel_title,
.account-page .account-panel-heading {
  border-bottom: 1px solid #e1e4e8;
  background: #f1f3f5;
  padding: 14px 18px;
}
.account-page #content > .panel .panel_title h3,
.account-page .account-panel-heading h2,
.account-page .account-panel-heading h3 {
  margin: 0;
  color: #2f3d4a;
  font-size: 20px;
  font-weight: 400;
}
.account-page #content > .panel > .panel-body,
.account-page .account-panel-body {
  padding: 18px;
  background: #fafafa;
}
.account-page .table {
  background: #fff;
  margin-bottom: 0;
}
.account-page .table thead td,
.account-page .table thead th {
  background: #f1f3f5;
  color: #2f3d4a;
  font-weight: 600;
  border-bottom-width: 1px;
}
.account-page .table-bordered > thead > tr > td,
.account-page .table-bordered > tbody > tr > td,
.account-page .table-bordered > thead > tr > th,
.account-page .table-bordered > tbody > tr > th {
  border-color: #e1e4e8;
}
.account-page .form-horizontal fieldset {
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  padding: 18px 18px 4px;
  margin-bottom: 22px;
  background: #fafafa;
}
.account-page .form-horizontal legend {
  width: auto;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #2f3d4a;
  font-size: 22px;
  font-weight: 400;
}
.account-page .form-control {
  border-color: #d5dbe0;
  box-shadow: none;
}
.account-page .buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
#account-password .form-horizontal fieldset {
  padding: 42px 48px 30px;
}
#account-password .form-horizontal legend {
  display: none;
}
#account-password .form-horizontal .form-group {
  margin-bottom: 28px;
}
#account-password .form-horizontal .control-label {
  padding-top: 9px;
}
.ovi_box {
  height: 100%;
  position: relative;
}
.ovi_box .ovi_heading {
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  background: #F5F5F5;
  border-top: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid #e73046;
  padding: 10px;
  height: 45px;
}
.ovi_box .ovi_heading i {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 20px;
}
.ovi_box .ovi_content {
  border: 1px solid #F5F5F5;
  border-top: 0px solid #e73046;
  padding: 15px;
  overflow: auto;
  margin-bottom: 10px;
  border-radius: 0px 0px 5px 5px;
  background: #fdfdfd;
  height: calc(100% - 75px);
}
.account-page .breadcrumb {
  margin: 0px;
  border-radius: 0px 0px 5px 0px;
}
.account-page .page_title {
  margin-top: 20px;
}
.account-page .order-actions {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
.account-page .order-actions > .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  height: 36px;
  padding: 0 12px;
}
.account-page .order-return-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.account-page .order-return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 74px;
  height: 36px;
  padding: 0 10px;
  font-weight: 600;
}
.account-page .order-return-button,
.account-page .order-return-button:hover,
.account-page .order-return-button:focus,
.account-page .order-return-button:active {
  color: #fff !important;
}
.account-page .order-return-button i,
.account-page .order-return-button span,
.account-page .order-return-button:hover i,
.account-page .order-return-button:hover span,
.account-page .order-return-button:focus i,
.account-page .order-return-button:focus span,
.account-page .order-return-button:active i,
.account-page .order-return-button:active span {
  color: #fff !important;
}
.account-page .order-return-button:hover,
.account-page .order-return-button:focus {
  background-color: #cf263a;
  border-color: #bd2335;
}
.account-page .order-return-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 112px;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
  background: #fff2f4;
  color: #e73046;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.account-page .order-return-submitted {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.account-page .order-return-submitted-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 126px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ffdce2;
  border-radius: 4px;
  background: #fff2f4;
  color: #e73046;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.account-page .order-return-submitted-label i {
  color: #e73046;
}
.account-page .order-return-submitted-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 126px;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
  background: #fff2f4;
  color: #e73046;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
