﻿/*#19587*/

.snapshotwidget {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

    .snapshotwidget .table thead tr {
        font-size: 14px !important;
        background-color: white;
        background-image: none;
    }

    .snapshotwidget .widget-title {
        font-size: 15px;
        margin-bottom: 10px;
        padding: 8px;
        background-color: rgb(96, 116, 124);
        color: white;
        font-weight: 600;
    }

    .snapshotwidget .widget-body {
        background: white;
        border-radius: 0;
        border-width: 1px 1px 2px;
        border-style: solid;
        border-top: none;
        border-right-color: #60747c !important;
        border-bottom-color: #60747c !important;
        border-left-color: #60747c !important;
    }

    .snapshotwidget section {
        margin-bottom: 7px;
    }

    .snapshotwidget .title {
        font-size: 15px;
    }

    .snapshotwidget input {
        cursor: not-allowed;
        pointer-events: none;
    }

        .snapshotwidget input[type="checkbox"], .snapshotwidget input[type="radio"] {
            transform: scale(1.2);
            margin-right: 5px;
        }

    .snapshotwidget hr {
        width: 98%;
        margin: 8px auto;
    }

        .snapshotwidget hr.hr-hidden {
            visibility: hidden;
            margin: 0 0 5px 0;
        }
.btn-ce21 {
    background-color: #38A4D8 !important;
    border-color: #195988 !important;
    color: white;
}

    .btn-ce21:hover {
        background-color: #95af4f !important;
        border-color: #195988 !important;
        color: white;
    }

.popCertificationPreviewMainClass .mfp-iframe-holder .mfp-content {
    max-height: 440px;
    max-width: 800px;
}

    .popCertificationPreviewMainClass .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
        padding-top: 75%; /* This is width to height ratio needs to be always in percentage. If width is 100%, height will be 100% */
    }