html,
body {
  background-color: #fff;
}

.pace .pace-progress {
  background: #000;
}

.event-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.90);
  z-index: 5000;
  background-image: url(../svg/loading.svg);
  background-position: center center;
  -webkit-background-size: 150px 150px;
  background-size: 150px 150px;
  background-repeat: no-repeat;
}

.btn-disabled {
  pointer-events: none !important;
  opacity: 0.4 !important;
}

.transparent-button {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
}

.page-wrapper {
  background-color: #374812;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.tooltip {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  padding: 5px;
  color: white;
  background: black;
  z-index: 5000;
}

.terms-accept-btn {
  font-size: 8pt;
  color: #fff;
  background-color: #0b7642;
  border: none;
  padding: 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 103px;
  text-align: center;
}

.terms-refuse-btn {
  background-color: #762f08;
}

.navbar-toggle {
  top: 10px;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.with-transition {
  transition: all .2s cubic-bezier(.25, .8, .25, 1) !important;
}

.position-relative {
  position: relative;
}

.ajs-message {
  font-size: 11pt;
  color: #fff;
}

/* form */
.form-group-with-image img {
  position: absolute;
  z-index: 500;
  top: 14px;
  right: 20px
}

.landing-first-section-form-inner .form-control {
  /*padding: 24px 15px;*/
}

.form-group-with-image .form-control {
  padding-right: 30px;
}

.landing-first-section-form-inner .form-group button:disabled {
  opacity: 0.5;
}

.landing-first-section-form-inner .form-group button:hover {
  background-color: #ffa739;
}

.landing-first-section-form-inner .form-group button {
  font-size: 15pt;
  background-color: #f1ac11;
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 12px 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.landing-first-section-form-inner .form-group button:hover {
  background-color: #ff981a;
}

.form-group-message {
  color: #939598;
  padding: 15px 0;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 150px;
  background-image: url(../img/img_slogan.png);
  z-index: 500;
  background-position: center 60%;
  background-repeat: no-repeat;
}

.account-screen-inner-image {
  background-image: url(../img/account/account-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding-left: 60px;
  z-index: 400;
}

.account-header {
  background-color: #000;
  padding: 4px 30px;
}

.account-inner {
}

.account-inner .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  top: 0s;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}

.account-inner .carousel-inner {
  padding-top: 30px;
}

.account-forgot-password-link {
  display: inline-block;
  color: #aea5a5;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 15px;
}

.account-forgot-password-link:hover {
  color: #8f8888;
}

.landing-first-section-form-inner .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
}

.profile-element {
  color: #fff;
  position: relative;
}

.profile-element-logout-btn,
.profile-element-logout-btn:hover {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 16pt;
  color: #fff !important;
  background-color: transparent !important;
}

.profile-element img {
  margin-bottom: 15px;
}

.metismenu {
  padding-top: 0;
}

.metismenu li a {
  margin-top: 5px !important;
  margin-right: 0 !important;
}

.nav-header {
  padding-bottom: 30px;
  background-image: none;
}

.nav > li.active {
  border-color: #fff;
}

.add-new-item-btn-wrapper {
  padding-bottom: 25px;
}

.add-new-item-btn-wrapper .btn-black {
  font-family: 'Nexa Light' !important;
}

.orange-btn,
.orange-btn:active,
.orange-btn:focus,
.order-payment-add-new-btn,
.order-payment-detail-add-new button,
.add-new-item-btn {
  font-size: 9pt;
  background-color: #000;
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-top: 3px solid #333 !important;
}

.orange-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.orange-btn:hover,
.order-payment-add-new-btn,
.order-payment-detail-add-new button,
.add-new-item-btn:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.orange-btn:active,
.orange-btn:focus,
.orange-btn {
  position: relative;
  top: 18px;
  padding: 6px 12px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.default-input {
  padding: 6px 12px;
  border: 1px solid #eee;
  width: 100%;
}

.page-heading {
  margin: 0;
  padding: 10px 10px 20px 10px;
}

.view-content {
  padding-top: 15px;
  margin-top: 30px !important;
}

.chosen-single {
  font-size: 14px !important;
  padding: 15px 24px 15px 18px !important;
  border-color: #E5E6E7 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.chosen-container-single .chosen-single div {
  top: 14px;
  right: -2px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none !important;
}

.chosen-container .chosen-drop {
  border: none !important;
}

.landing-first-section-form-inner select.form-control {
  padding: 0 10px !important;
  height: 50px;
}

.table-with-anchor a,
.table-actions a {
  font-size: 12pt;
  padding: 2px 8px;
  color: #000;
  margin: 3px 0;
}

.table-with-anchor a:hover,
.table-actions a:hover {
  color: #333;
}

.table-with-anchor a {
  font-size: 10pt;
  font-weight: 600;
}

.table-actions-link a {
  color: #000;
}

.datatable-list-wrapper {
  min-height: 536px;
  background-image: url(../svg/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 120px;
  background-size: 120px;
}

.dataTables_wrapper {
  padding-bottom: 0 !important;
  background-color: #fff;
  min-height: 536px;
}

.btn-alert-box {
  padding: 8px 20px !important;
}

.btn-alert-box.btn-alert-box-confirm {
  background-color: #f1ac11 !important;
}

.btn-alert-box.btn-alert-box-cancel {
  background-color: #c8c8c8 !important;
}

.ng-confirm-buttons button {
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  padding: 0px 20px !important;
  height: 38px;
}

/*
.i-checks label {
  position: relative;
  left: 1px;
}

input[type=radio] {
  width: 0;
  height: 0;
}

input[type=radio] + span {
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #eae9e2;
  border: 1px solid #c3c3c3;
}

input[type=radio]:checked + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #F47721;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type=radio] ~ derp {
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/

.wrapper-content .ibox .ibox-title {
  border-color: #374812;
}

.wrapper-content .ibox .label {
  background-color: #374812;
  color: #fff;
}

.chosen-disabled {
  opacity: 1 !important;
}

.chosen-disabled .chosen-single {
  background-color: #eee !important;
  color: #555 !important;
  cursor: not-allowed !important;
  outline: 0;
}

.wrapper-content .chosen-container-single .chosen-single {
  padding: 4px 12px !important;
}

.form-group-with-chosen-user-panel .chosen-container-single .chosen-single {
  padding: 10px 12px !important;
}

.wrapper-content .chosen-container-single .chosen-single div {
  top: 5px;
}

.order-payment-detail-wrapper h4,
.wrapper-content .ibox .stat-percent {
  color: #374812;
}

.order-payment-detail-single {
  margin-bottom: 15px;
}

.order-payment-detail-single input:not(:disabled),
.order-payment-detail-single select:not(:disabled) {
  width: 100% !important;
  border: 1px solid #cbcbcb !important;
}

.order-payment-detail-single input[type=text],
.order-payment-detail-single input[type=number],
.order-payment-detail-single select {
  font-size: 11pt;
  font-weight: bold;
  padding: 12px 10px;
  border: none;
  width: 100%;
}

.order-payment-detail-single input[type=text]:disabled,
.order-payment-detail-single input[type=number]:disabled,
.order-payment-detail-single select:disabled {
  background-color: #f4f4f4;
}

.order-payment-add-new-btn {
  width: 100%;
}

.alertify-notifier {
  z-index: 25000 !important;
}

.ibox-filters {
  position: absolute;
  top: 14px;
  right: 35px;
  width: 100%
}

.ibox-filters select,
.ibox-filters label {
  width: 150px;
}

.ibox-filters span,
.ibox-filters select,
.ibox-filters label {
  display: inline-block;
}

.table-actions-status {
  font-size: 10pt;
  padding: 2px 8px;
  margin: 3px 0;
}

.table-actions-status a {
  color: #000;
}

.filter-dropdown {
  width: 100%;
  text-align: left !important;
  position: relative;
}

.filter-dropdown .caret {
  position: absolute;
  right: 7px;
  top: 14px;
}

.agile-list-in-progress li {
  border-left: 3px solid #006cae !important;
}

.agile-list-in-progress li {
  border-left: 3px solid #ffcf39 !important;
}

.agile-list-done li {
  border-left: 3px solid #4fae00 !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-single {
  padding: 10px 15px !important;
}

.chosen-container .chosen-results li {
  padding: 10px 6px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #000;
  background-image: none;
  background: #000;
}

.ibox-content p {
  padding: 15px 0;
}

.form-upper-buttons {
  position: absolute;
  top: 15px;
  right: 0;
}

.form-upper-buttons button:hover,
.form-upper-buttons button {
  display: inline-block !important;
  font-size: 10pt !important;
  width: auto !important;
  padding: 10px 15px !important;
  height: 36px !important;
  border: 0 solid transparent !important;
}

.form-upper-buttons button.btn-primary {
  background-color: #f1ac11 !important;
  color: #fff !important;
}

.form-upper-buttons .btn-white {
  background-color: #aaa;
}

.form-upper-buttons button:disabled {
  opacity: 0.5 !important;
}

.form-upper-buttons button:disabled:hover {
  color: #4b4b4b !important;
}

.form-upper-buttons .btn-white:hover {
  background-color: #999;
}

.modal-header {
  border-top: 3px solid #97ae2b;
  background-color: #5b7914;
}

.modal-header .modal-title {
  font-size: 13pt;
  font-weight: bold;
  color: #fff !important;
}

.modal-header h4 {
  color: #fff !important;
}

.modal-content-inner {
  background-color: #f3f3f3;
  padding: 15px;
}

#side-menu > li > a > span {
  font-size: 8pt;
  width: 22px;
  height: 22px;
  background-color: #9c0000;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 5px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.workflow-details-wrapper {
  min-height: 280px;
}

.modal-header .close {
  color: #fff !important;
  opacity: 1;
  font-size: 18pt !important;
}

.modal-block {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

.modal-block:hover {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.modal-block-with-table {
  padding: 15px;
}

.modal-block-with-table-inner {
  min-height: 144px;
  max-height: 144px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding-right: 15px;
}

.modal-block-with-table-inner table tr th {
  padding-top: 0;
}

.modal-block table {
  margin-bottom: 0;
}

.modal-block table strong {
  color: #000;
}

.modal-block-title {
  padding-bottom: 5px;
}

.modal-block-title strong {
  font-size: 12pt;
}

.modal-block .modal-block-description-img img {
  margin: 30px auto;
}

.modal-block .modal-block-description-img:after {
  content: '';
  border: 1px solid #f3f3f3;
  position: absolute;
  top: -18px;
  right: -15px;
  height: 90px;
}

.modal-block-description-text {
  min-height: 110px;
  display: table;
  width: 100%;
}

.modal-block-description-text h3 {
  font-size: 15pt;
  font-weight: bold;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}

.modal-block-description-text h3 span {
  font-size: 10pt;
  color: #828282;
  display: block;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1170px;
  }
}

.order-details-printed-note {
  color: #000;
  padding: 15px;
  background: linear-gradient(180deg, rgba(240, 241, 129, 1) 79.40200210748155%, rgba(239, 240, 128, 1) 79.40200210748155%, rgba(208, 209, 117, 1) 96.36722866174921%);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  min-height: 680px;
}

.order-details-printed-note:hover {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.order-details-printed-note h3 {
  font-weight: bold;
  padding: 15px 0;
}

.order-details-printed-note-single-wrapper {
  height: 374px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
  position: relative;
  z-index: 1200;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
  border: none;
}

.order-details-printed-note-single {
  border-bottom: 1px dotted #000;
  padding: 5px 0;
}

.order-details-printed-note-single:last-child {
  border-bottom: 0px dotted #000;
}

.order-details-printed-note-single strong,
.order-details-printed-note-single span,
.order-details-printed-note-values-item strong,
.order-details-printed-note-values-item span {
  display: block;
  width: 100%;
}

.order-details-printed-note-single-price {
  font-width: bold;
  font-size: 14pt;
}

.order-details-printed-note-values {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px 15px 15px;
}

.order-details-printed-note-values-item-sub {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 5px 0;
}

.order-details-printed-note-values-item-total {
  font-size: 15pt;
  padding-top: 10px;
}

.modal-block-title-button {
  font-size: 8pt;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  padding: 3px 6px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.modal-block-title-button:hover {
  background-color: #333;
}

.dt-button-info h2 {
  background-color: #000 !important;
  color: #fff !important;
}

.dataTables_info {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.dt-buttons a {
  font-family: 'Nexa Bold', sans-serif !important;
  font-size: 8pt !important;
  text-transform: uppercase;
  border-top: 3px solid #333;
  color: #fff !important;
  background-color: #98ae2b !important;
  transition: all .2s cubic-bezier(.25, .8, .25, 1) !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-left: 3px !important;
  padding: 10px 12px !important;
  height: 33px !important;
}

.dt-buttons a:hover {
  border: none !important;
  background-color: #678722 !important;
}

.dataTables_filter input[type=search] {
  padding: 12px 10px !important;
  height: 33px;
}

.paginate_button a {
  text-transform: uppercase !important;
  outline: 0;
}

.paginate_button.disabled {
  opacity: 0.4;
}

.restaurant-form-wrapper .ibox .ibox-content {
  min-height: 324px;
}

.all-fields-are-required-message {
  display: block;
  padding-bottom: 5px;
}

.restaurant-hours-wrapper {
  margin-top: -10px;
}

.operating-hours-header {
  padding: 15px 15px 10px 15px;
}

.operating-hours-single {
  padding: 15px;
}

.operating-hours-single-even {
  background-color: #f9f9f9;
}

.form-checkbox-label {
  position: relative;
  top: 8px;
}

.form-checkbox-label input {
  position: relative;
  top: 1px;
}

.operating-hours-single .operating-hours-disable-btn {
  position: absolute;
  top: -7px;
  right: 4px;
  background-color: #d6001c;
  color: #fff;
  z-index: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0 5px 1px 5px;
}

.operating-hours-single-button:hover {
  background-color: #ff981a;
}

.order-action-btn-accept {
  background-color: #00aa41;
}

.order-action-btn-accept:hover {
  background-color: #00c448;
}

.order-action-btn-refuse {
  background-color: #aa2e00;
}

.order-action-btn {
  position: relative;
  top: -1px;
  font-size: 8pt !important;
  color: #fff !important;
  padding: 3px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px !important;
}

.order-action-btn-cancel {
  background-color: #c63400;
}

.order-action-btn-view {
  background-color: #005bbe;
}

.order-action-btn-payments {
  background-color: #000;
}

.order-action-btn-cancel:hover,
.order-action-btn-refuse:hover {
  background-color: #c63400;
}

.modal-title-buttons {
  float: right;
  position: relative;
  right: 0;
  top: 0;
}

.modal-title-buttons button {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.modal-title-buttons .modal-order-finish-btn {
  font-size: 12pt;
  margin-right: 30px;
}

.sidebar-collapse {
  padding-top: 15px;
}

.cash-register-toolbar {
  position: relative;
  top: 0;
  left: 0;
  background-color: #F47721;
  color: #fff;
  padding: 15px 0 7px 0;
}

.cash-register-toolbar .navbar {
  margin: 0 !important;
}

.cash-register-toolbar-item {
  padding-right: 25px;
}

.cash-register-toolbar-item > div {
  font-size: 8pt;
  min-width: 150px;
  padding-top: 5px;
}

.cash-register-toolbar-item img {
  margin-right: 10px;
  position: relative;
  top: 7px;
  margin-bottom: 15px;
}

.cash-register-toolbar-state-indicator span {
  position: relative;
  top: 0;
}

.cash-register-toolbar-item-action-btn {
  font-weight: bold;
  background-color: #fff;
  border: none;
  color: #F47721;
  padding: 10px 15px;
  border: 2px solid transparent;
  outline: 0;
}

.cash-register-toolbar-item-action-btn i {
  padding-right: 10px;
}

.cash-register-toolbar-item-action-btn:hover {
  background-color: #F47721;
  border: 2px solid #fff;
  color: #fff;
}

.modal-form input {
  width: 100%;
  padding: 12px 6px;
}

.modal-form .modal-form-submit-button-wrapper {
  padding-bottom: 15px;
  margin-top: -25px;
}

.modal-content-inner-single {
  margin-bottom: 30px;
}

.col-separator {
  border-right: 1px solid #dcdcdc;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 0;
}

.modal-content-inner-single h2 {
  margin: 0;
}

.logout-btn-wrapper {
  padding-left: 15px !important;
}

.nav-user-infos,
.nav-user-infos *,
.nav-user-infos:active,
.nav-user-infos:focus,
.nav-user-infos:hover {
  color: #fff !important;
}

.nav-user-infos strong {
  display: block;
  margin-top: 15px;
}

.nav-user-infos strong a:hover {
  color: #ffd021;
}

.nav-sidebar-icon {
  padding: 15px 0;
}

.error-page {
  padding-top: 50px;
}

.error-page h2 span {
  font-size: 12pt;
}

@media all and (max-width: 1440px) {
  .affix-top {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 5000;
  }

  .table-actions a {
    display: block;
    text-align: center;
  }
}

@media all and (min-width: 1440px) {
  .affix-top {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 5000;
  }
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

.container-print {
  font-size: 9pt;
  color: #000 !important;
}

.with-border {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.with-border-bottom {
  border-bottom: 1px solid #000;
}

.with-border-right {
  border-right: 1px solid #000;
}

.with-border-all {
  border: 1px solid #000;
  padding: 0 15px;
}

.row-spaced {
  margin-top: 15px;
}

.black-background {
  background-color: #000;
  color: #fff !important;
}

.investment-profile-form {
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
}

.investment-profile-form-wrapper {
  min-height: 451px;
}

.investment-profile-form:last-child {
  border-bottom: none;
}

.investment-profile-form h3 {
  font-size: 11pt;
  position: relative;
  top: 20px;
}

.investment-profile-form input {
  padding-right: 25px;
}

.investment-profile-form-percentage {
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: 10px;
}

.investment-profile-preview {
  width: 100%;
  height: auto;
  padding: 15px;
}

.user-panel-news-image {
  position: relative;
  max-width: 180px;
  min-height: 50px;
  height: auto;
}

.user-panel-news-image-delete-button:active,
.user-panel-news-image-delete-button:focus,
.user-panel-news-image-delete-button {
  position: absolute;
  top: -7px;
  right: -10px;
  color: #fff;
  background-color: #ff1f19;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
}

.user-panel-news-image-delete-button img {
  position: relative;
  top: 2px;
}

.user-panel-news-image-delete-button:hover {
  background-color: #ff4b00;
}