﻿/* List of F9 Supported Systems*/
.white-popup-block {
    background: #eeeeee;
    padding: 20px 20px;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    border-radius: 2px;
}

.list-of-all-systems h3 {
    color: #0077c5;
    text-align: center;
    padding-bottom: 20px;
}

.list-of-all-systems input {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 12px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.list-of-all-systems input:focus {
    border-color: #0077c5;
}

.list-of-all-systems ul {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow-y: scroll;
    height: 363px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-of-all-systems ul li {
    background-color: #fff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    text-decoration: none;
    font-size: 16px;
}

.list-of-all-systems ul .all-systems-header {
    background-color: #ddd;
    padding-left: 10px;
}

.list-of-all-systems ul li:not(:first-child) {
    border-bottom: 1px solid #ddd;
}

.list-of-all-systems ul li:last-child {
    border-bottom: 0px solid #ddd
}

.listofallsystems-contact-us {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.listofallsystems-contact-us * {
    display: inline-block;
}

.listofallsystems-contact-us span {
    padding-right: 10px;
}

.listofallsystems-contact-us a {
    background-color: #0077c5;
    color: #fff;
}
