/* override styles here */

html {
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #EFEFF1;
	color: #757575;
}

body {
	font-family: Verdana, Arial;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	height: auto !important;
	height: 100%;
	background-color: #EFEFF1;
	color: #757575;
}

.page {
	padding: 1em;
  padding-right: 0px;
}

a,
a:visited,
a:active {
	font-weight: 400;
	color: #1da3f7;
	border-radius: 0;
}

.header {
	height: 4em;
}

.header_branding {
	width: 8em;
	cursor: pointer;
}

.spinner {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	width: 64px;
	height: 64px;
	display: none;
}

.spinner div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #CCCCCC;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.spinner div:nth-child(1) {
	left: 6px;
	animation: spinner1 0.6s infinite;
}

.spinner div:nth-child(2) {
	left: 6px;
	animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(3) {
	left: 26px;
	animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(4) {
	left: 45px;
	animation: spinner3 0.6s infinite;
}

@keyframes spinner1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes spinner3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes spinner2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

.navigation {
	overflow: hidden;
	border-bottom: 1px solid #949599;
    font-size: 1.8em;
}

.navigation .button {
	color: #757575;
	background-color: transparent;
    padding: 0.5em;
}

.navigation .button:hover {
	background-color: #e1e2e4;
	color: currentColor !important;
}

.navigation .active {
	color: #F7941D !important;
}

.navigation .active:hover {
	color: #F7941D !important;
}

.navigation_bar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

.navigation_bar ul li {
	float: left;
}

.navigation_bar .button {
	margin-right: 2px;
}

.navigation_responsive {
	color: #F7941D;
	display: none;
	cursor: pointer;
	height: 2.3em;
	border-bottom: 1px solid #949599;
}

.navigation_bars {
	padding: 0.5em;
}

.navigation_label {
	text-transform: uppercase;
	padding: 0.5em;
}

@media screen and (max-width: 768px) {
	.navigation {
		border-bottom: none;
	}
	.navigation_responsive {
		display: block;
	}
	.navigation_bar ul {
		width: 100%;
		margin: 0;
		height: auto;
		display: none;
		left: 0;
		background-color: #D9DADC;
	}
	.navigation_bar .button {
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.navigation_bar ul li {
		float: none;
		border-bottom: solid 1px #333;
	}
}

@media screen and (min-width: 769px) {
	.navigation_bar ul {
		display: block !important;
	}
	.navigation {
		border-bottom: 1px solid #949599;
	}
}

.button {
	background-color: #5A5D56;
	border: none;
	border-radius: 6px;
	color: white;
	padding: 0.8em 1.8em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}

.buttonactivatetrial {
/*	height: 3em; */
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0em !important;
}

.buttonsmall {
	background-color: transparent;
	color: inherit;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #5A5D56;
	padding: 0.2em 0.4em !important;
	margin: 0.1em;
}

.button:hover {
	background-color: #73776F;
	color: #F7941D !important;
}

.button i {
	display: none;
}

.active {
	background-color: #F7941D;
	color: white !important;
}

.left {
	text-align: left;
}

.pull_left {
	float: left;
}

.pull_right {
	float: right;
}

.sync {
	margin-left: 0.5em;
	float: right;
	position: relative !important;
	left: 0.0em !important;
	top: 0.2em !important;
	color: #bbbbbb;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sync:hover {
	color: #888888;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.content {
	position: relative;
	margin-right: 1em;
	min-height: 100%;
	overflow: hidden;
}

.content .button {
	margin-top: 0.4em;
	margin-right: 0.4em;
	font-size: 0.8em;
}

.footer {
	position: static;
	bottom: 1em;
	margin-left: 1em;
	right: 1em;
	padding: 0.4em;
	font-size: 0.8em;
	text-align: left;
}

.notifications {
	z-index: 99999;
	position: fixed;
	top: 0;
	right: 0;
	margin: 1em;
}

.notification {
	display: none;
	padding: 1em;
	margin: 1em;
	margin-bottom: 0.5em;
	background-color: red;
	color: white;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.info {
	background-color: #4A89DC;
}

.success {
	background-color: #37BC9B;
}

.table_green td {
	border-left: none !important;
	border-right: none !important;
	background-color: #37BC9B;
	color: white;
}

.table_green td:nth-of-type(2) {
	width: 1%;
	word-break: normal;
	white-space: nowrap;
}

.warning {
	background-color: #F6BB42;
}

.error {
	background-color: #DA4453;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.modal {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.message {
	margin-bottom: 25px;
    text-align: left;
}

.box {
	background-color: #303030;
	/*padding: 1.0em;*/
    padding: 15px;
}

.input {
	border: solid 1px #F7941D;
	font-size: 1em;
	padding: 0.4em;
	background-color: #333333;
	color: #F7941D;
}

.space_left {
	margin-left: 5px;
}

.space_left_large {
	margin-left: 20px;
}

.centered {
	text-align: center;
}

.spacer_bottom {
	margin-bottom: 0.5em;
}

.section {
	display: none;
}

.status_content .label {
	color: #F7941D;
	margin-bottom: 0.5em;
}

.status_content .list {
}

.status_content .list:nth-of-type(1) td {
	padding: 4px;
	padding-left: 0.5em;
	padding-right: 2em;
}

.status_content .list:nth-of-type(1) div {
}

.list {
/*	margin-top: 1em !important;*/
}

.table_activation_list {
	margin-top: 0.25em !important;
	background-color: inherit !important;
}

.table_activation_left {
	border-radius: 6px;
	margin-right: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #e1e2e4 !important;
	height: 100%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.table_information_list td:first-child {
	word-break: normal;
	white-space: nowrap;
	width: 1%;
}

.table_licensed_for_list td {
	border-left: none !important;
	border-right: none !important;
}

.table_licensed_for_list td:nth-of-type(2) {
	width: 1%;
	word-break: normal;
	white-space: nowrap;
}

.table_activation_list td:last-child {
	width: 1%;
}

.label {}

.listitem {
	background-color: #444444;
	padding: 0.5em;
	margin-bottom: 0.2em;
}

.list {
	width: 100%;
	margin-right: 1em;
	border-collapse: collapse;
	background-color: #E1E2E4;
	border-radius: 6px;
	border-style: hidden;
}

.list th {
	background-color: #555555;
	color: #F7941D;
}

.list th,
td {
	word-break: normal;
/*	padding: 0.5em; */
}

.list tr {
	height: 2em;
}

.list_separator {
	height: 0.5em;
	background-color: #CCCCCC;
}

.table_cell {
	display: table-cell;
}

.highlight {
	color: #F7941D;
}

.highlight_half {
	color: #777777;
}

.highlight_full {
	color: #eeeeee;
}

.profile_content .list {
	margin-bottom: 1em;
}

.profile_content .list td:first-child {
	word-break: normal;
	white-space: nowrap;
	width: 1%;
}

.licenses_content .slider_content {
	padding-right: 0em !important;
}

.licenses_content .list td:first-child {
	width: 1%;
}

.licenses_disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.item {
	float: left;
}

.dateTable .item {
	width: 100%;
}

.usedlicensetable {
	display: flex;
	flex-wrap: wrap;
}
.usedlicensetable .dateTable .button {
	margin: 0.2em;
}
.usedlicensetable .dateTable td {
	padding: 0.1em;
}
.usedlicensetable .item {
	min-width: 25.6em;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.usedlicensetable .item_content {
	padding: 0.2em 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	background-color: #e1e2e4;
	border-radius: 6.0px;
	width: 100%;
}

/*
.usedlicensegridview .item{
	border: solid 1px rgba(0, 0, 0, 10%) !important;
	border-radius: 6px !important;
}
*/
.usedlicensegridview .item {
	width: 100%;
	margin-right: 0em;
}

.item_header {
	color: #F7941D !important;
	font-size: 1.2em;
    text-decoration: none !important;
    cursor: default;
}

.license_header {
	color: #757575;
	font-size: 1.0em;
    text-decoration: none;
    cursor: default;
}

.item_description i {
	width: 1em;
	text-align: center;
	margin-right: 0.5em;
}

.item_description_selected i {
	color: #F7941D !important;
	width: 1em;
	text-align: center;
	margin-right: 0.5em;
}

.item_disabled {
	filter: brightness(60%);
	pointer-events: none;
}

.slider {
	margin-bottom: 0.5em;
}

.slider_head {
	position: relative;
	height: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	background-color: #CCCCCC;
	padding: 1em;
	padding-right: .65em !important;
}

.slider_head div {
	display: inline-block;
}

.slider_label {
	color: #818286;
	display: inline-block;
}

.slider_content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.store_content .list {
	margin-bottom: 1em;
}

.store_content .list td:nth-child(2) {
	word-break: normal;
	white-space: nowrap;
	width: 1%;
}

.store_content .active {
	color: white !important;
}

.rounded {
	padding: 0.2em 1.0em 0.2em 1.0em;
	border-radius: 4px;
	margin-right: 0.5em;
}

.grey {
	background-color: rgb(238, 238, 238);
	color: #757575;
}
.green {
	background-color: #37BC9B;
	color: white;
}

.redicon {
	color: #DB4453;
}

.red {
	background-color: rgb(148, 77, 77);
	color: white;
}


/* portal */

.portal_header {
    min-height: 70px;
    background-color: #ffffff;
}

.portal_header_branding {
    overflow: hidden;
    padding: 0 20px;
    float: left;
    font-size: 20px;
    line-height: 22px;
    margin: 12.5px 0;
    height: 45px;
    width: 270px;
}

.portal_page {
    background-color: #efeff0;
}

.list tr {
/*	background-color: #D9DADC;*/
}

.item_description {
	font-size: 0.90em;
}

.dateTable {
	width: 100%;
	word-break: keep-all;	
	white-space: nowrap;
}
.dateTable table {
	background-color: transparent;
}
.dateTable td {
	padding: 0.1em;
}
.licenses_content tr {
	border-bottom: 1px solid #c6c6c6;
}
.dateTable .list tr {
	border: 0 !important;
}
.dateTable tr {
	background-color: transparent;
}
.marketingNote {
	margin-top: 1em;
	font-size: 0.9em;
	font-style: italic;
	word-break: normal;
	white-space: wrap;
}

.absolutbottom {
    position: absolute;
    bottom: 5px;
    left: 0px;
	width: 100%;
	text-align: center;
	margin-right: 0em;
}

.assignmentReleaseX {
	position: absolute;
	right: 0.3em;
	top: 0.3em;
	margin-right: 0.0 !important;
	opacity: 0.5;
	cursor: pointer;
}

.assignmentgroup {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 0.3em;
	min-height: 6em;
}

.assignmentgroup2 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 0.3em;
}

.labelassignment {
/*	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(165, 164, 164);
*/
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: rgb(220, 220, 220);
	border-color: rgb(184, 184, 184);
	border-style: solid;
	border-width: 1px;
	padding: 0.25em 0.5em;
	min-width: 14em;
	text-align: center;
	text-decoration: none;
	margin: 0.1em;
	margin-right: 0.65em;
	margin-bottom: 0.65em;
	position: relative;
/*
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
*/
}

.labelassignment2 {
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: rgb(216, 216, 216);
	border-color: rgb(184, 184, 184);
	border-style: solid;
	border-width: 1px;
	padding: 0.25em 0.5em;
	min-width: 12em;
	text-align: center;
	text-decoration: none;
	margin: 0.1em;
	margin-right: 0.65em;
	margin-bottom: 0.65em;
	position: relative;
/*
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.10);
*/
}

.labelassignmentLeft {
	text-align: left;
	display: block;
}

.labelassignmentCurrent {
    background-color: rgb(206, 224, 212);
    border-color: rgb(102, 160, 119);
	border-style: solid;
	border-width: 1px;
}

.assignmentgroupbottom{
	padding-bottom: 2.1em;
}

.labelpill {
	font-size: 0.75em;
	margin: 0.1em;
	border-radius: 4px;
	background-color: rgb(109, 170, 221);
	border: none;
	color: white;
	padding: 0.25em 0.5em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

.labelorganization {
	margin: 0.1em;
	border-radius: 4px;
	color: #757575;
	background-color: rgb(199, 199, 199);
	border: none;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	text-decoration: none;
	font-size: 130%;
}

.labelorganizationsmall {
	margin: 0.1em;
	border-radius: 4px;
	color: #757575;
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	text-decoration: none;
	font-size: 80%;
}

.fullwidth {
	width: 100%;
}

.labelcontract {
	margin: 0.1em;
	border-radius: 4px;
	background-color: rgb(224, 224, 224);
	border: none;
	padding: 0.1em;
	margin-top: 2px;
	text-decoration: none;
}

.labelstatus {
	border-radius: 4px;
	background-color: rgb(109, 170, 221);
	border: none;
	color: white;
	padding: 0.25em 0.5em;
	text-align: center;
	text-decoration: none;
}

.labelgreen {
	background-color: #37BC9B;
	color: white;
}
.labelred {
	background-color: rgb(221, 109, 109);
	color: white;
}

.mainSlider > .slider_head {
    background-color: transparent;
    font-size: 1.6em;
    padding: 0;
    height: 1.6em;
}

.mainSlider > .slider_head i {
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.slider_head i {
	cursor: pointer;
}

.slider_labelcontainer {
	color: inherit;
	display: inline-block;
	cursor: pointer;
}

.mainSlider > .slider_head > .slider_labelcontainer > .slider_label {
	color: inherit;
	display: inline-block;
}

.mainSlider > .slider_head:hover {
    color: #444444 !important;
}

.mainSlider > .slider_content {
    border-top: 1px solid #949599;
    padding: 1em;
    padding-top: 0.5em;
}

.computer_name{
    font-size: 0.7em;
    float: left; 
    margin-top: 0.4em;
}

.computer_name i{
    position: inherit !important;
}

.slider_label_status {
    float: left;
}
.slider_label_dot {
    float: left;
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.usedlicensetable .dateTable tr {
	border-bottom: 1px solid #c5c5c5 !important;
}

.user_profile{
    text-align: right;
    position : absolute;
    right: 1em;
    top : 25px;
    margin-left: 120px;
}

.user_profile_anchor {
    padding-bottom: 1em;
}

.user_profile_icon {
    width: 25px; 
    height: 25px;
    vertical-align: middle;
    margin-right: 0.5em;
    background-color: transparent;
    color: #F7941D;
    cursor: pointer;
}

.user_profile_username {
    vertical-align: middle;
    color: #F7941D;
    cursor: pointer;
}

.user_profile_group {
	padding-bottom: 1em;
}

.user_profile_dropdown {
    position: absolute;
    top: 100%;
    right: 0.0em;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
}

.user_profile_dropdown_item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.user_profile_dropdown_item a {
    text-decoration: none;
    color: #666666;
    font-size: 0.9em;
}

.user_profile_dropdown_item i {
    margin-right: 0.5em;
}

.user_profile_dropdown_item a:hover {
    color: #F7941D;
}

.user_profile_dropdown_divider {
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.shop_button {
    vertical-align: middle;
    margin-right: 1em;
    margin-left: 1em;
    background-color: transparent;
    font-size: 1.5em;
}

.shop_button:hover {
    color: #F7941D;
}

.shop_button .fa-shopping-cart{
    margin-bottom: 2px;
}

.modal_buttons {
    text-align: center;
}

.modal_buttons .button {
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.infobanner {
	padding: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	background-color: rgb(221, 215, 191);
	border-radius: 6px;
	min-height: 2.5em;
}

.infobannerLeft {
	width: 100%;
}

.infobannerRight {
	padding-left: 0.5em;
	float: right;
}

.betabanner {
	display: flex;
	padding: 1em;
	margin-right: 0.0em;
	margin-left: 0.0em;
	margin-bottom: 1em;
	background-color: rgb(221, 193, 191);
	border-radius: 6px;
}

.betabannerLeft {
	width: 100%;
}

.betabannerRight {
	padding-left: 2em;
}

.downloadsection {
	text-align: center;
}

#sort3 .item_description {
    word-break: break-word;
    min-width: 200px;
}

.active_c {
    position: relative;
    color: #f7941d !important;
}

.active_c a {
    color: #f7941d !important;
    text-decoration: none;
    cursor: default;
}