﻿/*============================================*/
/*  Image Page Styling Starts Here  */
/*============================================*/

#admPageContentBody
{
    display: inline-block;
}
#admImageContainer {
    background-color: var(--main-bg-color);
    border-top: solid 1px var(--main-border-color);
    border-bottom: solid 1px var(--main-border-color);
    border-left: solid 1px var(--main-border-color);
    border-right: solid 1px var(--main-border-color);
    width: 95%;
    max-width: 900px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    display: inline-block;
}

#admImageContainer img {
    float: left;
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
    height: auto;
}

#admImageContainer h3 {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

#admImageContainer p {
    display: block;
    margin: 10px 0px 10px 0px;
    font-size: .8em;
    letter-spacing: 0.5px;  /*Redmine#178889 */
    line-height: 1.5;
    clear: none;
    float: revert;
    
}

/*============================================*/
/*  Presentation Page Styling Starts Here  */
/*============================================*/

.nivo-caption{
    background: var(--main-bg-color) !important;
    width:initial !important;
}

.theme-default .nivoSlider
{
    background:none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.theme-default .nivo-caption p
{
    font-family:'Open Sans', sans-serif;
   
    }

.nivo-caption strong
{
    font-size: 1.5em;
    font-weight: bold;
     color: var(--main-button-text-color);

}

.nivo-caption
{
    opacity:1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*******************************************
admDisclaimer h3 is replaced with h2 as there was no h2 
on the presentation page and it was reducing the accessibility score.
******************************************/

#admDisclaimer h2
{
    font-size: 1.17em !important;
    font-weight:bold;
}