﻿:root {
    --bs-body-font-family: "Calibri";
    --bs-primary-rgb: #436FAD;
    --bs-primary: #436FAD;
}
html {
    font-size: 14px;
}

thead {
    /*background-color: #35588A;*/
}

.text-navy {
    color: #002a6e !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #08c;/* #3c639b;*/
}
a {
    color: #3c639b;
    text-decoration: underline;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #3c639b;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.badge-blue {
    color: #002a6e;
}
.bg-sky {
    background-color: #e7f1ff !important;
}
.bg-gray {
    background-color: #EDEDED !important;
}
.bg-blue {
    background-color: #3c639b !important;
}
.bg-yellow {
    background-color: #fffcee !important;
}

.accordion-button:not(.collapsed) {
    color: #002a6e;
    background-color: #dfecff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
    color: #002a6e !important;
    font-size: 1.1rem;
    background-color: #dfecff;
}

.btn-primary {
    color: #fff;
   /* background-color: #3c639b;*/
   /* border-color: #243b5d;*/
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0088cc;
        border-color: #0a58ca;
    }

.link-info {
    color: #3c639b;
}

    .link-info:hover, .link-info:focus {
        color: #0088cc;
    }

.body-font-family {
    --bs-body-font-family: "Calibri";
}

/*.badge-UD {
    background-color: #DD1144;
    margin: 2px;
}*/

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    .navbar-inner:before,
    .navbar-inner:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

    .navbar-static-top .navbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 940px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}

.dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 1rem;
}
a.btn-sm:hover {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.checkbox-header {
    padding-right: 10px;
    padding-left: 10px;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    /*border: 1px solid #fbeed5;*/
    text-align: center;
    color: #c09853;
    font-size: 14px;
    text-shadow: 0 1px 0;
    /*background-color: #fcf8e3;*/
    z-index: 1000;
}
.btn-same-size-actionplan {
    min-width: 80px; /* Set a fixed width */
    min-height: 30px; /* Set a fixed height */
    max-width: auto; /* Set a fixed width */
    max-height: auto; /* Set a fixed height */
    margin-right: 5px; /* Margin between buttons */
    margin-top: 5px; /* Top margin */
}

.btn-same-size-report {
    min-width: 80px; /* Set a fixed width */
    min-height: 30px; /* Set a fixed height */
    max-width: auto; /* Set a fixed width */
    max-height: auto; /* Set a fixed height */
    margin-right: 5px; /* Margin between buttons */
    margin-top: 5px; /* Top margin */
}

.equal-size {
    width: 8em;
    height: 4em; 
  
}

.equal-size-ccp {
    width: 6em;
    height: 4em;
    padding: initial;
    font-size: .875rem;
}
.btn-same-size-med {
    min-width: 150px; /* Set a fixed width */
    min-height: 30px; /* Set a fixed height */
    max-width: auto; /* Set a fixed width */
    max-height: auto; /* Set a fixed height */
    margin-right: 5px; /* Margin between buttons */
    margin-top: 5px; /* Top margin */
}

.btn-same-size {
    min-width: 80px; /* Set a fixed width */
    min-height: 30px; /* Set a fixed height */
    max-width: auto; /* Set a fixed width */
    max-height: auto; /* Set a fixed height */
    margin-right: 0px; /* Margin between buttons */
    margin-top: 5px; /* Top margin */
}

.upload-status-success {
    border: 2px solid green;
    border-radius: 10px;
    margin-bottom: 1px;
    width: 105px;
    text-align: center;
    font-size: .75em;
}

.upload-status-error {
    border: 2px solid red;
    border-radius: 10px;
    margin-bottom: 1px;
    width: 105px;
    text-align: center;
    font-size: .75em;
}

.upload-status-uploading {
    border: 2px solid #17a2b8;
    border-radius: 10px;
    margin-bottom: 1px;
    width: 105px;
    text-align: center;
    font-size: .75em;
}

.concurrent-session-Label {
    font-size: 16px;
    font-weight: bold;
    background-color: #ffdddd !important;
    border: 2px solid red;
}