
#AAO-console {
    float:right;
    position:relative;
    padding-left:40px;
}

/*Ophth Job Center*/
	#ojc
    {
	 margin: 0;
     background: url(/images/OJC-bg.jpg);
     background-size: 1200px 563px;
     background-repeat:no-repeat;
	 background-position:center;
	}
    .btn-ojc, .btn-ojc a 
    {
        background-color:#3e87cb;
        color:#ffffff;
        border-color:#3e87cb;
        text-shadow:none;
        text-decoration:none;
        font-size:14px;
    }
    .btn-ojc:hover, .btn-ojc a:hover
    {
        background-color:#3e87cb;
        color:#ffffff;
        text-decoration:none;
    }
 
   #ojc h1,#ojc .h1
   {
       font-size:45px;
       color:#000000;
       font-weight: 300;
   }
   #ojc h2,#ojc .h2
   {
      color:#4689C7;
      font-weight:400;
   }
@media (max-width: 480px) {
    #ojc h1, #ojc .h1 {
        font-size: 30px;
    }
}
/*Fix for CME menu*/
#bs-example-navbar-collapse-1.collapse
{
    display:block;
    Margin:0px 0px;
}

/* fix for DNN admin page*/

#pageContent .console-large h3{
    font-size: 14px;
}
/* OAW-1498 - footer fix for MYF modal and RSS dropdown*/
.social-nav .dropdown{
    z-index: -1;

}
/*White background for apps*/
.whiteBoxIt{
    background-color:#FFF;
    padding-top: 20px;

}

.whiteBoxFB {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 10px;
}
.BtmSp{
    padding-bottom: 10px;
    min-height:500px;
}




/* Tooltip container */
.AAOtooltip {
    position: relative;
    display: inline-block;
     visibility: visible;
}

/* Tooltip text */
.AAOtooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
   top: -5px;
    left: 105%; 
    
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.AAOtooltip:hover .tooltiptext {
    visibility: visible;

}
.AAOtooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.table .thead-dark th {
    color: #fff;
    background-color: #473763;
    border-color: #473763;
}