﻿@charset "utf-8";

body {
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 1px #eeeeee;
    -webkit-box-shadow: inset 0 1px 1px #eeeeee;
    -o-box-shadow: inset 0 1px 1px #eeeeee;
    box-shadow: inset 0 1px 1px #eeeeee;
    background-color: #FFF;
    border: 1px solid #cccccc;
    color: #666666;
    display: inline-block;
    height: auto;
    padding: .15rem;
    font-size: 16px;
    vertical-align: middle;
    width: 100%;
}



/* From views.css*/

.lnkProductName {
    font-size: 15px;
}

.BlueButton {
    background-color: #002c77; /*AH*/
    border: 0px !important; /*AH*/
    color: #ffffff;
    display: inline-block;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
    font-weight: bold; /*AH*/
    margin: 5px 5px 5px 0px;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px !important; /*AH*/
}

    .BlueButton:hover {
        background-color: #003faa; /*AH*/
        color: #ffffff;
        text-decoration: none;
    }

    .BlueButton:focus { /*AH*/
        background-color: #003faa; /*AH*/
        color: #ffffff;
        text-decoration: none;
    }

.DisabledButton {
    background-color: #b5bec2;
    border: 1px solid #a0a9ad;
    color: #e7e7e7;
    margin: 5px;
    display: inline-block;
    font-family: 'Mute', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px !important; /*AH*/
}


.GreenButton {
    background-color: #275d38; /*AH*/
    border: 0px !important; /*AH*/
    color: #ffffff;
    display: inline-block;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
    font-weight: bold; /*AH*/
    /* margin: 5px 5px 5px 0px;*/
    padding: 6px 24px 4px 24px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px !important; /*AH*/
}

    .GreenButton:visited {
        background-color: #275d38; /*AH*/
        border: none;
        color: #ffffff;
        display: inline-block;
        font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
        font-size: 16px;
        font-weight: bold; /*AH*/
        padding: 6px 24px 4px 24px;
        text-align: center;
        text-decoration: none !important;
    }

    .GreenButton:hover {
        background-color: #14853D; /*AH*/
        color: #ffffff;
        text-decoration: none !important;
    }

    .GreenButton:focus { /*AH*/
        background-color: #14853D; /*AH*/
        color: #ffffff;
        text-decoration: none;
    }

/*Css change for DigArticle*/
.article-item {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

    .article-item .title {
        color: #002c77; /*AH*/
        font-family: 'MMC Display', Arial, sans-serif; /*AH*/
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
        display: block;
        line-height: 24px;
        text-transform: unset;
        letter-spacing: normal;
    }

    .article-item .by-text {
        display: block;
        font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
        color: #001f52; /*AH*/
        font-size: 15px;
        font-style: italic;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .article-item p, .content {
        font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
        margin-bottom: 23px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .article-item .btn {
        font-size: 18px;
        font-weight: 400;
        text-transform: none; /*AH*/
        color: #002c77; /*AH*/
    }

        .article-item .btn:visited {
            color: #002c77; /*AH*/
        }

        .article-item .btn:hover { /*AH*/
            color: #003faa; /*AH*/
        }

        .article-item .btn:focus { /*AH*/
            color: #003faa; /*AH*/
        }

.Blue .list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    color: #002c77; /*AH*/
}

    .Blue .list li a {
        color: #2c6ef2; /*AH*/
        text-decoration: underline;
    }

        .Blue .list li a:hover { /*AH*/
            color: #2c6ef2; /*AH*/
            text-decoration: none !important; /*AH*/
        }

        .Blue .list li a:focus { /*AH*/
            color: #2c6ef2; /*AH*/
            text-decoration: none !important; /*AH*/
        }

    .Blue .list li:last-of-type {
        border-bottom: none;
    }

/*Css change for Breadcrumb input DigArticle*/
.breadcrumb-link {
    width: 219px;
    height: 36px;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
    font-weight: bold; /*AH*/
    text-decoration: none solid rgb(102, 161, 185);
    line-height: 36px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.breadcrumb-arrow {
    width: 15px;
    height: 36px;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 18px;
    color: #808080;
    text-decoration: none solid rgb(128, 128, 128);
    line-height: 36px;
    /*letter-spacing: 1px;*/
    padding-left: 5px;
    padding-right: 5px;
}

#dnn_dnnBreadcrumb_lblBreadCrumb span span a {
    width: 219px;
    height: 36px;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
    font-weight: bold; /*AH*/
    text-decoration: none solid rgb(102, 161, 185);
    line-height: 36px;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #2c6ef2; /*AH*/
}

    #dnn_dnnBreadcrumb_lblBreadCrumb span span a:hover { /*AH*/
        text-decoration: none !important; /*AH*/
    }

    #dnn_dnnBreadcrumb_lblBreadCrumb span span a:focus { /*AH*/
        text-decoration: none !important; /*AH*/
    }

.breadcrumb-span {
    width: 219px;
    height: 36px;
    font-family: 'Noto Sans', Arial, sans-serif; /*AH*/
    font-size: 16px;
    font-weight: bold; /*AH*/
    text-decoration: none solid rgb(102, 161, 185);
    line-height: 36px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.digArticle-selected {
    text-decoration: underline;
}
