﻿/* 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. */
html {
    /*height: 100% !important;*/
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.hcml-chart {
    width: 400px;
    height: 380px;
}

.text-danger {
    color: #ff0000;
}

.navbar-center {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

a.merk {
    float: none;
    font-size: 1.9em;
    color: rgb(0, 84, 150);
    position:relative;
    padding: 15px;
    margin: auto;
    top:12px;
}


/*a.merk:hover {
    color: rgba(233, 233, 233, 0.952);
}*/

.main-sidebar {
    background-color: rgb(0, 84, 150);
    padding-top: 0px;
    color: #ffffff;
}

.main-header {
    /*background-color: #0eb0ee;*/
}

.icon-hcml {
    display: block;
    height: 65px;
    margin: auto;
    width: 200px;
    float: left;
}

.header {
    height: 65px;
    background-color: #fff;
    padding: 0px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: rgb(0, 84, 150);
    color: #ffffff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgb(0, 84, 150);
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #303030;
}

.skin-blue .main-header .navbar {
    background-color: rgb(0, 84, 150);
    min-height: auto;
}

.searchsidebar {
    height: 55px;
}

.icon {
    padding: 6px;
}

.risk-table tbody tr td {
    color: #2e0b0b;
    text-align: center;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #1b6ec2;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    background-color: rgb(5, 70, 121);
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    background-color: rgb(29, 63, 103);
}

.content-wrapper {
    background-color: #f2f5f8;
    color: rgb(46, 46, 46);
}

.wrapper {
    color: rgb(68, 68, 68);
}


/** DASHBOARD RISK SUMMARY */

canvas.big {
    max-height: 650px;
    min-width: 350px;
}

.btn {
    padding: 3px;
    font-size: 13px;
}

label.label-biasa {
    font-weight: normal;
}

.icon-criticality {
    height: 20px;
}

a.dashboard-link {
    /* color: rgba(0, 0, 0, 0.67); */
    font-size: 20px;
    /*color: #ffff;*/
}

a.dashboard-link:hover {
    /*color: rgba(255, 255, 255, 0.67);*/
    text-decoration: underline;
}

img.methodology {
    height: 450px;
    width: 700px;
}

colorpicker {
    background-color: #0f253c;
    background-color: #aaaaaa;
    background-color: #fd7e14;
}

canvas#itpm{
    height:542px;
    width: 1045px;
}

table.symetric tr td{
    height:35px;
    width:75px;
}

.table-bordered, .table-bordered thead tr th, .table-bordered thead tr td,
.table-bordered tbody tr th, .table-bordered tbody tr td {
    border: 1px solid #d2d6de;
}

div.box-header {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}