﻿html,
body {
    height: 100%;
    margin: 0;
    font-family: "Open Sans";
}

.custom-header {
    background-image: url("../img/PMB.png");
    background-size: 100%;
    background-repeat: repeat-x;
    /* background-position: top right; */
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 100px;
    font-size: 16px;
}

.custom-brand-img {
    width: 250px;
    height: auto;
}

.custom-card {
    border-color: #045134;
}

.custom-card > .card-header {
    background-color: #045134;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin-bottom: 18px;
    border-radius: 0%;
}

.custom-card > .card-header:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../svg/path.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    height: 19px;
    width: 100%;
    bottom: -19px;
    left: 0;
}

.custom-wrapper {
    min-height: 100vh;
    padding-bottom: 20px;
}

.custom-footer {
    height: 14px;
    width: 100%;
    background-image: url("../svg/footer.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.k-grid-norecords-template {
    width: 100%;
    margin: 0;
    border: none;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.col-sm-4 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    grid-gap: 10px;
    font-size: 12px;
    text-align: center;
}

.login-container {
    height: auto;
    background-image: url("../img/bg-login-pmb.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.welcome-section {
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: black;
    margin-top: 10px;
    transform: translateY(-50%);
}

.welcome-section .welcome-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: black important!;
}

.welcome-section .welcome-subtitle {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.login-form {
    width: 80%;
    margin: 0 auto;
    color: black;
}

.login-input {
    opacity: 0.7;
    font-weight: bold;
    box-shadow: none;
    border: 1px solid #fff;
}

.login-input:focus {
    border: 1px solid #fff;
    box-shadow: none;
    box-shadow: 5px 5px 14px 1px rgba(00, 00, 00, 0.2);
}

.custom-btn-primary {
    background-color: #009945;
    color: #fff;
    border: 1px solid #009945;
    font-weight: bold;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    box-shadow: 5px 5px 14px 1px rgba(00, 00, 00, 0.2);
    outline: none;
    cursor: pointer;
}

.custom-btn-primary:focus {
    outline: none;
}

.custom-dropdown-menu {
    top: 125%;
}

.upload-container {
    width: 12.4em;
}

.k-tabstrip > .k-content {
    position: relative;
    display: none;
    top: -1px;
    overflow: auto;
}

td[role="gridcell"],
td.k-hierarchy-cell {
    vertical-align: top;
}

button.fc-button {
    outline: none;
}

.fc-state-default {
    background-color: #fff;
    background-image: none;
    border-color: #ddd;
    box-shadow: none;
    text-shadow: none;
}

.fc-state-hover {
    background-color: #e9e9e9;
}

.fc-state-active,
.fc-state-down {
    background-color: #03542d;
    border-color: #03542d;
    color: #fff;
}

.dashboard-card {
    height: 100%;
}

.card-green {
    background-color: #03542d;
    border-color: #03542d;
    color: #fff;
}

.card-red {
    background-color: #a52d2f;
    border-color: #a52d2f;
    color: #fff;
}

.card-blue {
    background-color: #2f76e4;
    border-color: #2f76e4;
    color: #fff;
}

.card-purple {
    background-color: #3200af;
    border-color: #3200af;
    color: #fff;
}

.dashboard-card-icon {
    width: 50px;
}

.dashboard-card-content small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.custom-card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 12px;
}

.custom-card-footer:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

.custom-card-footer a {
    padding: 5px 1.25rem 5px 1.25rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.custom-card-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.canvas-container {
    position: relative;
}

.ellipsis {
    background-image: url("../svg/ellipsis.svg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


.bg-green a {
    color: #fff;
}

.bg-green .dropdown-item:hover {
    background-color: #03432b;
    color: #fff;
}

.bg-green .dropdown-item.active {
    background-color: #03432b;
    color: #fff;
}

table.detail-data tr td:first-child {
    width: 200px;
}

table.detail-data td {
    border: none;
}

.card-header {
    min-height: 53px;
    position: relative;
}

.card-header-title {
    background-color: #fbc800;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-family: "france";
    top: -13px;
    left: -1px;
    padding: 0px 10px 8px 10px;
    position: absolute;
    font-size: 22px;
}

.card-header-title:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../svg/card_header.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 99%;
    top: 0;
}
