#Header {
    width: 100%;
    height: 82px;
    background-color: #214A98;
}

    #Header #HeaderLogo {
        float: left;
        width: 300px;
    }

    #Header #HeaderLinks {
        padding-top: 20px;
        padding-left: 450px;
        font-size: 16pt;
    }

        #Header #HeaderLinks a {
            color: white;
            font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
            text-decoration: none;
            padding-left: 25px;
        }
        

#EnterpriseFixedWidthWrapper {
    width: 990px;
    margin: 0px auto;
    background-color: #FFFFFF;
}


#ODILink {
    display: block;
    height: 80px;
    width: 288px;
    margin-top: 2px;
    background-image: url('../Images/odilogotranlg.png');
}



#EnterpriseFooter {
    background-color: #214A98;
    color: white;
    clear: both;
    font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 10pt;
}

    #EnterpriseFooter #footer {
        color: white;
        display: block;
        font-family: "Source Sans Pro", Tahoma, Verdana, Segoe, sans-serif;
        text-align: center;
        line-height: 5px;
    }

    #EnterpriseFooter a {
        text-decoration: none;
        color: white;
    }

        #EnterpriseFooter a:hover {
            text-decoration: underline;
            color: white;
        }

    #EnterpriseFooter #contact {
        color: #000;
        display: block;
        font-family: Verdana, Arial, sans-serif;
        font-size: 1.20em; /*10pt;*/
        padding-bottom: 20px;
        text-align: center;
    }
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #900 !important;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: #ccc;
    }

/* Style the collapsible content. Note: hidden by default */
.contentData {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
}
.contentCompanyData {
    padding: 0 18px;    
    background-color: #f1f1f1;
}
.contentButton {
    
    background-color: #f1f1f1;
    align-content:center;
    text-align : center;
    border:none;
    width: 100%;
    height:80px;
    /*border:solid;*/
}
.rightAlignbutton {
    text-align: right;
    /*text-decoration-color: white;*/
}

.odi-container {
    background-color: #98b1c7;
   /* border: 10px solid #98b1c7;*/
    border-radius: 10px;
    box-shadow: lightgray;
    margin-bottom: 10px;
}

    .odi-container .odi-container-title {
        float: left;
        line-height: 20px;
        font-size: 15pt;
        font-weight: bold;
        font-family: Tahoma, Arial, sans-serif;
      /*  border: 10px solid #98b1c7;*/
        /*border-radius: 15px;*/
        box-shadow: #98b1c7;
        background-color: #98b1c7;
        color: white;
        margin-top: 0px;
        width: 100%;
    }

    .odi-container .odi-save-navigation {
        float: left;
        line-height: 5px;       
        border: 5px solid #98b1c7;       
        box-shadow: #98b1c7;
        background-color: #98b1c7;        
        margin-top: 0px;
        width: 100%;
    }

    .odi-container .odi-container-content {
        clear: both;
        padding: 4px;
        color: #000;
        background-color: #fff;
    }

    .odi-container .odi-container-pager {
        float: right;
    }

.navigationBar {
    background-color: #337ab7;//#214A98;
    border-radius: 10px;
    /*box-shadow: 2px 2px 10px #003454;*/
    margin-bottom: 10px !important;
    color: rgb(230, 240, 255);
    font-size: 17px;
    width: 100%;
}

    .navigationBar a:hover, a:focus {
        background-color: #003454 !important;
        text-decoration: underline !important;
        color: rgb(230, 240, 255);
    }


    .navigationBar .linkNav {
        color: rgb(230, 240, 255);
    }

.menu-divider {
    color: rgb(230, 240, 255);
    vertical-align: middle;
    display: inline-block;
    margin-top: 12px;
}


.odi_navigation {
    width: 100%;        
}
.btnSubmit {
    background-color: white;
    border-radius: 15px;   
    width:50pt;
}
.btnCancel {
    background-color: white;
    border-radius: 15px;
    width: 50pt;
}

