
/* White  BG for main body*/
.ContentPane{
    /*background-color:#FFF;*/
}

/* left nav start */
ul.leftNav {
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-left: 0;
}
ul.leftNav li {
  border-bottom: 1px solid #CCC;
}
ul.leftNav li.selected {
  background: #004F7B;
}
ul.leftNav li.selected a.L0 {
  color: #FFF;
  background: #004F7B;
}
ul.leftNav li.selected a.L0:hover {
  color: #FFF;
  background: #004F7B;
}
ul.leftNav li.selected ul {
  list-style: none;
  padding: 0;
}
ul.leftNav li.selected ul li {
  font-size: 12px;
  border-top: 1px solid #006699;
  border-bottom: none;
  background: #004F7B;
  line-height: normal;
  padding: 8px 10px 8px 25px;
}
ul.leftNav li.selected ul li.selected {
  background: #1595D3;
}
ul.leftNav li.selected ul li.selected:hover {
  background: #1595D3;
}
ul.leftNav li.selected ul li.selected a.selected {
  color: #FFF;
}
ul.leftNav li.selected ul li:hover {
  background: #006699;
}
ul.leftNav li.selected ul li a.L1 {
  color: #F2F2F2;
}
ul.leftNav li.selected ul li a.L1:hover {
  background: none;
}
ul.leftNav li.last {
  border-bottom: none;
}
ul.leftNav li a.L0 {
  padding: 8px 10px;
  background: #F6F6F6;
  color: #006699;
  font-weight: bold;
}
ul.leftNav li a.L0:hover {
  color: #1595D3;
  background: #ECECEC;
}

/* left nav end */
#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;
     margin-left: 15px; 
    margin-right: 15px;
    padding-top: 20px;

}

.whiteBoxFB {
    background-color: #FFF;
     margin-left: 15px; 
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.BtmSp{
    padding-bottom: 10px;
    min-height:500px;
}


/*Custom Nav bar used in AbSub*/
#aao-bootstrap-menu.navbar-default .navbar-brand {
    color: #fff;
}
#aao-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: #473763;
    border-width: 1px;
    border-radius: 4px;
}
#aao-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #FFF;
    background-color: #473763;
}
#aao-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#aao-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: #fff;
}

#aao-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#aao-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#aao-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
   background-color: #fff;
}
#aao-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#aao-bootstrap-menu.navbar-default .navbar-toggle:hover,
#aao-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#aao-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#aao-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#aao-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #473763;
}

/* 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;
}