/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 17, 2014, 3:26:27 PM
    Author     : ngke
*/
body
{
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#breadcrumb h1
{
    font-size: 0.95em;
    display: inline;
}

#content
{
    width: 100%;
}

#topnavbar
{
    position:absolute;
    top: 1px;
    right: 20px;
    font-size: 12px;
    z-index: 5;
}

#topnavbar ul
{
    margin-top: 0px;
    list-style-type: none;
}

#topnavbar li
{
    display: inline;
    margin-right: 10px;
}

#banner_header h2
{
    font-variant: small-caps;
    position: absolute;
    top: 42px;
    font-size: 29px;
    left: 82px;
    right: 0px;
    font-family: "Times New Roman";
    white-space: nowrap;
    text-overflow: clip;
    overflow-x: hidden;
    z-index: 5;
    font-weight: 500;
}

.pilot {
    background-image: url("/Advocates/faces/javax.faces.resource/images/PILOTLarge.png");
    background-repeat: repeat;
}

#splitcontainer
{
    position: relative;
}

.lefthalf
{
    float: left;
    margin-left: 1%;
    bottom: 0px;
    width: 47%;
}

.lefthalf label
{
    font-size: 1em;
}

.lefthalf h2
{
    font-size: 0.8em;
}

.righthalf
{
    position:absolute;
    right: 0px;
    margin-right: 1%;
    width: 47%;

}

.righthalf h2
{
    font-size: 0.8em;
}

.righthalf input
{
    font-size: 1em;
}

.righthalf label
{
    font-size: 1em;
    margin-left: 0.5em;
}

#signinbox
{
    border: 2px solid lightgray;
    margin-top: 3em;
    padding: 3em 1em;
    background: white;
}

.loginbox {
    width: 600px;
    display: block;
    margin: 5em auto 0px auto;
    padding: 1em 0px;
}

#signinbox h2
{
    font-family:Arial;
    margin-left: 35px;
    margin-bottom:0px;
    color:darkslateblue;
}

#signinbox h3
{
    text-align: center;
    font-family: Calibri;
    font-size: 2em;
    margin: 0.5em 0;
    background-color: #dddddd;
    color: black;
    padding: 0.2em 0;
}

#signinbox p
{
    margin: 1.5em 2.5em 2em 2.5em;
    font-family: Arial;
}

#content h2 
{
    background: #dddddd;
    padding: .35em 1em;
}

.hiddenheader
{
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.org_list {
    list-style-type: none;
}

.org_list_box {
    
}

.hidden {
    display:none;
}

.tab-content-container {
    border-left: 1px lightgrey solid;
    border-right: 1px lightgrey solid;
    border-bottom: 1px lightgrey solid;
    margin-left: 0px;
    margin-right: 0px;
    height: calc(100vh - 270px);
    overflow-y: scroll;
}

#selectedOrgs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#selectedOrgs li {
    display: inline-block;
    margin: 1px 2px;
    
}

.org_box {
    border: 2px #7d9aab solid;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #efefef;
}

.org_box a {
    text-decoration: none;
    font-weight: bold;
    color: darkgrey;
}

.active_img_link :focus {
    opacity: 0.5;
}


.error {
    color: red;
}

input:focus + [role="tooltip"] {
    display: block;
    position: absolute;
    top: 100000%;
}

.hidden-tooltip {
    display: none;
}

.aria-tooltip {
    display: block;
    position: fixed;
    top: 1000%;
}

.profile-left {
    background-color: #F4F5EA;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.profile-left img {
    margin: 1em auto;
    box-shadow: 10px 10px 5px #888888;
    border: 1px gray solid;
}

.upload-header {
    background: #dddddd;
    padding: 8px 10px;
}

.myerror {
    padding: 10px !important;
    margin-bottom: 0px !important;
}

.mya {
    color: #1a0dab;
}

#topnavbar a {
    font-size: 1.1em;
    color: darkslateblue;
    font-weight: bold;
}

.styled-header {
    background: #dddddd;
    padding: .35em 1em;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.g1 {
    width:100%;
    height:126px; 
    z-index: 0;
}

.g2 {
    position:absolute; 
    top:0px; 
    right:0px; 
    width:457px; 
    height:126px; 
    z-index: 1;
}

.g3 {
    position:absolute;
    z-index: 10; 
    top: 21px; 
    left: 19px;
    border-style:none;
}

@media(min-width: 992px) {
    
    .right-md-align {
        text-align: right;
    }
}

@media(max-width: 900px) {

    .lefthalf
    {
        float:none;
        width:100%;
    }
    
    .righthalf
    {
        position: static;
        width: 100%;
        margin-right: 0%;
    }
    
}