/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}*/

body {
    /*font-family: Roboto !important;*/
    /*background: url("../img/mercarius_bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: white !important;
    color: #0D0B16 !important;
}

a {
    color: #0D0B16 !important;
}

.text-muted {
    color: #0D0B16 !important;
}

.card {
    border-radius: 20px;
}

.sidebar {
    border-right: solid 1px #EBEBEB !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.settings-footer {
    border-top: solid 1px #e2e8ee;
}
.offcanvas .select2 {
    /*width:100% !important;*/
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top:-3px !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px !important;
}
#offcanvasTorzsAdatDataTableRendezes .offcanvas-body {
    margin:0 !important;
    padding-left:20px !important;
    padding-right:20px !important;
    padding-bottom:20px !important;
    padding-top:20px !important;
}
.sortable-ghost {
    opacity: .5;
    background: #EBEBEB;
}

.dataTables_info, .dataTables_paginate {
    padding-top: 15px !important;
}

.upload-demo .upload-demo-wrap,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo-wrap {
    width: 300px;
    height: 300px;
    margin: 15px 0 50px 0;
}

.upload-msg {
    text-align: center;
    padding: 110px 50px 50px 50px;
    font-size: 22px;
    color: #aaa;
    background: #f6f6f6;
    width: 300px;
    height: 300px;
    margin: 15px 0 -10px 0;
    border: 1px solid #aaa;
}

.chart-action {
    transition: background .25s,border-color .25s;
    background: rgba(40,44,52,.05);
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 6px;
    color: #3080d0;
    text-decoration: none !important;
    display: inline-block;
    font-size: .8rem;
    padding: 8px 16px;
    margin: 0 8px 8px 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chart-action:hover {
    background: rgba(48,128,208,.15);
    border-color: rgba(48,128,208,.2);
    color: #3080d0;
}

.theme-default-content:not(.custom) a:hover {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label {
    z-index: unset !important;
}

.popover {
    z-index:1050 !important;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.8);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.spinnerText {
    color: white;
    margin-top: 10px;
    font-size: 16px;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

.navbar {
    background: url("../img/HEADER.png") no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 129px !important;
}

#footerbg {
    height: 115px !important;
    background: url("../img/FOOTER.png") no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 23px;
}

.navbar img {
    margin-left: 10px;
}

.navbar,.main {
    background-color: white !important;
    box-shadow:none;
}
footer.footer {
    border-top: none !important;
    background-color: white !important;
}

.btn-secondary {
    border-radius: 20px;
}

.form-control {
    border-radius: 20px;
    color: #0D0B16 !important;
}

.btn-sample {
    color: #000000;
    background-color: #D7B46A;
    border-color: #000000;
    font-weight: bold;
    border-radius: 20px;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #000000;
    background-color: #D4C7AC;
    border-color: #000000;
    font-weight: bold;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
    background-color: #D7B46A;
    border-color: #000000;
}

.btn-sample .badge {
    color: #D7B46A;
    background-color: #000000;
}

.select2-container--bootstrap4 .select2-selection--single, .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    border-radius: 20px !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #D7B46A !important;
    color: #000000 !important;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background-color: #D4C7AC !important;
    color: #000000 !important;
}