﻿/* 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. */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;

    --dark-primary: #133298;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --button-text: #04043c;
    --hover-button-text: #020d2a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--blue);
}
    a:hover {
        color: var(--indigo);
    }

.btn-primary {
    color: var(--button-text);
    font-weight: 700;
    border-color: #050f27;
    background-color: var(--primary);
}

    .btn-primary:hover {
        color: var(--hover-button-text);
        font-weight: 700;
        background-color: var(--dark-primary);
        border-color: #050f27;
    }

    .btn-primary:active {
        color: var(--hover-button-text);
        background-color: var(--dark-primary);
    }

    .btn-primary:focus {
        color: var(--hover-button-text);
        background-color: var(--dark-primary);
    }

    .btn-primary:focus, .btn-primary.focus {
        color: var(--hover-button-text);
        background-color: var(--dark-primary);
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--hover-button-text);
        background-color: var(--dark-primary);
        border-color: #005cbf;
    }   
.badge-primary {
    color: var(--button-text);
    font-weight: 700;
    border-color: #050f27;
    background-color: var(--primary);
}

    .badge-primary:hover {
        color: var(--hover-button-text);
        font-weight: 700;
        background-color: var(--dark-primary);
        border-color: #050f27;
    }

    .badge-primary:active {
        background-color: var(--dark-primary);
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: var(--primary);
    border-color: #050f27;
}

.nav-link.active:hover {
    color: #000;
    font-weight: 700;
    background-color: var(--dark-primary);
    border-color: #050f27;
}



.nav-indent {
    margin-left:10px;`
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

html, h1, h2, h3, h4, h5 {
    font-family: Montserrat, sans-serif !important;
}

.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 */
}


.u-text-white {
    color: white !important;
}

.cropDiv300 {
    /*
        width: 90%;
    */
    max-height: 300px;
    overflow: hidden;
    background-color: black;
    align-items: center;
}

.cropfixDiv150 {
    height: 150px;
    overflow: hidden;
    /*
    background-color: black;
*/
    align-items: center;
    padding: 10px
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }


.cropImage {
    width: 100%;
    position: relative;
    vertical-align: middle;
    align-self: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0px 0 0 0px;
}


    .cropImage img {
        width: 100%;
        height: auto;
        position: relative;
        vertical-align: middle;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0px 0 0 0px;
    }




.cropHome {
    width: 100%;
    overflow: hidden;
    background-color: black;
}

.text-bold {
    font-weight:700;
}


.thintext {
    font-weight:400 !important;
}

.select2-container {
    margin-top: 10px;
}


.bottom-image {
    width:50px;
    height:50px;
}





.slider.slider-horizontal {
    width: 90% !important;
    height: 20px;
}

a.white-link {
    color:white;

}
    a.white-link:hover {
        color: yellow;
    }
    a.white-link:visited {
        color: white;
    }


.img-kcl-homepage {
    width: 100px;
    height: 100px;
}
