/*YOUR CUSTOM STYLES*/


/* ------------------------------------------------------------------- */
/* -------------------- OEM Data Customizations  --------------------- */
/* ------------------------------------------------------------------- */
h5 {color:#196cbe;}
h5 a{color:#196cbe;}

.leftNavContainer, .leftNavContainer a 
{
    text-decoration: none;
}

.leftNavItem {
    border: 1px solid #666;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    font-size: 1.2em;
    padding:10px 0 10px 10px;
}
.leftNavItem:hover {
    background-color: #ccc;
}
.leftNavItemLastItem {
    border-bottom: 1px solid #666;
}
.leftNavItemSelected {
    background-color: #486d97;
    color: #fff;
}
.leftNavItemSelected a {
    color: #fff;
}
    .leftNavItemSelected:hover {
        background-color: #486d97;
        color: #fff;
    }




.floatLeftDiv 
{
    display:inline-block;
    float:left;
    overflow:hidden;
}


.contentImage
{
    max-width:100%;
    height:auto;
}

.contentImageWrapText {
    max-width:100%;
    height:auto;

    float:left;
    margin:10px;
}

.navbar-main {
    background-color: rgb(0,93,170);
    box-shadow:inset 0 0 15px rgba(0,0,0,0.3);
}

.navbar-before {
    background:#ffffff;
}

.global-wrapper {
    background: #eeeeee;
}



/* ----------- MODAL DIALOGS ---------------*/

.modalPopupMask
{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    overflow:hidden;
    z-index:9000;
    margin:0px;
    padding:0px;  
    background:rgba(0,0,0,0.5);
}

.modalDialog
{
    position:fixed;
    z-index:9001;
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    left: 50%;
    right: 50%;
    transform: translate(-50%,5%);
}




/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.modalCloseButton {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #666;
  font-style: normal;
  font-size: 28px;
}


.textGalleryItem { 
    position:relative; 
    overflow:hidden; 
    max-height:170px;
}
.textGalleryItem:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 100px, white);
}
.textGalleryItemFooter {
    border-top:1px solid #666; background-color: rgba(0,0,0,0.05); 
    position:absolute; left:7px; bottom:0px; right:7px;
    padding:5px 5px 5px 15px;
 
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size:0.8em;
}

@media (max-width: 760px) {
    .hide_on_screen_lt_760 
    {
        display:none;
    }
}



.appNoteImageContainer {
    width:100%; max-width:600px; text-align:center; font-size:0.9em; font-weight:bold; padding:10px 0 10px 0;
}

.appNoteImageContainer img{
    width:100%;
}

.invalidFormFieldEntry {
    color:crimson;
    position:relative;
    padding-left:25px;
}

.invalidFormFieldEntry:before {
    content: "\f071";
    font-family: FontAwesome;
    position:absolute;
    top:0;
    left:5px;
}

.requiredField {
    font-weight:bold;
    position:relative;
    padding-left:15px;
}

.requiredField:before {
    content: "*";
    position:absolute;
    top:0;
    left:5px;
    color:crimson;
    font-weight:bold;
}

.chkNormal input {
    width: 20px;
    margin-right:5px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align:middle;
    
}

.searchBoxAutoCompleteList {
    background-color: #fff;
    border: 1px solid #999;
    font-family: 'Roboto', Tahoma, Arial, helvetica, sans-serif;
    font-size:0.9em;
    margin-top:0px;
    padding-left: 8px;
    list-style-type:none;
}

.searchBoxAutoCompleteListItem {

}

.smallGreyTextList
{
    margin:0;
    padding:0;
}

.smallGreyTextList li
{
    font-size: 11px; 
    color: #8c8c8c;
}




.fileList {list-style: none; padding: 0;}
.fileList > li {margin-bottom: 10px; position: relative; padding-left: 28px;}
.fileList > li:before {opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); left: 0; top: 0; font-family: 'FontAwesome'; position: absolute; width: 20px; height: 20px; line-height: 20px; text-align: center; display: block;}
.fileList > li:hover:before {opacity: 1; -ms-filter: none; filter: none;}
.fileList > li h5 {font-size: 14px; font-weight: 500; margin-bottom: 5px;}
.fileList > li h5 a {color: #474747;}
.fileList > li p {font-size: 11px; color: #7a7a7a; font-style: italic; margin-bottom: 0;}

.fileListPDF li:before {content: '\f1c1';color:#cc0000;}


.fileListMail > li:hover {
    background-color: #cfdfef;
    cursor: pointer;
    text-decoration: none;
}
.fileListMailActive {
    background-color:#ccc;
}
.fileListMailNormal li:before {
    content: '\f003';
    color: #196cbe;
}

.fileListMailUnread li:before {
    content: '\f0e0';
    color: #196cbe;
}

.fileListMailDraft li:before {
    content: '\f199';
    color: #cc0000;
}

.fileListMailArchived li:before {
    content: '\f187';
    color: #cc0000;
}

.comport-ITARStamp {
    border-top: 1px solid #333333;
    background-color: #f6f8bd;
    padding: 3px;
    margin-top: 0px;
    font-size: 0.6em;
}

.comport-viewedby {
    background-color:#bfd7bd;
    font-size: 0.6em;
    padding:2px;
}

.comport-notviewedyet {
    background-color: #dccfd1;
    font-size: 0.6em;
    padding: 2px;
}


/* -----   SORTABLE TABLE CONTROLS ----- */

.sortableTable th {background-color: rgba(130,160,190,0.2);cursor: pointer;white-space: nowrap;}
.sortableTable th::after {font-family: 'FontAwesome';content: '\f0dc';float: right; color: rgba(130,160,190,0.8);}
.sortableTable th:hover {background-color: rgba(130,160,190,0.4);}

.sortableTable .nosort {cursor:default;}
.sortableTable .nosort::after {content: '';}
.sortableTable .nosort:hover {background-color: rgba(130,160,190,0.2);}

.sortableTable .sortedUp {background-color: rgba(130,160,190,0.3)}
.sortableTable .sortedUp::after {content: '\f0de'; color: rgba(100,160,220,1.0);}
.sortableTable .sortedUp:hover {background-color: rgba(130,160,190,0.5);}

.sortableTable .sortedDown {background-color: rgba(130,160,190,0.3)}
.sortableTable .sortedDown::after {content: '\f0dd'; color: rgba(100,160,220,1.0);}
.sortableTable .sortedDown:hover {background-color: rgba(130,160,190,0.5);}

/* -----  ------------------------ ----- */


.smallGreyText {
    font-size: 11px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 0;
}

.dropdownlist {
    font-family:Verdana;
    font-size:0.8em;
    border:1px solid rgba(0,0,0,0.3);
    padding:3px;
    border-radius:3px;
}

.col-md-3 {
    overflow:hidden;
 
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}


/* Remove underline from navbar links */
.navbar .nav-link,
.navbar-nav .nav-item > a {
    text-decoration: none;
}



/* Make the parent act like a mega-menu anchor */
.navbar .dropdown.yamm-fw,
.navbar .nav-item.dropdown.yamm-fw {
    position: static; /* key change */
}

/* Make the menu span your navbar container width */
.navbar .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0; /* stretch full width of the positioned ancestor */
    width: 100%;
    min-width: 0; /* undo BS5's 10rem */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 10;
    padding: 1rem 1rem;
    /* Shadow styling */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* optional: raise z-index to float above content */
    z-index: 1050;
}

    /* Specifically cancel Bootstrap’s Popper rule for this mega menu */
    .navbar .dropdown.yamm-fw .dropdown-menu[data-bs-popper] {
        margin-top: 0;
        left: 0;
        right: 0;
        top: 100%; /* stick to the bottom edge of the toggle */
    }

/* Breadcrumb tweaks */
.breadcrumb li {
    display: inline-block; /* make them sit side by side */
}

    .breadcrumb li + li::before {
        content: ">"; /* add separator manually */
        color: #6c757d; /* muted color like BS5 */
        padding: 0 0.5rem; /* horizontal spacing */
    }

.breadcrumb a {
    text-decoration: none;
}

    .breadcrumb a:hover {
        text-decoration: underline; /* optional hover underline */
    }

/* Remove underline from all links site-wide */
a {
    text-decoration: none;
}
    /* only show underline on hover/focus */
    a:hover,
    a:focus {
        text-decoration: underline;
    }

:root {
    --bs-info: #d9edf7;
    --bs-info-rgb: 217, 237, 247; /* R,G,B values for rgba() */
}


  

/* ------------------------------------------------------------------- */
/* ------------------- (End) OEM Data Customizations ----------------- */
/* ------------------------------------------------------------------- */
