/* CSS Document */

/* 
THE ONLINE APP NAVIGATION BAR
*/
/*
JOBAPS COLORS
- dark main = #04294b
- light main =  #DDDDDD
- gold = #E9BD29
- gray #DDDDDD, #666666


#DDDDDD = gray, message panel background color
#04294b = dark, headers, box borders

#e8e8e8 = light gray, row alternate
#ffcc00 - post-it yellow, for call-outs
#808080 - background color


body {
	background:url(../../_skin/images/banner_sub_300a.gif) no-repeat left top;
background-color: #e8e8e8; }

body.BodyGeneric
{
	margin: 0;	
}	
*/
body {
    background-color: #ffffff;
}

#AppNavBarDiv {
    background: url("../../sup/images/CountyOfPlacer_logo.png") no-repeat left;
	position: relative;
	overflow:visible;
    max-width: 1100px;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0em 0em;
    height: 150px;
    width: 100%;
    background-size: 200px;
    margin-right:1em;
    background-color:white;
    background-position-x:1.75em;
    background-position-y: 1em;
    padding-top:1em;
}
#AppNavBarDivWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
}
#AppNavBarDiv p
{
	font-size: 90%;
}
#AppNavBarDiv p.JobTitle
{
	font-size: 125%;
	font-weight: bold;
	margin: .25em;	
	color:#04294b;
    margin-bottom: .5em;
}

.PagePanel {
	background-color:#808080;
	height:800px;
	margin-top: -2px;
	width: 100%;
	float: left;
	z-index: 100;
	position: relative;
}
#OECNavTabs {
	margin: 0 0;
/*	margin-top: 2.5em;*/
   overflow: hidden;
    width: 100%;
    background-color: #04294b;
}

#OECNavTabs ul, #OECNavTabs li {
	border:0;
	margin:0;
	list-style:none;
}
#OECNavTabs ul {
	height:40px;
	text-align: center;
	float:left;
	position:relative;
	left:50%;
    display: block;
    padding-left: 0;
}
    #OECNavTabs li {
        margin-right: .25em;
        float: left;
        position: relative;
        right: 50%;
        display: block;

        background-color: #04294b;
    }
        #OECNavTabs li:hover {
            background-color: #f1f1f1;
            color: #04294b;
             height: 40px;
        }
        #OECNavTabs li:hover  span {
            color: #04294b;
        }
        #OECNavTabs li.active {
            background-color: white;
            height: 40px;
        }
            #OECNavTabs li.active:hover {
                color: #04294b !important;
                background-color: white !important;
            }
            #OECNavTabs li.active:hover span {
                color: #04294b !important;
            }

.tab a:link, .tab a:visited {
	/*background:url(../../graphics/tab-round-blue.png) right 60px;*/
	color:white;
	width:auto;
	display:block;
	font-weight:bold;
	height:35px;
	line-height:35px;
	text-decoration:none;
}
.tab a span {
	/*background:url(../../graphics/tab-round-blue.png) left 60px;*/
	display:block;
	height:26px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover {
    /*background:url(../../graphics/tab-round-blue.png) right 30px;*/
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.tab a:hover span {
	/*background:url(../../graphics/tab-round-blue.png) left 30px;*/
	display:block;
}
/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover {
    color: #04294b;
    /*background:url(../../graphics/tab-round-blue.png) right 0 no-repeat;*/
}

    .active a span, .active a:hover span {
        /*background:url(../../graphics/tab-round-blue.png) left 0 no-repeat;*/
    }
li.TabHelp a {
	margin-left: 2em;
}


    #HelpButts a {
        margin-bottom: 0.25em;
        color: white;
        background-color: #04294b;
        text-decoration: none;
    }
#HelpButts .btn-link {
    background-color: #04294b;
    border-color: #04294b;
    background-image: none;
    font-size: 80%
}
#HelpButts .btn-link:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
}
    #HelpButts .btn-exit {
        color: #ffffff;
        text-decoration: none;
    }
   @media only screen and (max-width:500px) {



        .ApPageTable{
        margin-top: 7em !important;
    }
}
   @media only screen and (max-width:549px) {

#OtherTabPage {
	background-color: #ffffff;
	margin-top: 8em !important;
	/* position: relative; */
}

        .ApPageTable{
        margin-top: 7em !important;
    }
}
   #HelpButts {
        display: block;
        text-align: right;
        position: absolute;
        right: 0em;
        margin-top: .4em;
       margin-right: 1em;
    }

@media (min-width:100px) and (max-width:900px) {
       body.ApPageBody { background-color: #505050;}
       body.ApPageBody #PageContent {
           background-position: center 0.5em;
        padding: 0em;
       -moz-border-radius:  0px !important;
    -webkit-border-radius:  0px !important;
    -khtml-border-radius:  0px !important;
    border-radius:  0px !important;
    font-size: 90%;
 }

    #AppNavBarDiv p.JobTitle {
        margin-top: 0.25em;
        margin-bottom: -.25em;
    }
    #AppNavBarDiv p { margin: .5em; }
    #AppNavBarDiv {background:none}

    #OECNavTabs ul {
	float:none;
    height: auto;
    }
    #OECNavTabs {
	margin-top: 1.75em;
      /*border-bottom: 1px solid #ddd;*/
      font-size: 90%;
   }

    #OECNavTabs li {
	display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
 	float:none;
     padding-left: 4px;
 /*    border-left: 1px solid #ddd;
     border-top: 1px solid #ddd;
     border-right: 1px solid #ddd;
     -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px; */
   } 
    #OECNavTabs li.active { background-color: white;
                                    -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;

    }
    #OECNavTabs li:hover,li:active { background-color: #f1f1f1;
                                      
    }

    .tab a:link, .tab a:visited {
	background-image:none;
	display:inline;
    height: auto;
    }
    .tab a span {
	background-image:none;
	height:auto;
	margin-right:5px;
	padding-left:0px;
    }
.tab a:hover {
	background-image:none;
	color:#000;
    text-decoration: underline;
}
.tab a:hover span {
	background-image:none;
}
li.NavTabLast {
	margin-right: 0em !important;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover {
	background-image:none;
    color: #04294b;
}
  .active a:hover {
        color: #ffffff;
    }

.active a span, .active a:hover span {
	background-image:none;
}
li.TabHelp a {
  margin: 0em;
}
    #HelpButts {
       top: 0.25em !important;
    }


}

@media (min-width:100px) and (max-width:726px) {
            #PrintWrapper{
            margin-top:2em !important;
        }
}

  @media (min-width:100px) and (max-width:500px) {

    #HelpButts br {
        display: none !important;
    }

    #HelpButts {
       /* margin-top: 6.8em !important; */
    }

        .ApPageTable{
        margin-top: 7em !important;
    }
        #PrintWrapper{
            margin-top:4em !important;
        }
}


    li.TabHelp, li.TabInfo {
        display: none !important;
    }

    .MultiAp #HelpButts {
        display: none;
    }


    /*---------------------------------------------*/
    /*  For Print                                  */
    /*---------------------------------------------*/

    @media print {
        /* Hides or change layout for print */

        #OECNavTabs, ul.tabs, #AppNavBarDiv p, #HelpButts {
            display: none;
        }

        #AppNavDiv, #AppNavBarDiv {
            width: 100%;
            min-width: 100%;
        }
    }