html{
     background-color: #f7f7f7;
}

@media (min-width: 992px) {
   .equal{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
       padding-bottom: 10px;
    }
}

.panel {
    width: 100%;
    height: 100%;
}

.page-titles {
    background-color: #f9fafb;
    margin: 0 -30px 30px;
    padding: 15px;
    padding-bottom: -20px;
    box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}


.navbar-custom-gray {
    background-color: #dcddde;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.progress-striped.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite !important;
    -o-animation: progress-bar-stripes 2s linear infinite !important;
    animation: progress-bar-stripes 2s linear infinite !important;
}


h2.pdf {
    color: rgb(0, 0, 0);
    direction: ltr;
    display: inline;
    font-family: Georgia;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;

    margin-bottom: 5px;
    margin-top: 5px;
    width: auto
}

h4.pdf {
    color: rgb(0, 0, 0);
    direction: ltr;
    display: inline;
    font-family: Georgia;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
}

h3.pdf {
    color: rgb(0, 0, 0);
    direction: ltr;
    display: inline;
    font-family: Georgia;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    width: auto;
}
body.pdf{
    color: rgb(0, 0, 0);
    direction: ltr;
    display: inline;
    font-family: Georgia;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    width: auto;
}

.failed {
    color: red;
    font-weight: bold;
}

.passed {
    color: black;
}

.required:before {
    content:"*";
    color:#d2322d;
}


.icon-red {
    color:#d2322d;
    font-size: 10pt;
    vertical-align:middle;
    cursor:pointer;
}
.icon-green {
    color:#47a447;
    font-size: 10pt;
    vertical-align:middle;
    cursor:pointer;
}
.icon-blue {
    color:#3276b1;
    font-size: 10pt;
    vertical-align:middle;
    cursor:pointer;
}

.multiple-checkbox ul {
    list-style-type:none;
}

.toggler {
    font-weight:bold;
    cursor:pointer;
    margin-bottom:10px;
}

.panel-heading-body {
    text-align: center; 
    background-color: #0076c4 !important; 
    height: 50px; 
    color: white !important;
}

.panel-heading-content {
    margin: 0; 
    font-weight: bold;
}