.cssSearchDisplayName
{
    font-size: 8px;
    color: darkblue;
    font-weight: 750 !important;
}

.cssSafePassageWordWrap {
    word-wrap: break-word;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
  }

.cssSpHr
{
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
    margin-top: 40px;
}
.spTrash
{
    float: right;
}
.spSimNamed
{
    border-style: solid;
}
.spCheckboxRes
{
 font-size: 20px;

}

.spSimilarNamedBox
{
    border-style: solid;
    padding: 20px;
    border-color: #f2f2f2;
    border-radius: 10px;
    border-width: 10px;
    background-color: #f2f2f2;

}

.spCheckboxmatchPercentage
{
    width: 400px;
    font-size: 20px;
    background-color: #5886ae;

    /* background-color: #337ab7; */
    /* background-color: #5a74b8; */
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-align: center;
    vertical-align: middle;
}

.spCheckboxRessearchname
{
    min-width: 300px;
    font-size: 14px;
    background-color: #d8e6f2;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;

}

.spCheckboxResaddress
{
    min-width: 300px;
    font-size: 14px;
    background-color: #d8e6f2;
    /* background-color: #ebe8e8; */
    display: inline-block;
    padding: 5px;
    border-radius: 5px;

}

.spSelectForTags
{
    width:auto;
}
.cssSafepassageDetailTable
{
    /* border-style: solid; */
    border-radius: 8px;
    border-color: lightgray;
    border-width: thin;
    padding: 10px;

}

.cssSafePassageMatLine
{
    border-style: solid;
    border-color: #80808078;
    border-width: thin;
    border-radius: 8px;
}

.cssSafePassageHeaderRow {
    font-size: 20;
    font-weight: 700;
    color: grey;
    border-style: solid;
    border-color: #80808078;
    border-width: thin;
    border-radius: 8px;
    background-color: #337ab778 !important;
    color: #ffffff;
}

.cssSafePassageMatListItem
{
    border-style: solid;
    border-radius: 8px;
    border-color: lightgray;
    border-width: thin;
    font-size: small;
    max-width:  100%;
    overflow: auto;
    max-height: 400px;
}

.cssSafePassageMatBut {
   padding: 3px;
}

.cssSafePassageTab {
    border-left-style: outset;
    border-top-style: outset;
    border-right-style: outset;
    /* padding: 1px; */
    background-color: azure;
    border-radius: 8px;
}

.cssSafePassageButtonForVisitor
{
    border-radius: 5px;
   /* background-color: yellow !important;*/
}

.mat-dialog-container {
    border-radius: 5px;
}
.mat-button, .mat-icon-button {
    background: 0 0;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff;
    border-radius: 5px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.cssSpDialogMatFormField {
  display: block;
}

.cssSafePassageVACCTitleImage
{
    height: 60px;
    width: 60px;
}

.cssSafePassageVisitorImage
{
    height: 30px;
    width: 30px;
}

.cssSafePassageSSOSafePassageImage
{
    height: 50px;
    width: 180px;
}
.cssSafePassageTitleImage
{
    height: 25px;
    width: 90px;


}

li {
    font-size: large;
}

div.panel-heading {
   font-size: x-large;
}
/*body{
    margin: 20px;
    padding-bottom: 20px !important;
}*/
/*.cssSafePassageSpacer
{
    height: 800px;
    width:100%;
}*/

.cssSafePassageContainer
{
    /*padding-bottom: 261px;
    margin-bottom: 200px; */
    /*height: 600px*/
    max-height: 80%;
}
.cssSafePassageBody
{
    /*max-height: 50px;*/
    /*background-color: yellow;*/
    /*overflow: auto;*/
    padding: 20px;
    /*height: 500px;*/
    /*margin: 100px;*/
    /*padding-bottom: 5286px !important;
    margin-bottom: 1000px !important;*/
}
table td, table td * {
    vertical-align: top;
}
.cssSafePassageFormDetails
{
    padding: 10px;
}
.cssSafePassagePaddingLeftRight
{
  padding-left: 10px;
  padding-right: 10px;
}
.cssSafePassagePanelBody
{
    background-color: #9e9e9e00;

}
.cssSafePassageButton
{
    width: 255px  !important;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cssSafePassageExpired
{
    color: red;
}
.cssSafePassageButtonWidth
{
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
.cssSafePassageButtonSpacing
{
    margin-right: 5px !important;
}
.cssSafePassagePanel
{
    height: 60px;
}
/*.cssSafePassageParentDetails
{
    position: relative;

    height: 100px;
    width: 100%;
    background-color: yellow;
}
.cssSafePassageChildSearchResults
{
    position: absolute;
    float: left;
    height: 30px;
    width: 35%;
    background-color: red;
}
.cssSafePassageChildSearchResultsDetail
{
        position: absolute;
    float: left;
    height: 30px;
    width: 65%;
    background-color: blue;
    right: 0px;
}*/

.SafePassageCSSHighlight
{
    background-color:rgb(252, 173, 173);
    /* border-radius: 3px;
    padding: 1px;
    margin: 2px; */
}
.cssSafePassageTable
{
    padding: 10px;
    width: 500px;
}
.cssSafePassageSearchPanel
{
    /* padding: 10px; */
    width: 285px;
    margin: 15px;
}
.cssSafePassageTabContent
{
    padding: 10px;
}
.cssSafePassageDetailTab
{
    padding: 10px;
}
.cssSafePassagelabelSize
{
    font-size: small;
}

.cssSafePassageRequired.ng-invalid {
    background-color: #ffe6e6;
}

/*select.ng-invalid {
  background-color: #ffe6e6;
}

input.ng-invalid {
  background-color: #ffe6e6;
}*/
.cssSafePassageGlyph
{
    right: 10px;
    /*padding: 5px;
    right: 10px;
    top: 51px;
    margin-top: 5px;*/
}
.cssSafePassageDropDown
{
    border-radius: 2pt;
    width: 70pt;
    height:25pt;
}

.cssSafePassageFormControl
{
        width: 20%;
}
.cssSafePassageSSO
{
    padding: 13px;
    height: 280px;
}
.cssSafePassageSSOVACCImage
{
    height: 350px;
    max-height: 80%;
}
.cssSafePassageDetailsPanel
{
    height: 100%;
}
.cssSafePassagePoweredBy
{
    font-size: 12px;
    max-height: 80%;
}
.cssImageStyleResident
{
    margin-top: 20px;
    box-sizing: border-box;
    width: 200px;
    height: 300px;
    border: groove;
    margin-bottom:5px;
    border-radius: 14px;
    object-fit: cover;
}
.cssImageStyleVisitor
{
    box-sizing: border-box;
    width: 200px;
    height: 300px;
    border: groove;
    margin-bottom:5px;
    border-radius: 14px;
    object-fit: cover;
}
