<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------
	#Basic Styles
-----------------------------------------------*/
:root {
    --bm-red: #dc3545;
    --bm-blue-text: #4679cc;
    --bm-green-text: #00a651;
}
* {
    outline: none !important;
}
html, body { height: 100%; }
body { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #212529; overflow-x: hidden; background-color: #edf2f9; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #4679cc; font-weight: 600; margin: 0 0 15px; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }
em, i { font-style: italic; }
b, strong, .strong { font-weight: bold; }
small { font-size: 85%; }
blockquote { margin: 0 0 30px; border-left: solid 1px #e5ebf5; font-size: 14px; background-color: rgba(245, 247, 250, 0.5); }
hr { display: block; clear: both; width: 100%; height: 0; margin: 15px 0; border: 0; border-top: 1px solid #ededed; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
ul { padding: 0; list-style: none;}

.font-bold { font-weight: 600; }
.font-italic { font-style: italic; }
.font-normal { font-weight: 400; }
.text-uppercase { text-transform: uppercase; }

/* Flexing */
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-1 { flex-shrink: 1 !important }

/* Gap */
.gap-0 { gap: 0; } .gap-1 { gap: 1rem; } .gap-2 { gap: 2rem; } .gap-3 { gap: 3rem; } .gap-5 { gap: 5rem; }
@media (min-width: 576px) { .gap-sm-0 { gap: 0; }
    .gap-sm-1 { gap: 1rem; } .gap-sm-2 { gap: 2rem; } .gap-sm-3 { gap: 3rem; } .gap-sm-4 { gap: 4rem; } .gap-sm-5 { gap: 5rem; }
}
@media (min-width: 768px) {
    .gap-md-0 { gap: 0rem; } .gap-md-1 { gap: 1rem; } .gap-md-2 { gap: 2rem; } .gap-md-3 { gap: 3rem; } .gap-md-5 { gap: 5rem; } }

/* Links */
a { color: #3d5eab; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover { color: #bf1e2e; text-decoration: underline; }

.word-break-word {
    word-break: break-word;
}

.flex-shrink-1 {
    flex-shrink: 1;
}
/* Form */
.bma-form-user {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #e0e6f1;
    border-bottom: 1px dashed #e0e6f1;
}
.bma-form-actions { padding-top: 15px; border-top: 1px solid #ebf0f9; }

/* Buttons */
.btn { min-height: 35px; padding: 6px 10px; border-radius: 4px; font-size: 12px; text-align: center; text-decoration: none; text-transform: uppercase; color: #ffffff; box-shadow: none; }
.btn:hover, .btn:focus, .btn:active:focus, .btn:active, .btn.active, .btn:not(:disabled):not(.disabled):active:focus, .show &gt; .btn.dropdown-toggle:focus { box-shadow: none; }
.btn-sm { padding: 4px 10px; font-size: 10px; }
.btn-min-w { min-width: 80px; }
.btn-flex { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: center; }
.btn-link { text-decoration: none!important; }
.btn.disabled, .btn:disabled { opacity: 0.8; }

/* Buttons Style */
.btn-primary, .btn-primary.dropdown-toggle { color: #ffffff; border-color: #4679cc; background-color: #4679cc; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle { color: #ffffff; border-color: #4170bb; background-color: #4170bb; }
.btn-outline-primary { color: #4679cc; border-color: #4679cc; background-color: #fff; }
.btn-outline-primary:hover, .btn-outline-primary:focus { color: #ffffff; border-color: #4170bb; background-color: #4170bb; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; border-color: #4679cc; background-color: #4679cc; }

/* Label */
label { display: inline-block; margin-bottom: 5px; font-size: 12px; color: #666666; }
.empty-label { display: block; width: 100%; height: 19px; }
.bma-factory .form-control { padding-right: 35px; }
.bma-factory .mdi { position: absolute; top: 4px; right: 22px; font-size: 17px; }
.label.error, .error, .form-group label.error { margin: 5px 0 0; font-size: 11px; font-style: normal; font-weight: normal; color: #ed125f; }

/* Input */
.form-group { position: relative; margin-bottom: 10px; }
.form-control { min-height: 35px; height: 35px; padding: 8px; border-radius: 4px; border-color: #ced4da; font-size: 12px; color: #666666; background-color: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.form-control:focus { border-color: #3d5eab; box-shadow: none; }
.form-control:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder { color: #929292; }
.form-control::-moz-placeholder, .form-control:focus::-moz-placeholder { color: #929292; }
.form-control::-webkit-input-placeholder, .form-control:focus::-webkit-input-placeholder { color: #929292; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { border-color: #ced4da; background-color: #ebebeb; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; -webkit-text-fill-color: #666666 !important; background: transparent !important; }
.form-control-sm { height: 28px; min-height: 28px; padding: 4px 7px; }
.form-required { display: block; margin-top: 3px; padding-left: 8px; font-size: 11px; color: #bd2130; }
input[type="date"]::before { color: #929292; content: attr(placeholder) ""; margin-right: 3px; }
input[type="date"]:focus::before { content: "" !important; }
input[type="file"] { padding: 4px; }
.payment-disabled { background-color: #f2f2f2; color: #555555; font-weight: 600; cursor: not-allowed; }

/* Input Group*/
.input-group .input-group-text { height: 35px; padding: 6px 10px; border: 1px solid #ced4da; font-size: 13px; color: #666666; background-color: #ffffff; }
.input-group .btn-icon { padding: 0 7px; font-size: 18px; }
.input-group-left { margin-right: -1px; border-radius: 4px 0 0 4px; }
.input-group-right { margin-left: -1px; border-radius: 0 4px 4px 0; }
.input-group-file .input-group-text { color: #ffffff; border-color: #4679cc; background-color: #4679cc; }
.input-group-file input { position: relative; }
.input-group-file input:after { content: "Прикачи"; position: absolute; top: 0; right: 0; bottom: 0; display: block; padding: 7px 12px; cursor: pointer; color: #ffffff; background-color: #4679cc; }

/* Textarea */
textarea, textarea.form-control { min-height: 70px; }

/* Select2 */
.select2-container--default .select2-selection--single { height: 32px; border: 1px solid #ced4da; border-radius: 4px; background-color: #ffffff; }
.select2-container { z-index: 9999; }

/* Radio &amp; Checkbox */
.custom-control { display: inline-block; margin-bottom: 0; line-height: 24px; font-size: 12px; cursor: pointer; }
.custom-control-label::before { border: 1px solid #e5e5e5; background-color: #f9fafc; }
.custom-control-input:focus ~ .custom-control-label::before { border-color: #3d5eab; box-shadow: none; }
.custom-control-input:disabled ~ .custom-control-label::before { opacity: 0.6; background-color: #f9fafc; }
.custom-checkbox .custom-control-label::before { border-radius: 2px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #f9fafc; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { top: 5px; left: 1px; content: "\f12c"; font: normal normal normal 14px/1 "Material Design Icons"; color: #3d5eab; background-image: none; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before { background-color: #f9fafc; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { top: 5px; left: 1px; content: "\f44a"; font: normal normal normal 14px/1 "Material Design Icons"; color: #3d5eab; background-image: none; }

/* Datepicker */
.date, .date input { cursor: pointer; }
.datepicker table tr td span.active.active, .datepicker table tr td.active.active { border-color: #204d74; background-color: #4679cc; }
.datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td.active.active:hover { border-color: #204d74; background-color: #2c5ba9; }

/* Dropdown */
.dropdown-toggle { position: relative; display: block; padding: 7px; padding-right: 20px; font-size: 11px; text-align: left; }
.dropdown-toggle-sm { padding: 5px 7px; padding-right: 20px; }
.dropdown-toggle::after { content: "\f140"; font: normal normal normal 18px/1 "Material Design Icons"; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; width: auto; height: 100%; margin: 0; border: none; }
.show &gt; .dropdown-toggle::after { content: "\f143"; }
.dropdown-toggle-icon { padding-left: 24px; }
.dropdown-toggle-icon .dropdown-icon { font-size: 20px; }
.dropdown-toggle-icon .dropdown-icon:before { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0; left: 0; width: 24px; height: 100%; margin: 0; }
.dropdown-toggle-single::after { display: none; }
.dropdown-toggle-single { line-height: 20px; padding-right: 0; }
.dropdown-menu { padding: 4px 8px; border-color: #dfe6f1; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.dropdown-menu-auto-w { min-width: inherit; }
.dropdown-item { padding: 7px 3px; border-bottom: 1px solid #e7eaec; font-size: 12px; color: #697488; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.dropdown-item:last-child { border-bottom: none; }
.dropdown-item:hover, .dropdown-item:focus { color: #697488; background-color: transparent; opacity: 0.8; }
.dropdown-item.active, .dropdown-item:active { color: #697488; background-color: transparent; }

/* Table */
.table thead th { vertical-align: bottom; border-bottom: 1px solid #dddddd; border-top: 1px solid #dddddd; font-size: 13px; color: #212529; }
.table-bordered th, .table-bordered td { border: 1px solid #dddddd; }
.table th, .table td { padding: 10px; font-size: 13px; vertical-align: middle;}
.table-bordered { border: 1px solid #dddddd; }
.table.table-column th, .table.table-column td { border: none; border-left: 1px solid #dddddd; }
.table-striped tbody tr { -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.table-hover tbody tr:hover { background-color: #f9f9f9; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #f9f9f9; }
.table-line .table thead th { border-top: none; }
.table-sm th { padding: 10px; }
.table-sm td { padding: 8px 10px; }
.table-smt td { padding: 8px 10px; font-size: 11px; }
.table th .btn, .table td .btn { font-size: 11px; }
.table td .custom-control { min-height: 16px; padding-left: 16px; }
.table td a { text-decoration: underline; }
.table td a.btn { min-height: unset; text-decoration: none; }
.table-icon { font-size: 16px; }
.table.bg-light { background-color: #ffffff !important; }

/* Data Table */
.bma-datatable-filter { padding: 20px 15px; border-radius: 4px; background-color: #ededed; }
.bma-datatable-filter [class^="col-"] { padding: 0 5px }
.bma-datatable-filter .btn { width: 100%; }
.bma-datatable-filter-action { margin: 15px 0 10px; padding: 0; background-color: transparent; }
.bma-datatable-filter-action .btn { width: auto; }
.bma-datatable-info { display: none; -ms-flex-align: center; align-items: center; padding: 2px 5px; border-radius: 4px; background-color: #ededed; }
.bma-datatable-info span { margin: 0 2px; font-size: 17px; color: #4679cc; }
.bma-datatable .container-fluid { padding-right: 0; padding-left: 0; }
.dataTables_filter, .dataTables_length, .dataTables_info { font-size: 12px; }
div.dataTables_wrapper div.dataTables_length select { width: 50px; height: 28px !important; }
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before { content: "\f360"; font: normal normal normal 22px/1 "Material Design Icons"; color: #303030; }
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after { content: "\f35d"; font: normal normal normal 22px/1 "Material Design Icons"; color: #303030; }
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before { right: -4px; }
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after { right: 4px; }
table .dtr-title, table .dtr-data, table.table-bordered.dataTable td.mobile { white-space: normal; }
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child:before, table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child:before { content: "\f04a"; font: normal normal normal 20px/1 "Material Design Icons"; top: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 100%; border: none; color: #4679cc; background-color: transparent; box-shadow: none; }
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td:first-child:before, table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th:first-child:before { content: "\f159"; color: #ed5565; }
table.dataTable &gt; tbody &gt; tr.child ul.dtr-details { width: 100%; }

/* Pagination */
.pagination { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.page-link { padding: 5px 10px; border: 1px solid #dddddd; font-size: 12px; color: #606060; background-color: #f9f9f9; }
.page-link:hover { color: #fff; border-color: #3d5eab; background-color: #4679cc; text-decoration: none; }
.page-item.active .page-link { border-color: #3d5eab; background-color: #4679cc; text-decoration: none; }
.page-link:focus { box-shadow: none; }
.page-item.disabled .page-link { border-color: #dddddd; background-color: #f1f1f1; }
.page-item:first-child .page-link { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.page-item:last-child .page-link { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Tolltip */
.tooltip { font-family: inherit; font-size: 11px; }
.tooltip.show { opacity: 0.9; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #3d5eab; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: #3d5eab; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: #3d5eab; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: #3d5eab; }
.tooltip-inner { background-color: #3d5eab; }
.tooltip-icon { position: relative; top: 2px; width: 18px; height: 18px; line-height: 0.9; border-radius: 50%; color: #4679cc; font-size: 17px; background-color: #ffffff; }

/* Popover */
.popover { border: 1px solid #dfe6f1; font-family: inherit; font-size: 12px; color: #697488; background-color: #fff; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05); }
.popover-header { border-bottom: 1px solid #ecf0fa; font-size: 14px; background-color: rgba(245, 247, 250, 0.5); }
.popover-body { color: #697488; }

/* Accordion */
.accordion .accordion-item { margin-bottom: 1px; }
.accordion .accordion-header .btn { position: relative; width: 100%; padding: 20px 10px; border-radius: 0; overflow: hidden; text-overflow: ellipsis; text-align: left; font-size: 12px; color: #3d5eab; border-color: #edf2f9; background-color: #edf2f9; }
.accordion .accordion-header .btn:hover { border-color: #e3e9f1; background-color: #e3e9f1; }
.accordion .accordion-header .btn:before { content: "\f143"; font: normal normal normal 18px/1 "Material Design Icons"; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; position: absolute; top: 0; width: auto; height: 100%; font-size: 24px; }
.accordion .accordion-header .btn.collapsed:before { content: "\f140"; }
.accordion-pills .accordion-item { margin-bottom: 5px; }
.accordion-pills .accordion-header .btn { padding: 10px; border-radius: 4px; }
.accordion .accordion-header .btn-leftarrow { padding-left: 30px; }
.accordion .accordion-header .btn-leftarrow:before { left: 2px; }
.accordion .accordion-header .btn-rightarrow { padding-right: 30px; }
.accordion .accordion-header .btn-rightarrow:before { right: 2px; }

/* Modal */
.modal-header, .modal-footer { padding: 10px; }
.modal-header .modal-title { text-transform: uppercase; }
.modal-header .close { margin: 5px 0 0; padding: 0; font-size: 18px; line-height: 12px; color: #586173; opacity: .6; }
.modal-header .close:hover, .modal-header .close:focus { opacity: 1; }
.modal-content { border: 1px solid #7b818a; font-family: inherit; font-size: 12px; color: #212529; background-color: #ffffff; box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1); }
.modal-footer .btn { padding: 5px 10px; }

/* Progress */
.progress { height: 15px; font-size: 11px; border-radius: 10px; background-color: #e8ecef; }
.progress-bar { background-color: #4679cc; }

/* Card */
.bma-card { margin-bottom: 20px; border-radius: 6px; border: 1px solid #e1e6ec; background-color: #ffffff; box-shadow: 0 0 7px 0 rgba(31, 76, 205, 0.08); }
.bma-card .card-header { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; min-height: 45px; padding: 10px; border-radius: 6px; border-bottom: none; background-color: #ffffff; }
.bma-card .card-title { width: 100%; margin-bottom: 0; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.bma-card .card-action { display: -ms-flexbox; display: flex; }
.bma-card .card-action .btn { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 20px; min-height: 20px; margin-left: 5px; padding: 0; font-size: 22px; color: #4679cc; border: none; background: none; }
.bma-card .card-action .btn:hover { color: #bf1e2e; border: none; background: none; }
.bma-card .card-body { padding: 10px; border-top: 1px solid #ededed; }
.bma-card-minh .card-body { min-height: 60px; }
.card-footer { padding: 10px; border-top: 1px solid #ededed; color: rgba(105, 116, 136, 0.8); background-color: rgba(245, 247, 250, 0.5); }
.bma-card .card-body .table thead th { border-top: none; }
.bma-card-pills .card-body { border-top: none; }
.card-fullscreen { position: fixed; z-index: 9999; top: 0; right: 0; left: 0; bottom: 0; overflow: auto; display: block; width: 100%; height: 100%; }
.flex-grow-1 { flex-grow: 1; }
.z-index-2 { z-index: 2; }
.z-index-3 { z-index: 3; }
.pos-relative { position: relative; }

/* Tabs */
.nav-tabs { position: relative; margin-bottom: 10px; }
.nav-tabs .nav-link { text-transform: uppercase; }

/* Tabs Pills*/
.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link { background-color: #4679cc; }
.nav-pills-top { padding: 5px; border-radius: 4px; background-color: #ffffff; box-shadow: 0 0 7px 0 rgba(31, 76, 205, 0.08); }
.nav-pills .badge { margin-left: 5px; color: #ffffff; background-color: #3d5eab; }
.nav-pills .active .badge { color: #3d5eab; background-color: #ffffff; }

/* List Group */
.bma-scrollbar .list-group { padding-right: 5px; }
.list-group-item { padding: 8px; border: 1px solid #ededed; }
.list-group-item a  { text-decoration: underline; }
.list-group-clean .list-group-item { border: none; }
.list-group-separate .list-group-item { margin-bottom: 10px; border: none; border-radius: 4px; background-color: #edf2f9; }

/* List Box Icon */
.list-group-boxicon .list-group-item { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; min-height: 70px; padding-left: 70px; margin-bottom: 10px; border: none; border-radius: 4px; background-color: #edf2f9; }
.list-group-boxicon .list-group-item:before { position: absolute; left: 5px; line-height: 1; font-size: 60px; font-family: "Material Design Icons"; color: #4679cc; }
.list-group-boxicon .list-group-item.bma-user:before { content: "\f006"; }
.list-group-boxicon .list-group-item.bma-company:before { content: "\f146"; }
.list-group-boxicon .list-group-item.bma-chart:before { content: "\f128"; font-size: 50px; left: 8px; }
.list-group-boxicon .list-group-item.bma-contact:before { content: "\f18e"; font-size: 45px; left: 12px; }
.list-group-boxicon .list-group-item i { margin-bottom: 3px; font-style: normal; font-size: 11px; color: #666666; }
.list-group-boxicon .list-group-item h5 { margin-bottom: 0; }
.list-group-boxicon .list-group-item span { font-weight: 600; font-size: 12px; color: #3d5eab; }
.list-group-boxicon .list-group-item .bma-more { line-height: 1; margin-top: 5px; font-size: 12px; }

/* Blockquote */
.bma-blockquote { padding: 10px; border-radius: 4px; color: #666666; background-color: #ededed; }
.bma-blockquote-support li + li { margin-top: 5px; }
.bma-blockquote-support li span { text-align: left; }
.bma-blockquote-support li span:first-of-type:not(:last-of-type) { min-width: 100px; display: inline-block; margin-right: 5px; text-align: right; }
.bma-blockquote-support li span:last-of-type { font-weight: bold; }

/* Scrollbar */
.bma-scrollbar { overflow: auto; }
.bma-scrollbar-y { overflow-x: hidden; }
.bma-scrollbar-x { overflow-y: hidden; }
.bma-scrollbar::-webkit-scrollbar { width: 8px; cursor: grab; }
.bma-scrollbar::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #4679cc; }
.bma-scrollbar::-webkit-scrollbar-track { border-radius: 4px; background-color: #cacaca; }

/* Live Chat */
.mylivechat_collapsed_text { position: relative!important; padding: 5px 60px 5px 20px !important; border-radius: 10px !important; border: 1px solid #d7e2ee; cursor: pointer !important; text-transform: uppercase !important; color: #3d5eab !important; background-color: #ffffff !important; }
.mylivechat_collapsed_text:hover { box-shadow: 0 0px 7px rgba(0, 0, 0, 0.10)!important; }
.mylivechat_collapsed_text:before { content: ""; position: absolute; top: -10px; right: -3px; width: 50px; height: 50px; background-image: url(../images/chat-support.svg); background-size: contain; }
.mylivechat_sprite { display: none!important; }

/* Charts */
#chartdiv { width: 100%; height: 240px; }

/* Breaking News */
.bma-breakingnews { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; overflow: hidden; height: 40px; margin-top: 5px; border-radius: 4px; background-color: #ffffff; }
.bma-breakingnews .bma-breakingnews-title { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 40px; padding: 0 10px; color: #ffffff; background-color: #bf1e2e; }
.bma-breakingnews span + span { margin-left: 20px; }
.bma-breakingnews span + span:before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 20px; border-radius: 50%; background-color: #bf1e2e; }

/*-----------------------------------------------
	#Layout
-----------------------------------------------*/
.bma-wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; }
.bma-content { position: relative; width: 100%; min-height: 100vh; padding-bottom: 30px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

/*-----------------------------------------------
	#Logo
-----------------------------------------------*/
.bma-logo img { width: 100%; }
.bma-logo-white img { filter: brightness(10); }

/*-----------------------------------------------
	#Login Page
-----------------------------------------------*/
.bma-login-page { position: relative; width: 100%; min-height: 100vh; background-color: #ffffff; }
.bma-login-page .bma-login-content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 2; width: 500px; min-height: 100vh; display: block; padding: 14em 5.9em 5em 3em; }
.bma-login-page .form-group { margin-bottom: 15px; }
.bma-login-page .form-control { min-height: 45px; font-size: 13px; background-color: #f9f9f9; }
.bma-login-page .bma-logo { margin-bottom: 15px; }
.bma-login-page .bma-login-form { margin: 15px 0; }
.bma-login-page .bma-login-form p { margin-bottom: 20px; color: #3d5eab; }
.bma-login-page .bma-login-form a { font-size: 12px; }
.bma-login-page .bma-login-form .btn { width: 150px; padding: 10px; border-radius: 6px; font-weight: bold; font-size: 14px; color: #ffffff; border-color: #bf1e2e; background-color: #bf1e2e; }
.bma-login-page .bma-login-form .btn:hover, .bma-login-page .bma-login-form .btn:focus { border-color: #b01c2a; background-color: #b01c2a; }
.bma-login-page .bma-login-form .form-group-action { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; align-items: center; }
.bma-login-page .bma-login-newuser { margin: 15px 0; padding: 30px 0; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.bma-login-page .bma-login-newuser p { margin: 0; text-align: center; color: #676a6c; }
.bma-login-page .bma-login-support { margin: 15px 0; font-size: 12px; color: #929292; }
.bma-login-page .bma-login-support h6 { margin: 0; color: #929292; }
.bma-login-page .bma-login-support p { margin-bottom: 5px; }
.bma-login-page .bma-login-support ul { padding: 0; list-style: none; }
.bma-login-page .bma-login-support span { margin-right: 3px; }
.bma-login-page .bma-login-background { position: relative; z-index: 1; width: calc(100% - 500px); background-image: url(../images/login-bg.svg); background-repeat: no-repeat; background-position: center; }
.bma-login-page .bma-footer { z-index: 1; left: 0; bottom: 50px; height: auto; justify-content: center; flex-flow: column-reverse; background-color: transparent; }
.bma-login-page .bma-footer img { height: auto; margin: 0 0 15px 0; }

/*-----------------------------------------------
	#Sidebar
-----------------------------------------------*/
.bma-sidebar { min-width: 230px; max-width: 230px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; background: #2b4c81; background: -moz-linear-gradient(left, #2b4c81 0%, #2c5892 100%); background: -webkit-linear-gradient(left, #2b4c81 0%,#2c5892 100%); background: linear-gradient(to right, #2b4c81 0%,#2c5892 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c81', endColorstr='#2c5892',GradientType=1 ); }
.bma-sidebar .bma-sidebar-header { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; width: 100%; height: 51px; background-color: transparent; box-shadow: 0 0 7px rgba(0, 0, 0, 0.13); }
.bma-sidebar .bma-sidebar-header img { max-width: 170px; height: 50px; }
/*.bma-sidebar ul { margin-bottom: 0; padding: 25px 10px 30px 10px; list-style: none; }*/
/**/
.bma-sidebar ul { height: 100%; margin-bottom: 0; padding: 25px 10px 50px 10px; list-style: none; overflow: auto; }
.bma-sidebar ul::-webkit-scrollbar { width: 8px; cursor: grab; }
.bma-sidebar ul::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #a0b4cf; }
.bma-sidebar ul::-webkit-scrollbar-track { border-radius: 4px; background-color: #284d80; }
/**/
.bma-sidebar ul li { display: block; position: relative; width: 100%; }
.bma-sidebar ul li a { display: block; position: relative; width: 100%; height: 35px; line-height: 35px; margin-bottom: 5px; padding: 0 20px 0 30px; border-radius: 20px; color: #cad1db; background-color: #345f96; }
.bma-sidebar ul li a .bma-nav-icon { position: absolute; top: 1px; left: 10px; width: auto; height: 100%; text-align: center; font-size: 16px; }
.bma-sidebar ul li a img.icon-flag { width: 19px; margin-right: 5px; line-height: 0; border-radius: 4px; border: 1px solid #ffffff; }
.bma-sidebar ul li a img.icon-partner { width: 15px; margin-right: 5px; line-height: 0; }
.bma-sidebar ul li a .bma-nav-label { display: block; width: 100%;  overflow: hidden; font-size: 11px; font-weight: 600; text-transform: uppercase; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.bma-sidebar ul li a.bma-nav-group-item:after { display: inline; position: absolute; top: 0; right: 6px; font-family: "Material Design Icons"; font-size: 18px; text-align: right; }
.bma-sidebar ul li a.bma-nav-group-item[aria-expanded="false"]:after { content: " \F140"; }
.bma-sidebar ul li a.bma-nav-group-item[aria-expanded="true"]:after { content: " \F143"; }
.bma-sidebar .bma-nav-second-level { width: 100%; padding: 0; }
.bma-sidebar .bma-nav-second-level a { height: auto; line-height: 13px; padding: 8px 10px; }
.bma-sidebar .bma-nav-second-level a .bma-nav-label { padding-left: 7px; white-space: normal; }
.bma-sidebar &gt; ul &gt; li &gt; a:hover, .bma-sidebar &gt; ul &gt; li &gt; a:focus, .bma-sidebar &gt; ul &gt; li.bma-nav-active &gt; a, .bma-nav-second-level &gt; li &gt; a:hover, .bma-nav-second-level &gt; li &gt; a:focus, .bma-nav-second-level &gt; li.bma-nav-active &gt; a { text-decoration: none; color: #3d5eab; background-color: #a0b4cf; }
.bma-sidebar .badge { position: absolute; top: 11px; right: -4px; color: #3d5eab; background-color: #ffffff; }
.bma-sidebar-active .badge { display: none; }
/**/
.bma-sidebar .bma-sidebar-title { margin: 10px 0; padding: 5px 10px; border-top: 1px solid #345f96; border-bottom: 1px solid #345f96; font-size: 15px; font-weight: bold; color: #f3f3f3; }
.bma-sidebar-active .bma-sidebar-title { text-indent: -999px; height: 10px; margin-bottom: 15px; margin-top: 0; padding-top: 0; border-top: none; }
/**/
.bma-sidebar .bma-nav-lock { position: relative; }
.bma-sidebar .bma-nav-lock:after { position: absolute; top: 4px; right: 4px; content: "\F33E"; font-family: "Material Design Icons"; font-size: 18px; color: #ffffff; }
/*-----------------------------------------------
	#Top Navigation Bar
-----------------------------------------------*/
.bma-navbar { width: 100%; min-height: 51px; border-bottom: none; background-color: #ffffff; box-shadow: 0 0 7px rgba(0, 0, 0, 0.13); }
.bma-navbar .bma-navbar-header { float: left; width: 100%; height: 50px; padding: 5px 0; }
.bma-navbar .bma-navbar-header .bma-navbar-search { position: relative; float: left; margin: 3px 0 0 15px; }
.bma-navbar .bma-navbar-header .bma-navbar-search .form-control { min-width: 270px; padding-right: 25px; box-shadow: 0 0 7px 0 rgba(31, 76, 205, 0.11); }
.bma-navbar .bma-navbar-header .bma-navbar-search .mdi { position: absolute; top: 4px; right: 4px; font-size: 20px; color: #868e96; }
.bma-navbar .bma-btn-navbar { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; position: relative; z-index: 13; padding: 6px; line-height: 1; font-size: 24px; }
    .bma-navbar .bma-lang-selector .btn { z-index: 13; border: 1px solid #ececec; text-transform: none; font-style: normal;
        font-size: 12px; color: #3d5eab; background-color: #ffffff; }

        .bma-navbar .bma-lang-selector .btn:hover { color: #bf1e2e; background-color: #fdfdfd; }

    .bma-navbar .bma-lang-selector .icon-flag { width: 19px; margin-right: 5px; line-height: 0; border-radius: 4px; }

    .bma-navbar .bma-lang-selector .dropdown-header { padding: 8px; border-bottom: 1px solid #eaeef8; line-height: normal;
        text-align: center; font-size: 12px; }

    .bma-navbar .bma-lang-selector .dropdown-menu { padding: 0; }

        .bma-navbar .bma-lang-selector .dropdown-menu a { padding: 8px 10px; text-decoration: none; font-size: 12px; color: #3d5eab; transition: 0.3s; }

            .bma-navbar .bma-lang-selector .dropdown-menu a:hover, .bma-navbar .bma-lang-selector .dropdown-menu a.active {
                color: #bf1e2e; background-color: #fdfdfd; }

            .bma-navbar .bma-lang-selector .dropdown-menu a + a { border-top: 1px solid #eaeef8; }

/*-----------------------------------------------
	#Content
-----------------------------------------------*/
.bma-main-content { padding-top: 10px; padding-bottom: 10px; }

/* Page Title */
.bma-page-title { width: 100%; margin: 15px 0 20px; padding: 0 2px; }
.bma-page-title h2 { margin: 0; font-size: 14px; }

/* Widgets */
.bma-widget .card-header .btn-sm { padding: 2px 10px; font-size: 10px; }

/* Total Widgets */
.bma-total-widget .card-body { position: relative; overflow: hidden; padding: 15px 10px; border: none; }
.bma-total-widget .bma-total-title { position: relative; z-index: 2; display: block; width: 100%; line-height: 11px; font-weight: 600; font-size: 13px; color: #4679cc; }
.bma-total-widget .bma-total-info { position: relative; z-index: 2; display: block; width: 100%; line-height: 24px; font-weight: 300; font-size: 24px; color: #4679cc; }
.bma-total-widget .bma-total-icon { position: absolute; z-index: 1; top: -25px; right: -15px; font-size: 96px; color: #edf2f9; }
.bma-totalmicro-widget .card-body { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 10px; }
.bma-totalmicro-widget .bma-total-info, .bma-totalmicro-widget .bma-total-title { width: auto; }

/* List Widgets */
.bma-list-widget ul { margin: 0; padding: 0; list-style: none; }
.bma-list-widget ul li { padding: 11px; border-bottom: 1px solid #E3EBF3; }
.bma-list-widget ul li:last-child { border: none; }
.bma-list-widget span { display: inline-block; width: 50%; }
.bma-list-widget span:last-child { text-align: right; }

/* Agents Management */
.bto-add-agents { position: absolute; top: -47px; right: 10px; }

/* Map Statistics Widget*/
.datamaps-hoverover .hoverinfo { min-width: 70px; padding: 5px; border-radius: 4px; text-align: center; font-size: 12px; color: #ffffff; background-color: #3d5eab; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.datamaps-hoverover .hoverinfo h5 { margin-bottom: 4px; padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size: 13px; color: #ffffff; }
.datamaps-hoverover:after { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; width: 0px; height: 0px; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 9px solid #3d5eab; }
.bma-mapstatistics-mobile { display: none; }
.bma-mapstatistics-mobile .btn { width: 100%; padding: 10px; font-size: 13px; }
.bma-mapstatistics-mobile .dropdown-scroll { height: auto; max-height: 200px; overflow-x: hidden; }
.bma-mapstatistics-mobile .dropdown-menu { padding: 0; }
.bma-mapstatistics-mobile .dropdown-menu &gt; li &gt; a { display: block; padding: 10px; border-bottom: 1px solid #efefef; font-size: 13px; }
.bma-mapstatistics-mobile .dropdown-menu &gt; .active &gt; a { color: #ffffff; background-color: #3d5eab; }
.bma-compare-input-mobile { display: none; }
.bma-compare-input-mobile { }
.bma-map-popover { display: block; margin-top: 10px; padding: 15px; border: none; border-radius: 4px;  background-color: #3d5eab; }
.bma-map-popover .popover-title { margin: 0; padding: 0 0 10px; border-bottom: 1px solid #627dbb; border-radius: 4px 4px 0 0; text-transform: none; font-size: 15px; font-weight: 600; color: #ffffff; background-color: #3d5eab; }
.bma-map-popover .popover-content { padding: 10px 0 0; }
.bma-map-popover .popover-content h6 { margin-bottom: 0; font-size: 13px; font-weight: 400; text-transform: none; color: #ffffff; }
.bma-map-popover .popover-content ul { display: flex; flex-wrap: wrap; padding-bottom: 10px; border-bottom: 1px solid #627dbb; }
.bma-map-popover .popover-content ul li { -ms-flex: 1; -webkit-flex: 1; flex: 1; min-width: 110px; margin-bottom: 5px; text-align: center; font-size: 12px; color: #ffffff; }
.bma-map-popover .popover-content a { display: block; width: 100%; margin-top: 10px; text-align: center; text-decoration: underline; font-size: 12px; color: #ffffff; }
.bma-map-popover .popover-content a:hover { color: #d8d8d8; }

/* Industry Widget*/
.bma-industry-widget { max-height: 230px; min-height: 230px; }
.bma-industry-widget .accordion-header .btn { padding-right: 80px; }
.bma-industry-widget .accordion-header .btn span { position: absolute; right: 6px; text-transform: none; font-size: 12px; }
.bma-industry-widget .accordion-header .btn span i { margin-left: 2px; font-style: normal; }
.bma-industry-widget .list-group-item { padding: 3px 10px; border: none; }

/* Portfolio info Widget */
.bma-portfolio-info { display: -ms-flexbox; display: flex; width: 100%;}
.bma-portfolio-info .bma-portfolio-item { position: relative; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex: 1; flex: 1; padding: 20px; }
.bma-portfolio-info .bma-portfolio-item + .bma-portfolio-item { border-left: 1px solid #ededed; }
.bma-portfolio-info h4 { margin: 0; z-index: 2; }
.bma-portfolio-info .btn { text-transform: none; }
.bma-portfolio-item .mdi { position: absolute; z-index: 1; top: -25px; right: -5px; font-size: 96px; color: #edf2f9; }

/* Moduls info Widget */
.bma-moduls { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 8px; width: 100%; }
.bma-moduls li { padding: 10px; border-radius: 4px; text-align: center; border: 1px solid #dcdcdc; color: #444444; background-color: #f5f5f5; }

/* Marketing Widget */
.bma-additem-marketing .list-group .list-group-item { min-height: 35px; padding: 6px 75px 6px 8px; border-radius: 4px; background-color: #f9f9f9; }
.bma-additem-marketing .list-group .list-group-item + .list-group-item { margin-top: 5px; }
.bma-additem-marketing .list-group .list-group-item .btn { position: absolute; right: 0; top: -1px; height: 102%; border-radius: 0 4px 4px 0; }
.bma-additem-marketing .list-group .list-group-item .btn:first-of-type:not(:last-of-type) { right: 34px; border-radius: 0; border-right: 1px solid #3c67ad; }
.bma-additem-marketing .list-group .list-group-item .btn-icon { padding: 0 7px; font-size: 18px; }

/* Company Top Info Widget */
.bma-alert-ujp { text-transform: uppercase; text-align: center; font-weight: bold; font-size: 14px; color: #bf1e2e; box-shadow: 0 0 7px 0 rgba(255, 0, 0, 0.2); }
.bma-alert-blockage { text-transform: uppercase; text-align: center; font-weight: bold; font-size: 14px; color: #bf1e2e; }
.bma-company-info-left, .bma-company-info-right { display: -ms-flexbox; display: flex; height: 100%; }
.bma-company-info-right { -ms-flex-align: center; align-items: center; }
.bma-semaphore { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.bma-semaphore span { position: relative; width: 50px; height: 50px; border-radius: 50%; background-color: #e2e7ee; }
.bma-semaphore span + span { margin-top: 5px; }
.bma-semaphore span i { display: none; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; right: -5px; bottom: 3px; width: 18px; height: 18px; line-height: 0.9; border-radius: 50%; color: #4679cc; font-size: 17px; background-color: #ffffff; }
.bma-semaphore-red span:nth-child(1) i, .bma-semaphore-yellow span:nth-child(2) i, .bma-semaphore-green span:nth-child(3) i { display: -ms-flexbox; display: flex; }
.bma-semaphore-red span:nth-child(1) {
    background-color: #eb1d12;
}
.bma-semaphore-yellow span:nth-child(2) {
    background-color: #efee3b;
}
.bma-semaphore-green span:nth-child(3) { background-color: #27c93f; }
.bma-company-info { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; margin-left: 25px; padding: 5px 0; }
.bma-company-info .bma-company-title h3 { margin-bottom: 5px; font-weight: bold; font-size: 15px; }
.bma-company-info .bma-company-title h4 { margin-bottom: 0; font-size: 11px; color: #666666; }
.bma-company-info .bma-company-legally { display: -ms-flexbox; display: flex; }
.bma-company-info .bma-company-legally span { font-weight: 600; font-size: 13px; text-transform: uppercase; color: #00a651; }
.bma-company-info .bma-company-legally span + span { margin-left: 10px; }
.bma-company-info .bma-company-legally span i { margin-right: 5px; font-weight: normal; font-size: 17px; }
.bma-company-info .bma-company-noactive span { color: #ff5f56; }
.bma-company-info .bma-company-action { display: -ms-flexbox; display: flex; }
.bma-company-info .bma-company-action a { min-height: initial; }
.bma-company-info .bma-company-action a + a { margin-left: 10px; }
.bma-company-info .bma-company-action a i { position: relative; top: 2px; font-size: 16px; margin-right: 5px; }
.bma-company-info .bma-company-action .btn-group { margin-right: 10px; }
.bma-company-info .bma-company-action .btn-group a { margin: 0; }
.bma-company-finance { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: 100%; }
/*.bma-company-finance .bma-company-item { -ms-flex: 0 33%; flex: 0 33%; padding: 10px; border-radius: 4px; background-color: #e8ecef; }*/
    .bma-company-finance .bma-company-item {
        -ms-flex: 0 33%;
        flex: 0 33%;
        padding: 10px;
        border-radius: 4px;
        background-color: #e8ecef;
        display: flex;
        flex-direction: column;
    }
.bma-company-finance .bma-company-item + .bma-company-item { margin-left: 15px; }
.bma-company-finance .bma-company-item h6 { width: 100%; margin-bottom: 10px; text-align: center; word-break: break-word; font-weight: bold; font-size: 11px; color: #3d5eab }
/*.bma-company-finance .bma-company-item .bma-company-current { width: 100%; margin-bottom: 10px; }*/
        .bma-company-finance .bma-company-item .bma-company-current {
            width: 100%;
            margin-bottom: 10px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            align-items: center;
            justify-content: center;
        }

.bma-company-finance .bma-company-item .bma-company-current span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #3d5eab
}
.bma-company-finance .bma-company-item .bma-company-current span:last-child { color: #666666; }
.bma-company-finance .bma-company-item .bma-company-total { width: 80%; min-height: 25px; margin: 0 auto; padding: 4px 6px; border-radius: 12px; text-align: center; font-weight: bold; font-size: 11px; color: #666666; background-color: #ffffff; }
.bma-company-finance .bma-company-item .bma-company-total-up { color: #289f18; }
.bma-company-finance .bma-company-item .bma-company-total-dw { color: #bf1e2e; }
.bma-company-finance .bma-company-item .bma-company-total-up:before, .bma-company-finance .bma-company-item .bma-company-total-dw:before { margin-right: 5px; font-family: FontAwesome; font-size: 11px; }
.bma-company-finance .bma-company-item .bma-company-total-up:before { content: "\f062"; }
.bma-company-finance .bma-company-item .bma-company-total-dw:before { content: "\f063"; }
.bma-company-finance .bma-company-rating { position: relative; }
.bma-company-finance .bma-company-rating h6 { margin-top: 15px; margin-bottom: 10px; text-transform: uppercase; }
.bma-company-finance .bma-company-rating span { display: block; line-height: 1; text-align: center; font-weight: bold; font-size: 72px; color: #3d5eab }
.bma-company-finance .bma-company-rating i { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; right: 0; left: 0; margin: 0 auto; bottom: -8px; width: 18px; height: 18px; line-height: 0.9; border-radius: 50%; color: #4679cc; font-size: 17px; background-color: #ffffff; }

/* Company Data Widget */
.bma-company-data { max-height: 230px; min-height: 230px; }
.bma-company-data label { display: block; width: 100%; line-height: 1; font-weight: 600; font-size: 13px; color: #444444; }
.bma-company-data span { margin-right: 5px; font-weight: 600; font-size: 12px; color: #666666; }
.bma-company-data la { font-weight: 600; font-size: 12px; }

/* Company Solvency Widget */
.bma-company-solvency { display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.bma-company-solvency span { font-weight: bold; font-size: 24px; color: #4679cc; }
.bma-company-solvency h6 { position: relative; z-index: 1; text-transform: uppercase; color: #666666; }
.bma-company-solvency i { position: absolute; right: -20px; bottom: -20px; line-height: 1; font-size: 100px; color: #e8ecef; }
.bma-company-solvency .bma-company-solvency-item { flex: 0 0 50%; padding: 20px; }
.bma-company-solvency .bma-company-solvency-item:nth-child(1) { border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.bma-company-solvency .bma-company-solvency-item:nth-child(4) { margin-top: -1px; margin-left: -1px; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; }
.bma-company-solvency .bma-company-solvency-wrap { position: relative; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; height: 120px; padding: 5px; border-radius: 4px; text-align: center; cursor: pointer; background-color: #f7f9fa; }

/* Company Owners &amp; Connection Widget*/
.bma-company-owners, .bma-company-connection { max-height: 230px; min-height: 230px; }
.bma-company-owners h5 { margin-bottom: 10px; font-size: 13px; color: #444444; }

/* Company Payment Index Widget*/
.bma-company-paymentindex .bma-company-payment-meter { min-height: 200px; }
.bma-company-paymentindex .bma-company-payment-legend { margin-top: 10px; }
.bma-company-paymentindex .bma-company-payment-legend h5 { margin-bottom: 5px; font-size: 13px; color: #444444; }
.bma-company-paymentindex .bma-company-payment-legend ul { margin: 0; font-size: 12px; }
.bma-company-paymentindex .bma-company-payment-legend ul li { padding: 5px; border-radius: 4px; border: 1px solid #ededed; }
.bma-company-paymentindex .bma-company-payment-legend ul li + li { margin-top: 3px; }

/* Company Credit Rating Widget*/
.bma-company-creditrating { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.bma-company-creditrating .bma-company-rating { -ms-flex: 1.5; flex: 1.5; }
.bma-company-creditrating .bma-company-rating span { display: block; line-height: 1; text-align: center; font-weight: bold; font-size: 72px; color: #3d5eab; }
.bma-company-creditrating .bma-company-rating i { display: block; text-align: center; font-style: normal; font-weight: bold; font-size: 13px; color: #666666; }
.bma-company-creditrating .bma-company-creditinfo { -ms-flex: 8.5; flex: 8.5; }
.bma-company-creditrating .bma-company-creditinfo-items { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 20px 10px; }
.bma-company-creditrating .bma-company-creditinfo-items + .bma-company-creditinfo-items { border-top: 1px solid #ededed; }
.bma-company-creditrating .bma-company-creditinfo-items h5 { margin-bottom: 5px; color: #444444 }
.bma-company-creditrating .bma-company-creditinfo-items p { margin: 0; font-size: 11px; color: #666666; }
.bma-company-creditrating .bma-company-creditinfo-items span { font-weight: 300; font-size: 24px; color: #444444 }
.bma-company-creditrating .bma-company-creditinfo-item { -ms-flex: 3; flex: 3; }
.bma-company-creditrating .bma-company-creditinfo-item:last-child { -ms-flex: 6; flex: 6; }
.bma-company-creditrating .bma-company-creditrisk { width: 100%; padding: 20px 10px; border-top: 1px solid #ededed; text-align: center; font-size: 12px; color: #444444; }
.bma-company-creditdownload { padding: 10px; text-align: center; font-weight: bold; font-size: 14px; }
.bma-company-creditdownload .fa { margin-right: 5px; font-size: 18px; }

.bma-company-creditliquidity { padding-bottom: 20px; }
.bma-company-creditliquidity + .bma-company-creditliquidity { padding-top: 20px; border-top: 1px solid #ededed; }
.bma-company-creditliquidity:last-child { padding-bottom: 0; }
.bma-company-creditliquidity h5 { margin-bottom: 8px; font-size: 13px; }
.bma-company-creditliquidity span { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 12px; color: #444444; }
.bma-company-creditliquidity span i { margin-left: 10px; font-style: normal; font-weight: bold; font-size: 18px; }
.bma-company-creditliquidity p { margin: 5px 0 0 0; font-size: 11px; color: #666666; }
/* Company Additional Info Widget*/
.bma-company-additionalinfo ul { margin: 0; }
.bma-company-additionalinfo ul li + li { margin-top: 5px; }

/* Company UJP Widget*/
.bma-company-ujp-box { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; min-height: 80px; margin-bottom: 10px; padding: 10px; border-radius: 4px; letter-spacing: 0.5px; text-align: center; font-weight: bold; font-size: 20px; color: #00a651; background-color: #f0f3f6; }
.bma-company-ujp-box h5 { margin-bottom: 0; font-weight: bold; font-size: 12px; color: #666666; }
.bma-company-ujp-box.bma-ujp-alert span { color: #bf1e2e; }

/* Company Subsidiaries Widget*/
.bma-company-subsidiaries .table-responsive.bma-blockquote { background-color: #e8ecef; }

/*-----------------------------------------------
No Data in block
-----------------------------------------------*/
.bma-no-data { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; display: flex; align-items: center;
                justify-content: center; border-radius: 4px; color: #ffffff; background-color: rgba(70, 121, 204, 0.8); }

    .bma-no-data h3 { margin: 0; padding: 0 5px; text-align: center; color: #ffffff; }

.bma-company-finance .bma-no-data h3 { font-size: 13px; }


/*-----------------------------------------------
	403
-----------------------------------------------*/
.bm-403 { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.bm-403:after { content: "403"; display: block; position: absolute; font-size: 17.5em; font-weight: 600; color: #ffffff; }
.bm-403-content { z-index: 2; width: 60%; height: 100%; text-align: center; margin-top: 6%; word-break: break-word; }
.bm-403-content h2 { margin: 0; text-transform: none; }
.bm-403-content h4 { margin: 0; text-transform: none; }
.bm-403-content h5 { margin: 0; text-transform: none; }
.bm-403-content a { text-decoration: underline; } 
.bm-403-content hr { border-top: 1px solid #dddddd; }

/*-----------------------------------------------
	404
-----------------------------------------------*/
.bm-404 { display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; }
.bm-404:after { content: "404"; display: block; position: absolute; font-size: 280px; font-weight: 600; color: #ffffff; }
.bm-404-content { z-index: 2; width: 300px; height: 100px; text-align: center; }
.bm-404-content h2 { margin: 0; text-transform: none; }
.bm-404-content a { text-decoration: underline; }
.bm-404-content hr { border-top: 1px solid #dddddd; }

/*-----------------------------------------------
	500
-----------------------------------------------*/
.bm-500 { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

    .bm-500:after { content: "500"; display: block; position: absolute; font-size: 17.5em; font-weight: 600; color: #ffffff; }

.bm-500-content { z-index: 2; width: 60%; height: 100%; text-align: center; margin-top: 6%; word-break: break-word; }

    .bm500-content h2 { margin: 0; text-transform: none; }

    .bm-500-content h4 { margin: 0; text-transform: none; }

    .bm-500-content h5 { margin: 0; text-transform: none; }

    .bm-500-content a { text-decoration: underline; }

    .bm-500-content hr { border-top: 1px solid #dddddd; }

/*-----------------------------------------------
	#Footer
-----------------------------------------------*/
.bma-footer { position: absolute; bottom: 0; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; width: 100%; height: 40px; padding: 0 10px; background-color: #ffffff; }
.bma-footer p { margin: 0; font-size: 11px; color: #929292; }
.bma-footer img { height: 24px; margin-left: 20px; }
.bma-footer-ver { position: fixed; left: 0; bottom: 20px; width: 100%; font-size: 12px; color: #5b749b; }

/*-----------------------------------------------
	#Cookies
-----------------------------------------------*/
#divCookiesFixed {
    position: fixed;
    left: 5%;
    right: 5%;
    bottom: 1%;
    z-index: 1000;
}
.cookiesUsage { border: 1px solid #005278; border-radius: 6px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.30); }
.cookiesUsage button, #btnOkCookies { padding: 6px 12px; border: 1px solid #005278; }

.cookies-usage { width: 90%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px;
    border: 1px solid #2d5188; border-radius: 6px; background-color: #2c5085; }

    .cookies-usage .text-center { margin-bottom: 10px; }

    .cookies-usage button { padding: 6px 12px; border: 1px solid #005278; border-radius: 4px; font-size: 11px; }

    .cookies-usage a { text-decoration: underline; color: #ffffff; }

        .cookies-usage a:hover { text-decoration: none; }

/*-----------------------------------------------
	#Others
-----------------------------------------------*/

/* Position */
.bma-pa { position: absolute; }
.bma-pr { position: relative; }
.bma-pf { position: fixed; }
.bma-ps { position: static; }
.bma-py { position: sticky; }

/* Overflow */
.bma-ovh { overflow: hidden; }
.bma-ova { overflow: auto; }
.bma-clr { clear: both; }

/*Display*/
.bma-dp-none { display: none !important; }
.bma-dp-block { display: block; }
.bma-dp-table { display: table; }
.bma-dp-inline { display: inline-block; }
.bma-dp-table-cell { display: table-cell; vertical-align: middle; }

/* Width */
.bma-w100 { width: 100%; }
.bma-w50 { width: 50%; }
.bma-mh { min-height: unset !important; }
.bma-mxh { max-height: unset !important; }
.bma-mw { min-width: unset !important; }
.bma-mxw { max-width: unset !important; }

/* Height */
.bma-full-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; min-height: 100vh; }

/* Margin */
.bma-mt5 { margin-top: 5px !important; }
.bma-mb5 { margin-bottom: 5px !important; }
.bma-ml5 { margin-left: 5px !important; }
.bma-mr5 { margin-right: 5px !important; }
.bma-m5 { margin: 5px !important; }
.bma-mt10 { margin-top: 10px !important; }
.bma-mb10 { margin-bottom: 10px !important; }
.bma-ml10 { margin-left: 10px !important; }
.bma-mr10 { margin-right: 10px !important; }
.bma-m10 { margin: 10px !important; }
.bma-mt15 { margin-top: 15px !important; }
.bma-mb15 { margin-bottom: 15px !important; }
.bma-ml15 { margin-left: 15px !important; }
.bma-mr15 { margin-right: 15px !important; }
.bma-m15 { margin: 15px !important; }
.bma-mt20 { margin-top: 20px !important; }
.bma-mb20 { margin-bottom: 20px !important; }
.bma-ml20 { margin-left: 20px !important; }
.bma-mr20 { margin-right: 20px !important; }
.bma-m20 { margin: 20px !important; }
.bma-mt0 { margin-top: 0 !important; }
.bma-mb0 { margin-bottom: 0 !important; }
.bma-ml0 { margin-left: 0 !important; }
.bma-mr0 { margin-right: 0 !important; }
.bma-m0 { margin: 0 !important; }

/* Padding */
.bma-pt5 { padding-top: 5px !important; }
.bma-pb5 { padding-bottom: 5px !important; }
.bma-pl5 { padding-left: 5px !important; }
.bma-pr5 { padding-right: 5px !important; }
.bma-p5 { padding: 5px !important; }
.bma-pt10 { padding-top: 10px !important; }
.bma-pb10 { padding-bottom: 10px !important; }
.bma-pl10 { padding-left: 10px !important; }
.bma-pr10 { padding-right: 10px !important; }
.bma-p10 { padding: 10px !important; }
.bma-pt15 { padding-top: 15px !important; }
.bma-pb15 { padding-bottom: 15px !important; }
.bma-pl15 { padding-left: 15px !important; }
.bma-pr15 { padding-right: 15px !important; }
.bma-p15 { padding: 15px !important; }
.bma-pt20 { padding-top: 20px !important; }
.bma-pb20 { padding-bottom: 20px !important; }
.bma-pl20 { padding-left: 20px !important; }
.bma-pr20 { padding-right: 20px !important; }
.bma-p20 { padding: 15px !important; }
.bma-pt0 { padding-top: 0 !important; }
.bma-pb0 { padding-bottom: 0 !important; }
.bma-pl0 { padding-left: 0 !important; }
.bma-pr0 { padding-right: 0 !important; }
.bma-p0 { padding: 0 !important; }

/* Image Circle */
.bma-img-circle { border-radius: 50%; }

/* Floating */
.bma-fl { float: left !important; }
.bma-fr { float: right !important; }

/* Text */
.bma-ac { text-align: center !important; }
.bma-al { text-align: left !important; }
.bma-ar { text-align: right !important; }
.bma-lowcase { text-transform: lowercase !important; }
.bma-upcase { text-transform: uppercase !important; }
.bma-upcase-none { text-transform: none !important; }
.bma-larger { font-size: larger; }

/* Hiden All Border Radius */
.bma-hiden-radius * { border-radius: 0 !important; }

/* Background Color */
.bg-secondary { background-color: #4679cc !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #3d5eab !important; }
.bg-primary { background-color: #3d5eab !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #39579f !important; }
.bg-success { background-color: #3dab71 !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #369362 !important; }
.bg-info { background-color: #23c6c8 !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #21b9bb !important; }
.bg-warning { background-color: #ccae46 !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #b69c3f !important; }
.bg-danger { background-color: #bf1e2e !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #b01c2a !important; }
.bg-light { background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }
.bg-dark { background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }

/* Text Color */
.text-secondary { color: #4679cc !important; }
a.text-secondary:hover, a.text-secondary:focus { color: #3d5eab !important; }
.text-primary { color: #3d5eab !important; }
a.text-primary:hover, a.text-primary:focus { color: #39579f !important; }
.text-success { color: #1ab394 !important; }
a.text-success:hover, a.text-success:focus { color: #1ba78a !important; }
.text-info { color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus { color: #117a8b !important; }
.text-warning { color: #ccae46 !important; }
a.text-warning:hover, a.text-warning:focus { color: #b69c3f !important; }
.text-danger { color: #bf1e2e !important; }
a.text-danger:hover, a.text-danger:focus { color: #b01c2a !important; }
.text-light { color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus { color: #dae0e5 !important; }
.text-dark { color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus { color: #1d2124 !important; }

.avg-salary-title {
    display: flex;
    font-size: large;
    font-weight: bold;
    color: #4679cc;
}

.avg-salary-value {
    display: flex;
    font-size: larger;
    color: #3d5eab;
}

/*-----------------------------------------------
	#Flags
-----------------------------------------------*/
.flag {
    display: block;
    max-height: 100%;
    max-width: 100%;
    background: none;
    object-fit: cover;
    border: 3px solid transparent;
    border-radius: 25px 25px;
}

.btn-menu-languages-close { position: relative; padding: 0.3em;
    border-radius: 4px;
    min-height: 35px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #4679cc;
    box-shadow: none;
    background-color: white;
}

.menu-flag {
    position:relative;
    float:left;
    display: block;
    max-height: 100%;
    max-width: 100%;
    background: none;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 15px 15px;
    width: 3em;
    height: 2em;
}

.menu-flag-select {
    color: #4679cc;
    border: 0.15em solid #4679cc;
    border-radius: 0.2em 0.2em;
    margin-bottom: 0.5em;
    padding: 1em;
    text-align: center;
}

.menu-flag-option {
    background-color: white;
    border: 0.15em solid #4679cc;
    border-radius: 0.2em 0.2em;
    margin-bottom: 0.5em;
    align-items: center;
    padding: 0.5em;
    cursor: pointer;
}

.sidebar-menu-flag-text {
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
}

.underline-no {
    text-decoration: none;
}

.underline-no:hover {
    text-decoration: none;
}

.border-bot-danger {
    border-bottom: 2px inset #bf1e2e;
}
/*-----------------------------------------------
	#Animations
-----------------------------------------------*/
@-moz-keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -10%, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -10%, 0); }
    to { opacity: 1; transform: none; }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -10%, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes bma-dw-notifications {
    50% { background-color: #e74c3c; }
}

@-moz-keyframes bma-dw-notifications {
    50% { background-color: #e74c3c; }
}

@keyframes bma-dw-notifications {
    50% { background-color: #e74c3c; }
}


/*-----------------------------------------------
	#Media Query
-----------------------------------------------*/

/* Desktop */

@media (min-width: 992px) {
    .modal-lg, .modal-sm { max-width: none; }
    .modal-lg .modal-dialog { max-width: 800px; }
    .modal-sm .modal-dialog { max-width: 300px; }

    .bma-sidebar-active ul { padding: 10px 5px 50px 5px; }
    .bma-sidebar-active ul::-webkit-scrollbar { width: 4px; }

    .bma-sidebar, .bma-navbar-menu, .bma-filter-data { display: block; }
    .btn-bma-sidebar, .btn-bma-sidebar:hover, .btn-bma-sidebar:focus, .btn-bma-sidebar:not(:disabled):not(.disabled):active { padding: 0; font-size: 24px; color: #a6a6a6; border-color: transparent; background-color: transparent; }
    .btn-bma-sidebar:hover, .btn-bma-sidebar:focus { color: #3d5eab; }
    .bma-sidebar { position: fixed; z-index: 999; height: 100%; }
    .bma-sidebar-active.bma-sidebar { min-width: 50px; max-width: 50px; text-align: center; }
    .bma-sidebar-active .bma-sidebar-header .bma-logo img { display: none; }
    .bma-sidebar-active .bma-sidebar-header .bma-logo { height: 30px; width: 25px; filter: brightness(10); background: url(../images/biznismreza-emblem.svg) no-repeat; background-size: contain; }
    .bma-sidebar-active ul { padding: 10px 5px 50px 5px; }
    .bma-sidebar-active ul::-webkit-scrollbar { width: 4px; }
    
    .bma-sidebar-active ul li a { padding: 0; border-radius: 13px; }
    .bma-sidebar-active ul li a .bma-nav-icon { left: 0; width: 100%; font-size: 19px; }
    .bma-sidebar-active ul li a .bma-nav-label, .bma-sidebar-active ul li a.bma-nav-group-item:after { display: none; }
    .bma-sidebar-active .bma-nav-second-level a { padding: 10px 0; border-radius: 20px; }
    .bma-sidebar-active .bma-nav-second-level a .bma-nav-label { display: block; padding: 0 15px; }
    .bma-sidebar-active .bma-nav-second-level { position: absolute; top: -1px; left: 44px; z-index: 9999; min-width: 190px; padding: 10px 5px 5px; border-radius: 0 6px 6px 0; text-align: left; background-color: #284778; box-shadow: 3px 2px 4px rgba(61, 77, 101, 0.30); }
    .bma-content { padding-left: 230px; }
    .bma-content.bma-sidebar-active { padding-left: 50px; }

    .bma-btn-text, .bma-btn-text:hover, .bma-btn-text:focus, .bma-btn-text:not(:disabled):not(.disabled):active { color: #3d5eab; border-color: transparent; background-color: transparent; }
    .bma-btn-text:hover { color: #bf1e2e; }
    .bma-btn-text i { margin-right: 5px; text-transform: none; font-style: normal; font-size: 12px; }
    .bma-form-horizontal .form-group .label-control { text-align: right; }
    .bma-form-bordered .form-group { margin: 0; border-bottom: 1px solid #ebf0f9; }
    .bma-form-bordered .form-group:last-child { border-bottom: none; }
    .bma-form-bordered .form-group .label-control { padding-top: 25px; }
    .bma-form-bordered .form-group &gt; div { padding: 18px 0 18px 10px; border-left: 1px solid #ebf0f9; }
    .bma-industry-widget { max-height: 430px; min-height: 430px; }
    .bma-company-data { max-height: 321px; min-height: 321px; }
    .bma-company-owners { max-height: 330px; min-height: 330px; }
    .bma-company-paymentindex, .bma-company-creditrating { min-height: 360px; }
    .bma-datatable-long table.dataTable.nowrap th, .bma-datatable-long table.dataTable td { max-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: normal !important; }

    /* Alignment */
    .bma-d-ac { text-align: center !important; }
    .bma-d-al { text-align: left !important; }
    .bma-d-ar { text-align: right !important; }
    .bma-d-lowcase { text-transform: lowercase !important; }
    .bma-d-upcase { text-transform: uppercase !important; }

    /* Margin */
    .bma-d-mt5 { margin-top: 5px !important; }
    .bma-d-mb5 { margin-bottom: 5px !important; }
    .bma-d-ml5 { margin-left: 5px !important; }
    .bma-d-mr5 { margin-right: 5px !important; }
    .bma-d-m5 { margin: 5px !important; }
    .bma-d-mt10 { margin-top: 10px !important; }
    .bma-d-mb10 { margin-bottom: 10px !important; }
    .bma-d-ml10 { margin-left: 10px !important; }
    .bma-d-mr10 { margin-right: 10px !important; }
    .bma-d-m10 { margin: 10px !important; }
    .bma-d-mt15 { margin-top: 15px !important; }
    .bma-d-mb15 { margin-bottom: 15px !important; }
    .bma-d-ml15 { margin-left: 15px !important; }
    .bma-d-mr15 { margin-right: 15px !important; }
    .bma-d-m15 { margin: 15px !important; }
    .bma-d-mt20 { margin-top: 20px !important; }
    .bma-d-mb20 { margin-bottom: 20px !important; }
    .bma-d-ml20 { margin-left: 20px !important; }
    .bma-d-mr20 { margin-right: 20px !important; }
    .bma-d-m20 { margin: 20px !important; }
    .bma-d-mt0 { margin-top: 0 !important; }
    .bma-d-mb0 { margin-bottom: 0 !important; }
    .bma-d-ml0 { margin-left: 0 !important; }
    .bma-d-mr0 { margin-right: 0 !important; }
    .bma-d-m0 { margin: 0 !important; }

    /* Padding */
    .bma-d-pt5 { padding-top: 5px !important; }
    .bma-d-pb5 { padding-bottom: 5px !important; }
    .bma-d-pl5 { padding-left: 5px !important; }
    .bma-d-pr5 { padding-right: 5px !important; }
    .bma-d-p5 { padding: 5px !important; }
    .bma-d-pt10 { padding-top: 10px !important; }
    .bma-d-pb10 { padding-bottom: 10px !important; }
    .bma-d-pl10 { padding-left: 10px !important; }
    .bma-d-pr10 { padding-right: 10px !important; }
    .bma-d-p10 { padding: 10px !important; }
    .bma-d-pt15 { padding-top: 15px !important; }
    .bma-d-pb15 { padding-bottom: 15px !important; }
    .bma-d-pl15 { padding-left: 15px !important; }
    .bma-d-pr15 { padding-right: 15px !important; }
    .bma-d-p15 { padding: 15px !important; }
    .bma-d-pt20 { padding-top: 20px !important; }
    .bma-d-pb20 { padding-bottom: 20px !important; }
    .bma-d-pl20 { padding-left: 20px !important; }
    .bma-d-pr20 { padding-right: 20px !important; }
    .bma-d-p20 { padding: 15px !important; }
    .bma-d-pt0 { padding-top: 0 !important; }
    .bma-d-pb0 { padding-bottom: 0 !important; }
    .bma-d-pl0 { padding-left: 0 !important; }
    .bma-d-pr0 { padding-right: 0 !important; }
    .bma-d-p0 { padding: 0 !important; }
}

@media (min-width: 1300px) {
    .table.dataTable.nowrap th, table.dataTable.nowrap td { white-space: pre-wrap; }
}

@media (min-width: 1600px) {
    .bma-login-page { padding: 0 100px; }
}

/* Mobile */
@media (max-width: 1442px) {
    .bma-login-page .bma-login-content { padding-top: 100px; }
    .bma-login-page .bma-footer { bottom: 20px; }
    .nav.nav-tabs.bma-nav-underline .nav-item a.nav-link { padding: 10px; font-size: 12px; }
    .bma-company-paymentindex, .bma-company-creditrating { min-height: 360px; }
    .bma-company-subsidiaries .col-md-7, .bma-company-subsidiaries .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .bma-company-info .bma-company-action a { padding: 6px; font-size: 11px; }
    .bma-company-info .bma-company-action a + a { margin-left: 5px; }
    .bma-company-info .bma-company-action a i { top: 1px; font-size: 14px; }
    .bma-company-info .bma-company-action .btn-group { margin-right: 5px; }
}

@media (max-width: 1398px) {
    .bma-company-info { margin-left: 15px; }
    .bma-company-finance .bma-company-item { padding: 5px; }
    .bma-company-finance .bma-company-item + .bma-company-item { margin-left: 10px; }
}

@media (max-width: 1280px) {
    .bma-login-page .bma-login-content { padding-top: 50px; }
    .bma-login-page .bma-footer img { margin-bottom: 5px; }
    .bma-login-page .bma-login-background { background-size: contain; }
}

@media (max-width: 1200px) {
    .bma-company-info-left { padding-bottom: 10px; }
}

@media (max-width: 1024px) {
    .bma-login-page { align-items: center; flex-direction: column; padding-bottom: 50px; }
    .bma-login-page .bma-login-content { height: auto; min-height: unset; padding: 20px; }
    .bma-login-page .bma-footer { position: relative; top: 20px; bottom: auto; }
    .bma-login-page .bma-login-background { display: none; }
    .bma-company-info { margin-left: 25px; }
}

@media (max-width: 992px) {
    .bma-login-page .bma-login-content { width: 100%; }
    .bma-login-page .bma-login-form, .bma-login-page .bma-login-newuser, .bma-login-page .bma-login-support { margin: 10px 0; }
    .bma-login-page .bma-login-newuser { padding: 20px 0; }
    .bma-login-page .bma-footer { top: auto; bottom: 15px; }
    .btn-block-m { display: block; width: 100%; }
    .bma-form-actions .btn { margin-bottom: 15px; }
    .empty-label { height: auto; }
    .dropdown-menu.show { width: 100%; }
    .bma-sidebar { position: fixed; width: 100%; min-width: 100%; z-index: 12; top: 51px; margin: 0; background: #ffffff; box-shadow: 0 2px 6px rgba(0,0,0,.08); }

    .bma-sidebar ul { max-height: 520px; overflow-y: scroll; -webkit-overflow-scrolling: touch; padding: 10px; }
    .bma-sidebar ul li a { height: 40px; line-height: 40px; color: #ffffff; }
    .bma-sidebar ul li a .bma-nav-label { font-size: 13px; }
    .bma-sidebar .bma-nav-second-level a { height: 40px; line-height: 40px; padding: 0 10px; }
    .bma-sidebar &gt; ul &gt; li.bma-nav-active &gt; a, .bma-nav-second-level &gt; li.bma-nav-active &gt; a { color: #3d5eab; }
    .bma-sidebar .bma-sidebar-header, .btn-bma-sidebar { display: none; }
    .bma-sidebar .bma-footer-ver { position: relative; bottom: inherit; width: 100%; padding: 15px 10px; text-align: left; color: #999fa9; }
    .bma-sidebar-active .badge { display: block; right: 5px; top: 13px; }
    .bma-navbar { position: fixed; z-index: 9; }
    .bma-navbar-header { position: relative; width: 100%; }

    .bma-navbar-header .bma-logo-mobile .bma-navbar-header .bma-logo-mobile {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .bma-navbar-header .bma-logo-mobile img {
        max-height: 38px;
        padding: 0 10px;
    }

    .bma-navbar .bma-btn-text i { display: none; }
    .bma-navbar .bma-navbar-header .bma-navbar-search { position: fixed; top: 51px; left: 0; z-index: 10; width: 100%; height: 55px; margin: 0; padding: 5px 10px; background-color: #ffffff; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
    .bma-navbar .bma-navbar-header .bma-navbar-search .form-control { min-height: 40px; height: 40px; }
    .bma-navbar .bma-navbar-header .bma-navbar-search .mdi { top: 10px; right: 15px; font-size: 20px; }

    /* Icon Flag Start */
    .bma-navbar .bma-lang-selector .icon-flag {
        width: 22px;
        margin-right: 10px;
    }

    .bma-navbar .bma-lang-selector .btn {
        height: 38px;
        padding: 6px;
        border: 1px solid #4679cc;
        background-color: #4679cc;
    }

        .bma-navbar .bma-lang-selector .btn span, .bma-navbar .bma-lang-selector .btn:after {
            display: none;
        }

        .bma-navbar .bma-lang-selector .btn:hover {
            border-color: #4170bb;
            background-color: #4170bb;
        }

        .bma-navbar .bma-lang-selector .btn .icon-flag {
            width: 24px;
            margin-right: 0;
            border: 1px solid #fff;
        }

    .bma-navbar .bma-lang-selector .dropdown-header {
        font-size: 13px;
    }

    .bma-navbar .bma-lang-selector .dropdown-menu a {
        font-size: 14px;
    }
    /* Icon Flag End */

    .nav.nav-pills { -ms-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; max-width: 100vw; }
    .nav.nav-pills .nav-link { white-space: nowrap; }
    .bma-mapstatistics-desktop { display: none; }
    .bma-mapstatistics-mobile { display: block; }
    .bma-compare-input-desktop { display: none; }
    .bma-compare-input-mobile { display: block; }

    .bma-main-content { padding-top: 120px; }
    .bma-page-title { margin: 5px 0 15px; }
    .bma-card { margin-bottom: 10px; }

    .bma-datatable-filter { padding: 0; background-color: transparent; }
    .bma-datatable-filter .col-12m { padding: 0 10px; }
    .bma-datatable-filter-action { padding: 0; }
    .bma-datatable-filter-action .btn { width: 100%; }
    .bma-datatable-info { display: none; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding: 2px 5px; border-radius: 4px; background-color: #ededed; }
    .dataTables_length { display: none; }
    .dataTables_filter { overflow: hidden; }
    .dataTables_filter label { display: block; width: 100%; margin-left: -41px; }
    .dataTables_filter label:after { content: "\f349"; font: normal normal normal 24px/1 "Material Design Icons"; position: absolute; top: 6px; right: 14px; color: #697488; }
    div.dataTables_wrapper div.dataTables_filter input { width: 100%; height: 35px; min-height: 35px; margin: 0; padding: 7px; padding-right: 28px; }
    .table th, .table td { padding: 10px; }
    .table td .btn { width: 100%; margin-top: 10px; padding: 6px; font-size: 12px; }
    .table td .dropdown-toggle { padding: 6px 20px 6px 6px; }
    .dtr-data .bma-fr, .dtr-data .bma-fl { float: none !important; }
    .dtr-details { width: 100%; }
    div.dataTables_wrapper div.dataTables_paginate { margin: 10px auto 0 auto; }
    table.dataTable &gt; tbody &gt; tr.child span.dtr-title { min-width: unset; margin-right: 3px; }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: center; }

    .bma-portfolio-info h4 { font-size: 14px; }
    .bma-portfolio-info .bma-portfolio-item { padding: 10px; }
    .bma-portfolio-item .mdi { display: none; }
    .bma-moduls { grid-template-columns: 1fr 1fr; }
    .bma-additem-marketing { margin-top: 10px; }
    .bma-additem-marketing .list-group .list-group-item { min-height: 36px; }

    .bma-company-info-left, .bma-company-info-right { -ms-flex-direction: column; flex-direction: column; }
    .bma-semaphore { -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex-direction: initial; flex-direction: initial;  margin-bottom: 10px; }
    .bma-semaphore span + span { margin-top: 0; margin-left: 5px; }
    .bma-company-info { margin-left: 0; padding: 0; }
    .bma-company-info .bma-company-legally { margin: 15px 0; }
    .bma-company-info .bma-company-legally span { width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .bma-company-info .bma-company-action { -ms-flex-direction: column; flex-direction: column; }
    .bma-company-info .bma-company-action a { width: 100%; padding: 8px 10px; font-size: 12px; }
    .bma-company-info .bma-company-action a + a { margin-left: 0; margin-top: 10px; }
    .bma-company-info .bma-company-action a i { top: 1px; font-size: 16px; }
    .bma-company-info .bma-company-action .btn-group { margin-right: 0; margin-bottom: 10px; }
    .bma-company-finance { -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .bma-company-finance .bma-company-item { -ms-flex: 0 49%; flex: 0 49%; margin-top: 10px; }
    .bma-company-finance .bma-company-item + .bma-company-item { margin-left: 0; }

    .bma-breakingnews { margin-top: 0; margin-bottom: 15px; font-size: 11px; }
     
    /* Grid */
    .row-m { margin-right: -5px; margin-left: -5px; }
    .col-12m { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width: 50%; padding: 0 5px; }

    /* Alignment */
    .bma-m-ac { text-align: center !important; }
    .bma-m-al { text-align: left !important; }
    .bma-m-ar { text-align: right !important; }
    .bma-m-lowcase { text-transform: lowercase !important; }
    .bma-m-upcase { text-transform: uppercase !important; }

     /* Margin */
    .bma-m-mt5 { margin-top: 5px !important; }
    .bma-m-mb5 { margin-bottom: 5px !important; }
    .bma-m-ml5 { margin-left: 5px !important; }
    .bma-m-mr5 { margin-right: 5px !important; }
    .bma-m-m5 { margin: 5px !important; }
    .bma-m-mt10 { margin-top: 10px !important; }
    .bma-m-mb10 { margin-bottom: 10px !important; }
    .bma-m-ml10 { margin-left: 10px !important; }
    .bma-m-mr10 { margin-right: 10px !important; }
    .bma-m-m10 { margin: 10px !important; }
    .bma-m-mt15 { margin-top: 15px !important; }
    .bma-m-mb15 { margin-bottom: 15px !important; }
    .bma-m-ml15 { margin-left: 15px !important; }
    .bma-m-mr15 { margin-right: 15px !important; }
    .bma-m-m15 { margin: 15px !important; }
    .bma-m-mt20 { margin-top: 20px !important; }
    .bma-m-mb20 { margin-bottom: 20px !important; }
    .bma-m-ml20 { margin-left: 20px !important; }
    .bma-m-mr20 { margin-right: 20px !important; }
    .bma-m-m20 { margin: 20px !important; }
    .bma-m-mt0 { margin-top: 0 !important; }
    .bma-m-mb0 { margin-bottom: 0 !important; }
    .bma-m-ml0 { margin-left: 0 !important; }
    .bma-m-mr0 { margin-right: 0 !important; }
    .bma-m-m0 { margin: 0 !important; }

    /* Padding */
    .bma-m-pt5 { padding-top: 5px !important; }
    .bma-m-pb5 { padding-bottom: 5px !important; }
    .bma-m-pl5 { padding-left: 5px !important; }
    .bma-m-pr5 { padding-right: 5px !important; }
    .bma-m-p5 { padding: 5px !important; }
    .bma-m-pt10 { padding-top: 10px !important; }
    .bma-m-pb10 { padding-bottom: 10px !important; }
    .bma-m-pl10 { padding-left: 10px !important; }
    .bma-m-pr10 { padding-right: 10px !important; }
    .bma-m-p10 { padding: 10px !important; }
    .bma-m-pt15 { padding-top: 15px !important; }
    .bma-m-pb15 { padding-bottom: 15px !important; }
    .bma-m-pl15 { padding-left: 15px !important; }
    .bma-m-pr15 { padding-right: 15px !important; }
    .bma-m-p15 { padding: 15px !important; }
    .bma-m-pt20 { padding-top: 20px !important; }
    .bma-m-pb20 { padding-bottom: 20px !important; }
    .bma-m-pl20 { padding-left: 20px !important; }
    .bma-m-pr20 { padding-right: 20px !important; }
    .bma-m-p20 { padding: 15px !important; }
    .bma-m-pt0 { padding-top: 0 !important; }
    .bma-m-pb0 { padding-bottom: 0 !important; }
    .bma-m-pl0 { padding-left: 0 !important; }
    .bma-m-pr0 { padding-right: 0 !important; }
    .bma-m-p0 { padding: 0 !important; }
}

@media (max-width: 768px) {
    .form-control, .input-group .input-group-text { min-height: 36px; height: 36px; }
    .btn { padding: 8px 10px; }
    /*.bma-navbar-header .bma-logo-mobile img { width: 30%; }*/
    .bma-navbar-header .bma-logo-mobile .bma-navbar-header .bma-logo-mobile {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .bma-navbar-header .bma-logo-mobile img {
        max-height: 38px;
        padding: 0 10px;
    }
    
    .bma-datatable-menu .nav.nav-tabs.bma-nav-underline .nav-item { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; flex: 0 0 100%; text-align: left; font-size: 13px; }
    

    /* Alignment */
    .bma-xm-ac { text-align: center !important; }
    .bma-xm-al { text-align: left !important; }
    .bma-xm-ar { text-align: right !important; }
    .bma-xm-lowcase { text-transform: lowercase !important; }
    .bma-xm-upcase { text-transform: uppercase !important; }

    /* Margin */
    .bma-xm-mt5 { margin-top: 5px !important; }
    .bma-xm-mb5 { margin-bottom: 5px !important; }
    .bma-xm-ml5 { margin-left: 5px !important; }
    .bma-xm-mr5 { margin-right: 5px !important; }
    .bma-xm-m5 { margin: 5px !important; }
    .bma-xm-mt10 { margin-top: 10px !important; }
    .bma-xm-mb10 { margin-bottom: 10px !important; }
    .bma-xm-ml10 { margin-left: 10px !important; }
    .bma-xm-mr10 { margin-right: 10px !important; }
    .bma-xm-m10 { margin: 10px !important; }
    .bma-xm-mt15 { margin-top: 15px !important; }
    .bma-xm-mb15 { margin-bottom: 15px !important; }
    .bma-xm-ml15 { margin-left: 15px !important; }
    .bma-xm-mr15 { margin-right: 15px !important; }
    .bma-xm-m15 { margin: 15px !important; }
    .bma-xm-mt20 { margin-top: 20px !important; }
    .bma-xm-mb20 { margin-bottom: 20px !important; }
    .bma-xm-ml20 { margin-left: 20px !important; }
    .bma-xm-mr20 { margin-right: 20px !important; }
    .bma-xm-m20 { margin: 20px !important; }
    .bma-xm-mt0 { margin-top: 0 !important; }
    .bma-xm-mb0 { margin-bottom: 0 !important; }
    .bma-xm-ml0 { margin-left: 0 !important; }
    .bma-xm-mr0 { margin-right: 0 !important; }
    .bma-xm-m0 { margin: 0 !important; }

    /* Padding */
    .bma-xm-pt5 { padding-top: 5px !important; }
    .bma-xm-pb5 { padding-bottom: 5px !important; }
    .bma-xm-pl5 { padding-left: 5px !important; }
    .bma-xm-pr5 { padding-right: 5px !important; }
    .bma-xm-p5 { padding: 5px !important; }
    .bma-xm-pt10 { padding-top: 10px !important; }
    .bma-xm-pb10 { padding-bottom: 10px !important; }
    .bma-xm-pl10 { padding-left: 10px !important; }
    .bma-xm-pr10 { padding-right: 10px !important; }
    .bma-xm-p10 { padding: 10px !important; }
    .bma-xm-pt15 { padding-top: 15px !important; }
    .bma-xm-pb15 { padding-bottom: 15px !important; }
    .bma-xm-pl15 { padding-left: 15px !important; }
    .bma-xm-pr15 { padding-right: 15px !important; }
    .bma-xm-p15 { padding: 15px !important; }
    .bma-xm-pt20 { padding-top: 20px !important; }
    .bma-xm-pb20 { padding-bottom: 20px !important; }
    .bma-xm-pl20 { padding-left: 20px !important; }
    .bma-xm-pr20 { padding-right: 20px !important; }
    .bma-xm-p20 { padding: 15px !important; }
    .bma-xm-pt0 { padding-top: 0 !important; }
    .bma-xm-pb0 { padding-bottom: 0 !important; }
    .bma-xm-pl0 { padding-left: 0 !important; }
    .bma-xm-pr0 { padding-right: 0 !important; }
    .bma-xm-p0 { padding: 0 !important; }
}

@media (max-width: 600px) {
    /*.bma-navbar-header .bma-logo-mobile img { width: 40%; }*/
    .nav-tabs .nav-item { width: 100%; border: 1px solid #dee2e6; border-radius: 0; }
    .nav-tabs .nav-link { padding: 8px; border-radius: 0; font-size: 14px; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: transparent; background-color: #e9ecef; }
    .bma-total-widget .card-body { padding: 10px; }
    .bma-total-widget .card-body:not(.bma-totalmicro-widget .card-body) { min-height: 80px; }
    .bma-portfolio-info { -ms-flex-direction: column; flex-direction: column; }
    .bma-portfolio-info .bma-portfolio-item + .bma-portfolio-item { border-left: none; border-top: 1px solid #ededed; }
    .bma-moduls { grid-template-columns: 1fr; }
    .bma-company-solvency .bma-company-solvency-item { flex: 0 0 100%; padding: 5px 0; }
    .bma-company-solvency .bma-company-solvency-item:nth-child(1), .bma-company-solvency .bma-company-solvency-item:nth-child(4) { margin: 0; border: none; }
    .bma-company-solvency .bma-company-solvency-wrap { height: 80px; }
    .bma-company-creditrating, .bma-company-creditrating .bma-company-creditinfo-items { -ms-flex-direction: column; flex-direction: column; text-align: center; }
    .bma-company-creditrating .bma-company-creditinfo-items { padding: 10px; }
}

@media (max-width: 480px) {
    /*.bma-navbar-header .bma-logo-mobile img { width: 50%; }*/
    .bma-footer p { font-size: 9px; }
    .bm-403-content { margin-top: 23%; }
    .bm-403:after { font-size: 11.25em; }
    .bm-404:after { font-size: 180px; }
    .bm-500-content { margin-top: 23%; }
    .bm-500:after { font-size: 11.25em; }
}

@media (max-width: 320px) {
    .bma-login-page .bma-login-content { padding: 20px 10px; }
}

@media (max-width: 480px) {
    .bma-navbar-header .bma-logo-mobile img {
        max-height: 30px;
        margin-top: 5px;
    }

    .bma-footer p {
        font-size: 9px;
    }

    .bm-404:after {
        font-size: 180px;
    }
}

@media (max-width: 357px) {
    .bma-navbar-header .bma-logo-mobile img {
        max-height: 25px;
        margin-top: 8px;
    }
}

@media (max-width: 320px) {
    .bma-login-page .bma-login-content {
        padding: 20px 10px;
    }

    .bma-navbar-header .bma-logo-mobile img {
        max-height: 20px;
        margin-top: 8px;
    }
}

/* ---------------------------
    ALERTS
------------------------------ */
.alert-container {
    width: 100%;
}

.alert-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    color: #333;
    padding: 1em;
    margin: 1em;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #b7e1cf;
    color: #3c763d;
}

    .alert-success &gt; h4 {
        color: green;
    }

.alert-fail {
    background-color: #fce9e9;
    border-color: #e7baed;
    color: #a94442;
}

    .alert-fail &gt; h4 {
        color: crimson;
    }

.bm-alert-container {
    position: relative;
    display: flex;
    flex-direction: row;
    
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.bm-alert-container-padding {
    padding: 0.75rem 1.25rem;
}

.bm-alert-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.bm-alert-txt-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    padding: 0.75rem 1.25rem;
    padding-right: 5rem;
}

.txt-upper {
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .bm-alert-txt-container {
        padding-right: 2rem;
    }
}

.bm-alert-info {
    color: white;
    background-color: #345f96;
}

.bm-alert-pale-red {
    color: #bf1e2e;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    font-weight: bold !important;
}

.bm-alert-danger-reb-btn {
    color: white;
    background-color: #dc3545;
    border: 0;
}

.h-percentage-item {
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
    color: #3D5EAB;
}

/* Payments */
.bm-offer-content .bm-contact-form {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.bm-contact-form label i, .bm-contact-form .bm-contact-form-msn i {
    margin: 0 5px;
    font-style: normal;
    color: #ed125f;
}

.bm-pay-report-image-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    padding-bottom: 0;
}

.bm-pay-report-image-icon {
    display: flex;
    width: 15.5rem;
    padding: 1rem;
    padding-bottom: 0;
}

.bm-pay-lbl-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

    .bm-pay-lbl-row &gt; .lbl-txt {
        display: flex;
        min-height: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #3d5eab;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

    .bm-pay-lbl-row &gt; .lbl-info {
        display: flex;
        color: gray !important;
        font-style: italic;
        font-size: 10px;
        font-weight: 100 !important;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

.prevzemiPodaciFontSize {
    font-size : 12px !important;
    display : flex;
    align-items : center;
    justify-content : center;
}

@media (max-width: 1300px) and (min-width : 1100px) {
    .prevzemiPodaciFontSize {
        font-size: 10px !important;
    }
}

@media (max-width: 1100px) and (min-width : 990px) {
    .prevzemiPodaciFontSize {
        font-size: 9px !important;
    }
}</pre></body></html>