﻿@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*  makes the left side menu "attached" or "not"*/
/*
#offCanvasMenu2 {
    position: relative;
    left: -30px;
    top: -19px;
    height: 100%;
    background: rgba(33, 37, 41, 0.03);
}  
    */
.smartbanner {
    z-index: 1066;
    position:fixed;
    top: -30px;
    height: 100px;
}

* {
    font-family: 'Sora','Exo', 'Montserrat', 'Mukta', 'Sen', sans-serif;
    font-size: 16px;
}

h1 *, h2 *, h3 *, h4 * {
    font-family: 'Sen', 'Mukta', 'Roboto', sans-serif;
}



@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 980px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1500px;
    }
}


.smartbanner{margin-top:30px}
.navbar, header {background-color:white;}
.imgLogo {
    max-width: 200px;
    max-height: 50px
}
.sitename, .sitename:visited {
    color: #c00000; /* BJ */ 
    text-decoration: none;
    font-weight: bold;
}

.sitename:hover {
    color: #365516; /* BJ */
    text-decoration: none;
}

    .sitename span, .sitename:visited span {
        color: #365516; /* BJ */
        font-size: 50px;
        font-family: Verdana;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
        letter-spacing: -8px;
        padding-right: 5px;
    }

    .sitename:hover span {
        color: #c00000; /* BJ */
        text-decoration: none;
    }

.slogan { margin-left:20px; margin-right:20px; margin-top:15px;}
/*

        <style>.form-control{padding-left:3px!important;padding-bottom:0px!important;padding-top:0px!important;}</style>
    <!--[if IE]><style>.ie-adjx{float:left; margin-top:-25px;}</style><![endif]-->	
    <!-- CSS Overrides End -->

*/
.nav-item, .nav-item * {font-size:20px;margin-left:1px; margin-right:3px;}
.nav-item:hover, .nav-item:active, .nav-item:focus{background-color: #333333;}
.nav-item:hover *, .nav-item:active * , .nav-item:focus * {color: #fff;}


.nav-item-info {
    background-color: rgba(33, 37, 41, 0.03);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.175);
}
.nav-item-info * {
    color: black;
}
.nav-item-info:hover, .nav-item-info:active, .nav-item-info:focus {
    background-color: #0d6efd;
    border: 1px solid black;
}
.nav-item-info:hover *, .nav-item-info:active *, .nav-item-info:focus * {
    color: white;
}



.nav-link.show{color: #fff!important;}
.dropdown-item, .dropdown-item span, .dropdown-item i {
    color: #000 !important;
}
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
footer {background-color:#fafafa; padding:10px; margin-left:-10px; margin-right:-10px; border-top:1px solid #999999}
.footer-nav-item, .footer-nav-item * {font-size:14px;margin-left:0px; margin-right:0px; margin-top:0; margin-bottom:0}
.footer-nav-item:hover, .footer-nav-item:active, .footer-nav-item:focus{background-color: transparent;}
.footer-nav-item:hover *, .footer-nav-item:active * , .footer-nav-item:focus * {color: #000;}
.footer-nav-link {padding-left:0px; }
.footer-separator {padding-left:20px; color:black}

.r2-gadget {margin-top:10px; margin-bottom:10px;}

.card-header, .card-header span, .card-header span b {
    font-weight: bold;
    font-size: 120%
}

.title {
    font-size: 30px;
    text-align: center;
    color: #333399; /* BJ */
    width: 100%;
}
.pgm-tab {
    font-size: 16px;
    font-family: Roboto;
    background-color: #999;
    color: #fff;
    width: 295px;
}
.pgm-tab.active {
    font-size: 16px;
    font-family: Roboto;
    background-color: #667 !important;
    color: #fff !important;
    border-top: 4px solid #333 !important;
}
/* ---------------
reading list gadget
------------------*/
.panel-reading-list {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 15px;
    cursor: pointer;
    margin: 0
}
    .panel-reading-list:hover {
        border-color: #000;
        border-width: 1px;
        padding: 15px;
        background-color: #f0f0f0;
    }

#blur {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1030;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#progress {
    z-index: 200;
    background-color: White;
    position: fixed;
    top: 50%;
    left: 50%;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-image: url('/ControlRoom/Images/Waiting.jpg');
    width: 600px;
    height: 320px;
    margin-top: -160px;
    margin-left: -300px;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    __max-width: 900px;
    margin: 40px auto;
    padding: 0 10px;
}


.panel-mission:hover{border-color:black!important;}
.media-object{min-width:32px;max-width:64px}
.gray-scale{filter:grayscale(100%);-webkit-filter:grayscale(100%)}
.bandw {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.3s ease-in;
}

.PagerStyleClass { padding-right: 20px;}
.PagerStyleClass td { border: 0px solid #dddddd;}
.PagerStyleClass td  a      { border: 1px solid #000000; background: #f8f9fa; padding: 5px 15px 5px 15px; text-align: center; border-radius:5px;}
.PagerStyleClass td  a:hover{ border: 1px solid #000000; background: #000000; color:white;}
.PagerStyleClass td  span   { border: 1px solid #000000; padding: 5px 15px 5px 15px; text-align: center; border-radius:5px; background: #000000; color:white;}
.PagerStyleClass table { width: 100%;margin-left: 10px;margin-right: 10px;margin-top: 20px; margin-bottom: 20px;background: white;}
.currPage { text-align: right; width:100%}
.PagerStyleClass td:first-child { padding-right: 25px;}
.PagerStyleClass td table td:first-child { padding-right: 5px;}

.wsScrollArea, .r2-scroll-area{font-size:smaller;min-height:200px;max-height:300px;overflow:auto;overflow-x:hidden;-ms-overflow-x:hidden;border:1px solid silver;text-align:left;padding:5px}
@media print{.wsScrollArea{font-size:smaller;min-height:200px;max-height:30000px;overflow:visible;overflow-x:visible;-ms-overflow-x:visible;border:0 solid silver;text-align:left;padding:5px}}

.r2-btn-counter {
    z-index: 1000001;
    color: Black;
    font-weight: bold;
    position: relative;
    left: -50px;
    top: 18px;
    display: inline-block;
    margin-bottom: -20px;
    float: left;
}

r2-btn-patchimg {
}

A.r2-btn-link {
    text-decoration: none;
}

.r2-btn {
    width: 100%;
    height: 93px;
    border-radius: 16px;
    background-color: #f4f4f4;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 3px 3px 1px #888888;
    border: 2px solid #CCCCCC;
    overflow: hidden;
}


    .r2-btn:hover {
        background-color: #dddddd;
        /*
    -webkit-transition: background-image .5s;
    transition: background-image .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    color: #fff!important;*/
    }

        .r2-btn:hover .r2-btn-title,
        .r2-btn:hover .r2-btn-text,
        .r2-btn:hover .r2-btn-credit {
            color: #fff !important;
        }

    .r2-btn .r2-btn-patch {
        position: relative;
        top: 10px;
        left: 13px;
        z-index: 2;
    }

    .r2-btn .r2-btn-message {
        padding-left: 87px;
        padding-top: 0px;
        font-size: 16px;
        font-size: 1em;
        color: #666666;
    }

        .r2-btn .r2-btn-message .r2-btn-title span{
            color: #000;
            width: 98%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 1.3em!important;
        }

        .r2-btn .r2-btn-message .r2-btn-text {
            width: 98%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


        .r2-btn .r2-btn-message .r2-btn-credit {
            color: #333333;
            width: 98%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .r2-btn .r2-btn-patch img {
        position: absolute;
        width: 62px;
    }

#bingov2{margin:0 auto;}
#bingov2 h3 a{font-family:arial;text-align:center;padding:3px;color:#211111;/*background-color:#EEEEEE;border:2px solid #DDDDCC;*/}

#bingov2 td{font-family:arial;color:#333;padding:0px;text-align:center;border:10px solid #ddd;background-color:#eee;overflow: hidden;text-overflow: ellipsis;font-size: 12px;}
#bingov2 td{cursor:pointer;}
#bingov2 .bingoCell{text-align:center;text-overflow: clip ;overflow: hidden;text-overflow: ellipsis;}
#bingov2 #free{background-color:#fff;color:#eee;cursor:default;}
#bingov2 .bingoOn {background-color : #eee; background-image: url('/images/bingotick.png');background-size: cover;Color: transparent;  }
#bingov2 .bingoOff {Color: #333;  }
.bingo-header{margin-top:-5px;margin-bottom:-5px;}

.ui-autocomplete {
    z-index: 2147483647;
}

#logFromChart .pnlReading {
    display: none
}

#logFromChart .pnlSecretCode {
    display: none
}


/* ----------------------   */

.spacer-5 {margin-left:5px; margin-right:5px;}
.spacer-10 {margin-left:10px; margin-right:10px;}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: white;
    text-decoration: none;
    background-color: black;
}

.list-group-dark .list-group-item {
    background: rgba(33, 37, 41, 0.03);
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    color: white;
    text-decoration: none;
    background-color: black;
}
