﻿@import "colors.css";


/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}



/* Provide sufficient contrast against white background */


a {
    color: var(--siasap_clr_blueDark); /* BLUE DARK*/
    text-decoration: none;
}

    a:hover {
        color: var(--siasap_clr_green) !important; /*GREEN*/
        text-decoration: none;
    }

    a:hover *{
        color: var(--siasap_clr_green) !important; /*GREEN*/
        text-decoration: none;
    }

    a:active {
        background-color: transparent !important;
    }


.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-top: 70px;*/
    margin-top: 0 !important;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    body {
        /* Margin bottom by footer height */
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.text-info {
    color: #1390b9 !important;
}

.bg-info {
    background-color: #1390b9 !important;
}

.bg-orange {
    background-color: darkorange !important;
}

.text-orange {
    color: darkorange !important;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font-size: .8rem;
    font-weight: bold;
    color: #dc3545;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #fff7f7;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(255 46 0 / 0.50);
    box-shadow: 0px 4px 4px -2px rgba(255 46 0 / 0.5);
}


.validation-summary-errors {
    font-size: .8rem;
    color: #dc3545;
}

.validation-summary-valid {
    display: none;
}



.SIASAPvi_input_required {
}

    .SIASAPvi_input_required:before {
        content: "●";
        margin-right: 0.3rem;
        color: #dc3545 !important;
    }

/* table
-----------------------------------------------------------*/

table thead {
    border-bottom: 4px solid var(--siasap_clr_blue) !important;
}

table thead th {
    color: var(--siasap_clr_blueDark) !important;
    background-color: var(--siasap_clr_greyLight) !important;
    border: 1px solid #dee2e6 !important;
}


/*    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xxl: 1400px
*/

.SIASAPvi_form_control {
    border: 0 !important;
    border-bottom: 1px solid var(--siasap_clr_green) !important;
    border-radius: 0 !important;
}

.SIASAPvi_form_select {
    border: 0 !important;
    border-bottom: 1px solid var(--siasap_clr_green) !important;
    border-radius: 0 !important;
}

/* form-control shadow
-----------------------------------------------------------*/
.SIASAPvi_form_control:focus {
    border-color: #5DBEE6;
    outline: 0;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(122,188,50,0.5);
    box-shadow: 0px 4px 4px -2px rgba(122,188,50,0.5);
}

.SIASAPvi_form_select:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(122,188,50,0.5);
    box-shadow: 0px 4px 4px -2px rgba(122,188,50,0.5);
}


@media (max-width: 767.98px) {
    .SIASAPvi_form_control_label_blue {
        /*min-height: 33px;*/
        border: 0;
        border-bottom: 1px solid var(--siasap_clr_blue) !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }

    .SIASAPvi_form_control_label_green {
        /*min-height: 33px;*/
        border: 0;
        /*border-bottom: 1px solid #7ABC32 !important;
        border-radius: 0 !important;*/
        background-color: transparent !important;
    }
}


@media (min-width: 768px) {
    .SIASAPvi_form_control_label_blue {
        /*min-height: 38px !important;*/
        border: 0;
        border-bottom: 1px solid var(--siasap_clr_blue) !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }

    .SIASAPvi_form_control_label_green {
        /*min-height: 38px !important;*/
        border: 0;
        /*border-bottom: 1px solid #7ABC32 !important;
        border-radius: 0 !important;*/
        background-color: transparent !important;
    }
}

.SIASAPvi_form_control_label_blue:focus {
    box-shadow: none;
}




.SIASAPvi_tr {
    border-bottom: 3px solid #dee2e6 !important;
}


.btn:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Disabled backcolor on label floating active
-----------------------------------------------------------*/
.form-floating > label::after {
    background-color: transparent !important;
}



/* webkit-scrollbar
-----------------------------------------------------------*/
::-webkit-scrollbar {
    height: 5px; /* height of horizontal scrollbar */
    width: 6px; /* width of vertical scrollbar */
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--siasap_clr_green) !important;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        /*background: rgb(54, 56, 58);*/
        background: var(--siasap_clr_green) !important;
    }
