#header {
	position: relative;
	max-height: 0;
	z-index: 3;
}

#header>.head {
	width: 100%;
	min-width: 1200px;
	position: fixed;
	top: 0;
    z-index: 1;
	/*
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	*/
	background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
	/*position: relative;*/
}

#header > .head > form {
    height: 100%;
}

#header>.head table {
	height: 100%;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header td.search {
	text-align: left;
}

#header td.login {
	width: 35px;
}

#header td.passwd {
	width: 220px;
	vertical-align: bottom;
}

#header td.email {
	width: 220px;
	vertical-align: bottom;
}

#header td.logo {
	width: 150px;
}

#header td.logo div.logoBack {
	height: 38px;
	box-sizing: border-box;
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

#header td.logo div.logoBack:HOVER {
	border: 2px solid #D4D4D4;
	border-radius: 4px 7px 7px 4px;
	position: absolute;
	border-left: 2px solid transparent;
	cursor: pointer;
	padding-left: 5px;
}

#header td.logo div.logoBack:HOVER:AFTER,
#header td.logo div.logoBack:HOVER:BEFORE {
	content: "";
	position: absolute;
	width: calc(100% / 2 + 2px);
	height: calc(100% / 2 + 2px);
	background: transparent;
	box-sizing: content-box;
	left: -9px;
	border-left: 3px solid #D4D4D4;
}

#header td.logo div.logoBack:HOVER:BEFORE {
	top: -1px;
	transform: skewX(-40deg);
	border-radius: 1px 0 0 3px;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	-moz-transform: skewX(-40deg);
}

#header td.logo div.logoBack:HOVER:AFTER {
	bottom: -1px;
	transform: skewX(40deg);
	border-radius: 3px 0 0 1px;
	-webkit-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	-o-transform: skewX(40deg);
	-moz-transform: skewX(40deg);

}

#header td.btn {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#header td.logo span {
	font-size: 24px;
	padding-left: 5px !important;
}

#header tr.h-bottom label {
	/*color: #039F61;*/
	vertical-align: middle;
}

#header tr.h-bottom label a {
	/*color: #039F61;*/
	color: white;
	text-decoration: none;
}

#header tr.h-bottom label a:hover {
	/*color: #039F61;*/
	color: white;
	text-decoration: none;
}

#header tr.h-bottom label a:visited {
	/*color: #039F61;*/
	color: white;
	text-decoration: none;
}

#header .head_formatter input {
	border: 0px solid #000000;
	width: 152px;
	height: 28px;
	border-radius: 3px;
	font-size: 14px;
	margin: auto;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}

#header .head_formatter input[type='checkbox'] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 0 !important;
	background-color: transparent;
}

#header .head_formatter label {
	/*font-weight: bold;*/
	font-size: 13px;/*14px;*/
	color: white;
}

#header .ui-multiselect-menu label {
	font-size: 13px;
}

input::-ms-clear {
	display: none;
}

#header input.search-box {
	background-color: #FFFFFF;
	color: gray !important;
	font-weight: bold;
	border: 1px solid #818285;
	/*background-image: url("/dssb/assets/images/searchbox_s.png");*/
	background-position: 99%/*240px*/ 8px;
	background-repeat: no-repeat;
	width: 96%;
}

.header-menu-bar {
	height: 40px;
	background: #E2E2E2;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	position: fixed;
	top: 50px;
	min-width: 1200px;
	width: 100%;
}

.header-menu-bar a {
	text-decoration: none;
	color: #FFFFFF;
}

.header-menu-bar table {
	width: 1180px;
}

.header-menu-bar td {
	white-space: nowrap;
	width: 0px;
}

.header-menu-bar .menu-bar-spacing {
	width: 100%;
}

.header-menu-bar .menu-bar-faq {
}

.header-menu-bar .menu-bar-user {
	width: 50px;
}

.header-menu-bar .menu-bar-user span {
	text-decoration: underline;
	cursor: pointer;
}

.header-menu-bar .menu-bar-logout a {
	color: #F5C733;
}

.header-menu-bar img {
	max-height: 10px;
	max-width: 10px;
}

.header-menu-bar>table {
	height: 100% !important;
}

#header > .head table td {
	padding: 0;
	height: 100%;
}

#header > .head .buttons {
	height: 100% !important;
	width: auto !important;
	margin-right: 13px;
}

#header > .head table.head_formatter {
	margin-left: 15px;
	/* margin-right: 25px; */
	max-width: calc(100% - 40px);
}

#header > .head .buttons td {
    height: 100%;
}

#header > .head .buttons .hd-selected:hover {
	background-color: #F0F0F0;
}

#header > .head .buttons .hd-button > span.lab {
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    text-align: center;
    bottom: 3px;
}

#header > .head .buttons .vht_align {
	cursor: pointer;
	/*height: 100%;
	min-width: 90px;*/
	/*margin: 5px;*/
}

#header > .head .buttons td {
	text-align: center;
	min-width: 45px;
}

#header > .head .buttons td.b_alert {
   /* width: 50px;*/
}

#header > .head .buttons td.b_alert .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_widgets {
   /* width: 50px;*/
}

#header > .head .buttons td.b_widgets .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_groups {
  /* width: 50px;*/
}

#header > .head .buttons td.b_groups .lab {
   /* bottom: 7px;*/
}

#header > .head .buttons td.b_groups .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_rp {
   /* width: 50px;*/
}

#header > .head .buttons td.b_rp .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_keypad {
   /* width: 50px;*/
}

#header > .head .buttons td.b_keypad .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_contacts {
   /* width: 50px;*/
}

#header > .head .buttons td.b_contacts .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_onebox {
   /* width: 50px;*/
}

#header > .head .buttons td.b_onebox .ico {
    font-size: 25px;
}

#header > .head .buttons td.b_connection_indicator {
  	max-width: 45px;
}

#b_log_out_btn {
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #FCD040;
	cursor: pointer;
	white-space: nowrap;
}

#header > .head .buttons .sep {
	height: 100%;
	width: 3px;
	background: linear-gradient(to left, rgba(255,255,255,0.9), rgba(0,0,0,0.2));
	background: -moz-linear-gradient(right, rgba(255,255,255,0.9), rgba(0,0,0,0.2));
	background: -webkit-linear-gradient(right, rgba(255,255,255,0.9), rgba(0,0,0,0.2));
	background: -o-linear-gradient(right, rgba(255,255,255,0.9), rgba(0,0,0,0.2));
	background: -ms-linear-gradient(right, rgba(255,255,255,0.9), rgba(0,0,0,0.2));
}


/* NOTIFICATION */

#header > .head .buttons .b_onebox > .hd-button,
#header > .head .buttons .b_alert > .hd-button {
	position: relative;
} 

.noti-container {
	margin: 14px 0 0 -18px;
	z-index: 2;
}

#header > .head .noti-icon-container {
	display: block !important;
    position: absolute;
    z-index: 2
}

#header > .head .buttons .b_onebox .noti-icon-container {
    top: -10px;
    left: 8px;
}

#header > .head .buttons .b_alert .noti-icon-container {
    top: -12px;
    left: 6px;
}
	
	
#onebox-count-icon,
#noti-count {
	border-radius: 9px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	min-width: 18px;
	width: auto;
	background: red;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	flex-flow: column nowrap;
}

#onebox-count-icon > span,
#noti-count > span {
	display: block;
    font-size: 10px;
	text-shadow: none;
	padding: 0 5px 0 5px;
}

.ic_help_trigger {
	background: url("/dssb/assets/images/help/svg/ic_help_trigger_responsive.svg") 0px 0px no-repeat;
	height: 24px;
	width: 21px;
	background-size: contain;
}

.connection-indicator {
	height: 25px;
}

.connection-indicator .image {
	background: url("/dssb/assets/images/connection_ic_sprite.png") 0 0;
	display: block;
	width: 28px;
	height: 23px;
}

.connection-indicator .tooltip {
	/* top: 6px; */
	/*background: black;
	display: block;
	color: white;
	vertical-align: middle;
	position: relative;	
	right: -30px;
	padding: 4px 6px;
	width: 160px;
	min-height: 25px;
	z-index: 2;
	bottom: 29px;*/
	background: none repeat scroll 0% 0% #000;
	display: block;
	color: #FFF;
	vertical-align: middle;
	padding: 4px 6px;
	min-height: 22px;
	z-index: 2;
	min-width: 75px;
	position: fixed;
	margin-left: 31px;
	margin-top: -21px;
}

.connection-indicator .tooltip .message {
	font-size: 11px;
	vertical-align: middle;
}

.buttons-tooltip {
	position: fixed;
	background: black;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	box-shadow: none;
	padding: 7px 10px 7px 10px;
	border: none;
	border-radius: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	min-width: 40px;
	text-align: center;
	/*max-width: 100px;*/
}

.buttons-tooltip::AFTER {
	content: ''; 
    position: absolute;
    top: -20px;
    right: 5px;
    border: 8px solid transparent;
    border-bottom: 15px solid black;
}

div.header-menu-tooltip {
	overflow: hidden;
}

div.header-menu-tooltip .menu-list {
	display: block;
	background: #F1F1F2;
	position: absolute;
	min-height: 30px;
	top: 40px;
	width: 148px;
	right: 332px;
	z-index: 3;
	border: 1px solid rgb(199, 187, 187);
}

div.header-menu-tooltip ul.menu-list  {
	margin-left: 0;
	padding: 10px;
	text-align: left;
	display: block;
}

div.header-menu-tooltip ul.menu-list li{
	list-style-type: none;
	display: inline-block;
	margin-bottom: 3px;
	margin-top: 3px;
}

div.header-menu-tooltip ul.menu-list li div.vht_align{
	/*display: table-caption;*/
	width: 46px;
	text-align: center;
}

div.header-menu-tooltip ul.menu-list li div.vht_align > span.lab_menu {
	font-size: 11px
}

div.header-menu-tooltip ul.menu-list li span{
	/*margin-left: 7px;*/
}

div.header-menu-tooltip .ico{
	font-size: 25px
}

.vht_align> div.table-caption-div {
	display: table-caption;
}

/*
div.header-menu-tooltip .menu-list:after {
	content: ''; 
    position: absolute;
    top: -20px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 15px solid white;
}*/

#header> .head > .alert-panel {
	background: #ffd025;
	box-shadow: 0 0 10px rgba(108, 108, 108, 1);
	position: fixed;
	font-size: 16px;
	font-weight: bold;
	color: #2e4158;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	z-index: 1;
}

#header .head_formatter .arrow {
	width:9px;
	height:5px;
	background-image: url("/dssb/assets/images/86b/ic_menu_downarrow.png");
	background-repeat: no-repeat;
	display:inline-block;
}

#header .head_formatter .menu_header {
	position: absolute;
	z-index: 3;
	width:162px;
	background-color: rgb(239, 239, 239);
	box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.55);
}

#header .head_formatter .menu_header_item {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: rgb(150, 150, 150);
	min-height: 20px;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 3px;
	color: rgb(49, 66, 88);
}

#header .head_formatter .menu_header_item:HOVER {
	background-color: #FBCD41;
}

#header .head_formatter .menu_header_top {
	position: absolute;
	background-color: rgb(239, 239, 239);
	height: 5px;
	z-index: 3;
	top:0px;
}

#header .head_formatter .header_info {
	display: flex; 
	display: -webkit-flex;
	color: white;
	/*-webkit-justify-content: space-around;
	justify-content: space-around; */
	height: 100%;
	font-size: 14px;
}

#header .head_formatter .header_info_item {
	padding-left: 6px;
	padding-right: 6px;
	height: 100%;
	display: flex; 
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#header .head_formatter .login_table {
	margin-right: 0px !important;
	width: auto !important;
}

#header .head_formatter #signin_div {
	color: rgb(49, 66, 88);
}
