﻿.wcagIframe {
    width: 100%;
    height: 500px;
    overflow: hidden;
    
}

.wcagHelpBtnContainer{
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.wcagHelpContainer {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.wcagHelpContainer img
{
 max-height:40px;
}


h3{
    width:100%;
}

.umb_box_wide {
    overflow: hidden;
}

.wcagCollapseGroup{
    width: 100%;
    height: auto;
    transition: 0.5s;
}

wcagCollapsed{
    height: 0;
    padding: 0;
}

.wcagHeading{
    cursor: pointer;
}

.wcagResultBox {
    border: 1px solid;
    margin: 5px;
    padding: 5px;
}

.wcagPass {
    border-left: 5px solid #c0e7b0;
}

.wcagViolation {
    border-left: 5px solid #e61919;
}

.wcagIncomplete {
    border-left: 5px solid #ffb832;
}

.wcagInapplicable {
    border-left: 5px solid #989898;
}

.wcagBestpractice {
    border-left: 5px solid #096eb5;
}


.wcagHelpModal {
    width: auto;
    right: 35px;
    height: 100% !important;
    overflow-y: scroll;
    top: 0 !important;
}

.wcagHelpCard {
    padding: 0px 5px;
    background-color: #e9e9e9;
}

.container {
    width: 100%;
}

.closedia {
    padding-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.5rem;
    margin-top: 10px;
}

.wcagResultIndexError {
    background: red;
}

