/*
 * Copyright (C) ThermoFisher Scientific Inc.- All Rights Reserved
 * Unauthorized use or copying of this file, via any medium is strictly prohibited and will be subject to legal action.
 * Proprietary and confidential
 */

/*!
 * Thermo Fisher Theme Header Styles
 */

.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
	float: right;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e3e2e3));
	background-image: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);*/
}

.navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
	background-image: -o-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#fefefe));
	background-image: linear-gradient(to bottom, #e2e2e2 0%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#fffefefe', GradientType=0);
	background-repeat: repeat-x;/*-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);*/
}

.navbar-default .navbar-nav > li > a {
	color: #ababab;
}

.navbar-brand, .navbar-nav > li > a {
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, .25);*/
}

.navbar-default .navbar-logo {
	background: transparent url(../images/logo-lifetech.png) no-repeat 5px 15px;
}

.navbar-logo {
	display: block;
	vertical-alignment: middle;
	width: 205px;
	height: 50px;
	margin-left: 40% !important;
}

.navbar-scndlabel {
	font-size: 17px;
	font-weight: bold;
}

.navbar-firstlabel {
	font-size: 17px;
}
.navbar-label {
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

.icon-hdr-cloudicon {
	background-color: #EB3436;
	color: #ffffff;
	border-radius: 50%;
	padding: 7px 5px;
	font-size: 20px;
	margin-left: 5px;
	position: relative;
}


.navbar-inverse .navbar-logo {
	background: transparent url(/apps/dashboard/header/CS-web-logo.png) no-repeat 5px 15px;
	background-position: center center;
	background-size: 205px 30px;
}

.navbar.navbar-inverse.navbar-fixed-top {
	max-height: 51px;
}

.navbar-inverse {
	border-top: 0 !important;
	border-bottom: 2px solid #EB3436;
	background-image: -webkit-linear-gradient(top, #3E3E3E 0%, #2B2E2E 100%);
	background-image: -o-linear-gradient(top, #3E3E3E 0%, #2B2E2E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3E3E3E), to(#2B2E2E));
	background-image: linear-gradient(to bottom, #3E3E3E 0%, #2B2E2E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff26307c', endColorstr='#ff151b46', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #2B2E2E 0%, #3E3E3E 100%);
	background-image: -o-linear-gradient(top, #2B2E2E 0%, #3E3E3E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2B2E2E), to(#3E3E3E));
	background-image: linear-gradient(to bottom, #2B2E2E 0%, #3E3E3E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151b46', endColorstr='#ff26307c', GradientType=0);
	background-repeat: repeat-x;/*-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);*/
}


/*Fix to the right side settings icon in top nav*/
.navbar-inverse.navbar-fixed-top > .col-xs-3 > .nav.navbar-nav.navbar-right > .dropdown > .dropdown-toggle {
	height: 50px; /* Fix to the right side settings icon in top nav */
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand .app-name, .navbar-inverse .navbar-nav > li > a {
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
	/*color: white !important;*/
}

.navbar-inverse .navbar-brand .app-name {
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
	color: white !important;
	letter-spacing: .03em;
}

.navbar-inverse .navbar-nav > li > a {
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
	color: #ccc !important;
}

.navbar-inverse .navbar-nav > li > a:focus {
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
	color: #fff !important;
	background-color: transparent !important;
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}

.hamburger-icon{
	font-size : 22px;
	padding: 0;
}

/*********** Specific Styles *****************/
.top-left-menu {
	padding: 0;
}


.btn-top-left {
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-inverse .btn-top-left {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* Top Bar icons */
.navbar-inverse .icon-notifications {
	color: #fc8900;
}

.app-name {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-left: 30px !important;
	color: #000 !important;
	font-weight: 600;
	font-size: 14px;
}
/*.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}*/

/*  custom dropdowns */

/* Navbar Default Dropdown Style Rules
/******************************************/

.navbar-default .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #444;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #232323 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #999 !important;
	background-color: transparent !important;
}

.navbar-default .navbar-right .dropdown {
	border-left: 0;
}
/* Top toggle Menu Button */

.navbar-default .dropdown-toggle .icon-bars-button {
	display: inline-block;
	vertical-align: middle;
}

.navbar-default .dropdown-toggle .icon-bar {
	margin-bottom: 2px;
	display: block;
	background: #ababab;
	width: 22px;
	height: 3px;
}


/* Navbar Inverse Dropdown Style Rules
/******************************************/

.navbar-inverse .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: rgba(22,22,22, .90) !important;
	/*background-image: -webkit-linear-gradient(top, #666 0%, #333 100%);
  background-image:      -o-linear-gradient(top, #666 0%, #333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  background-image:         linear-gradient(to bottom, #666 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;*/
	border: 1px solid rgba(0, 0, 0, .15) !important;
	border-width: 0 1px 1px !important;
	border-radius: 0 0 4px 4px !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #eee !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #eee !important;
	background-color: #232323 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #eee !important;
	background-color: transparent !important;
}

.navbar-inverse .dropdown-toggle .icon-bars-button {
	display: inline-block;
	vertical-align: middle;
}

.navbar-inverse .dropdown-toggle .icon-bar {
	margin-bottom: 2px;
	display: block;
	background: #ccc;
	width: 22px;
	height: 3px;
}

.navbar-inverse .navbar-right .dropdown {
	border: 0;
}

/* Hack fix for jquery slide menu */
.dropdown-menu.main {
	background-color: #080808 !important;
	color: #545454 !important;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	border-width: 0 1px 1px !important;
	border-radius: 0 0 4px 4px !important;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}


.dropdown-menu.main > li > a {
	color: #545454 !important;
}

.dropdown-menu.main > li > a:hover,
.dropdown-menu.main > li > a:focus {
	color: #eee !important;
	background-color: #232323 !important;
}

.icon-profile {
	font-size: 22px;
}

/* Chevron styles */
.header-crumb {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 10;
	top: 51px;
	left: 53px;
	background: #e3e3e3;
	width: 95%;
	/*-webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, .175);
	box-shadow: 0 0px 6px rgba(0, 0, 0, .175);*/
}



.app-logo {
	background: url(../images/app-logo.png) no-repeat 10px 13px;
}

.chevron {
	list-style: none;
	overflow: hidden;
	height: 60px;
	font: 400 16px "Roboto", Helvetica, Arial, Sans-Serif !important;
	margin: 0;
	padding: 0;
}

.chevron li {
	float: left;
}

.chevron li a {
	color: #007ed5;
	/*-webkit-text-stroke: 1px #007ed5;*/
	text-decoration: none;
	/*padding: 20px 15px 20px 50px;      big screen padding */
	padding: 20px 8px 20px 40px;     /* small screen padding */
	background: #e3e3e3;                   /* fallback color */
	background: hsla(0,0%,89%,1.00);
	position: relative;
	display: block;
	float: left;
	-webkit-transition: all ease-in .2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.chevron li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 20px solid #e3e3e3;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
	-webkit-transition: all ease-in .2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.chevron li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 20px solid #e3e3e3;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 0px;
	left: 100%;
	z-index: 1;
}

.chevron li:first-child a {
	padding-left: 60px;/*background:url(../images/app-logo.png) no-repeat 10px 13px;*/
}

.chevron li .icon {
	font-size: 40px !important;
	position: fixed;
	margin-left: -40px;
	margin-top: -18px;
}

.chevron li a:hover {
	background: #f0f0f0;
}

.chevron li a:hover:after {
	border-left-color: #f0f0f0 !important;
}

.chevron li a.active {
	background: #fff;
	color: #333 !important;
	/*-webkit-text-stroke: 1px #333;*/
}

.chevron li a.active:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.hide {
	display: none;
}

.showLogo {
	opacity:1;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	-ms-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}

.hideLogo {
	opacity: 0
}

.chevron li a.active:after {
	border-left-color: #fff !important;
}

.region-tick {
	width: 15px;
	margin-left: -10px;
}

.region-abbr {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 10px;
	color: #cccccc;
	font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.menu-border-right {
	border-right: 0!important;
}

#header_regionmenu {
	padding-left: 5px;
	padding-right: 10px;
}

#header_regionmenu, #header_usermenu {
	cursor: pointer;
	background: transparent;
	border: none;
}

#header_hamburgerMenu {
	padding-left: 5px;
}

#header_right .divider {
	background-color: #222 !important;
}

.dropdown-header .dropdown-menu > li > a {
	padding: 6px 20px;
}

.app-header-title {
	position: relative;
	top: 18px;
	left: 30px;
	font-size: 13px;
}

.icon-hdr-check-mark {
	width: 20px !important;
	font-size: 17px !important;
}

.icon-header {
	width: 20px;
	display: inline-block;
}

/******** Chevron size up*************/
@media (min-width: 1200px) {
	.chevron li a {
		padding: 20px 25px 20px 55px;
	}
}

.region-menu {
	padding: 0 0 0 5px !important;
}

#header_right .dropdown-menu > li > a {
	color: #545454 !important;
	padding: 6px 20px;
	font-weight: normal;
}

#header_right .dropdown-menu > li > a:hover {
	color: #545454 !important;
	background-color: #e0e9f0 !important;
}

#header_left .content-weight, #thermoHeaderLogo .content-weight, .dropdown-menu .content-weight, .top-left-menu .content-weight {
	font-weight: 300;
}

#thermoHeaderMenus .navbar-nav > li {
	padding: 14px 10px;
	margin-top: 2px;
}

#thermoHeaderMenus .navbar-nav > li > a {
    padding: 0;
}


#thermoHeaderMenus .dropdown-menu {
	background-color: #fff !important;
}

#header_right:last-child {
	margin-right: 0 !important;
}

@media screen and (max-width: 770px){
	.logoTitle {
		display: none;
	}
}

/* Left Nav */
.icon-hdr {
	width: 35px;
	display: inline-block;
	font-size: 16px;
}

.utility-bar {
	width: 43px;
	height: 100% !important;
	font-weight: 300;
	overflow-y: hidden;
}

.utility-bar:hover {
	overflow-y: auto;
}

ul.utility-list > li > a {
	padding: 10px 9px;
	outline: none
}

ul.headerMenu > li > a {
	padding: 16px 5px 15px 9px;
}

ul.utility-list li {
	border: 0;
	line-height: 0;
}

ul.utility-list {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 12px;
	border-bottom: 0;
	width: 270px
}

.addBottomBorder {
	border-bottom: 1px solid #222 !important;
}

#left-nav-toggle {
	padding: 5px 9px;
}

.selected-icon {
	color: #6E6E6E !important;
}

#header_umenu {
	min-width: 270px;
	padding-bottom: 0;
}

#region_menu {
	padding: 10px 0;
}

#region_menu .region-menu {
	padding: 5px 0 !important;
}

#region_menu .notif-notification-arrow,
#header_umenu .notif-notification-arrow{
    top: -7px;
    right: 15px;
    border: 2px solid;
    position: absolute;
    display: block;
    width: 0;
    border-radius: 4px 0 0;
    height: 0;
    transform: rotate(45deg);
    padding: 5px;
	border-color: transparent;
	background-color: #fff;
}

#header_umenu .dropdown-header {
	color: #545454;
	font-weight:normal;
}

#header_umenu > li {
	border-bottom: 1px solid #dcdcdc;
	font-size: 13px;
	padding: 3px 10px;
}

#header_umenu > li:last-child {
	border: 0;
}

#header_umenu > li a {
	font-size: 13px;
	padding: 3px 0 !important;
}

#header_umenu > li.hoverable:hover {
	background-color: #e0e9f0 !important;
	color: #545454 !important;
}
#header_umenu > li:hover a {
	background-color: transparent !important;
}

#header_get_more_storage {
	width: 119px;
	height: 30px;
	background-image: none;
	background-color: #1e8ae7;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	margin: auto;
	display: block;
}

#header_get_more_storage:hover {
	background: #00548B none;
	border: 1px solid #00548B;
	color: #fff;
	transition: background .2s,color .2s ease-in;
}

#header_umenu .out_of_storage_error {
	color: #ed7700;
	font-size:10px;
	display: none;
	height: 20px;
}

#header_umenu .out_of_storage_error .icon-hdr-warning {
	float: left;
	height: 20px;
}

#header_umenu .out_of_storage_error span {
	float: left;
}

#header_umenu .out_of_storage_error span i {
	margin-right: 5px;
}

#header_umenu .out_of_storage_error.warning,
#header_umenu .out_of_storage_error.error{
	display: block;
}

#header_umenu .out_of_storage_error.warning span:first-child,
#header_umenu .out_of_storage_error.error span:last-child{
	display: block;
}

#header_umenu .out_of_storage_error.warning span:last-child,
#header_umenu .out_of_storage_error.error span:first-child{
	display: none;
}

.user_storage_quota_section {
	min-height: 100px;
	width: 270px;
	padding: 12px 10px 2px 10px !important;
}

.user_storage_quota_section .progress-bar {
	height: 10px;
	border-radius: 5px;
	width: 100%;
	background-color: #f3f3f3;
	float: none;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.user_storage_quota_section .progress-status {
	height: 10px;
	width: 90%;
	background-color: #1e8ae7;
}

.user_storage_quota_section .progress-status.exceeded {
	background-color: #e9373c;
}

.user_storage_quota_section .storage_quota_status {
	margin-top: 5px;
	height: 20px
}

.user_storage_quota_section .storage_quota_status .status_in_percent {
	float: left;
}

.user_storage_quota_section .storage_quota_status .status_in_bytes {
	float: right;
}

.user_storage_quota_section .get_more_storage {
	width:100%;
	padding: 10px
}