body,html{
	margin: 0;
	padding: 0;

	min-width: 100%;
	width: 100%;
	max-width: 100%;

	min-height: 100%;
	height: 100%;
	max-height: 100%;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	background-color: #e7e9eb!important;
}
body
{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}
body > .db-alert {
	position: fixed;
	width: 50%;
	height: 20px;
	line-height: 20px;
	bottom: 10px;
	z-index: 1000;
	text-align: center;
	background: orange;
	color: white;
}
body > .db-alert.left {left: 0}
body > .db-alert.right {right: 0}
#inner-container{
	opacity: 0;
}
.loaded-body #inner-container{
	opacity: 1;
}
.g-recaptcha {
	width: 305px;
	margin: 0 auto;
}
#page.container.page-site-login{
	background: #F4F5F6;
	position:relative;
	min-height: 750px;
	max-height: 100%;
	height: 100%;
}
#page{
	min-height: 100%;
	height: auto;
	min-width: 1280px;
	background: #F4F5F6;
}
body #page.theme-smp {
	font-family: "Work Sans", sans-serif;
}
#header,
#header-menu{
	margin:0;
	padding: 0;
	width: 100%;
	min-width: 1280px;
	height: 48px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}
#header-menu{
	height: 56px;
	background: #f4f5f6;
	top: 48px;
	margin-top:0;
}
.with-site-alert #header-menu{
	top: 98px;
}
.super-admin #header {
	background-color: #d11010;
}
.super-admin #top-menu-container a {
	color: #fbd2d1;
	border-bottom: solid 4px #d11010;
}
.super-admin #top-menu-container a.active,
.super-admin #top-menu-container a:hover {
	color: #fbd2d1;
}
#menu-holder{
	width:860px;
	margin: 0 auto;
	padding-top:10px;
}
#section-header {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	min-width: 1280px;
	height: 64px;
	z-index: 10;
}
#section-header i {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin: 14px 24px 0 32px;
}
#section-header i.icon-settings {
	background: url(../images/material-icons/ic_settings_black_24px.svg) no-repeat 32px center;
	background-size: 36px 36px;
	background-position: center center;
	opacity: 0.4;
}
#section-header span {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	height: 64px;
	line-height: 64px;
	color: rgba(0, 0, 0, 0.4);
}
.with-site-alert #section-header {
	top: 98px;
}
.page-dashboard-demo, .page-dashboard-beta, .page-dashboard-index{
	padding:0;
}

.page-dashboard-demo #inner-container, .page-dashboard-beta #inner-container, .page-dashboard-index #inner-container{
	margin: 10px 20px 0 20px;
}

#inner-container{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-kthml-box-shadow: none;
	box-shadow: none;
	margin:0;
	padding:92px 30px 30px 251px;
	width:auto;
	background: #F4F5F6;
	min-width:870px;
}
.with-section-header #inner-container {
	padding-top: 116px;
}
.page-menu-container .page-menu {
	margin-bottom: 50px;
}
.page-menu-container ul li{
	display: block;
	float: none;
	margin-right: 0;
	height:auto;
}
.page-menu-container ul li span {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	text-indent: 20px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}
.page-menu-container ul li i.fold-icon {
	width: 40px;
	float: right;
	opacity: 0.4;
	cursor: pointer;
	background-image: url(../images/ic_keyboard_arrow_up_black_24px.svg);
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
	transition: transform .3s ease-out;
}
.page-menu-container ul li.folded i.fold-icon {
	transform: rotate(180deg);
}
.page-menu-container ul li ul {
	transition: max-height .3s ease-out;
	overflow: hidden;
}
.page-menu-container ul li.folded ul {
	max-height: 0;
}
.page-menu-container ul li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 48px;
	line-height: 48px;
	font-size:14px;
	font-weight: 500;
	padding: 0px;
	font-weight: medium;
	text-align: left;
	text-indent: 40px;
	color: rgba(0, 0, 0, 0.66);
	background-color: transparent;
}
.page-menu-container ul li a:hover{
	background-color: rgba(158, 158, 158, 0.2);
	color: #000000;
}
.page-menu-container ul li.highlight a:hover{
	background: #e78015;
	color: #ffffff;
}
.page-menu-container ul li.active > a {
	background: #1E88E5;
	color: white;
}
.page-menu-container.page-submenu-container{
	display: none;
	/*
	bottom: 0;
	left: 0;
	top: initial;
	padding: 0;
	*/
}
.ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.ripple-effect {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #000 64%, transparent 0%);
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: .25;
	animation: ripple-animation 0.2s;
}
.ripple-effect.fade-out {
	opacity: 0;
	transition: opacity .4s;
}
@keyframes ripple-animation {
	from {transform: scale(0);}
	to {transform: scale(1);}
}
input[type=button], input[type=submit], input[type=text], input[type=password], textarea {
	font-family: "Roboto",Helvetica,Arial,sans-serif!important;
}
textarea.code {
	font-family: monospace!important;
}

.grid-buttons,
.container.page-testDriveInstances-view .buttons,
#inner-container .grid-view .filters td,
#inner-container .grid-view{
	background: #fff;
	padding: 4px 7px;
}
#inner-container .grid-view{
	margin-top:0;
	padding: 0;
}
#inner-container .grid-view .filters td.name .ui-autocomplete-input {
	width: 181px;
}
#inner-container .grid-view .filters .autocomplete-container .btn-clear {
	top: 8px;
}
.grid-view .filters .filter-element-container.active.autocomplete .filter-element-container-inner.opened{
	height: 291px;
}

#inner-container .grid-view .grid-header{
	float: left;
	padding: 20px;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #263238;
}
#inner-container .grid-view .filters td:first-child,
body .grid-view table.items th:first-child,
body .grid-view table.items td:first-child{
	padding-left: 20px;
}
#inner-container .grid-view .filters td:last-child,
body .grid-view table.items th:last-child,
body .grid-view table.items td:last-child{
	padding-right: 20px;
}

body .grid-view table.items th {
	color: rgba(0,0,0,0.54);
	font-weight: 500;
}
body .grid-view table.items th a,
body .grid-view table.items th a.asc,
body .grid-view table.items th a.desc {
	color: rgb(0,0,0);
	font-weight: bold;
	padding-left: 16px;
	margin-left: -16px;
}
body .grid-view table.items th a.asc,
body .grid-view table.items th a:hover.asc{
	background: url(../images/arrow_up_black_2x.png) left center no-repeat;
	background-size: 16px 16px;
}
body .grid-view table.items th a.desc,
body .grid-view table.items th a:hover.desc{
	background: url(../images/arrow_down_black_2x.png) left center no-repeat;
	background-size: 16px 16px;
}
body .grid-view table.items th a:hover {
	background: url('../images/ic_arrow_upward_grey_web_48dp@2x.png') left center no-repeat;
	background-size: 16px 16px;
}
body .grid-view .grid-total {
	padding-bottom: 15px;
}
body #invoice-grid.grid-view .filters td.name {
	width: 181px;
	padding-right: 4px;
}
.grid-view .summary{
	padding: 10px 25px;
	float:right;
}
body .grid-view table.items tr td {
	line-height: 1.4;
	font-size: 14px;
	color: #666;
}
body .grid-view table.items a {
	color: #3f51b5;
}
body .grid-view table.items tr.selected td {
	border-left:0px; border-right: 0px;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #d3d3d3;
	border-top: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
}
body .grid-view table.items tr.selected td a {
	color: #3f51b5;
}
body .grid-view table.items tbody tr.selected:hover td,
body .grid-view table.items tbody tr:hover td{
	background: #eee !important;
	color: rgba(0, 0, 0, 0.86);
}
body .grid-view table.items tbody tr.selected td{
	background: rgba(0, 0, 255, 0.15) !important;
	color: rgba(0, 0, 0, 0.86);
}
.grid-view table.items tr{
	background-color: #fff !important;
}
body .grid-view > span.empty{
	clear: both;
	display: block;
	float: none;
	font-size: 14px;
	padding: 30px 0 50px 0;
	text-align: center;
}
.inner-wrapper{
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	-kthml-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);

	/*padding-bottom: 9px;*/
	width:960px;
}
#inner-container.no-left-nav {padding: 92px 30px 30px;}
#inner-container.no-left-nav .page-menu-container {display:none}

#inner-container.no-left-nav .inner-wrapper,
.inner-wrapper.full-width-page {width:100%!important;}
.multiple-inner-sections .inner-wrapper {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-kthml-box-shadow: none;
	box-shadow: none;
}
.multiple-inner-sections .inner-section {
	margin-bottom: 20px;
	background: #fff;
	-moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	-kthml-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

#inner-container table.detail-view tr.odd,
#inner-container table.detail-view tr.even
{
	background-color: transparent;
}
table.detail-view th, table.detail-view td{
	border:0px!important;
	border-bottom:1px solid rgba(0,0,0,0.12)!important;
	border-top:1px solid rgba(0,0,0,0.12)!important;
}
.page-logs-view table table {
	border-collapse:collapse;
}
.row.buttons {padding: 5px 20px;}

body .grid-view .pager{
	text-align: center;
}

.page-menu-container{
	position: fixed;
	left: 0;
	top: 48px;
	bottom: 0;
	width: 230px;
	height: 100%;
	overflow: auto;
	background: #F4F5F6;
	z-index:70;
}
.with-section-header .page-menu-container {
	top: 112px;
}
.with-section-header .page-menu {
	margin-bottom: 114px;
}
body .grid-view table.items, body .grid-view table.items td, body .grid-view table.items th{
	border: none;
}

body .grid-view table.items th,
body .grid-view table.items td{
	background: white;
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	padding: 5px 10px;
	line-height: 21px;
	font-size: 14px;
	vertical-align: middle;
	height:37px;
}

body .grid-view table.items th{
	font-size: 14px;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	color:rgba(0,0,0,0.52);
}

body .ui-dialog .padded-content .form{
	background: #fff;
}
#inner-container .grid-view .filters td.vertical-align-top,
#inner-container .grid-view .filters th.vertical-align-top{
	vertical-align: top;
}

/* Don't align grid buttons to the left in v2 */
.grid-buttons .left {
	float: right !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.main-action,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.important,
.grid-buttons input.main-action,
.form input[type=button].main-action,
.form input[type=submit].main-action,
input[type=button].main-action,
input[type=submit].main-action,
.grid-buttons input[disabled],
.form input[type=button][disabled],
.form input[type=submit][disabled],
.grid-buttons input[disabled].important,
.form input[type=button][disabled].important,
.form input[type=submit][disabled].important,
.grid-buttons input[type=button],
.grid-buttons input[type=submit],
.form input[type=button],
.form input[type=submit],
input[type=button],
input[type=submit]{
	height: 36px;
	line-height: 36px;
	color: #3f51b5;
	background: #ffffff;
	text-transform: uppercase;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
}
.md-button.md-raised:not([disabled]):hover{
	background: rgba(68, 138, 255, 0.77);
}
.grid-buttons input.main-action,
.form input[type=button].main-action,
.form input[type=submit].main-action,
input[type=button].main-action,
input[type=submit].main-action,
.grid-buttons input[type=button],
.grid-buttons input[type=submit],
.form input[type=button],
.form input[type=submit],
input[type=button],
input[type=submit]{
	color: #3f51b5;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.main-action:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.important:hover,
.grid-buttons input.main-action:hover,
.form input[type=button].main-action:hover,
.form input[type=submit].main-action:hover,
input[type=button].main-action:hover,
input[type=submit].main-action:hover,
.grid-buttons input[type=button]:hover,
.grid-buttons input[type=submit]:hover,
.form input[type=button]:hover,
.form input[type=submit]:hover,
.form input[type=button].important:hover,
.form input[type=submit].important:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background: rgba(63,81,181,.12);
}
.grid-buttons input[disabled],
.form input[type=button][disabled],
.form input[type=submit][disabled],
.grid-buttons input[disabled].important,
.form input[type=button][disabled].important,
.form input[type=submit][disabled].important,
.grid-buttons input[disabled]:hover,
.form input[type=button][disabled]:hover,
.form input[type=submit][disabled]:hover {
	color: rgba(0,0,0,.38);
	background: #ffffff;
}
.custom-dropdown .value {
	height: 33px;
	line-height: 33px;
	padding: 0;
	border: 1px solid #D4D7DA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}
.custom-dropdown .value .inner{
	font-size: 14px;
	line-height: 31px;
	color: #263238;
}
.custom-dropdown div.options {
	top: 31px;
	border: 1px solid #D4D7DA;
	box-sizing: border-box;
}
.custom-select {
	height: 30px;
	box-sizing: border-box;
}
.custom-select .value{
	font-size: 14px;
	line-height: 31px;
	border: 1px solid #D4D7DA;
	padding: 0;
	height: auto;

	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;

	min-height: 31px;
}
.custom-select .value .inner{
	font-size: 14px;
	line-height: 31px;
	color: #263238;
}
.boxed-selects .custom-select .value{
	border-left: 1px solid #D4D7DA;
	border-right: 1px solid #D4D7DA;
	border-top: 1px solid #D4D7DA;
}
#inner-container .grid-view .filters select,
#inner-container .grid-view .filters td input[type=text]{
	height: 33px;
	line-height: 33px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 14px;
	color: #263238;
	border: 1px solid #D4D7DA;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

div.form input.search-action[type=text] {
	height: 33px;
	line-height: 33px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 14px;
	color: #3f51b5;
	border: 1px solid #3f51b5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	background: url(../../../images/search_btn_w.png) right center no-repeat #fff;
	padding-right: 30px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-top: none ;
	border-left: none ;
	border-right: none ;
	width: 250px;
	float: right;
}

#footer {
	width:auto;
	text-align: center;
	padding-left: 250px;
	padding-bottom: 30px;
}
#footer .copyright, #footer .copyright a {
	color:#999;
}

#page.page-site-login #footer, #page.page-site-requestPasswordReset #footer, #page.page-site-index #footer {
	left:inherit;
	margin-left: 0;
	padding-left: 0px;
	width:100%;
}
#page.page-site-login #footer, #page.page-site-requestPasswordReset #footer {
	position: absolute;
}
#accounts-list{
	width:100%;
	margin-top: 20px;
}
.cloud-provider-fields .disabled-fields-overlay,
.form-loading .bg{
	background: #fff;
}
.form-loading .bg{
	z-index: 3000;
}

.inline-width-auto,
div.wide-label.wide-input.form label.inline-width-auto,
.form .row .inline-width-auto{
	display:flex;
}
.page-programs-update .form>h1,
.page-cloudAccounts-update .form>h1,
.grid-view>h1,
.wide-label.form>h2,
.wide.form>h1,
.v2-page-title,
h1 {
	display: block;
	padding: 20px 22px 0 22px;
	margin-bottom: 7px;
	font-size: 20px;
	color: #263238;
}

#inner-container .grid-view.submenu{
	padding-top:7px;
}
.form h1 {
	padding: 0;
}
.reports-table-container{
	padding: 0;
}
table.reports-table{
	width: 100%;
}

table.reports-table th:first-child,
table.reports-table td:first-child,
table.reports-table tr.data.data-level-0 td.title{padding-left: 20px;}
table.reports-table tr.data.data-level-1 td.title{padding-left: 30px;}
table.reports-table tr.data.data-level-2 td.title{padding-left: 40px;}
table.reports-table tr.data.data-level-3 td.title{padding-left: 50px;}
table.reports-table tr.data.data-level-4 td.title{padding-left: 60px;}
table.reports-table tr.data.data-level-5 td.title{padding-left: 70px;}
table.reports-table tr.data.data-level-6 td.title{padding-left: 80px;}
table.reports-table tr.data.data-level-7 td.title{padding-left: 90px;}

table.reports-table tr.data.data-level-0.has-details td.title {background-position: 5px center;}
table.reports-table tr.data.data-level-1.has-details td.title {background-position: 15px center;}
table.reports-table tr.data.data-level-2.has-details td.title {background-position: 25px center;}
table.reports-table tr.data.data-level-3.has-details td.title {background-position: 35px center;}
table.reports-table tr.data.data-level-4.has-details td.title {background-position: 45px center;}
table.reports-table tr.data.data-level-5.has-details td.title {background-position: 55px center;}
table.reports-table tr.data.data-level-6.has-details td.title {background-position: 65px center;}
table.reports-table tr.data.data-level-7.has-details td.title {background-position: 75px center;}

#inner-container .grid-view .filters td{
	padding: 4px 4px 9px 4px;
}

table.reports-table th:last-child,
table.reports-table td:last-child{
	padding-right: 20px;
}
.container.page-resellers-update .form.extra-wide-label .row{
	/*margin-right: 250px;*/
}
.custom-input-container{
	height: 33px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #D4D7DA;
}
.custom-input-caption-container .dropdown-container {
	height: 31px;
	line-height: 31px;
}
.custom-input-caption-container .dropdown-container .value {
	height: 31px;
	line-height: 31px;
}
.custom-input-container .custom-input-options-container {
	top: 31px;
}
.custom-input-container.custom-fields-group .custom-input-caption-container button {
	width: 100%;
	height: 31px;
}
body .grid-view .filters input,
.grid-view .filters select{
	border: none;
}

.form input[type=button].important,
.form input[type=submit].important,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.important,
input[type=button].important,
body .grid-view .filters input[type=button].important{
	background: white;
	color: #ce2929;
}

.page-invoices-view #inner-container .form{
	padding: 20px;
}
#inner-container .form{
	padding: 0;
}


div.form label {width:20%; padding-right: 0px;}
body .ui-dialog .ui-dialog-content{
	background: white;
}
div.form select[multiple],
#pack-plan-modal ul,
.checkboxes-list{
	border: 1px solid #D4D7DA;
	color: #263238;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#accounts-list-container{
	width: 100% !important;
}

.grid-total{
	padding-right: 20px;
}

#page-search-container{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	border: 1px solid #D4D7DA;
	background: #fff;
	margin-top:20px;
	margin-right:20px;
}

#page-search-container + .clear{
	clear: none;
}
#search_form input[type=image]{
	padding: 5px;
	background: #ebebeb;
	margin:0;
}

.page-dashboard-beta .page-menu-container,
.page-dashboard-index .page-menu-container{
	height: 100%;
}
.page-menu .right{
	float: none !important;
}

/* Dashboard overwrite */
.page-dashboard-demo #inner-container,
.page-dashboard-beta #inner-container,
.page-dashboard-index #inner-container{
	margin:0;
}
.page-dashboard-demo #inner-container,
.page-dashboard-beta #inner-container,
.page-dashboard-index #inner-container{
	min-width: auto;
	max-width: none;
	width: auto;
}
.page-dashboard-demo #inner-container, .page-dashboard-beta #inner-container, .page-dashboard-index #inner-container {
	background-color: inherit;
}
.page-dashboard-index #header{
	min-width: auto;
	max-width: none;
	width: 100%;
}
.page-dashboard-index #footer{
	padding-left:0;
}

.container .dashboard #dashboardFilterOnOffLabel,
.container .dashboard #dashboardFilterOnOff,
.container .dashboard #dashboardFilterCurrency,
.container .dashboard #dashboardFilterCurrencyLabel,
.container .dashboard .submenu-filter{
	margin: 20px 22px 0 0px;
}
.container .dashboard h1,
.container .dashboard h4{
	padding: 20px 22px 0 22px;
}
.container .dashboard #dashboardFilterCurrencyLabel,
.container .dashboard #dashboardFilterOnOffLabel {
	margin-top: 26.5px;
	margin-right: 10px;
}
.container .dashboard #dashboardFilterOnOff{
	margin-top: 26.5px;
}
.container .dashboard .dashboard-filter-c {
	padding-right: 0;
}
.container .dashboard .greybar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.container .dashboard .titlebox {
	border-radius: 0;
}
#dashboardTitleBoxes{
	margin-right: 20px;
	margin-left: 20px;
}
body #DashboardSendToDialog .emails-select .custom-dropdown {
	height: 32px;
}

/* Dashboard overwrite */

.page-priceBookItems-grid .grid-buttons{
	padding: 20px;
}

.details-table td{
	margin:0;
	padding: 0;
}

#inner-container .grid-view table.items .cloud-pricebooks-filters td {
	padding: 10px 20px 10px 20px;
	background: #fff;
}
body #cloudPriceBooksContainer table th,
body #cloudPriceBooksContainer table td,
body #cloudPriceBooksContainer table td.details{
	background: #fff;
}

body #cloudPriceBooksContainer .details-table form,
body #cloudPriceBooksContainer .details-table.level-1 td,
body #cloudPriceBooksContainer .details-table.level-1 th,
body #cloudPriceBooksContainer table td.details,
body #cloudPriceBooksContainer table,
body #cloudPriceBooksContainer .details-table td,
body #cloudPriceBooksContainer .details-table th{
	margin: 0;padding: 0;
	border-left: none;
	border-right: none;
	border-top: none;
}

body #cloudPriceBooksContainer .details-table.level-1 td,
body #cloudPriceBooksContainer .details-table.level-1 th,
body #cloudPriceBooksContainer .details-table td,
body #cloudPriceBooksContainer .details-table th{line-height:20px;padding: 5px 20px;}

body #cloudPriceBooksContainer .details-table.level-1 td:first-child,
body #cloudPriceBooksContainer .details-table.level-1 th:first-child{padding-left:40px;}
body #cloudPriceBooksContainer .details-table.level-1 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-2 td:first-child,
body #cloudPriceBooksContainer .details-table.level-2 th:first-child{padding-left:60px;}
body #cloudPriceBooksContainer .details-table.level-2 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-3 td:first-child,
body #cloudPriceBooksContainer .details-table.level-3 th:first-child{padding-left:80px;}
body #cloudPriceBooksContainer .details-table.level-3 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-4 td:first-child,
body #cloudPriceBooksContainer .details-table.level-4 th:first-child{padding-left:100px;}
body #cloudPriceBooksContainer .details-table.level-4 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-5 td:first-child,
body #cloudPriceBooksContainer .details-table.level-5 th:first-child{padding-left:120px;}
body #cloudPriceBooksContainer .details-table.level-5 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-6 td:first-child,
body #cloudPriceBooksContainer .details-table.level-6 th:first-child{padding-left:140px;}
body #cloudPriceBooksContainer .details-table.level-6 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-7 td:first-child,
body #cloudPriceBooksContainer .details-table.level-7 th:first-child{padding-left:160px;}
body #cloudPriceBooksContainer .details-table.level-7 td.details{padding:0px;}
body #cloudPriceBooksContainer .details-table.level-8 td:first-child,
body #cloudPriceBooksContainer .details-table.level-8 th:first-child{padding-left:180px;}
body #cloudPriceBooksContainer .details-table.level-8 td.details{padding:0px;}

body #cloudPriceBooksContainer .details-table input[type=text] {
	height: 20px;
	min-height: 20px;
	line-height: 20px;
}

body #cloudPriceBooksContainer table tr.active-row > td:first-child {
	background-image: url(../images/icon_plus.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
body #cloudPriceBooksContainer table tr.active-row.opened > td:first-child {
	background-image: url(../images/icon_minus.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
body #cloudPriceBooksContainer .loading {
	background-image: url(../images/ajax-loader-ltgr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
}

.invoice-currency-dropdown-holder{
	top:0px
}
table.invoice-logo{
	margin-top:15px;
}

#page-search-container input[type=text]{
	margin-top: 0;
}

input[type="text"]{
	min-height: 25px;
	line-height: 25px;
}

.page-invoices-view div.form .form-inner-text{
	border: 1px solid #D4D7DA;
	padding: 10px;
}

.invoice-table{
	border-spacing: 0px;
	border-collapse: separate;
}

.invoice-table td,
.invoice-table th{
	border-bottom: 1px solid #D4D7DA;
	border-radius: 0;
	padding: 5px 10px;
}
.invoice-table td.total{
	background: #fff;
}

/* BOXED FORM */
#inner-container .form.boxed,
.ui-dialog .form.boxed{
	border: 1px solid #D4D7DA;
	background: rgb(251,251,251);
	padding-bottom: 15px;
	margin-top: 50px;
	border-radius: 3px;
}
.ui-dialog .form.boxed{
	margin-top: 20px;
}
.form.boxed .feat-inc-button,
.form.boxed .feat-opt-button,
.form.boxed input.view-all-skus-button,
.form.boxed input.main-action{
	margin: 7px 10px 0 0;
	color: #3f51b5;
	background: transparent;
}
.form.boxed .feat-inc-button.active,
.form.boxed .feat-opt-button.active {
	background: #eee;
}
.form.boxed h1{
	padding: 15px;
	margin: 0;
}
.form.boxed .clear{
	margin: 0;
	padding: 0;
}
.form.boxed .clear:first-of-type{
	border-bottom: 1px solid #D4D7DA;
}
.form.boxed #product-period-selection{
	margin-top: 13px;
	width: 57px;
}
.form.boxed #product-features-prices,
.form.boxed #product-features-container,
.form.boxed #product-prices,
.form.boxed #product-skus-container,
.form.boxed #product-plan-container
{
	padding: 15px 0 0 0;
}
.form.boxed .form-items-table-container,
.form.boxed .boxed-products,
.form.boxed #product-deployment-scripts-container,
.form.boxed .params-list-container,
.form.boxed .outputs-list-container,
.form.boxed .api-deployment-params-list-container,
.form.boxed .api-deployment-outputs-list-container,
.form.boxed .api-deployment-form-builder-container {
	padding: 15px;
}
.form.boxed.product-price-calculator .row,
.form.boxed .conditioned-by-period-month,
.form.boxed .conditioned-by-period-year {
	padding: 5px 15px;
}
.form.boxed .params-list-container .empty,
.form.boxed .outputs-list-container .empty {
	margin-bottom: 0;
}

.selection-box-container-mask {
	margin-top: 15px;
}
/* BOXED FORM */

#inner-container .form {background-color: #FFF;margin-top:0px;}
#inner-container form {padding: 20px;}
#inner-container form#search_form {padding: 0px;}

.ui-dialog md-input-container input[type="text"],
.ui-dialog md-input-container input[type="password"],
.ui-dialog md-input-container textarea,
div.form md-input-container input[type="number"],
div.form md-input-container input[type="text"],
div.form md-input-container input[type="password"],
div.form md-input-container textarea,
div.form div.html-editor{
	color:#263238;
	font-size: 16px;
	border-radius: 0;

	/* MATERIAL SPECIFIC OVERWRITES */
	float:none;
	width:100%;
	height:auto;
	margin:0;

	border-width: 0 0 1px;
	/*border-style: inset;*/
	border-color: rgba(0,0,0,0.12);

	padding: 2px 2px 1px;

	line-height: 26px;
}

.ui-dialog md-input-container input[type="text"]:focus,
.ui-dialog md-input-container input[type="password"]:focus,
.ui-dialog md-input-container textarea:focus,
div.form md-input-container input[type="number"]:focus,
div.form md-input-container input[type="text"]:focus,
div.form md-input-container input[type="password"]:focus,
div.form md-input-container textarea:focus,
div.form div.html-editor {
	border-width: 0 0 1px;
}

.ui-dialog input[type="text"],
.ui-dialog input[type="password"],
.ui-dialog textarea,
div.form input[type="number"],
div.form input[type="text"],
div.form input[type="password"],
div.form textarea,
div.form div.html-editor {
	width:80%;
	height: 33px;
	float:left;

	border: 1px solid #D4D7DA;
	color:#263238;
	font-size: 16px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.ui-dialog textarea, div.form textarea, div.form div.html-editor {
	height: 110px;
}
#product-form .main-form md-input-container label,
div.main-form md-input-container label {
	/* MATERIAL SPECIFIC OVERWRITES */
	width: auto;
	height: auto;
	float: none;
	font-size: 13px;
	font-weight: 500;
	color: #343434;
	line-height: normal;
}
#product-form .main-form label,
div.main-form label {
	width: 20%;
	float: left;
	font-size: 13px;
	font-weight: 500;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
body md-input-container{
	padding-bottom: 0;
	max-width:100%;
	min-width:100%;
	padding: 0px;
}
div.form label.inline,
#product-form .main-form label.inline {
	width: auto;
	float: none;
	font-size: 14px;
	font-weight: normal;
	color: #263238;
}
div.wide-label.form label {
	width: 100%;
	height: auto;
	float:left;
	display:flex;
	align-items: center;
	line-height: inherit;
	height: auto;
	min-height:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
div.wide.form md-input-container label {
	display:block;
	align-items: left;
	line-height: inherit;
	height: auto;
	min-height:10px;
}
div.wide.form label {
	display:flex;
	align-items: center;
	line-height: inherit;
	height: auto;
	min-height:30px;
}
div.form label.inline, .ui-dialog-content label.inline {
	display: inline;
	line-height: 30px;
	float:none;
}
.extra-wide-label.form label {
	/*width: 20% !important;*/
	float:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
div.form .custom-select {
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
div.wide-label.form label.secondary-label{
	/*display: flex !important;*/
	/*min-width: 120px;*/
}
.small-wide-form-input{
	/*width: 50% !important;*/
}
div.form label {margin-right:0px; padding-right:10px;}
.toggle-buttons-group {width:80%;}
.toggle-button {
	height: 33px;
	line-height: 33px;
	border: 1px solid #D4D7DA;
	font-size: 14px;
	color: #263238
}
.toggle-button.checked {border:1px solid #0080ff;}
div.form .custom-select select {width:100%;}

#v2-logo {display:block; float: left; width:132px; height:36px; margin-left: 24px; margin-top: 0px; height: 36px;}
#top-menu-container {width: 920px; text-align: center;margin:0 auto;float:none}
#top-menu-container a {display: inline-block; color:#A9AFB5;height:44px; font-size: 14px; font-weight: 500; text-transform: uppercase; text-decoration: none; margin: 0 15px; border-bottom:solid 4px #1d364a; line-height:48px;}
#top-menu-container a:first-child {margin-left:0}
#top-menu-container a:last-child {margin-right:0}
#top-menu-container a:hover, #top-menu-container a.active {border-color:#FFF; color:#FFF;}
#top-menu-container .you-are-here-arrow {display: none}
#top-text-menu-container {position:absolute;right:0;top:0;margin-top:0;margin-right:8px;float:none}
#top-text-menu-container ul > li {border-right: none; padding-right: 0px; margin: 13.5px 20px 0 0;}
#top-text-menu-container ul > li a {
	display: inline-block;
	width:24px;
	height:24px;
	margin: 0 2px 0 2px;
	background-image: url("../images/menu_top_icons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 192px auto;
}
#top-text-menu-container ul > li.menu-item-store > a {
	width: 32px;
	height: 21.5px;
	margin: 2.5px 3px 0 1px;
	background: url("../images/material-icons/ic_store_34x24px.svg") center center no-repeat;
	background-size: contain;
}
#top-text-menu-container ul > li.menu-item-help a {background-position: -72px 0;} /* Help */
#top-text-menu-container ul > li.menu-item-user a {background-position: -24px 0;} /* User */

#top-text-menu-container:not(.submenu-opened) ul > li.menu-item-help a:hover {background-position: -48px 0;}
#top-text-menu-container:not(.submenu-opened) ul > li.menu-item-user a:hover {background-position: 0 0;}

#top-text-menu-container ul li {height:auto;}
#top-text-menu-container ul > li {position:relative;}
#top-text-menu-container > ul > li > ul {
	position:absolute;
}
#top-text-menu-container ul li > ul {
	display:none;
	padding:8px 0;
	background-color:white;
	right:2px;
	top:-2px;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}
#top-text-menu-container ul li > ul li {
	display:block;
	float:none;
	width:214px;
	height:48px;
	box-sizing: border-box;
	margin:0;
}
#top-text-menu-container ul li > ul li a {
	display: block;
	width: 100%;
	height:48px;
	padding:0 16px;
	line-height: 48px;
	box-sizing: border-box;
	margin: 3px 0 3px 0;
	background-image: none;
	color: rgba(0,0,0,.87);
	font-size: 16px;
	text-overflow: ellipsis;
}
#top-text-menu-container ul li > ul li:hover {
	background-color: rgba(0,0,0,.04);
}
#top-text-menu-container ul li.with-icon a {
	text-indent: 40px; /* icon (24px) + padding (16px) */
}
#top-text-menu-container ul li.with-icon i {
	display: block;
	position: absolute;
	left: 16px;
	width: 24px;
	height: 48px;
	line-height: 48px;
	opacity: 0.54;
}
#top-text-menu-container ul li.menu-header.with-icon i {
	width: 48px;;
	height: 48px;
	line-height: 48px;
	opacity: 1;
}

#top-text-menu-container ul li.icon-face i {
	background: url(../images/material-icons/ic_face_black_24px.svg) no-repeat center center;
	background-size: 48px 48px;
}

/*#top-text-menu-container ul > li:hover ul {display:block;}*/

#top-text-menu-container ul li.menu-header {
	height: 72px;
	padding: 10px 20px;
}

#top-text-menu-container .user-info {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#top-text-menu-container .user-info .user-name,
#top-text-menu-container .user-info .user-email,
#top-text-menu-container .user-info .user-company {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #1C3041;
}

div.form .row {margin: 0 0; padding: 5px 0px;}
div.form input.price[type="text"], .ui-dialog input.price[type="text"] {text-align: left;}
div.form .photo-preview {width: auto; border: 1px solid #D4D7DA; position:relative;}
div.form .photo-preview a {
	display: none;
	position: absolute;
	right:15px;
	bottom:15px;
	text-transform: uppercase;
	background-color: #0080ff;
	color:#FFF;
	padding:2px 10px;
}
div.form .photo-preview:hover a {display: block}
div.form .photo-preview .img-container {width: 100%; height:100%;}
.photo-thumbnails ul li {border: 1px solid #D4D7DA;}
div.form .photo-thumbnails.logo-thumbnail ul li{height:23px;}
div.form .photo-thumbnails .fileupload {padding-left:40px;}

.form-items-table {width:100%;}
.page-products-update .form-items-table input[type="text"] {width:100%;}
.page-products-update .product-plan-container {width:555px;}
.form-items-table.plan-related {width: 100%}
.form-items-table.plan-related .form-items-table {width:auto}
.form-items-table.plan-related td.cells-container {width:553px}
.form-items-table.plan-related td.cells-container > div {height:39px}
/*
.form-items-table.plan-related td {padding:2px 4px;}

.form-items-table.plan-related td.delete-btn-container {padding: 2px 4px;}
.form-items-table.plan-related td.name.delete-btn-container input {width:100%; padding-right: 0;}
*/
.form-items-table td.delete-btn-container .delete-button {top:8px;}
.form-items-table.plan-related td.name {padding-left:15px;}
.form-items-table.plan-related td.name input {width:100%;}

.form-items-table.plan-related td.name.delete-btn-container > div input {width:100%;}

.form-items-table td div {overflow: visible;}
.form-items-table.plan-related td.plan-value input {
	width: 163px;
	height: 31px;
	line-height: 31px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*#test-drive-form .form-items-table td.delete-btn-container .delete-button {right:0;} !* test drive edit modal *!*/
.grid-container .selection-box-container-mask {right:22px; }
.taxes-dropdown .add-taxes-btn {right:0;}
div.form select[multiple],
#pack-plan-modal ul,
.checkboxes-list {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkboxes-list li {width: 100%;}
.checkboxes-list .label {color: #263238}
#product-plans {
	height: 150px;
	margin-right:22px;
}
#accounts-list-container label {  /* edit customer cloud accounts */
	width: 20%;
	justify-content: flex-end;
}

#test-drive-form .form-items-table td.delete-btn-container input {width:310px;}
div.form .custom-select.short,
div.form md-input-container.short
{width:110px;}
/*div.form .custom-select.medium,*/
/*div.form md-input-container.medium*/
/*{width:155px;}*/
div.form md-input-container label{
	width:100%;
}
body .md-select-menu-container{
	z-index: 2000;
}
body .grid-view table.items td.datetime {width:150px;}
.page-resellers-update div.form div[class^="source_"] .custom-select {width:40%; margin-right: 10px;}
.row.taxes-dropdown {margin-top:10px; margin-bottom: 20px;}
.row.taxes-dropdown .add-taxes-btn {float:left; position: static; margin-top: 0px; margin-left:0px;}
.row.taxes-dropdown .additional-tax {margin-bottom: 10px; position:relative;}

.awsRoleDetails .row {position: relative;}
/*.awsRoleDetails .row input[type='text'] {width:75%!important;}*/
.awsRoleDetails .highlight-box {
	margin:15px;
	background-color: transparent;
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-kthml-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
#cloud-account-form .awsRoleDetails {
	background-color: transparent;
	border:1px solid rgba(0,0,0,0.12);
}
#cloud-account-form .admin-cloud-accounts-page.field-status-container {
	width: auto;
}
.customer-arn-role-container .field-status-container {
	right: 0;
	float: none;
}
#customer-form .field-status-container {
	width: 430px;
}
.page-emailTemplates-update .template-editor-container {border:1px solid #d4d7da;}
.template-editor-container {box-sizing:border-box; width:100%!important;}
#EmailTemplate_sections_subject {width:100%;}
/*.page-account-options #AccountOptionsForm_cloudTrialsIntroMessage {width:75%!important;}*/
.page-account-options #AccountOptionsForm_widgetFooterText {width:100%!important;}
.page-account-options #AccountOptionsForm_billingAwsBillExportCustomersBucket {width:100%;}
.page-account-options .widget-other-url {margin-left:20%!important;}
.page-account-options .widget-code-wrapper {width: 100%!important;}
/*.page-account-options #AccountOptionsForm_cookiesAgreementMessage {width: 75%!important;}*/
.page-account-options .form textarea.widget-code {width: 100%;}
.page-account-options .ui-dialog input.number[type="text"], .page-account-options div.form input.number[type="text"] {text-align: center;}
.page-account-options .sort-list {
	height:auto;
	border:solid 1px #d4d7da;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
div.form .image-upload-container .upload-button-container label {display: block;}
.image-upload-container:hover {text-decoration: none;}
div.form .custom-select.short select {width:100%;}
div.form .form-items-table input {width:100%;}
.variables-container {padding:10px;}
.checkboxes-list .label {width:auto;}
body .dashboard .custom-dropdown {
	padding-top: 0;
	padding-bottom: 0;
	background: url(../../../images/custom-select.png) center right no-repeat #fff;
}
body .dashboard .custom-dropdown.opened div.options {
	background: #fff;
}
body .dashboard .custom-dropdown div.options {
	top: 32px;
}
/* AWS RI Optimization Report */
body .configurations-list .list-item { margin-bottom: 20px}
.configurations-list .list-item input[type=text] {
	height: 10px;
	min-height: 10px;
	line-height: 10px;
}

div.form .hint {
	margin: 0;
	font-size: 11px;
}

.product-price-calculator textarea.md-input {background-color: rgb(251, 251, 251); }
.product-price-calculator input.md-input {background-color: rgb(251, 251, 251)!important; }

/* INPUT SIZES OVERWRITE */
#ProductScripts_description,
div.form *[data-morphling] textarea.three-rows,
div.form md-input-container textarea.three-rows,
div.form *[data-morphling] textarea,
div.form md-input-container textarea,
.ui-dialog-content md-input-container label,
#test-drive-form .form .half-height,
div.form textarea.bigger, div.form div.html-editor.bigger
{ height:auto; }
div.form input[type="text"].price,
.ui-dialog input[type="text"].price,
.ui-dialog-content md-input-container label,
#pack-form .main-form md-input-container label,
div.wide-label.form md-input-container label,
#CloudPriceBook_DuplicateNameField,
.ui-dialog input[type="text"].number,
div.form input[type="text"].number,
#CloudPriceBook_DuplicateAdjustmentField,
#CloudPriceBook_EditNameField,
div.form md-input-container input[type="text"].datetime,
.ui-dialog md-input-container input[type="text"].datetime,
#PriceBookVersion_name,
#test-drive-form .form .full-width,
#CustomerCredit_comment,
.form input.full-width-label[type="text"], .form textarea.full-width-label, .form div.html-editor.full-width-label,
div.form textarea.bigger, div.form div.html-editor.bigger
{ width:100%; }
/* INPUT SIZES OVERWRITE */

/* MATERIAL EXTENSION */
body *[data-md-input-container]{
	padding-bottom: 0;
}
*[data-morphling] ,
div.form *[data-morphling] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2px 2px 0px 2px;
}
*[data-morphling] label,
div.form *[data-morphling] label{
	width: auto;
	height: auto;
	float: none;
	font-size: 13px;
	font-weight: 500;
	color: #343434;
	line-height: normal;
	box-sizing: border-box;
	display: block;
	align-items: left;
	min-height: 10px;
	-webkit-transform: translate3d(0,6px,0) scale(.75);
	transform: translate3d(0,6px,0) scale(.75);
	order: 1;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 2px;
	z-index: 1;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: -2px;
}
*[data-morphling] input[type=text],
div.form *[data-morphling] input[type=text],
*[data-morphling] textarea,
div.form *[data-morphling] textarea{
	color: #263238;
	font-size: 14px;
	border-radius: 0;
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	border-width: 0 0 1px;
	border-style: inset;
	border-color: rgba(0,0,0,0.12);
	padding: 2px 2px 1px;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-appearance: none;
	order: 2;
	display: block;

}

.ui-dialog-content md-input-container label{
	float: none;
}
#test-drive-form div.wide-label.wide-input.form md-input-container label,
div.wide-label.wide-input.form md-input-container label,
#test-drive-form div.wide-label.wide-input.form *[data-morphling] label,
div.wide-label.wide-input.form *[data-morphling] label
{
	font-size: 16px;
	float: none;
	display: block;
	height: auto;
	min-height: auto;
}
.width75{
	width:75%;
}

.form .field-suffix{
	position: absolute;
	right: 0;
	bottom: 0px;
	padding: 0 6px 2px;
	font-size: 12px;
	color: rgba(0,0,0,0.54);
}

*[data-morphling] ::-webkit-input-placeholder { /* WebKit browsers */ color: transparent;}
*[data-morphling] :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: transparent;}
*[data-morphling] ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: transparent;}
*[data-morphling] :-ms-input-placeholder { /* Internet Explorer 10+ */ color: transparent;}

*[data-morphling] textarea::-webkit-input-placeholder { /* WebKit browsers */ color: transparent;}
*[data-morphling] textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: transparent;}
*[data-morphling] textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: transparent;}
*[data-morphling] textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: transparent;}

md-input-container ::-webkit-input-placeholder { /* WebKit browsers */ color: transparent;}
md-input-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: transparent;}
md-input-container ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: transparent;}
md-input-container :-ms-input-placeholder { /* Internet Explorer 10+ */ color: transparent;}

md-input-container textarea::-webkit-input-placeholder { /* WebKit browsers */ color: transparent;}
md-input-container textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: transparent;}
md-input-container textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ color: transparent;}
md-input-container textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ color: transparent;}
/* MATERIAL EXTENSION */

/* ALEX-AUX */
.ui-dialog input.percent[type="text"],
.form input.percent[type="text"],
.form #product-skus input.percent[type="text"],
.form #products-list input.percent[type="text"]
{
	text-align: center;
	width:65px;
}
.ui-dialog input.full-width[type="text"],
.ui-dialog textarea.full-width,
.ui-dialog div.html-editor.full-width
{
	width:100%;
}
.grid-view .button.export-csv-button {
	position: relative;
	top:20px;
	right:20px;
	background: #448aff none repeat scroll 0 0;
	color:#FFF;
}
.align-right {text-align: right!important;}

#main-menu-container a img {display:none;}
#main-menu-container a {width:96px; height:96px;}
#main-menu-container a.hp-menu-icon {
	background-size:contain;
	background-position: center center;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-color: #FFF;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.4);
	margin: 0 20px;
}
#main-menu-container .menu-label {
	font-size: 16px;
	width:96px;
	margin: 0 20px;
	color:#21303C;
	font-family: "Roboto",Helvetica,Arial,sans-serif!important;
	margin-top: 15px!important;
	font-size: 16px!important;
}
#main-menu-container a.hp-menu-icon.dashboard  {background-image: url(../images/icon-dashboard-2x.png);}
#main-menu-container a.hp-menu-icon.reports    {background-image: url(../images/icon-reports.svg);}
#main-menu-container a.hp-menu-icon.products   {background-image: url(../images/icon-products-2x.png);}
#main-menu-container a.hp-menu-icon.testdrives {background-image: url(../images/icon-test-drives-2x.png);}
#main-menu-container a.hp-menu-icon.invoices   {background-image: url(../images/icon-billing-2x.png);}
#main-menu-container a.hp-menu-icon.partners   {background-image: url(../images/icon-partners-2x.png);}
#main-menu-container a.hp-menu-icon.customers  {background-image: url(../images/icon-customers-2x.png);}
#main-menu-container a.hp-menu-icon.support    {background-image: url(../images/icon-support-2x.png);}
#main-menu-container a.hp-menu-icon.account    {background-image: url(../images/icon-settings-48dp.svg);}

#accounts-list-container .c_status {top:12px;}

.page-dashboard-index #inner-container {
	padding: 92px 30px 30px;
}
.page-dashboard-index .page-menu-container {
	position: static;
	margin-bottom: 0px;
	width:100%;
	background: #fff;
}
.page-dashboard-index .page-menu-container .page-menu {margin:20px; margin-bottom: 0;}
.page-dashboard-index .page-menu-container ul li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.page-dashboard-index .page-menu-container ul li#subscribeBtn {float: right!important; margin-right: 0;}
.page-dashboard-index .page-menu-container ul li a {
	height: 30px; line-height: 30px;
	text-align: center;
	text-indent: 0;
	padding:0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.md-select-value {border:0px; border-bottom: 1px solid rgba(0,0,0,0.12); font-size:16px;}
div.form input[type="text"][disabled],
div.form input[type="password"][disabled],
div.form textarea[disabled] {
	background-color: #FFF;
	border-style: dashed;
}
div.form input[type="text"][readonly],
div.form input[type="password"][readonly],
div.form textarea[readonly] {
	border-style: dashed;
}
.display-none-v2 {display: none!important;}
.hidden {display: none;}
.display-none-v1.display-none-v2 {display: none!important;}
.display-none-v1{display: inherit!important;  }
.float-none-v2 {float: none!important;}
.custom-select-50 {width:50%; float:left;}


#TestDrive_title {
	border-width: 0px 0px 1px 0px;
	font-weight: normal;
	height: inherit;
	line-height: inherit;
	padding: 0;
	font-size: 16px;

}

#test-drive-form .form-items-table textarea {height:68px;}
#test-drive-modal .ui-dialog input[type="text"].number,
#test-drive-modal div.form input[type="text"].number {
	text-align: left;
}
.testdrive-duration {}

.ui-dialog input[type=text],
.ui-dialog input[type=password],
.ui-dialog textarea,
div.form input[type=number],
div.form input[type=text],
div.form input[type=password],
div.form textarea,
div.form div.html-editor {
	/*background-color: transparent;*/
}

.width-50-percent {width:50%;}
.no-clear {clear: none!important;}

.multiple-columns {box-sizing: border-box;}
.multiple-columns,.multiple-columns .v2-row {min-height: 1px;}
.multiple-columns:before,
.multiple-columns:after {display:table;box-sizing: border-box;}
.multiple-columns .v2-row {margin: 0 -10px;box-sizing: border-box;}
.multiple-columns .v2-row:after,
.multiple-columns:after {
	content: '';
	display: block;
	clear: both;
}
.v2-col-12{width:100%;}
.v2-col-8{width:66.66%;}
.v2-col-6{width:50%;}
.v2-col-5{width:41.666667%;}
.v2-col-4{width:33.33%;}
.v2-col-3{width:25%;}
.v2-col-2{width:16.66%;}
.v2-col-12,
.v2-col-5,
.v2-col-4,
.v2-col-3,
.v2-col-2,
.v2-col-8,
.v2-col-6
{float:left;padding: 0 10px;box-sizing: border-box;min-height: 1px;}

.short.no-short{
	width:auto !important;
}
#inner-container .grid-view .filters td input[type=text],
.filters input[type=text]{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-top: none ;
	border-left: none ;
	border-right: none ;
}
/* ALEX-AUX */
div.form.wide-input input[type=text],
div.form.wide-input input[type=password],
div.form.wide-input textarea,
div.form.wide-input div.html-editor{
	width: 100%;
}
.v2-h1{
	padding:20px 0;
}
div.extra-wide-label.form .v2-h1 label,
.v2-h1 label{
	width: 100%;
}
div.form .row.no-margin-only-left{
	margin:0;
}
.v2-h1 label,
.v2-h1{
	font-size: 20px !important;
	font-weight: normal !important;
	color: #21303C;
	float: none !important;
}

md-checkbox{
	clear:both;
	/*margin:0px!important;*/
}
.float-left{
	float: left;
}
.no-label-top{
	margin-top:19px;
}

md-input-container label {width:100%!important;}
.no-padding {padding: 0!important;}
body div.form .field-info{ line-height: 22px;}
input[type=text].md-input{
	height:30px !important;
	padding-top: 10px !important;
}
.reseller-provision-buttons{
	float:none;
	position:relative;width:auto;top:auto;right: auto;
}
/* md-theme */
md-input-container:not(.md-input-invalid).md-input-focused .md-input,
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
	border-color: rgb(63,81,181);
}
.v2-col-6 {width:50%;}
body .drop-down-max-width-100 md-input-container {
	max-width: 100%;
	min-width: 100%;
}
.support-plans-table.form-items-table md-input-container {
	max-width: 100%;
	min-width: auto;
}

.sku-delimiter {padding-top: 27px!important;}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
	background-color: #448AFF;
}

div.form .reseller-provision-buttons label {
	width: 150px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
}
div.form .reseller-provision-buttons .static-value {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
div.form .reseller-provision-buttons input[type=button] {
	float: left;
	margin: 0;
}
.reseller-provision-buttons:after {
	clear: both;
}

.page-supportPlans-update .form h1 {padding-top:20px!important;}
.page-supportPlans-update div.form .form-items-table input{
	background: transparent;
}
.page-supportPlans-update div.form .form-items-table input.tiers_rate{
	width: initial;
}
#support-plan-tiers md-input-container {
	max-width: 150px;
	min-width: initial;
	margin: 0 auto;
}
.form textarea.large-textbox, .form div.html-editor.large-textbox{
	height: auto;
	width:auto;
}
/* md-theme */

#inner-container .grid-view .filters td input,
#inner-container .grid-view .filters td custom-select,
#inner-container .grid-view .filters td{
	padding-right:5px;
	padding-left:5px;
}

.large_textbox_size{
	width:100%;
}

div.form .row.no-row{
	padding: 0;
}
.row>md-checkbox{
	margin-top: 0;
	margin-bottom: 0;
}
.width-250 {width:250px;}
.width-200 {width:200px;}
.v2-full-width {width:100%;}
.reseller-cloud-provider md-checkbox {float:left; width:200px; margin-top:5px; margin-bottom:5px;}
.reseller-cloud-provider .source {float:left; width:500px;}
.reseller-cloud-provider .reseller-term {width:200px; float:left; margin-left: 20px;}
.very-small-input{
	width:100px !important;
	min-width:100px !important;
	max-width:100px !important;
}
.inline-block{display:inline-block;}
label.label-110-px{
	height:auto;
}
.field-status-container {
	width: auto;
	top: unset;
	left: unset;
	right: 0;
	bottom: 20px;
}
.absolute-50{
	position: relative;
	width: 100%;
}

.page-cloudAccounts-update .awsRoleDetailsContainer h1 {padding-top:20px; padding-bottom: 10px;}
.page-cloudAccounts-update .awsRoleDetails input {width: 100%!important;}

table.detail-view table th, table.detail-view table td {border-top-color: transparent!important;}
body #importjob-grid td.status-1 {background-position: center right!important;}
div.form label{
	font-size: 14px;
}

.sort-list,
.sort-list li{ width: 100%;}
td.td-50{
	width: 50%;
}

.cloud-accounts-database-options md-checkbox {
	margin: 14px 8px 0px 8px;
}

.md-text {min-height: 26px;}

/*.page-invoices-viewReport form#ReportForm md-checkbox {
	margin:0px;
	float:left;
	margin-left:5px;
}
.page-invoices-viewReport .reports-table td,
.page-invoices-viewReport .reports-table th {
	line-height: 26px; padding-top: 0px; padding-bottom: 0px;
}*/

.page-help-index .page-menu-container {display: none;}
.page-help-index #inner-container {padding: 92px 30px 30px 30px;}
.v2-padding-20 {padding:20px;}
.page-invoices-viewReport table.xitems {table-layout: fixed;}
.page-customers-index .grid-view table.items {table-layout: fixed;}
.form-error-message .errorMessage {margin-left: 25px!important; font-size: 16px!important; margin-top: 20px;}
table.items tr.filters input[type='text']:focus {border-color: rgb(63,81,181)!important;}
.page-account-options textarea.fixed-height {min-height:80px!important;}

.page-customers-update #requests-list {width:100%!important;}
.support-plans-table md-select, .support-plans-table .md-select-value {font-size:14px;}

table.form-inner-container {table-layout: fixed;}
.subscription-renewal-day {margin-top: 16px; margin-left:15px;}
.subscription-renewal-day {margin-top: 16px; margin-left:15px;}
.subscription-renewal-day,
.subscription-yearly-renewal-day,
.subscription-yearly-renewal-month {
	margin-top: 16px;
	margin-left:15px;
}
div.form textarea.three-rows {height:auto;}
@media all and (-ms-high-contrast:none)
{
	*::-ms-backdrop, md-input-container textarea{margin-top:8px !important;} /* IE11 */
}
.addr-fields-container{
	width:100%;
	float:none;
}
.addr-field.addr-state,
.addr-field.addr-zip,
.addr-field.addr-state,
.addr-field.addr-city,
.addr-field.addr-street,
.addr-field.addr-appt{
	width: 100%;
}

#product-skus-container {width:900px; margin:0 auto;}
#product-skus {width:100%;}
.md-text {
	display: inline;
}
.upload-button-container .fileupload{
	/*
	this has the effect of disabling the click on the upload button
	pointer-events:none;
	*/
}
.cookies-agreement {z-index: 100}
.cookies-agreement a {color:#fff;text-decoration: underline;}
.cookies-agreement a.btn {
	height:36px;
	line-height:36px;
	margin-top: 6px;
	padding: 0 16px 0 16px;
	font-size:13.333px;
	font-weight: 500;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.87);
	background: rgb(63, 81, 181);
}

.row.buttons input {float:left}
.row.buttons input[value='Revert'] {display: none;}

.row.buttons input[value='Save'],
.row.buttons input[value='Create'],
.row.buttons input[value='Cancel']{
	float:none;
}

.ui-dialog-buttonset { text-align: right }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: inline-block;
    float: none;
}

md-input-container .btn-field-reset{
	top:inherit;
	bottom: 9px;
	right: 4px;
}
md-backdrop.md-select-backdrop {
	z-index: 1100!important;
}
.page-account-options .customer-lists textarea {width:450px!important;}
#importjob-form input::-ms-clear {
    display: none;
}
.custom-select {background-image: none; background-color: transparent;}
.custom-select:before {
	content: '\25BC';
	position:absolute;
	right:3px;
	top:7px;
	-webkit-transform: scaleY(.6) scaleX(1);
    transform: scaleY(.6) scaleX(1);
	display:block;
	font-size:16px;

}#test-drive-modal{
	margin-top:60px;
}

.page-approvalRequests-update div.wide-label.form label {width:20%;}
#cloudPriceBooksContainer h3 {padding-bottom: 30px; margin-bottom: 0px;}
.page-invoices-view #change-status-form {padding:0;}

.reports-table md-checkbox{
	display: inline-block;
	margin:0;
}

.ui-dialog input:-webkit-autofill,
.ui-dialog textarea:-webkit-autofill,
.ui-dialog select:-webkit-autofill {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.ui-dialog-buttonpane {position:relative; z-index: 3000;}
#add-gsuite-customer-modal {position: static; z-index: 1;}
.modal-subtitle {font-weight:bold; font-size:16px; padding-bottom: 10px; padding-top:10px; text-align: center;}
.dialog-text-container {order:0; -webkit-order: 0;}
.dialog-text-container pre {font-family: "Roboto",Helvetica,Arial,sans-serif; color:rgba(0, 0, 0, 0.5); font-size:14px; margin-bottom:0; display: block; max-width: 700px; white-space: pre-wrap}
.alert-container md-dialog-actions {padding-top:0;}
.alert-container md-dialog-actions button {float:right;}

.gsuite-control-button {margin:0px 0 10px 0!important;float:none!important;display:block!important;}
#binary-upload-container.loading input.source {
	background-image: url(../images/ajax-loader-ltgr.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* DIALOG Z-INDEX */

body .md-dialog-container {z-index: 5980;}
body md-backdrop.md-dialog-backdrop {z-index: 5972;}

/* DIALOG Z-INDEX */


#test-drive-form #deployment-scripts td.delete-btn-container input {
	width: 333px;
}
#deployment-scripts .download-button {
	background:url(../images/material-icons/ic_file_download_black_24px.svg) top left no-repeat;
	width:18px;
	height:18px;
	display:block;
	background-size:contain;
}
#deployment-scripts .hold-download-button {
	width: 20px;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
}
.terms-modal a {
	color:#4885ed
}
.terms-modal .text-placeholder {
	overflow: scroll;
}
#top-text-menu-container ul li > ul.session-info-container {
	background-color: #e0e3e5;
	padding-bottom: 0;
}

#top-text-menu-container ul li > ul.session-info-container li:hover {
	background-color: inherit;
}

#top-text-menu-container ul li.switch-account-container {
	height: auto;
	max-height: 240px; /* 5 items x 48px */
	overflow: scroll;
}
#top-text-menu-container ul li.switch-account-container > ul {
	margin: 0;
	padding: 0;
}
#top-text-menu-container ul li > ul.session-info-container li.switch-account-button {
	color: rgba(0,0,0,.87);
	background-color: white;
	border-bottom: solid 1px rgb(224, 227, 229);
}
#top-text-menu-container ul li > ul.session-info-container li.switch-account-button a {
	margin: 0;
}
#top-text-menu-container ul li > ul.session-info-container li.switch-account-button:hover a {
	background-color: rgba(0,0,0,.04);
}
#top-text-menu-container ul li > ul.session-info-container li.sign-out-button {
	background-color: white;
}

#top-text-menu-container .account-circle {
	text-align: center
}

#top-text-menu-container .account-circle div {
	height: 48px;
	width: 48px;
	margin: 0 auto;
	background: url("../images/material-icons/ic_account_circle_24px.svg") center center no-repeat;
	background-size: contain;
}

#top-text-menu-container .privacy-policy a {
	color:#4184f3;
	text-align:center;
	text-decoration:underline;
	font-size: 14px;
}

#top-text-menu-container .sign-out-button {
	height: 65px;
	padding: 14px 0;
}

#top-text-menu-container .sign-out-button a {
	height: 37px;
	width: 94px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 14px;
	color: white;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #4184F3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

#migration-banner {
	background-color: #e8f0fe;
	box-sizing: border-box;
	height: 60px;
	padding: 10px;
	width: 100%;
}

#migration-banner.shutdown-banner {
	background-color: #fcf8d2;
}

#migration-banner a.visit-new-site {
	float: right;
	height: 37px;
	text-decoration: none;
	line-height: 36px;
}

#migration-banner a.learn-more-btn {
	float: right;
	height: 37px;
	width: 104px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 14px;
	color: white;
	line-height: 36px;
	text-align: center;
	background: #448aff;
	border-radius: 4px;
	text-decoration: none;
}
#close-migration-banner {
	float: right;
	border: none;
	padding: 0;
	opacity: 0.6;
}

#migration-banner .mat-icon {
	width: 24px;
	height: 40px;
	display: block;
	float: left;
}

#migration-banner .mat-icon.mat-icon-info {
	background-color: #448aff;
	-webkit-mask-image: url(../images/material-icons/info-24px.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-image: url(../images/material-icons/info-24px.svg);
	mask-repeat: no-repeat;
	mask-position: center center;
}
#migration-banner .mat-icon.mat-icon-warning {
	background-color: orange;
	-webkit-mask-image: url(../images/material-icons/warning-24px.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-image: url(../images/material-icons/warning-24px.svg);
	mask-repeat: no-repeat;
	mask-position: center center;
}

#migration-banner .mat-icon-close {
	width: 24px;
	height: 40px;
	background: url(../images/material-icons/close-24px.svg) no-repeat 32px center;
	background-size: 24px auto;
	background-position: center center;
	display: block;
}

#migration-banner .migration-text {
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}
.with-migration-banner #header {
	height: 108px;
}

.with-migration-banner #section-header {
	top: 108px;
}
.with-migration-banner .page-menu-container {
	top: 108px;
}
.with-section-header.with-migration-banner .page-menu-container {
	top: 165px;
}
.with-migration-banner #inner-container {
	padding-top: 122px;
}
.with-section-header.with-migration-banner #inner-container {
	padding-top: 176px;
}
.theme-smp #header {z-index:80; background: #0A558C;}
.theme-smp #header-menu {z-index:70;}
.theme-smp #v2-logo {margin-left: 16px; margin-top: 12px;width:200px; max-height:37.6px;}
.theme-smp #section-header {padding-top:50px;}
.theme-smp.with-section-header #inner-container {padding-top:166px;}
.theme-smp.with-section-header .page-menu-container {top:162px}
.theme-smp.with-section-header.with-site-alert #inner-container {padding-top:216px;}
.theme-smp.with-section-header.with-site-alert .page-menu-container {top:212px}

.theme-smp #top-menu-container {width:1100px; margin:0 auto 0 auto;padding-left:4px;}
.theme-smp #top-menu-container a {height:47px; line-height:50px; font-size: 15px; font-weight: normal; margin: 1px 30px 0 30px; text-transform: none; color:#007ad9;border-bottom:solid 3px #F4F5F6;}
.theme-smp #top-menu-container a:hover,
.theme-smp #top-menu-container a.active {border-color: #00B1E2; color: #00B1E2;}

.theme-smp #top-text-menu-container > ul > li > a {
	display: inline-block;
	width: auto;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 2px 0 2px;
	color: white;
	background: none;
	font-size: 14px;
	font-weight: 400;
}
.theme-smp #top-text-menu-container > ul > li.menu-item-store > a {
	background: url("../images/launch-white-2x.png") center center no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
}
.theme-smp #top-text-menu-container > ul > li.menu-item-user > a {
	/* width: 100px; */
	padding-left: 30px;
	background-image: url("../images/menu_top_user.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.theme-smp #top-text-menu-container > ul > li.menu-item-help > a {
	background: url("../images/menu_top_help.png") center center no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
}
.theme-smp #top-text-menu-container:not(.submenu-opened) > ul > li.menu-item-help a:hover {background-position: 0 0;}
.theme-smp #top-text-menu-container:not(.submenu-opened) > ul > li.menu-item-user a:hover {background-position: 0 0;}
.theme-smp #top-text-menu-container > ul > li > ul {
	padding:8px 0;
	top: 25px;
	right: 0;
	box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
	border-radius: 4px;
}
.theme-smp #top-text-menu-container > ul > li > ul.store-menu-container,
.theme-smp #top-text-menu-container > ul > li > ul.help-menu-container {
	background-color:white;
	right: 0;
}
.theme-smp #top-text-menu-container > ul > li > ul.store-menu-container li a,
.theme-smp #top-text-menu-container > ul > li > ul.help-menu-container li a {
	width: 100%;
	height:48px;
	padding:0 16px;
	line-height: 48px;
	box-sizing: border-box;
	color: rgba(0,0,0,.87);
	font-size: 14px;
}
.theme-smp #top-text-menu-container > ul > li > ul.store-menu-container li a:hover,
.theme-smp #top-text-menu-container > ul > li > ul.help-menu-container li a:hover {
	color: #116fbf;
	text-decoration: underline;
}
.theme-smp #top-text-menu-container > ul > li > ul.session-info-container {
	padding-bottom: 0;
	/* left: -100px; */
}
.theme-smp #top-text-menu-container > ul > li > ul.session-info-container .sign-out-button {
	border-radius: 4px;
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container > li {
	line-height: 31px;
	height: 31px;
	font-size: 14px;
}
.theme-smp #top-text-menu-container > ul > li.menu-item-language > a.menu-item-language-current-selection {
	background: white;
	color: #333;
	width: 185px;
	padding-left: 5px;
	padding-right: 10px;
	height: 33px;
	margin-top: -5px;
	line-height: 33px;
	font-size: 14px;
}
.theme-smp #top-text-menu-container > ul > li.menu-item-language > a > img.dropdown-img {
	display: block;
	float: right;
	margin-top: 10px;
	/* margin-left: 5px; */
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container {
	width: 202px;
	height: 200px;
	overflow-y: scroll;
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container > li {
	/* width: 150px; */
	/* padding-left: 10px; */
	cursor: pointer;
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container > li > a {
	height: 31px;
	line-height: 31px;
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container > li > a.selected {
	background: #007ad9;
	color: #fff;
}
.theme-smp #top-text-menu-container > ul > li > ul.language-dropdown-container > li > a > img.flag {
	margin-right: 5px;
}
#page.theme-smp.page-site-index {
	background: url(../images/dashboard-v2/background.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#page.theme-smp.page-site-index #footer {
	height: 36px;
	line-height: 36px;
	bottom: 0;
	margin: 0;
	padding-bottom: 0;
}
#page.theme-smp #footer .copyright,
#page.theme-smp #footer .poweredBy {
	height: 36px;
	margin-top: 0;
	font-size: 16px;
	color: #21314d;
	/* background: #F4F5F6; */
}
#page.theme-smp.page-site-index #footer .poweredBy a,
#page.theme-smp.page-site-index #footer .copyright a {
	color: #21314d;
}
#page.theme-smp #footer .poweredBy {display: block;}
#page.theme-smp #footer .copyright {display: none;}
.theme-smp #main-menu-container-v2 {
	position: absolute;
	width: 780px;
	height: 150px;
	left: 50%;
	top: 45%;
	margin-top: -75px;
	margin-left: -390px;
}
.theme-smp #main-menu-container-v2 .menu-item {
	float: left;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	margin: 0px 8px;
	border: solid 1px #e2e2e2;
	background-color: #FFF;

	/*Set initial opacity to 0 so we can dynamically calculate and adjust the position of the menu withoud it being visible*/
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	opacity: 0.0;

	/*nice sliding effect*/
	margin-top:-10px;
}
.theme-smp #main-menu-container-v2 .menu-item a {
	display: block;
	width: 150px;
	height: 150px;
	padding-top: 32px;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #0b558c;
}
.theme-smp #main-menu-container-v2 .menu-item a i {
	background-size: contain;
	background-position: center center;
	/* background-size: auto 48px; */
	background-repeat: no-repeat;
	margin: 20px auto 0 auto;
}
.theme-smp #main-menu-container-v2 i {display: block; width: 58px; height: 50px;}
.theme-smp #main-menu-container-v2 .menu-item:hover {border-bottom: solid 5px #ccd815;}
.theme-smp #main-menu-container-v2 .menu-item:hover a {color: #00b1e2;font-weight:bold;}

.theme-smp #main-menu-container-v2 i.menu-icon.dashboard  {background-image: url(../images/dashboard-v2/icon-dashboard-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.reports    {background-image: url(../images/dashboard-v2/icon-reports-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.products   {background-image: url(../images/dashboard-v2/icon-products-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.testdrives {background-image: url(../images/dashboard-v2/icon-test-drives-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.invoices   {background-image: url(../images/dashboard-v2/icon-billing-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.partners   {background-image: url(../images/dashboard-v2/icon-partners-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.customers  {background-image: url(../images/dashboard-v2/icon-customers-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.support    {background-image: url(../images/dashboard-v2/icon-support-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.account    {background-image: url(../images/dashboard-v2/icon-settings-2x.png);}
.theme-smp #main-menu-container-v2 i.menu-icon.store      {background-image: url(../images/dashboard-v2/icon-launch-2x.png);}

/* FOOTER OVERWRITE */

#footer {
  background: #F2F3F5;
  color: #0C4B81;
  font-size: 12px;
  word-spacing: 1px;
  // margin: 20px 0;
  text-align: center;
  padding: 1.6em;
}

#footer a {
  color: #0C4B81;
  text-decoration: none;
}

#footer .hover-effect1 ul {
  padding-top: 1px;
}
#footer .hover-effect1 ul li {
  display: inline-block;
}
#footer .hover-effect1 ul li a {
  /* font-size: 30px; */
  text-align: center;
  border-radius: 50%;
  margin: 0px 10px;
  /* line-height: 50px; */
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #0c4b81;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#footer .hover-effect1 ul li:hover a {
  border-radius: 50%;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#footer .title {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1200px) {
  #footer .container {
    max-width: 1470px;
  }
}

#footer .td-logo{
  width: 168px;
  height: 32px;
}

#footer .lg-desc{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

#footer .footer{
  background-color: #f8f8f8;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer .title-m {
  font-size: 12px;
  font-weight: 400;
  color: #0C4B81;
  cursor: pointer;
}

#page.page-site-login #footer.full-height,
#page.page-site-requestPasswordReset #footer.full-height,
#page.page-site-index #footer.full-height,
#footer.full-height {
	margin:0;
	padding: 0;
	bottom: 0;
	color: white;
}

#footer tr,
#footer td {
	vertical-align: top;
}

#footer .mt-0 {
	margin-top: 0;
}
#footer .mb-0 {
	margin-bottom: 0;
}
#footer .mb-4 {
	margin-bottom: 1.5rem;
}
#footer td p,
#footer td{
	margin-top: 1rem;
}

#footer #Footer{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.list-unstyled.list-inline {
	margin: 0;
	padding: 0;
}

.hover-effect1 {
	margin-top: 60px;
}