﻿.headder {
    background-image: url('../Images/l_agency-ncagr.png');
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    left: 0;
    right: 0;
    height: 80px;
}
.CalCss {
    background-image: url('../Images/orange_wood.jpg');
    width:100%;          
}
.layout_aspxfooter{
    background-image: url('../Images/l_gtbnc-brand-footer.png');
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    left: 0;
    right: 0;
    height: 80px;
}
.bar_black_Headder{
    background-image: url('../Images/bg_nav-core-black.jpg');   
    background-repeat: no-repeat;
    height:auto;
    width:auto;
    /*background:url('../Images/bg_nav-core-black.jpg') no-repeat;*/
    display:block;    
}
.bar_black{
    background-image: url('../Images/bg_nav-core-black.jpg');    
    height:150px;
    width:auto;
    background:url('../Images/bg_nav-core-black.jpg') no-repeat;
    display:block;    
}

.bar_orange {        
    height: 80px;
    width: 100%;    
    background:url('images/orange_wood.jpg') no-repeat;
    display: inline-block;

}

.agency_logo {    
    background-image: url('images/l_agency-ncagr.png');
    background-position: center;
    background-repeat: no-repeat;   
    height:inherit; /*height:60px; Oringinal Size*/
    width:inherit; /*width:344px; Oringinal Size*/
    display:block;
}

.li-link {    
    font:bold 18px arial;
    color:white;        
    padding-top: 2rem;
    padding-right: 1.25rem;
    padding-bottom: 1.7rem;
    padding-left: 1.25rem; 
}


.popupDiv {
    background-color: #eeeeee;
    border: 15px solid #413D3D;
    height: 300px;
    width: 450px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    align-content: center;
}

.ob_iCboIC {
    z-index: 100002 !important;
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}

.dropDownBox {
    background-color: black;
    color: white;
    Width: 100%;
    height: 25px;
    border:none;    
}
.dropDownBoxAuto {
    background-color: black;
    color: white;
    Width: auto;
    height: 25px;
    border:none;
}
.dropDownBoxMax50Percent {
    background-color: black;
    color: white;
    max-width: 50%;
    height: 25px;
    border:none;
}

.dropDownBox150 {
    background-color: black;
    color: white;
    Width: 150px;
    height: 25px;
    border:none;
}

.dropDownBox200 {
    background-color: black;
    color: white;
    Width: 200px;
    height: 25px;
    border:none;
}

.dropDownBox250 {
    background-color: black;
    color: white;
    Width: 250px;
    height: 30px;
    border:solid;
    border-width:3px;
    border-radius:3px;
}
.dropDownBox250NP {
    background-color: black;
    color: white;
    Width: 250px;
    height: 25px;
}
.ListExtenderPrompt {
    background-color: yellow;
    color: red;
}
.watermark {
    font-family: Calibri, Arial;
    font-size: 14px;
    font-style: italic;
    color:darkgray;
    border-radius: 5px;
    width: 100px;
}
.watermark50 {
    font-family: Calibri, Arial;
    font-size: 14px;
    font-style: italic;
    color:darkgray;
    border-radius: 5px;
    width: 50px;
}
.CompletionListCssClass1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: #99CCFF;
    margin-left: 10px;
    z-index: 100022 !important;
}

.CompletionListItemCssClass1 {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Black;
}

.CompletionListHighlightedItemCssClass1 {
    color: Blue;
    background-color: White;
    cursor: pointer;
}
/* Menu Button */
.MenuMain{
   background-color:#424242;
   color:white; 
   height:30px;
   font:12px;
   width:100%; 
   align-content:center;
   text-align:center; 
  
   /*padding-left:5px;*/   
}
.MenuMain a {
   background-color:#424242;
   align-items:center;
   text-align:center;
   color:white; 
   height:30px;
   width:175px;
   font-size:15px; 
    
   /*padding-left:5px;*/ 
   /*border-radius:5px;*/  
}
.MenuMain ul li a:hover {
   background-color:gray;
   align-items:flex-start;
   text-align:center;
   color:#E5F908;
   height:30px;
   width:175px;
   font-size:15px;  
   padding-left:5px; 
   border-radius:3px;
}
/*Media*/
@media screen and (max-width: 900px) {
    .dropDownBox {
        width: 90%;
        height: 80%;
        min-width: 100px;
    }

    .dropDownBox150 {
        width: 90%;
        height: 75%;
        min-width: 100px;
    }

    .dropDownBox200 {
        width: 90%;
        height: 75%;
        min-width: 100px;
    }

    .dropDownBox250 {
        width: 90%;
        height: 75%;
        min-width: 100px;
    }
}
