<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.myProfileHolder {
    float: right;
    margin: 10px 0;
    position: absolute;
    top: 0;
	right: 35px;
}

.myProfileHolder .myProfile {
    /* background: #f1f1f1; */
    padding: 5px 8px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

/*
.myProfileHolder .roundLogo {
    width: 32px;
    height: 32px;
    top: 3px;
    margin: 0 5px 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-size: cover;
    background-position: -20px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 10;
    background-color: #fbfbfb;
}
*/

.myProfileHolder .roundLogo {
    width: 32px;
    height: 32px;
    top: 3px;
    margin: 0 5px 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    background-image: url('/local/images/user-tie.svg') !important;
    background-size: cover;
    background-position: center 8px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 10;
    background-color: #fbfbfb;
}

.myProfileHolder p {
	vertical-align: bottom;
    display: none;
    margin: 0 0 10px;
}

.myProfileHolder .chevron {
    font-family: 'Icomoonregular' !important;
	font-size: 16px;
    display: inline-block;
    height: 10px;
    line-height: 0;
    padding: 0 10px 0 10px;
    color: #666666;
    margin: 0 0 10px;
}

.myProfileHolder .dropdown {
	display: none;
    background: white;
    position: absolute;
    top: 46px;
    right: -1px;
    width: 100%;
    min-width: 180px;
    border: 1px solid white;
    box-sizing: content-box;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    border-top-right-radius: 0;
}

#page-ds .myProfileHolder .dropdown {
	right: 0;
}

.myProfileHolder .dropdown hr {
    margin: 10px 0;
    border-width: 1px 0px;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(255, 255, 255);
}
.myProfileHolder .dropdown .loggedin {
    font-size: 9px;
    letter-spacing: 1px;
    color: #3399ff;
    padding: 10px 10px 0;
}
.myProfileHolder .dropdown .username {
    padding: 0 10px;
    font-size: 13px;
}
.myProfileHolder .dropdown .nav {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.myProfileHolder .dropdown .nav a {
    color: black;
    padding: 0;
}

.myProfileHolder .dropdown .nav li {
    padding: 5px 15px;
}

.myProfileHolder .dropdown .nav i {
    padding-right: 20px;
    display: inline-block;
}

.myProfileHolder:hover .dropdown {
	display: block;
}
.myProfileHolder .dropdown .nav li:last-child {
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;
	background: #3297fd;
    margin-top: 8px;
}
.myProfileHolder .dropdown .nav li:hover, .myProfileHolder .dropdown .nav li:last-child  {
    background: #3297fd;
}

.myProfileHolder .dropdown .nav li:hover a, .myProfileHolder .dropdown .nav li:last-child a {
    color: white;
    background: none;
}

.myProfileHolder .dropdown .nav li:hover i, .myProfileHolder .dropdown .nav li:last-child i {
    background-image: url("/local/images/glyphicons-halflings-white.png");
}

.myProfileHolder:hover .myProfile {
	background: #3399FF;
    border-color: #3399FF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.myProfileHolder:hover .myProfile p {
	color: white;
}

@media screen and (min-width: 1200px) {
    .myProfileHolder .myProfile .myAccount {
	    display: inline-block;
    }
    section.profileIconButtonHolder {
	    right: 212px;
    }
	#action-buttons-on-the-top .controls {
		right: 181px !important;
	}
}

@media screen and (max-width: 980px) {
    .myProfileHolder {
        position: fixed !important;
        right: 5px !important;
    }

    .myProfileHolder .myProfile {
        padding: 5px 8px;
        height: 50px;
        cursor: pointer;
        border: none;
    }

    .myProfileHolder .nav li {
        padding: 10px !important;
        border: 0 !important;
        border-radius: 0 !important;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        color: #009DFF;
    }

    .myProfileHolder .nav li a {
        text-align: left;
    }
}

</pre></body></html>