﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Regular.ttf");
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #F3901D;
    white-space: nowrap;
}

/* Overide bootstrap classes */

.btn-primary {
    color: #fff;
    background-color: #F3901D;
    border-color: #1861ac;
    border-radius: 4px;
}

.btn-primary.disabled {
    color: #fff;
    background-color: #F3901D;
    border-color: #1861ac;
    border-radius: 4px;
}

.list-group-item.active {
    color: inherit;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.125);
    border-left-width: thick;
    border-left-color: #F3901D;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-style: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

/* -------------------------------------------------- 
    Vitol
*/

.bg-vitol-blue {
    background: #002B54;
    color: #FFFFFF;
}

/* 
-------------------------------------------------- */

html {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    position: relative;
    height: 100vh;
    font-family: "IBM Plex Sans";
    font-style: normal;
}

#wrap{
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 70px; /* this needs to be bigger than footer height*/
}

@media (min-width: 768px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    #review-section {
        height: 1000px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.header {
    margin-top: 1.5em;
    margin-left: 1.5em;
}

.content {
    display: flex;
    min-height: 100%;
}

.footer {
    position: relative;
    height: 50px;
    margin-top: -50px;
    width: 100%;
    background: #002B54;
    white-space: nowrap;
    clear:both;
    padding-top: 20px;
}

.main {
    padding-top: 70px;
    color: #5B6770;
}

.login-pg {
    background-image: url("../image/login-background.png");
    color: #FFFFFF;
}

.login-title-bk {
    padding: 3em;
    line-height: 72px;
}

.login-title1 {
    font-weight: 500;
    font-size: 61px;
    line-height: 72px;
    letter-spacing: -1.5px;
}

.login-title2 {
    font-size: 31.3px;
    line-height: 72px;
    letter-spacing: 0.1px;
    opacity: 0.5;
}

.login-form-bk {
    padding: 3em;
    max-width: 100%;
    width: 450px;
    background-color: #FFFFFF;
    color: #5B6770;
    box-shadow: 0px 16px 32px rgba(0, 51, 160, 0.1);
    border-radius: 4px;
}

.Reset-Password-Info2 {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

.Reset-Password-Error {
    text-align: center;
    font-size: 20px;
    color: #FF0000;
    font-weight: bolder;
}

#logo {
    position: relative;
    left: 1.5em;
    margin-left: 0px;
    padding-left: 0px;
}

.welcome-header {
    padding: 1.5em;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 51, 160, 0.1);
}

.welcome-header-title1 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: #8095AA;
}

.welcome-header-title5 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #5B6770;
}

.main-title1 {
    margin-top: 0.5em;
    font-weight:500;
    font-size: larger;
    line-height: 40px;
    letter-spacing: 0.1px;
}

.main-title2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: large;
    line-height: 24px;
}

.review-card {
    margin-bottom: 1em;
    min-width: 490px;
}

.review-table {
    width: 100%;
}

.review-btn {
    float: right;
}

.review-table td {
    padding: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.review-table th {
    padding: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #8095AA;
    white-space: nowrap;
}

.section-title {
    padding-left: 1em;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #5B6770;
}

.section-collapse {
    /*float: right;*/
    align-content: center;
}


.detail-side-nav {
    background: #EBEEF1;
}

#detail-jump {
    margin: 7em 0em 2em 1em;
}


.Kpi-Value {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.15px;
    color: #5B6770;
}

.detail-table {
    width: 100%;
    padding: 1em 0em;
}

.detail-table th, td {
    padding: 10px;
    text-align: left;
}

.detail-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    text-align: right;
    letter-spacing: 0.15px;
    /* Neutrals / Tuna */
    color: #5B6770;
}

.detail-code {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8095AA
}

.detail-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5B6770;
}

.edit-detail-table {
    width: 100%;
    padding: 1em 0em;
    padding: 10px;
}

.edit-detail-code {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8095AA
}

.edit-detail-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5B6770;
}

.edit-detail-col2 {
    min-width: 250px;
    text-align: center;
}


.Dashboard-Shorcut {
    padding: 1em;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #5B6770;
    border-radius: 4px;
}

.Kpi-Name-Edit {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    letter-spacing: 0.15px;
    /* Neutrals / Tuna */
    color: #5B6770;
}

.Kpi-Period-Edit {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    text-align: right;
    letter-spacing: 0.15px;
    /* Neutrals / Tuna */
    color: #5B6770;
}

.Error {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bolder !important;
    font-size: 31.3px;
    line-height: 40px;
    /* or 160% */
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #dc3545 !important;
}


.Kpi-NA-Label-Edit {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    /* N09-Tuna */
    color: #5B6770;
}

/*left: 50%;*/
.easypie {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

    .easypie span {
        display: block;
        position: absolute;
        top: 48%;
        width: 100%;
        margin-left: -20%;
        height: 30px;
        margin-top: -15px;
        font-size: 20px;
    }

    .easypie canvas {
        max-width: 100%;
    }


.Kpi-Edit-Nav-Area-start {
    position: absolute;
    right: 1.01%;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* Orange / Octopus */
    color: #925611;
    /* Orange / Crab-shell */
    background: #FDE9D2;
    border-radius: 100px;
}

.Kpi-Edit-Nav-Area-finish {
    position: absolute;
    right: 1.01%;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* Vitol Turquoise */
    color: #00A499;
    /* Turqouise / Kelp */
    background: #CCEDEB;
    border-radius: 100px;
}

.Kpi-Edit-Nav-Area-not-start {
    position: absolute;
    right: 1.01%;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* Neutrals / Narwhal */
    color: #8095AA;
    /* Neutrals / Dolphin */
    background: #E5E9ED;
    border-radius: 100px;
}