@font-face {
  font-family: Ebrimabd;
  src: url(../fonts/ebrima.ttf);
}
body {
  font-family: Ebrima, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.number-negative-color {
  color: red;
}
.k-rpanel {
  z-index: 100;
}
header.staging-toolbar {
  background: repeating-linear-gradient(45deg, white, white 10px, #f3f3f3 10px, #f3f3f3 20px);
}
header.test-toolbar {
  background: repeating-linear-gradient(45deg, white, white 10px, #f1f7ed 10px, #f1f7ed 20px);
}
header.dev-toolbar {
  background: repeating-linear-gradient(45deg, white, white 10px, #ecf4fa 10px, #ecf4fa 20px);
}
header.pretest-toolbar {
  background: repeating-linear-gradient(45deg, white, white 10px, #fef2ec 10px, #fef2ec 20px);
}
header.cs-production-toolbar {
  background: #F3E6FF;
}
.hidden-radio {
  opacity: 0;
  width: 0;
}
.ok {
  background-color: #0a8819;
  color: white;
  padding: 5px;
}
.spinner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
}
input.invalid {
  background: red;
  color: #FDFDFD;
}
#message {
  width: 100%;
}
table.preview-grid {
  border-collapse: collapse;
  border: 1px solid #CCB;
  width: 100%;
}
table.preview-grid tr {
  border-bottom: 1px solid #DDD;
}
table.preview-grid > tbody tr:hover {
  background-color: #888888;
  color: white;
}
table.preview-grid > tbody tr:hover a {
  color: white;
}
table.preview-grid th {
  background: #E5E5E5;
  border: 1px solid #D5D5D5;
  color: #555;
  font-size: 11px;
  text-align: left;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}
table.preview-grid td {
  padding: 5px;
  border: 1px solid #E0E0E0;
}
#edition {
  padding-top: 5px;
  width: 600px;
  border: 0;
}
table.preview-grid tr.invalid {
  background-color: pink;
}
.cell-bond-edit * {
  width: 30%;
}
.cell-loan-edit * {
  width: 100%;
}
.k-datepicker {
  width: 100%;
}
.glyphicon-refresh-animate {
  -webkit-animation: spin2 .7s infinite linear;
  -moz-animation: spin2 .7s infinite linear;
  -o-animation: spin2 .7s infinite linear;
  -ms-animation: spin2 .7s infinite linear;
  animation: spin2 .7s infinite linear;
}
@-moz-keyframes spin2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*.modal-backdrop {
	z-index: 0 !important;
}*/
.operations-cell {
  width: 160px;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
th.required::after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
.form-control.input-country-iso {
  min-width: 4em;
}
.form-control.input-currency {
  min-width: 5em;
}
input.invalid + .error-message {
  color: red;
}
.has-error.form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error.form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
input.has-error.form-control::after {
  position: absolute;
  content: "!";
  color: red;
}
select.form-control {
  padding: 2px;
}
div.excel-like-filter-input {
  position: relative;
  height: 36px;
  overflow: hidden;
}
div.excel-like-filter-input:hover {
  overflow: visible;
}
div.excel-like-filter-input li.k-button {
  display: block;
  float: none;
}
div.excel-like-filter-input div.excel-like-filter-input-inner {
  position: absolute;
  width: 95%;
}
div.excel-like-filter-input div.excel-like-filter-input-inner input {
  display: none;
}
#bsymCompareModal .modal-dialog {
  width: 75%;
}
.mesitis-logo img {
  height: 35px;
}
div.modal-dialog.wide-dialog {
  width: 75%;
}
div.modal-dialog.medium-dialog {
  width: 50%;
}
div.modal-dialog.small-dialog {
  width: 25%;
}
.full-width {
  width: 100%;
}
.full-width-box {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: #FFF;
}
.container-fluid-menu {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  width: 20%;
  float: left;
}
.bodystyles {
  float: left;
  width: 77%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
  margin-bottom: auto;
}
.js-slidemenu {
  cursor: pointer;
}
.validationMessage {
  color: #f00;
}
.isinWarning {
    color: darkorange;
}
.text-info-blue {
  color: #0000FF;
}
.text-warning-orange {
  color: #FFA500;
}
.box-shadow {
  border-radius: 5px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  padding: 10px;
}
.border-gray {
  border-width: 3px;
  border-style: solid;
  border-color: #D3D3D3;
  border-radius: 25px;
}
.box,
.border-gray {
  margin-top: 10px;
  padding: 10px;
}
.border-gray-sm-rightmargin,
.border-gray-sm {
  border-width: 3px;
  border-style: solid;
  border-color: #D3D3D3;
  border-radius: 10px;
}
.box-sm,
.border-gray-sm {
  margin-top: 10px;
  padding: 5px;
}
.box-sm-rightmargin,
.border-gray-sm-rightmargin {
  margin-right: 5px;
  padding: 5px;
}
.border-gray-dashed {
  border-width: 3px;
  border-style: dashed;
  border-color: #E0E0E0;
  border-radius: 25px;
}
.box-dashed,
.border-gray-dashed {
  margin-top: 10px;
  padding: 5px;
}
.k-grid-save-changes {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.k-grid-save-changes:hover:not([disabled]) {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.child-col {
  padding-left: 0;
}
.disable-cell {
  background-color: #e4e4e4;
}
.price-grid a.k-button.k-button-icontext.k-grid-Edit {
  min-width: 0;
}
.price-grid a.k-button.k-button-icontext.k-grid-Delete {
  min-width: 0;
}
.canopy_logo_grid {
  height: 15px;
  width: 15px;
  content: url(images/canopy_logo_1.png);
}
.canopy_logo_grid::after {
  height: 15px;
  width: 15px;
  content: url(images/canopy_logo_1.png);
}
.nav-tabs {
  border-bottom: 1px solid #ceced2;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ceced2;
  border-radius: 4px 4px 0 0;
  background-color: #f3f3f4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ceced2;
  border-bottom-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #515967;
  border-color: #ceced2;
}
.ul-stacked {
  border-color: #ceced2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
nav .k-panelbar > li > .k-state-selected,
nav .k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: white;
  background-color: #1984c8;
  border-color: #1a87cd;
}
.margin-all-5 {
  margin: 5px;
}
.margin-right-10 {
  margin: 10px;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
.legend {
  width: initial;
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  color: #286090;
}
/*
 Here comes couple of helper classes for padding
*/
.padding-top-6px {
  padding-top: 6px;
}
.padding-top-10px {
  padding-top: 10px;
}
.validation-invalid-cell {
  background-color: lightpink;
}
.date-picker-async-validation {
  color: red;
  background-color: transparent;
  border-color: transparent;
  display: block;
  padding-left: 5px;
}
label.control-label {
  display: inline;
}
input[type='checkbox'].form-control {
  height: 25px;
}
img.max-200-width {
  max-width: 200px;
}
.no-wrap-td {
  white-space: nowrap;
}
.permissionLevelsGrid a.k-button.k-button-icontext.k-grid-Edit,
.permissionsGrid a.k-button.k-button-icontext.k-grid-Edit,
.menuPermissionsGrid a.k-button.k-button-icontext.k-grid-Edit,
.securityGroupGrid a.k-button.k-button-icontext.k-grid-Edit,
.accessControlGrid a.k-button.k-button-icontext.k-grid-Edit,
.permissionLevelsGrid a.k-button.k-button-icontext.k-grid-Delete,
.permissionsGrid a.k-button.k-button-icontext.k-grid-Delete,
.menuPermissionsGrid a.k-button.k-button-icontext.k-grid-Delete,
.securityGroupGrid a.k-button.k-button-icontext.k-grid-Delete,
.accessControlGrid a.k-button.k-button-icontext.k-grid-Delete {
  min-width: 0;
}
.textvalignmiddle {
  line-height: 30px;
}
.textvalignmiddle > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}
.map-account-grid a.k-button.k-button-icontext.k-grid-add {
  min-width: 0;
}
.box-alert-width-90 {
  width: 90%;
}
.tickerSearchList {
  display: flex;
  flex-direction: column;
}
.tickerSearchListItemHeader {
  font-weight: bold;
}
.tickerSearchListItemDescription {
  font-style: italic;
}
.barcode-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.normalization-buttons-panel {
  padding: 10px 0 10px 0;
}
.edit-manual-controls-width {
  width: 70px;
}
.progress-bar-completed-status span {
  text-align: center;
}
.progress-bar-completed-status .k-state-selected {
  border-color: #00994C;
}
.progress-bar-completed-status .k-state-selected .k-progress-status-wrap {
  background-color: #00994C;
}
.progress-bar-cancelled-status span {
  text-align: center;
}
.progress-bar-cancelled-status .k-state-selected {
  border-color: #C0C0C0;
}
.progress-bar-cancelled-status .k-state-selected .k-progress-status-wrap {
  background-color: #C0C0C0;
}
.progress-bar-paused-status span {
  text-align: center;
}
.progress-bar-paused-status .k-state-selected {
  border-color: #2e6da4;
}
.progress-bar-paused-status .k-state-selected .k-progress-status-wrap {
  background-color: #337ab7;
}
.progress-bar-normal-status span {
  text-align: center;
}
.progress-bar-normal-status .k-state-selected {
  border-color: #EE9F05;
}
.progress-bar-normal-status .k-state-selected .k-progress-status-wrap {
  background-color: #EE9F05;
}
table.jobstatus-tooltip-table th,
table.jobstatus-tooltip-table td {
  padding: 5px;
  vertical-align: top;
}
.k-grid-cancel-job:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.k-grid-delete-job:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.statement-job-progress {
  width: 95%;
}
.statement-job-multiline-comment {
  white-space: normal !important;
}
.statement-job-progress-step-done {
  color: #00994C;
}
.statement-job-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
}
.k-grid td.multiline-text {
  white-space: normal;
}
.paddingTop6Px {
  padding-top: 12px;
}
@keyframes button-flash-primary-keyframes {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}
.button-flash-primary {
  animation: button-flash-primary-keyframes 1500ms infinite;
  color: white;
}
.open-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
@keyframes button-flash-primary-keyframes {
  0% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
  50% {
    background-color: #0094FF;
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    background-color: #004A7F;
    box-shadow: 0 0 3px #004A7F;
  }
}
.button-flash-primary {
  animation: button-flash-primary-keyframes 1500ms infinite;
  color: white;
}
.width2percent {
  width: 2%;
}
.manual-normalized-enter-columns {
  overflow: auto;
  height: 100px;
}
.relativePosition {
  position: relative;
}
.partner-logo-background {
  background: repeating-linear-gradient(45deg, white, white 10px, lightgrey 10px, lightgrey 20px);
  border-color: black;
  height: 50px;
}
.invisible-table {
  vertical-align: top;
  text-align: left;
  width: 100%;
  border-top: 0px;
  padding: 2px;
  border-spacing: 2px;
  display: table;
  margin-left: 100px;
  color: #515967;
}
.highlighted-text {
  text-decoration: underline;
  font-weight: bold;
  color: red;
}
.login-component-width > div.modal-dialog {
  width: 700px;
}
.stashboard-running-job-row-color {
  background-color: #BAF0BD;
}
.background-disable {
  background-color: #eee;
}
.button-tooltip-dummy-div {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  height: 32px;
  cursor: not-allowed;
}
.underlined-bold-text {
  text-decoration: underline;
  font-weight: bold;
  color: #555;
}
.grid-custom-settings {
  overflow: visible;
}
.grid-custom-settings .k-item {
  background-color: #f3f3f4;
  text-align: left;
}
.grid-custom-settings.k-menu li.k-item {
  border-width: 0;
}
.grid-custom-settings.k-menu span.k-link {
  line-height: 1.72em;
  padding: 2px 7px 2px 7px;
}
.grid-custom-settings .k-i-arrow-60-down {
  display: none;
}
.parsing-bulk-actions {
  overflow: visible;
}
.parsing-bulk-actions .k-item {
  background-color: #f3f3f4;
  text-align: left;
}
.parsing-bulk-actions.k-menu li.k-item {
  border-width: 0;
}
.parsing-bulk-actions.k-menu span.k-link {
  line-height: 1.72em;
  padding: 2px 7px 2px 7px;
}
.parsing-bulk-actions .k-i-arrow-60-down {
  display: none;
}
.parsing-bulk-actions > li:first-child {
  height: 26px;
}
.gridCustomSettings > li.k-item {
  height: 30px;
  width: 30px;
}
.visibility-hidden {
  display: none;
}
::-webkit-input-placeholder {
  font-style: italic;
}
.checkbox-label {
  vertical-align: top;
  margin-left: 2px;
}
.amChartsDataSetSelector {
  font-size: 12px;
  font-family: verdana, helvetica, arial, sans-serif;
}
.amChartsPeriodSelector {
  font-size: 12px;
  font-family: verdana, helvetica, arial, sans-serif;
}
.amChartsButtonSelected {
  background-color: #CC0000;
  border-style: solid;
  border-color: #CC0000;
  border-width: 1px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box;
}
.amChartsButton {
  color: #000000;
  background: transparent;
  opacity: 0.7;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1px;
  outline: none;
  box-sizing: border-box;
}
.amChartsCompareList {
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
}
.amChartsCompareList div {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.grid-cell-critical-error {
  background: red;
  color: #FDFDFD;
}
.grid-cell-warning {
  background: yellow;
}
.grid-delete-button:hover:hover:not([disabled]) {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.grid-add-button:hover:not([disabled]) {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.grid-yellow-button:hover:not([disabled]) {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.simple-transactions-enter .number-input {
  min-width: 100px;
}
.simple-transactions-enter .select-input {
  min-width: 160px;
}
.simple-transactions-enter .date-input {
  width: 110px;
}
.simple-transactions-enter .mutiline-input {
  min-width: 200px;
}
.activate-new-line {
  white-space: pre-wrap;
}
.center-align-text-content {
  text-align: center;
}
.infoButton {
  font-size: 24px;
  line-height: 1.5em;
}
.left-align-text-content {
  text-align: left;
}
.requiredStar:after {
  color: #e32;
  content: ' *';
  display: inline;
}
.heading {
  font-size: x-large;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.common-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.common-content {
  flex: 1 0 auto;
}
.common-footer {
  flex: 0 0 auto;
  min-height: 200px;
  height: 200px;
}
.k-grid-delete:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.simple-transactions-transpose .row-style {
  display: inline-block;
}
.simple-transactions-transpose .row-height {
  height: 60px;
}
.simple-transactions-transpose .row-height-small {
  height: 50px;
}
.simple-transactions-transpose .row-height-big {
  height: 100px;
}
.simple-transactions-transpose .table-width {
  width: 300px;
}
.simple-transactions-transpose .table-responsive.frozen > .table > thead:first-child > tr:first-child > th:first-child {
  position: absolute;
  display: inline-block;
  height: 100%;
  z-index: 100;
}
.simple-transactions-transpose .table-responsive.frozen > .table > thead:first-child > tr:first-child > th:nth-child(2) {
  padding-left: 140px;
}
.simple-transactions-transpose .table-responsive.frozen > .table > tbody > tr > td:first-child {
  position: absolute;
  display: inline-block;
  height: 100%;
  z-index: 100;
}
.simple-transactions-transpose .table-responsive.frozen > .table > tbody > tr > td:nth-child(2) {
  padding-left: 140px;
}
.simple-transactions-transpose .table-responsive.frozen > .table > tbody > tr > td {
  width: 140px;
}
.simple-transactions-transpose .create-price-button {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.span-multiline {
  display: inline-block;
  word-wrap: break-word;
  width: 180px;
  white-space: normal;
}
.k-ff {
  /*// legend issue
    fieldset {
        position: relative;

        & > legend {
            position: absolute;
            left: 50%;
            top: -0.9em; 
            background: white; 
            transform: translate(-50%, 0);
            width: 13em;
        }
    } */
}
.k-ff input[type="file"] {
  height: auto;
}
.change-base-currency-card .mutiline-input {
  min-height: 150px;
}
.change-base-currency-card .bold-caption {
  font-weight: bold;
}
.change-base-currency-card tr td:first-child {
  width: 1%;
  white-space: nowrap;
}
.margin-left-20 {
  margin-left: 20px;
}
.form-control[autocomplete="off"][readonly] {
  background-color: #fff;
}
span.fa.fa-comment.info {
  color: #337ab7;
}
textarea.users-list-alt-row-comment {
  border-width: 0;
}
.cell-bottommargin {
  margin-bottom: 5px;
}
.help-link {
    opacity: 0.6;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 0px;
    font-size: 40px;
    z-index:10000000;
}
.help-link a {
    color: #58AC2F;
}
.help-link:hover {
    opacity:0.9;
}
.nomatch {
    display: none !important;
}
.match {
    display: block !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.label-large {
    font-size: large;
}

.label-small {
    font-size: small;
}

.label-fixed-width {
    display: block;
    width: var(--label-width, 100px);
}