﻿.fseList {
    align-items: center;
    background-color: #f5f5f5 !important;
}

.fseResults {
    width: 100%;
    align-content:center;
    display: inline-block;
}

.colLookup {
    width: 35%;  
    display: inline-block;
    justify-content: center;
    margin:5px;
    border-radius: 25px;
    align-items: center;
    background-color: white !important;
  
}
@media screen and (max-width: 600px) {
    .colLookup {
        width: 90%;
    }
    
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .colLookup {
        width: 50%;
    }
}  

.phoneResults {
    float: left;
    display: inline-block;
    padding-top: 15px;
}

.phoneResults img {
    padding: 0;
    height: 70px;
    width: 70px;
}

.resultsArea {
    /* Center vertically and horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 25px;
}

.fseName {
    border-bottom: 3px solid #cf2027;
    font-weight: 900;
    font-size: 20px;
}

.fsePhoneNumber {
    background-color: #cf2027;
    color: white;
    border-radius: 25px;
    padding-left:5px;
    padding-right:5px;
    align-content:center;
}

.textBox {
    width: 95% !important;
    text-align: left;
}

.customModal {
    border-block-color: black;
    border-block-style: solid;
}

.modalFse {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.fsePhone{
    padding-top:15px;
    width:15%;
}
.fseEmail {
    padding-top: 15px;
    width: 15%;
}


@media screen and (max-width: 600px) {
    .fsePhone {
        padding-top: 15px;
        width: 25%;
    }
    .fseEmail {
        padding-top: 15px;
        width: 25%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .colLookup {
        width: 50%;
    }
}

.fourColumn, .col4, .subpageEditWhiteBox4, .col4NotResponsive {
    float: left;
    display: inline-block;
    width: 25%;
}

.fseCol3{
    display:inline-block;
    width:33%;
}

@media screen and (max-width: 600px) {
    .twoColumn, .col2, .subpageEditWhiteBox2, .threeColumn, .col3, .subpageEditWhiteBox3, .twoThirdsOfPage, .thirdOfPage,
    .fourColumn, .col4, .col5, .subpageEditWhiteBox4, .threeQuartersOfPage, .col6Stacked, .fseCol3 {
        width: 100%;
    }

    .col6, .col7 {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .twoColumn, .col2, .subpageEditWhiteBox2,
    .threeColumn, .col3, .subpageEditWhiteBox3,
    .fourColumn, .col4, .col5, .col6, .subpageEditWhiteBox4, .fseCol3 {
        width: 50%;
    }

    .twoThirdsOfPage, .thirdOfPage, .threeQuartersOfPage, .col6Stacked {
        width: 100%;
    }

    .col7 {
        width: 25%;
    }
}