﻿
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99000;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.PP-ul {
    list-style-image: url('../img/pp20.png');
}

/* Responsive: Portrait tablets and up 
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }*/

    .body-content {
        padding: 0;
    }

    /*Head area in master page
.headdiv {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    width: 1060px;
    z-index: -1;
    border-top: solid 10px #000;
    border-bottom: solid 3px #000000;
    background-color: #FFFFFF;
} */
    .topheadbg {
        position: fixed;
        width: 100%;
        min-width: 768px;
        bottom: 0px;
        margin: 0 auto;
        top: 0px;
        height: 30px;
        background-color: #fafafa;
        z-index:99999;
    }

    .tophead {
        position: fixed;
        width: 75%;
        min-width: 768px;
        bottom: 0px;
        top: 0px;
        height: 30px;
        z-index: 99999;
    }

    .tophead2 {
        position: absolute;
        width: 100%;
        margin: 0px auto;
        min-width: 768px;
        height: 66px;
        background-color: #ffffff;
        top: 31px;
    } 

    .LangDiv {
        clear: right;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        float: right;
        width: 150px;
        vertical-align: top;
        height: 30px;
        margin-top: 1px;
        font-size: 9pt;
        text-align: center;
    }

    /*Text*/

    .green_text {
        color: #11493e;
    }

    .grey_text {
        color: #6c7f83;
    }

    /* Main content */
    .content-wrapper {
        width: 68%;
        margin: 200px auto 3px auto;
        min-width: 768px;
        padding: 10px 1px 10px 10px;
        z-index: 10100;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        background-color: #ffffff;
        /*border-radius: 25px;*/
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        font-family: sans-serif;
        font-size: 12pt;
    }

    .ImgFloatLeft {
        padding-right: 3px;
        padding-bottom: 5px;
        float: left;
    }

    iframe {
        width: 100%;
    }

    .aspect-ratio {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 51%;
    }

     .aspect-ratio iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
     }

.divblue {
    border-radius: 25px;
    width: 100%;
    min-width: 768px;
    background-color: #11493e;
    color: #ffffff;
    margin-top: 25px;
    padding: 5px 5px 5px 5px;
}

.divwhite {
    border-radius: 25px;
    width: 100%;
    min-width: 768px;
    border: 5px solid #11493e;
    color: #000000;
    margin-top: 25px;
    padding: 5px 7px 5px 7px;
}

/* Dog Images */
.ImgDog {
    border-radius: 25px;
    Height: 250px;
    border: Solid;
    border-Width: 3px;
    border-Color: Gray;
}

/* Accordion */
.accordionHeader {
    border: 1px solid #6c7f83;
    color: white;
    background-color: #11493e;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 25px;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #808080;
    color: white;
    background-color: #11493e;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 25px;
}

.footerPNG {
    background-color: #11493e;
    color: #ffffff;
    padding: 0px 7px 0px 7px;
}

    .footerPNG a, a:hover, a:focus {
        color:#ffffff;
    }


