﻿/* 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;
}

/* 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 */
}

.bg-custom {
    background-image: linear-gradient(to right top, #12635e, #006b73, #007389, #00799f, #157db3, #1e84bc, #278cc4, #2e93cd, #009fcc, #00aac7, #29b4be, #4cbcb5);
}

.bg-card {
    background: linear-gradient(90deg, rgba(10,5,101,1) 0%, rgba(9,107,121,1) 35%, rgba(0,212,255,1) 100%);
}

/*.btn-outline-custom {
    border-image: linear-gradient(-225deg, #7085B6 0%, #87A7D9 50%, #DEF3F8 100%) 1;
    border-radius: 1.078em;
    color: #7085B6;
}

    .btn-outline-custom:hover {
        background: linear-gradient(-225deg, #7085B6 0%, #87A7D9 50%, #DEF3F8 100%);
        border-radius: 1.078em;
        color: white;
    }


.btn-grad {
    background-image: linear-gradient(to right, #4CA1AF 0%, #C4E0E5 51%, #4CA1AF 100%)
}


. {
    border-radius: 10px;
    margin: 10px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: #1FA2FF;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
    background-origin: border-box;
    background-clip: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

    .:hover {
        box-shadow: none;
        color: white;
    }

.btn-cs {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
}

.btn-cs {
    margin: 10px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    background-origin: border-box;
    background-clip: border-box;
    border: solid 3px transparent;
}

    .btn-cs:hover {
        background-position: right center;*/ /* change the direction of the change here */
/*color: #fff;
        text-decoration: none;
    }*/

.custom-table {
    min-width: 900px;
}

    .custom-table thead tr, .custom-table thead th {
        color: black;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 500;
        font-size: 20px;
    }

    .custom-table tbody th, .custom-table tbody td {
        color: black;
        font-weight: 400;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 500;
        font-size: 18px;
    }

        .custom-table tbody th small, .custom-table tbody td small {
            color: black;
            font-weight: 500;
        }

    .custom-table tbody tr th, .custom-table tbody tr td {
        position: relative;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .custom-table tbody tr th:before, .custom-table tbody tr th:after, .custom-table tbody tr td:before, .custom-table tbody tr td:after {
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            content: "";
            left: 0;
            right: 0;
            position: absolute;
            height: 1px;
            background: #bfbfbf;
            width: 100%;
            opacity: 0;
            visibility: hidden;
        }

        .custom-table tbody tr th:before, .custom-table tbody tr td:before {
            top: -1px;
        }

        .custom-table tbody tr th:after, .custom-table tbody tr td:after {
            bottom: -1px;
        }

    .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
        background: rgba(0, 0, 0, 0.03);
    }

        .custom-table tbody tr:hover th:before, .custom-table tbody tr:hover th:after, .custom-table tbody tr:hover td:before, .custom-table tbody tr:hover td:after {
            opacity: 1;
            visibility: visible;
        }

    .custom-table tbody tr.active th, .custom-table tbody tr.active td {
        background: rgba(0, 0, 0, 0.03);
    }

        .custom-table tbody tr.active th:before, .custom-table tbody tr.active th:after, .custom-table tbody tr.active td:before, .custom-table tbody tr.active td:after {
            opacity: 1;
            visibility: visible;
        }

.hr {
    opacity: 1;
}

.vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.cmtTxtArea {
    width: 200px;
}

.text-orange {
    color: #FF7600;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: #75caeb;
}

/*#1469AA*/
/*#166989*/