/*CSS DESKTOP*/

#widget_header{
	background-color: #EEDC00;
	border-bottom: solid 1px #dae1e8;
	height: 75px;
	padding: 0;
    overflow: hidden;
}

#widget_header button, .s2s_panel .icon.close {
    background: transparent;
    border: none;
    height: 12px;
    margin-left: 6px;
    opacity: 1;
    padding: 0;
    width: 12px;
}

#widget_header_icon{
	background-image: url(../img/pix_header.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 102px;
	float: left;
    height: 74px;
    margin: 0;
    width: 87px;
}

.operator #widget_header_icon{
	background-image: url(../img/operator_header.png);
    background-size: 62px;
}

#widget_header_icon.goAway {
	background-image: url(../img/pix_end.gif);
	background-position: center;
}

#widget_header_title{
	color: #0047BB;
    font-family: texta_black;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 20px 0 0;
    text-transform: uppercase;
}

#widget_header_subtitle{
	color: #222427;
    font-family: texta_lightItalic;
    font-size: 16px;
    font-weight: lighter;
}

#widget_btn_group{
	position: absolute;
    right: 12px;
    top: 12px;
}

#widget_btn_group .minimize.minimized svg{
	margin-top: -19px;
}

.s2sStyle #widget_header{
	background-color: #E4EEFE;
}

.s2sStyle #widget_header_icon{
	background-image: url(../img/s2s_pix_header.png);
	background-position: center;
    background-size: 100px;
}

.s2sStyle .operator #widget_header_icon{
	background-image: url(../img/s2s_operator_header.png);
}

.s2sStyle #widget_header, .s2sStyle #widget_header_icon{
	height: 100px;
}

.s2sStyle #widget_header_title{
    align-items: center;
    color: black;
	display: flex;
	font-family: inter_black;
    font-weight: normal;
    height: 100px;
    margin: 0;
    text-transform: none;
}

.s2sStyle .operator #widget_header_title{
    flex-direction: column;
    justify-content: center;
}

.s2sStyle #widget_header_title, .s2sStyle #widget_header_title *{
	font-size: 18px;
}