
/*Global User*/
.global-view {
    border-radius: 5px;
    max-width: 460px;
    margin: auto;
    box-shadow: 0px 0px 4px #cecece;
    overflow: hidden;
    padding: 3% 4%;
    text-align: center;
    background: #fff;
    color: #353535;
    margin: 50px auto;
}
.availableAccount.selectedUser {
    background: #01a1dc;
    color: #fff;
}
.sitc-globalview-login-stagetwo .b2b-action {
    text-align: center;
    margin: auto;
    float: none;
    margin-top: 1em;
}
.availableAccount i {
    width: 100%;
    display: block;
    font-size: 40px;
} 
.b2b-clear-both-invisible {
    clear: both;
    margin: 0;
    border: none;
}
.selectInput {
    display: block;
}
.radio-gv-toolbar {
    margin-bottom: 0px;
}
.radio-gv-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-gv-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 3px solid #ffffff;
        width: 100%;
}
.radio-gv-toolbar input[type="radio"]:checked + label {
    border: 3px solid #303830;
}
.radio-gv-toolbar > div {
    border-bottom: 1px solid #ddd;
}
.radio-gv-toolbar > div:last-child {
    border-bottom: 0px;
}
.radio-gv-toolbar h4 {
    font-weight: bold;
    margin-bottom: 0px;
}
.radio-gv-toolbar svg {
    border-radius: 30px;
    height: 37px;
    margin-top: 2px;
    background: #f2f2f2;
    padding: 6px;
}
.availableAccount label {
    background: #f8f8f8;
}
.sitc_globalview-login-stagetwo #maincontent {
    background: #fafafa;
}
.globalview-links li a:hover {
    opacity: 0.7;
}
.globalview-links li a {
    color: #fff;
    padding: 6px 15px;
    background: #353535;
    border-radius: 4px;
}
.globalview-links li {
    display: inline-block;
    margin: 0px 10px;
}
.globalview-links {
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 999;
    bottom: 0;
    text-align: center;
    padding: 12px;
}
.globalview-links::before {
    content: 'Global View: ';
    color: #fff;
    font-weight: bold;
}