﻿.skip-to-main {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.skip-to-main:focus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    background-color: #500000;
    border: 3px solid #ffffff;
    outline: 3px solid #500000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    background: #e1e1e1;
}

a:focus {
    border: 1px dotted #fff;
}
a {
    color: #720000;
    text-decoration: none;
    background-color: transparent;
}
.alert-welcome-custom {
    color: #000;
    background: #D6D3C4;
    border: 2px solid #D6D3C4;
}

.alert-info-custom {
    color: #000;
    background: #dcdcdc;
    border: 2px solid #dcdcdc;
}
.main-header .nav-link {
    height: 2.0rem;
    position: relative;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #500000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.navbar-custom {
    background-color: #500000;
}
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: white;
    }

.navbar .navbar-logo a {
    position: absolute;
    right: 0;
    top: 15%;
    width: 75px;
    background: url('../Images/TAM-Logo-white.png') no-repeat;
    background-size: 70%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 50px;
}

@media (min-width: 768px) {
    .navbar .navbar-logo a {
        width: 250px;
        position: relative;
        padding-top: 28px;
        background: url('../Images/TAMU_logo.png') no-repeat right 15px;
        background-size: 100%;
        height: 52px;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-logo a.icon-only {
        background: url('../Images/TAM-Logo-white.png') no-repeat;
        background-size: 80%;
        position: absolute;
        right: 0;
        padding-top: 0;
        top: 2px;
        width: 100px;
    }
}

.info-box {
    min-height: 115px;
}

.bg-gradient-secondary1 {
    background: #006483 linear-gradient(180deg,#0e4e86,#145eba) repeat-x !important;
}

.ColorGrid__cell--maroon-300 {
    color: #fff;
    background: #3C0000;
    border: 2px solid #3C0000;
    text-decoration: #fff;
}

    .ColorGrid__cell--maroon-300 a {
        color: #fff;
    }

.ColorGrid__cell--blue {
    color: #fff;
    background: #003C71;
    border: 2px solid #003C71;
}

    .ColorGrid__cell--blue a {
        color: #fff;
    }

.ColorGrid__cell--green {
    color: #fff;
    background: #5B6236;
    border: 2px solid #5B6236;
}

    .ColorGrid__cell--green a {
        color: #fff;
    }

.ColorGrid__cell--brown {
    color: #fff;
    background: #744F28;
    border: 2px solid #744F28;
}

    .ColorGrid__cell--brown a {
        color: #fff;
    }

.ColorGrid__cell--maroon {
    color: #fff;
    background: #500000;
    border: 2px solid #500000;
}

    .ColorGrid__cell--maroon a {
        color: #fff;
    }

.ColorGrid__cell--olive {
    color: black;
    background: #998542;
    border: 2px solid #998542;
}

    .ColorGrid__cell--olive a {
        color: black;
    }

.sidebar-dark-primary {
    background-color: #500000;
}

.card-title {
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;

}

.btn-default {
    color: #000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), color-stop(60%, #888), to(#777));
    background-image: -webkit-linear-gradient(#777, #888 60%, #777);
    background-image: -moz-linear-gradient(top, #777, #888 60%, #777);
    background-image: linear-gradient(#777, #888 60%, #777);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff888888', GradientType=0);
    filter: none;
}

    .btn-default.btn-xlg {
        color: #fff;
    }

.btn-primary {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#680000), color-stop(60%, #590000), to(#4a0000));
    background-image: -webkit-linear-gradient(#680000, #590000 60%, #4a0000);
    background-image: -moz-linear-gradient(top, #680000, #590000 60%, #4a0000);
    background-image: linear-gradient(#680000, #590000 60%, #4a0000);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff680000', endColorstr='#ff4a0000', GradientType=0);
    filter: none;
}

.btn-success {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00695c), color-stop(60%, #006b52), to(#005a4e));
    background-image: -webkit-linear-gradient(#00695c, #006b52 60%, #005a4e);
    background-image: -moz-linear-gradient(top, #00695c, #006b52 60%, #005a4e);
    background-image: linear-gradient(#00695c, #006b52 60%, #005a4e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00695c', endColorstr='#ff005a4e', GradientType=0);
    filter: none;
}

    .btn-success .caret {
        position: absolute;
        right: 10px;
        top: 12px;
        border-top: 6px solid #005642;
        border-bottom: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

.btn-info {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b5e72), color-stop(60%, #1e6e85), to(#185570));
    background-image: -webkit-linear-gradient(#1b5e72, #1e6e85 60%, #185570);
    background-image: -moz-linear-gradient(top, #1b5e72, #1e6e85 60%, #185570);
    background-image: linear-gradient(#1b5e72, #1e6e85 60%, #185570);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1b5e72', endColorstr='#ff185570', GradientType=0);
    filter: none;
}

.btn-warning {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1b45c), color-stop(60%, #f0ad4e), to(#efa640));
    background-image: -webkit-linear-gradient(#f1b45c, #f0ad4e 60%, #efa640);
    background-image: -moz-linear-gradient(top, #f1b45c, #f0ad4e 60%, #efa640);
    background-image: linear-gradient(#f1b45c, #f0ad4e 60%, #efa640);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1b45c', endColorstr='#ffefa640', GradientType=0);
    filter: none;
}

.btn-danger {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b71c1c), color-stop(60%, #c0392b), to(#a93226));
    background-image: -webkit-linear-gradient(#b71c1c, #c0392b 60%, #a93226);
    background-image: -moz-linear-gradient(top, #b71c1c, #c0392b 60%, #a93226);
    background-image: linear-gradient(#b71c1c, #c0392b 60%, #a93226);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb71c1c', endColorstr='#ffa93226', GradientType=0);
    filter: none;
}

.btn-default:hover,
.btn-default:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e7e7e), color-stop(40%, #8d8d8d), to(#979797));
    background-image: -webkit-linear-gradient(#7e7e7e, #8d8d8d 40%, #979797);
    background-image: -moz-linear-gradient(top, #7e7e7e, #8d8d8d 40%, #979797);
    background-image: linear-gradient(#7e7e7e, #8d8d8d 40%, #979797);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e7e7e', endColorstr='#ff979797', GradientType=0);
    filter: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), color-stop(40%, #000000), to(#120000));
    background-image: -webkit-linear-gradient(#000000, #000000 40%, #120000);
    background-image: -moz-linear-gradient(top, #000000, #000000 40%, #120000);
    background-image: linear-gradient(#000000, #000000 40%, #120000);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff120000', GradientType=0);
    filter: none;
}

.btn-success:hover,
.btn-success:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000f0b), color-stop(40%, #002d23), to(#004232));
    background-image: -webkit-linear-gradient(#000f0b, #002d23 40%, #004232);
    background-image: -moz-linear-gradient(top, #000f0b, #002d23 40%, #004232);
    background-image: linear-gradient(#000f0b, #002d23 40%, #004232);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000f0b', endColorstr='#ff004232', GradientType=0);
    filter: none;
}

.btn-info:hover,
.btn-info:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d434d), color-stop(40%, #385460), to(#405f6d));
    background-image: -webkit-linear-gradient(#2d434d, #385460 40%, #405f6d);
    background-image: -moz-linear-gradient(top, #2d434d, #385460 40%, #405f6d);
    background-image: linear-gradient(#2d434d, #385460 40%, #405f6d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d434d', endColorstr='#ff405f6d', GradientType=0);
    filter: none;
}

.btn-warning:hover,
.btn-warning:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4700f), color-stop(40%, #d18212), to(#e38d13));
    background-image: -webkit-linear-gradient(#b4700f, #d18212 40%, #e38d13);
    background-image: -moz-linear-gradient(top, #b4700f, #d18212 40%, #e38d13);
    background-image: linear-gradient(#b4700f, #d18212 40%, #e38d13);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb4700f', endColorstr='#ffe38d13', GradientType=0);
    filter: none;
}

.btn-danger:hover,
.btn-danger:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f221f), color-stop(40%, #a82824), to(#b92c28));
    background-image: -webkit-linear-gradient(#8f221f, #a82824 40%, #b92c28);
    background-image: -moz-linear-gradient(top, #8f221f, #a82824 40%, #b92c28);
    background-image: linear-gradient(#8f221f, #a82824 40%, #b92c28);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f221f', endColorstr='#ffb92c28', GradientType=0);
    filter: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

.card-brand {
    border-top: 4px solid var(--brand);
}
.chart-container {
    position: relative;
    margin: auto;
    height: 40vh;
    width: 80vw;
}

#ContentPlaceHolder1_PanelMonthlyBillingFile [style*="color:Red"],
#ContentPlaceHolder1_PanelMonthlyBillingFile [style*="color:red"],
#ContentPlaceHolder1_PanelAnnualBillingFile [style*="color:Red"],
#ContentPlaceHolder1_PanelAnnualBillingFile [style*="color:red"] {
    color: #8b0000 !important;
}
.alert-info {
    background-color: #118294 !important;
    border-color: #118294 !important;
    color: #ffffff !important;
}

.alert-info a,
.alert-info .alert-link {
    color: #ffffff !important;
}