﻿.body {
    line-height: 1.2 !important;
}
.card-header-minimal-padding {
    padding: 2px 0 2px 6px;
}

.card-header {
    /*background-color: #000 !important;*/
    /*color: #ffffff;*/
    padding: 0.1rem 1.25rem !important;
}


.fixed-top {
    position: fixed !important;
   
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: auto !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-bottom: 0px !important;
    font-size: 14px !important;
}

.btn-primary {
    /*font-size: 14px !important;*/
    font-weight: normal;
    color: #fff !important;
    background-color: #582C83 !important;
    border-color: #582C83 !important;
    line-height: 17px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}

.btn-primary:active, .btn-primary:link, .btn-primary:visited {
    display: inline-block !important;
    color: #ffffff !important;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 17px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    border: 1px solid #582C83 !important;
    height: auto;
    background-color: #582C83 !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}

.btn-primary:hover {
    background-color: #C8102E !important;
    border: 1px solid #C8102E !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}


.btn-danger {
    font-size: 14px !important;
    font-weight: normal;
    color: #fff !important;
    background-color: #DC3545 !important;
    border-color: #DC3545 !important;
    line-height: 17px !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}


.btn-danger:active, .btn-danger:link, .btn-danger:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    border: 1px solid #DC3545 !important;
    height: auto;
    background-color: #DC3545 !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #DC3545, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}

    .btn-danger:hover {
        background-color: #ff0E0E !important;
        border: 1px solid #ff0E0E !important;
        color: #fff !important;
        box-shadow: inset 0 0 0 1px #ff0E0E, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
    }


.btn-warning {
    display: inline-block !important;
    margin-right: 10px;
    font-weight: normal;
    padding-top: 2px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 25px !important;
    height: 18px !important;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 10px;
}


.testSiteButton:active, .testSiteButton:link, .testSiteButton:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    border: 1px solid #ffffff;
    height: auto;
    background-color: #582C83;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}

.testSiteButton:hover {
    /*background-position: 0 -36px;*/
    background-color: #ffffff;
    border: 1px solid #C8102E;
    color: #C8102E !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}



.siteButton:active, .siteButton:link, .siteButton:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    height: auto;
    border: 1px solid #582C83;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
    background-color: #582C83;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: Arial, sans-serif, Calibri;
    text-decoration: none;
    text-align: center !important;
}

.siteButton:hover {
    background-color: #ffffff !important;
    border-style: none !important;
    /*border: 1px solid #001E3F !important !important;*/
    color: #C8102E !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4) !important;
}



.siteButtonShortRed:active, .siteButtonShortRed:link, .siteButtonShortRed:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 7px;
    margin: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    vertical-align: middle !important;
    white-space: nowrap;
    /*border: 1px solid #ffffff;*/
    height: auto;
    background-color: #DC3545;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /*font-family: Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;*/
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #DC3545, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
    min-width: 70px !important;
}

.siteButtonShortRed:hover {
    /*background-position: 0 -36px;*/
    background-color: #f63e3e;
    /*border: 1px solid #C8102E;*/
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #f63e3e, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}



.siteButtonShort:active, .siteButtonShort:link, .siteButtonShort:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 7px;
    margin: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    vertical-align: middle !important;
    white-space: nowrap;
    /*border: 1px solid #ffffff;*/
    height: auto;
    background-color: #582C83;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /*font-family: Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;*/
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
    min-width: 70px !important;
}

.siteButtonShort:hover {
    /*background-position: 0 -36px;*/
    background-color: #C8102E;
    /*border: 1px solid #C8102E;*/
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}


.siteButtonShortReversed:active, .siteButtonShortReversed:link, .siteButtonShortReversed:visited {
    display: inline-block !important;
    color: #582C83 !important;
    font-size: 11px;
    font-weight: normal;
    line-height: 7px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    /*border: 1px solid #ffffff;*/
    height: auto;
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #f1f1f1, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
    /*margin-left: 10px !important;*/
    min-width: 60px !important;
}

.siteButtonShortReversed:hover {
    /*background-position: 0 -36px;*/
    background-color: #C8102E;
    /*border: 1px solid #C8102E;*/
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}



.siteButtonPurpleShort:active, .siteButtonPurpleShort:link, .siteButtonPurpleShort:visited {
    display: inline-block !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: normal;
    line-height: 7px;
    margin: 0;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 6px;
    padding-left: 14px;
    vertical-align: middle !important;
    white-space: nowrap;
    /*border: 1px solid #ffffff;*/
    height: auto;
    background-color: #724C9F;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #724C9F, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
    min-width: 60px !important;
}

.siteButtonPurpleShort:hover {
    /*background-position: 0 -36px;*/
    background-color: #9980BA;
    /*border: 1px solid #C8102E;*/
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #9980BA, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}



.smallButton:active, .smallButton:link, .smallButton:visited {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    vertical-align: middle !important;
    white-space: nowrap;
    /*border: 1px solid #ffffff;*/
    height: auto;
    background-color: #582C83;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /*font-family: Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;*/
    text-decoration: none;
    text-align: center !important;
    box-shadow: inset 0 0 0 1px #582C83, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
    min-width: 70px !important;
}

.smallButton:hover {
    /*background-position: 0 -36px;*/
    background-color: #C8102E;
    /*border: 1px solid #C8102E;*/
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #C8102E, 0.2em 0.2em 0.5em rgba(0,0,0,.4);
}








.homePageButton:active, .homePageButton:link, .homePageButton:visited {
    /*display: block !important;*/
    color: #582C83;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    white-space: nowrap;
    border: 1px solid #582C83;
    height: auto;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: GothamBook, Arial, DINPro, arial, Calibri, "Droid Sans", sans-serif;
    text-decoration: none;
    text-align: center !important;
    display: inline-block !important;
    vertical-align: middle !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100% !important;
    min-width: 50px;
    /*max-width: 220px;*/
}

.homePageButton:hover {
    background-position: 0 -36px;
    background-color: #C8102E;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* text boxes */
.form-control {
    display: block;
    width: 100%;
    height: calc(1em + 0.75rem + 2px) !important;  /* changed from 1.5em to 1em*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: .5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* telerik RadCombox*/
.RadComboBox_Bootstrap .rcbInner {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    padding: 3px 12px !important; /* changed from 6px to 3px,  and from 12px to 10px */
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

/* Nav Menu */


.navbar {
    flex-wrap: wrap !important;
}




.dropdown-menu {
    max-height: 600px;
    width: 300px;
    overflow-y: auto;
}

.navbar-nav > .active {
    color: #fff !important;
    background-color: #582C83;
    font-weight: bold;
}

/*
.nav-item {
    white-space: nowrap !important;
}
*/



.nav-link {
    display: block;
    padding-left: 8px !important;
    padding-right: 5px !important;
    font-weight: bold;

    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    margin-right: 1px !important;
    margin-left: 1px !important;
    padding-left: 15px !important;
    padding-right: 14px !important;
    font-weight: 700 !important;
}

/* set the background color of the selected menu item. */
    .navbar .navbar-nav .nav-link:hover {
        color: #fff !important;
        background-color: #582C83;
        font-weight: bold;
    }

/* to set the current selected menu item. */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
    background-color: #582C83;
    font-weight: bold;
}

/* the drop down menu items spacing from each other.*/
.dropdown-menu > li > a {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;

    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    /*color: #333;*/
    white-space: nowrap !important;
}


/* auto expand any dropdown menus like Admin or Reports*/
@media only screen and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* start - add an UP Arrow on dropdown menu items */
/*
.dropdown-menu:before {
    position: absolute !important;
    top: -7px !important;
    left: 9px !important;
    display: inline-block !important;
    border-right: 7px solid transparent !important;
    border-bottom: 7px solid #ccc !important;
    border-left: 7px solid transparent !important;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '' !important;
}

.dropdown-menu::after {
    position: absolute !important;
    top: -6px !important;
    left: 10px !important;
    display: inline-block !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid white !important;
    border-left: 6px solid transparent !important;
    content: '' !important;
}
*/

.RadMenu_Fixed {
    position: fixed !important;
    width: 100%;
    top: 0px;
}

@media (max-width: 767px) {
    .navbar .dropdown-menu:before, .dropdown-menu:after {
        display: none;
    }
}
/* end up arrow css */
/*
.dropdown-toggle::after {
    display: none;
}
*/

/* End Nav Menu */


/* nav header bg-light */
.bg-light {
    background-color: #ffffff !important;
}

.bg-grey {
    background-color: #f8f8f8 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #ffffff !important;
}
/* end fixed header bg-light */

.alert-gray {
    color: #000;
    background-color: #f8f8f8;
    border-color: #e1e1e1;
}

.alert-dangerOverride {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 4px !important;
    
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
       
}

.alert-danger{
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}


.makeItalic:hover {
    font-style: italic;
}