html, body{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    font-size: 14px;
}
.sidebar-dark-primary {
    /* background-image: url("/images/sidebar-1.jpg"); */
    background-repeat: no-repeat;
    background-position: 90% 0;
    background-size: cover;
    background-color: #13262e;
}
.sidebar-dark-primary .sidebar a {
    color: #fff;
}

.sidebar-dark-primary .menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13262e;
    /* background-color:rgb(18, 38, 46, 0.3); */
    opacity: 0.8;
}
#map {
    height: 400px;
    width: 100%;
}
table.jtable {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1f36;
    margin-bottom: 2em;

}
table.jtable i {
    font-size: 14px;
}
table.jtable tr:hover {
    background-color: #fbfcff;
}


table.jtable td {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    font-weight: 300;
    color: #1a1f36;
}
table.jtable tr.pagination td {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    font-weight: 300;
    color: #330044;
}
table.jtable td a {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    font-weight: 500;
    color: #1a1f36;

}
table.jtable th {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 200;

}
table.jtable td > * {
    vertical-align : middle;
}

table.jtable td .btn-info, table.jtable td .btn-primary {
    color:#fff;
}

.noborders td, .noborders th {
    border-top: 0px solid #dee2e6;
  }

.btn-informital {
    color: #fff;
    background-color: #ac0a51;
    border-color: #ac0a51;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
}

.help-block {
    font-size:11px;
    font-weight:200;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block;
    }
}

@media (min-width: 979px) {
    div.dropdown button:hover > div.dropdown-menu.show {
      display: block;
    }
}
h1, h2 {
    color: #13262e;
}
h3 {
    color: #ac0a51;
}
h4 {
    color: #ac0a51;
}

.warning {
    color:rgb(255, 193, 7);
}

.info {
    color:#156bbd;
}

.go, .text-go, .text-success, .green {
    color: #ac0a51;
}

.danger {
    color:#f5081c;
}

.bg-lilac {
    background-color: #dddcfb;
}

.bg-teal {
    background-color: #c9e9e8;
}

div.pagination-links {

}
div.pagination-info {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 200;
}



.breadcrumb {
    list-style: none;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    top: -4px;
    border: 1px solid #f9f9f9;
    font-size: 12px;
    padding: 4px 15px 4px 10px;
    margin-bottom: 0;
    float: left;
    margin-top: 11px;
    line-height: 24px;
}
.breadcrumb > .active, .breadcrumb > li {
    font-weight: 400;
}
.breadcrumb > .active {
    color: #58595f;
    line-height: 24px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    font-family:'Font Awesome 5 Free';
    content:"\f054";
    position:relative;
    top:0px;
    color: #b1b2b8;
    margin:3px
}
.breadcrumb a {
    color: #ad0a50;
    font-weight: 400;

}
.breadcrumb > .active, .breadcrumb > li {

    font-weight: 400;

}
.breadcrumb li {
    color: #ad0a50;
    cursor: pointer;
    font-weight: 700;
}
.breadcrumb > li {
    display: inline-block;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ad0a50;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link.active {
    background-color: #ad0a50;
}

figure.fixedratio {
    padding-top: 56.25%;

    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}

figure {
    margin: 0 0 1rem;
}


@media all and (min-width: 992px) {

	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:80%; padding:20px;  }

}

.off-canvas-sidebar .footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    z-index: 1000;
}
.sidebar[data-color="rose"] li.active > a {
    background-color: #ab1051;
}
.sidebar-background {
    background-image: url("/assets/img/sidebar-1.jpg");
    background-color: #212121;
}

