@font-face {
    font-family: Museo Sans;
    src: url(../fonts/MuseoSans_300.otf);
    font-weight: 400;
}

@font-face {
    font-family: Museo Sans;
    src: url(../fonts/MuseoSans_700.otf);
    font-weight: 500;
}

@font-face {
    font-family: Museo Sans;
    src: url(../fonts/MuseoSans_700.otf);
    font-weight: 700;
}

@font-face {
    font-family: Museo Sans;
    src: url(../fonts/MuseoSans_900.otf);
    font-weight: 900;
}

@font-face {
    font-family: Museo Sans 900;
    src: url(../fonts/MuseoSans_900.otf);
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-top:80px;
    font-family: 'Museo Sans', Arial;
    background-color:#f2f0f0;
}

.text-pedms-bolder {
    font-family: 'Museo Sans 900', Arial;
}

.highlight-main{
    min-height:275px;
}

.highlight-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 10px #000000;
    font-weight: 900;
}

.image-highlight:after
{
    display:block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index:10;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img-bg {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0,0,0,0.6) 100%);
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.modal-dialog {
    pointer-events: all;
}

.rounded-4 {
    border-radius:15px !important;
}

.rounded-left-4 {
    border-radius: 15px 0px 0px 15px;
}

a:hover{
    color:#793F98;
}

.pedms-bg-primary{
    background-color:#00A19C;
    color:white;
}

.pedms-bg-secondary {
    background-color: #793F98;
    color:white;
}

.pedms-bg-tertiary {
    background-color: #fdb924;
}

.pedms-bg-blue{
    background-color:rgba(32,65,154,1);
}

.pedms-bg-gradient {
    background-image: linear-gradient(90deg, rgba(0,161,156,1) 23%, rgba(121,63,152,1) 70%, rgba(121,63,152,1) 80%, rgba(32,65,154,1) 100%);
}

.pedms-bg-gradient-3 {
    background-image: linear-gradient(45deg, rgba(212,232,231,1) 50%, rgba(83,200,197,1) 100%);
}

.pedms-card {
    border: none;
    border-radius: 10px;
}

.header-pills-gradient {
    padding: 10px 25px 10px 25px;
    background: linear-gradient(90deg, rgba(0,161,156,1) 15%, rgba(118,63,152,1) 85%);
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.pedms-card-border{
    border-radius: 15px;
    border: 1px solid #00A19C;
}

.pedms-card-contact {
    border-radius: 15px;
    border: 1px solid #cecece;
}

.pedms-card:hover {
    color: white;
    background-color: #00A19C;
}

.pedms-card:hover > .card-body > a > p {
    color: white !important;
    font-weight:normal;
}

.pedms-card:hover > .card-body > div > div > h5 {
    color: white !important;
}

.pedms-card:hover > .card-body > a > h5 {
    color: white !important;
}

.pedms-card-video{
    border-radius: 15px;
    cursor:pointer;
    border:none;

}

.pedms-card-video > .card-img-top {
    border-radius: 15px;
}

.pedms-card-video:hover {
    background-color:azure;
}

.thumb-post img {
    object-fit:fill;
    object-position: center; /* Center the image within the element */
    height: 250px;
    margin-bottom: 1rem;
}


.pedms-model-card {
    border: 2px solid #00A19C;
    border-radius: 10px;
}

.pedms-model-card:hover {
    border: 2px solid #793F98;
    border-radius: 10px;
}

.pedms-img-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.highlight-side {
    min-height:140px;
}

.card-model {
    min-height: 200px !important;
}

.pedms-btn-primary {
    background-color: #00A19C;
    border:2px solid #00A19C;
    color:white;
    border-radius:30px 30px;
    padding: 5px 15px;
}

.pedms-btn-primary:hover {
    background-color: #793F98 !important;
    border:2px solid #793F98;
    color:white !important;
}

.pedms-btn-primary.active{
    background-color:#793F98;
}

.pedms-btn-secondary {
    background-color: #793F98;
    color: white;
}

.pedms-btn-primary-outline {
    background-color: white;
    color: black;
    border: 2px solid #00A19C;
    border-radius: 30px 30px;
    padding: 5px 15px;
}

.pedms-btn-primary-outline.disabled {
    background-color: #cecece;
    color: black;
    border: 2px solid #00A19C;
}

.pedms-btn-secondary-outline {
    background-color: white;
    color: #793F98;
    border: 2px solid #793F98;
    border-radius: 30px 30px;
    padding: 10px 25px;
}

.pedms-btn-secondary.active {
    background-color: #00A19C;
}

.pedms-btn-tertiary {
    background-color: #fdb924;
    color: white;
}

.pedms-btn-grey {
    background-color: #cecece;
    color:black;
}

.pedms-btn-grey.active {
    background-color: #00A19C;
    color: white;
}

.pedms-btn-primary:hover {
    background-color: #00A19C;
    opacity: 0.8;
    color: white;
}

.pedms-btn-secondary:hover {
    background-color: #793F98;
    opacity: 0.8;
    color: white;
}

.pedms-btn-tertiary:hover {
    background-color: #fdb924;
    opacity:0.8;
    color: white;
}

.pedms-text-primary {
    color: #00A19C;
}

.pedms-text-secondary {
    color: #793F98;
}

.pedms-text-tertiary {
    color: rgba(32,65,154,1);
}

.pedms-text-danger {
    color: #d40b0b;
}

.pedms-text-secondary {
    color: #793F98;
}

.pedms-text-bolder{
    font-weight: 900;
}

.pedms-card{
    border:0px;
}

.pedms-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.pedms-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    font-size:12px;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.pedms-tooltip:hover .tooltiptext {
    visibility: visible;
}

.web-like {
    z-index: 999 !important;
    position: relative;
}

.pedms-navbar{
    padding-left:30px;
    padding-right:30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    scroll-padding-left:20px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    opacity:0.9;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.border-left-tertiary{
    border-left:5px solid #fdb924;
}

.border-left-primary {
    border-left: 5px solid #00A19C;
}

.border-left-secondary {
    border-left: 5px solid #793F98;
}

.titleGuideline {
    width: 70px;
    height: 5px;
    background: #4aa69d;
    border-radius: 20px;
    margin: 5px 0 20px;
}

.nav-item{
    margin:5px;
}

.nav-pills .nav-link {
    background: 0;
    border: 1px #00A19C solid;
    border-radius: 25px;
    color: #00A19C;
    background-color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00A19C;
}

.nav-underline > .nav-link {
    color: #757575;
    border-bottom: 4px solid #cecece;
    min-width:200px;
    text-align:center;
    font-weight:bold;
}

.nav-underline > .nav-link.active {
    color: #00A19C;
    border-bottom: 4px solid #00A19C;
}

.navbar-pedms-bg {
    background-image: linear-gradient(to right, #00A19C, #793F98);
}

.pedms-nav{
    color:gray;
    border-bottom:3px solid transparent;
    font-weight:bold;
}


.pedms-nav:hover {
    color: #793F98;
}

.pedms-nav.active {
    color: #00A19C;
    border-bottom: 3px solid #00A19C;
}

.active > .badge-pedms{
    color:black !important;
    font-weight:bold;
    background-color:white;
}

.badge-pedms {
    color: white !important;
    font-weight: bold;
    background-color: #00A19C;
}

.pedms-bg-info {
    background-color: #793F98;
}

.pedms-bg-maintainence {
    background-color: #fdb924;
}

.pedms-bg-release {
    background-color: #00A19C;
    color:white !important;
}

.pedms-bg-gradient-1 {
    background: rgb(32,65,154);
    background: linear-gradient(90deg, rgba(32,65,154,1) 52%, rgba(0,161,156,1) 100%, rgba(32,65,154,1) 100%, rgba(121,63,152,1) 100%);
}

.pedms-bg-gradient-1 {
    background: rgb(32,65,154);
    background: linear-gradient(90deg, rgba(32,65,154,1) 52%, rgba(0,161,156,1) 100%, rgba(32,65,154,1) 100%, rgba(121,63,152,1) 100%);
    color: white !important;
}

.pedms-bg-gradient-2 {
    background: rgb(0,161,156);
    background: linear-gradient(90deg, rgba(0,161,156,1) 0%, rgba(32,65,154,1) 100%, rgba(32,65,154,1) 100%, rgba(121,63,152,1) 100%);
    color: white !important;
}

.fill img {
    object-fit: contain;
    width: 100%;
    height: 500px;
}

.card-title{
    color:#00A19C;
}

.card-text{
   color:black;
}

.card-bg {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 450px;
    background-position: center center;
    /*box-shadow: inset 0 0 0 2000px rgba(118, 63, 152, 0.7);*/
}

.card-bg:hover {
    background-repeat: no-repeat;
    background-size: auto 460px;
    background-position: center center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
    /*box-shadow: inset 0 0 0 2000px rgba(0, 177, 169, 0.8);*/
    /*box-shadow: inset 0 0 0 2000px rgba(118, 63, 152, 0.7);*/
}

.card-link{
    border:1px solid #00A19C;
}

.card-link > .card-body:hover > h5,
.card-link > .card-body:hover > a > h5,
.card-link > .card-body:hover > h6,
.card-link > .card-body:hover > a > h6,
.card-link > .card-body:hover > a > p,
.card-link > .card-body:hover > p,
.card-link > .card-body:hover {
    color: white !important;
    background-color: #00A19C;
}

.img-profile {
    height: 150px !important;
    width: 150px !important;
}

.material-icons {
    display: inline-flex;
    vertical-align: top;
}

.carousel-control-next, .carousel-control-prev{
    width:5%;
    color:#00A19C;
}

.carousel-indicators [data-bs-target] {
    background-color: #4aa69d;
}

.carousel-indicators .active {
    background-color:#00A19C;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #00A19C !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color:;
    border: 0;
    border-left: 3px solid white;
}

a.dropdown-item:hover {
    color: white !important;
    background: linear-gradient(90deg, rgba(0,161,156,1) 15%, rgba(118,63,152,1) 85%);
    border-left: 3px solid #793F98;
}

.alert-pedms{
    background-color:#00A19C;
    color:white;
}

.highlights {
    
}

.news {
    height: 250px;
    background-color: #4aa69d;
    border-radius: 20px;
}

.highlight {
    height: 500px; /* = 2 * col-md-3 + padding-top */
    background-color:#793F98;
    border-radius:30px

}

.highlight > div > h4, .news> div > h6 {
    color:white;
}

.news > div > h4, .news > div > h6 {
    color: white;
}

.highlight.img-fill {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.news.img-fill {
    background-repeat: no-repeat;
    background-size: auto 250px;
    background-position: center center;
    border: 3px solid white;
}

.highlight.img-fill:hover {
    background-size: auto 520px;
}

.news.img-fill:hover {
    background-size: auto 270px;
}

.card-grid {
    height: 200px;
    border-radius: 10px;
    border: none;
    background-position: center center;
    background-size: cover;
}

.card-grid-lg {
    height: 425px;
    border-radius: 10px;
    border: none;
    background-position: center center;
    background-size: cover;
}

.blog-title {
    padding:15px 30px;
}

.blog-title > a > h4 {
    line-height: 35px;
}

.blog-title > a > h6 {
    line-height: 23px;
}

.list-group-item-action {
    background-color: white;
    border: 1px solid #00A19C !important;
    border-radius: 15px !important;
}

.chart-container{
    height:40vh;
}

.size-20 {
    font-variation-settings: 'OPSZ' 20;
}

.modal-content {
    border:0px !important;
}

.fs-7 {
    font-size: 14px;
}

.fs-8{
    font-size:12px;
}

.box-shadow{
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4)
}

.box-shadow:hover {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}

.text-shadow {
    text-shadow: 1px 2px 5px #000000;
}

.badge-pedms{
    padding:5px 10px;
    color:white;
    border-radius:15px;
    font-size:12px;
    display:inline-block;
    margin-left:10px;
}
/*SVG Map*/
#SVGContainer {
    background: #27374D;
    border-radius: 10px;
    position: relative;
    background-image: url('../images/bg-map-pattern.png' );
    background-size: 1000px auto;
    background-repeat: repeat;
    height: calc(60vh - 0px);
    width: 100%;
}

#controls {
    position: absolute;
    top: 10px;
    left: 10px;
}

.badge-cat-1 {
    background-color: #00A19C;
    color: white;
}

.badge-cat-2 {
    background-color: #793F98;
    color: white;
}

.badge-cat-3 {
    background-color: rgba(32,65,154,1);
    color: white;
}

.badge-cat-4 {
    background-color: #FFCE64;
    color: #000000;
}

.badge-cat-5 {
    background-color: #e5edf5;
    color: #394655;
}

.badge-cat-6 {
    background-color: #bee2fe;
    color: #00488f;
}

.badge-cat-7 {
    background-color: #EBFF77;
    color: black;
}

.PEDMS-Map {
    fill: #00A19C;
    fill-opacity: 1;
    stroke: #27374D;
    stroke-width: 0.5;
    cursor: pointer;
}

.PEDMS-link-map:hover {
    fill-opacity: 1;
    stroke-width: 1;
    color: #00A19C;
    font-weight: bold;
    cursor: pointer;
    background:#00A19C !important;
}

.PEDMS-link:hover {
    fill-opacity: 1;
    stroke-width: 1;
    color: white;
    font-weight: bold;
    cursor: pointer;
    z-index:999;
}

.PEDMS-link > circle {
    stroke-width: 0.3;
    stroke: white;
    color: white;
}

.PEDMS-link:hover > circle {
    stroke-width: 0.5;
    color: white;
    cursor: pointer;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

.PEDMS-link > text {
    color: white;
    fill: white;
    font-size: 2.2px;
}

.PEDMS-link:hover > text {
    stroke-width: 1;
    color: white;
    fill:white;
    cursor:pointer;
}

@keyframes pulse {
    0% {
        stroke-opacity: 0
    }

    100% {
        stroke-opacity: 1
    }
}

.PEDMS-1 {
    fill: #763f98;
}

.PEDMS-2 {
    fill: #20419A;
}

.PEDMS-3 {
    fill: #FDB924;
}

.PEDMS-4 {
    fill: #BFD730;
}

.PEDMS-5 {
    fill: brown;
}

/*Accordion*/
.accordion-button:not(.collapsed) {
    color: #00A19C;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button.collapsed {
    color: #00A19C;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    color: #00A19C;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300A19C'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-primary-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

.accordion-primary-button:not(.collapsed) {
    color: white;
    background-color: #00A19C;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-primary-button.collapsed {
    color: white;
    background-color: #00A19C;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.table-pedms > thead > tr > th{
    background-color:#00A19C;
    color:white;
}

.table-pedms {
    margin-top: 10px !important;
}

a.paginate_button.current{
    background-color:#00A19C;
    border:none !important;
    color:white !important;
}

.dataTables_filter{
    margin:10px !important;
}

.buttons-excel{
    background-color:#00A19C;
    color:white;
    border:none;
    padding:5px 10px;
    border-radius:5px;
}

.tree__container, #from_tree__container__step__card__first, .tree__container__branch {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tree__container__step__card {
    text-align: center;
    margin: 20px;
}

    .tree__container__step__card p {
        padding: 10px;
        box-shadow: 0 0 4px 1px rgba(121, 121, 121, 0.3);
        border-radius: 4px;
        text-align: center;
        width: 150px;
        display: inline-block;
        margin: 0 !important;
    }

#tree__svg-container {
    z-index: -1;
    position: absolute;
}

.tree__container__step {
    flex: 1 1 0px;
    width: auto;
    padding: 0;
}

.tree__container__step__card__p {
    cursor: pointer;
    transition: transform .2s ease;
}

.dataTables_wrapper .dataTables_filter input{
    background-color:white;
}

.table.dataTable tbody th, table.dataTable tbody td{
    background-color:white;
}