#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;
}
.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;
}
