﻿.impersonate-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 35px;
    background-color: #FFFFFF;
}
.breadcrumb {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.breadcrumb-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #002F87;
    text-decoration: none;
}

.breadcrumb-item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #242A35;
}
.impersonate-container .alert-info {
    padding-right: 35px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.impersonate-container .alert-dismissable .btn-close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: absolute;
    right: 21px;
    color: inherit;
    cursor: pointer;
    background:none;
}
.impersonate-content-box {
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
    .impersonate-content-box .input-group{
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .impersonate-content-box .input-group-addon {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        padding: 10px 12px 10px 12px;
        background: #eee;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid #ccc;
        align-items: center;
    }
.impersonate-btn, .impersonate-container input[type=submit] {
    background: #eee;
    padding: 2px 6px;
    border: 1px solid #5B5B5B;
    border-radius: 2px;
    margin-right: 5px;
    color: #333333;
}
.impersonate-container input:focus {
    outline: none;
    box-shadow: none;
}

.submit-button {
    background: #eee;
    padding: 2px 6px;
    border: 1px solid #5B5B5B;
    border-radius: 2px;
    margin-right: 5px;
    color: #333333;
}


@media screen and (max-width: 768px) {
    .impersonate-table-box {
        max-width: 100%;
        width: 99.8%;
        overflow-x: scroll;
    }
}
