/* Custom Agile CSS Changes */
/*                          */
/* 1. COMMON CSS            */
/* 2. BACKOFFICE            */
/* 3. PUBLIC PORTAL         */
/*                          */

/* 1. COMMON CSS            
 ****************************************************************************** */

/* Fix modal panel padding: https://github.com/twbs/bootstrap/issues/9855 */
.modal-open {
	padding-right: 0px !important;
}

#profile-dropdown.dropdown-menu li>a, .ui-menu li>a {
	font-weight: 400;
	line-height: 20px;
	position: relative;
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
}

.popover-title {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Angular chosen icon styles */
.chosen-select-icons a.chosen-single b:before {
	text-align: center;
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.chosen-select-icons .chosen-search:after {
	text-align: center;
	content: "\f002";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline;
	float: right;
	text-align: center;
	text-decoration: none;
	background: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -27px 8px 0px 0px;
}

.chosen-select-icons abbr.search-choice-close {
	top: 11px;
	right: 50px;
	font-size: 13px;
}

.form-group .chosen-select-icons abbr.search-choice-close {
	top: 8px;
	right: 36px;
}

/* Angular UI Bootstrap modals */
.large-modal {
	max-width: initial;
    width: 800px; 
    left: calc(50% - 400px);
}

.editor-modal {
	max-width: initial;       
    height: 70vh;
    top: calc(50% - 35vh);
    width: 60vw;    
    left: calc(50% - 30vw);
}

@media only screen and (min-width: 900px) {
	.profile-modal {
		max-width: initial;
	    width: 800px;
	    left: calc(50% - 400px);
	}
}

.modal-header h5 {
	margin-top: 7px;
}

.modal-header .close {
	margin: 3px;
	padding: 0;
}

.modal-footer {
	padding: 6px;
}

.user-principal {
	text-transform: lowercase;
}

/* Revert agileiu boostap btn grouns style */
.btn-group {
	display: inline-block !important;
}

/* Fix top bar header height */
.top-bar .user-account-btn>a>img.gravatar {
	width: 25px;
	height: 25px;
}

/* Redefine flag-icon-gb for any english language */
.flag-icon-en {
	background-image:
		url(../agileui/assets/icons/flag-icon/flags/4x3/gb.svg);
}

/* Merge font-family fonts for admin user dropdown and public page user dropdown */
.user-info {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Tile box color styles in brn groups */
a.tile-box[uib-btn-radio], a.tile-box[uib-btn-radio]:hover {
	color: #fff;
}

/* Boostrap panels with 100% height */
.panel.fillAll {
	height: calc(100% - 20px);
}

.panel.fillAll.editor {
	height: calc(100vh - 205px);
	margin-bottom: 0;
}

.panel.fillAll>div {
	height: 100%;
}

.smallEditor {
	height: 50vh;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.fullEditor {
	height: 70vh;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/* Bootstrap content box 100% height */
@media only screen and (min-width: 68.75em) {
	.content-box.fillAll {
		height: calc(100vh - 118px);
		margin-bottom: 0;
	}
	
	.content-box.fillAll .content-box-wrapper {
		height: 100% !important;
	}
		
	body {
		overflow:hidden;
	}
	
	.outsideSlimScrollBar .slimScrollDiv {
		overflow: inherit !important;
	}
	.outsideSlimScrollBar .slimScrollBar,
	.outsideSlimScrollBar .slimScrollRail {
		right: -10px !important;
	}
	
	/*div.slimScrollDiv:before{
		-webkit-box-shadow: inset 0px 40px 45px -25px rgba(255,255,255,0.95);
		-moz-box-shadow: inset 0px 40px 45px -25px rgba(255,255,255,0.95);
		box-shadow: inset 0px 40px 45px -25px rgba(255,255,255,0.95);
		content: " ";
		position: absolute;
	    float: left;
	    width:100%;
	    height: 50px;
	    z-index:80;
	}
	div.slimScrollDiv:after{
		-webkit-box-shadow: inset 0px -40px 45px -25px rgba(255,255,255,0.95);
		-moz-box-shadow: inset 0px -40px 45px -25px rgba(255,255,255,0.95);
		box-shadow: inset 0px -40px 45px -25px rgba(255,255,255,0.95);
		content: " ";
		position: absolute;
	    float: left;
	    width:100%;
	    height: 50px;
	    z-index:80;
	    bottom: 0;
	}*/
}

/* Modal load wait */
.cg-busy-backdrop {
	opacity: .85;
	/*bottom: -1px;
	right: -1px;*/
}

.modal-spinner {
	z-index: 1002;
	top: 60%;
}

/* Input switch */
input-switch {
	cursor: pointer;
}

input-switch input {
	display: none;
}

input-switch .lever {
	width: 54px;
	height: 30px;
	border-radius: 10em;
	display: inline-block;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-transition: left .3s ease, background .3s ease,
		-webkit-box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s
		ease;
	-o-transition: left .3s ease, background .3s ease, box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, box-shadow 1s ease,
		-webkit-box-shadow 1s ease;
}

input-switch[disabled] .lever {
	cursor: default;
	opacity: 0.6;
}

input-switch .lever:after {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	transition: background .3s ease;
	box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, .4);
}

input-switch:not ([disabled] ) .lever:hover, input-switch:not ([disabled]
	) .lever:focus {
	background-color: #ccc;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-ms-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

input-switch:not ([disabled] ) .lever:hover:after {
	width: 32px;
	border-radius: 10em;
	-webkit-transition: width 0.1s linear;
	-moz-transition: width 0.1s linear;
	-ms-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
	transition: width 0.1s linear;
}

input-switch .lever.switch-activated {
	background: #00a9ce;
	border-color: #5388d1;
	-webkit-transition: left .3s ease, background .3s ease,
		-webkit-box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s
		ease;
	-o-transition: left .3s ease, background .3s ease, box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, box-shadow 1s ease;
	transition: left .3s ease, background .3s ease, box-shadow 1s ease,
		-webkit-box-shadow 1s ease;
}

input-switch .lever.switch-activated:after {
	left: 24px;
}

input-switch:not ([disabled] ) .lever.switch-activated:hover,
	input-switch:not ([disabled] ) .lever.switch-activated:focus {
	background-color: #5388d1;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-ms-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

input-switch:not ([disabled] ) .lever.switch-activated:hover:after {
	left: 20px;
	-webkit-transition: left 0.1s linear, width 0.1s linear;
	-moz-transition: left 0.1s linear, width 0.1s linear;
	-ms-transition: left 0.1s linear, width 0.1s linear;
	-o-transition: left 0.1s linear, width 0.1s linear;
	transition: left 0.1s linear, width 0.1s linear;
}

.ql-container.ql-snow {
	border: none;
	border-top: 1px solid #ccc;
}

.ql-toolbar.ql-snow {
	border: none;
}

.ql-variables .ql-picker-item:before {
  content: attr(data-label);
}

.quillToolbar {
	margin-top: 4px;
}

.break-words {
	word-break: break-all;	
}

.greyscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.brand-watermark {
    width: 350px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.brand-watermark .brand-frame {
	height: 270px;
	overflow: hidden;
}

.brand-watermark .brand-frame img {
	width: 100%;
	opacity: 0.1;
}

.brand-watermark span.brand-version {
	color: #cfcfcf;
	float:right;	
	margin: 10px 40px;
}

.password {
    text-security:disc;
    -webkit-text-security:disc;
    -mox-text-security:disc;
}

.flex-grow-1 {
	flex-grow: 1;
}
.flex-grow-2 {
	flex-grow: 2;
}

a.link {
	cursor: pointer;
}

a.link:hover {
	text-decoration: underline;
}

/* Fix for Safari Boostraping in flex containers */
.row:before {
	content: normal;
}

/* 2. BACKOFFICE           
 ****************************************************************************** */
#header-logo .logo-content-big, .logo-content-small {
	background: url('../images/yubiq_white.png') left 50% no-repeat;
  	background-size: contain;
  	margin-left: 20px;  	
}

.main-header.font-inverse .header-logo {
	background: url('../images/yubiq_white.png') left 50% no-repeat;
  	background-size: contain;
  	margin-left: 20px;
  	min-width: 100px;
}

#page-sidebar {
	height: 100%;
}

/* Fix for mobile dropdown sidebar menu */
#page-sidebar.show, #page-sidebar.collapsing {
	visibility: visible;
	float: none;
	width: 100%;
	-webkit-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

/* Remove cursor link pointer for disabled states in wizard */
.form-wizard>ul>li a[disabled], .form-wizard>ul>li a[disabled] .wizard-step
	{
	cursor: default;
}

/** Style for sticky header messages */
.sticky-header-message {
	border-bottom-left-radius: 70% 50%;
	border-bottom-right-radius: 70% 50%;
	padding: 4px 32px 4px 32px;
	text-align: center;
	margin-top: -20px !important;
	height: 28px;
	z-index: 1000 !important;
	width: 100%;
}

.sticky-header-message.mrg0T {
	margin-top: 0px !important;
}

.sticky-header-message>div.alert-icon {
	margin-top: 0px;
	height: 30px;
	width: 30px;
	line-height: 32px;
}

.help-block.help-block-inside {
	position: absolute;
	top: 81px;
	left: 1px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 30px;
}

.categoryImagePreview, .artifactUploadDragArea {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 100%;
	min-height: 45px;
}

.newsImagePreview {
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 100%;
	max-height:240px;
}

.newsImagePreview span, .categoryImagePreview span,
	.artifactUploadDragArea span {
	display: block;
	text-align: center;
	margin-top: 1em;
}

.categoryImagePreview.dragover, .artifactUploadDragArea.dragover,
	.newsImagePreview.dragover {
	border-color: blue;
}

.categoryImagePreview.dragover-err, .has-error .categoryImagePreview,
	.newsImagePreview.dragover-err, .has-error .newsImagePreview,
	.artifactUploadDragArea.dragover-err {
	border-color: red;
}

.btn-group.has-error {
    color: #ff5757 !important;
}

.btn-group.has-error .btn {
	border-color: #ff5757 !important;
}

.btn-group.has-error .btn:hover {
	box-shadow: 0 0 0 0.2rem rgba(255,87,87,.25);
}



ng-invalid-required .categoryImagePreview span, .has-error .categoryImagePreview
	{
	margin-top: 14px;
	display: block;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	color: #ff5757 !important;
}

.badge-thumbnail {
	top: -10px;
	float: left;
	right: 0px;
	position: absolute;
	cursor: pointer;
}

/* Loading progress */

/*.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}*/
.progress {
	margin-bottom: 0;
	min-width: 120px;
}

.progress div {
	width: 0;
}

/* Table results */
.table td.no-data {
	height: 50vh;
}

.table .no-data i {
	display: block;
	font-size: 60px;
	opacity: 0.6;
	padding-top: 60px;
	padding-bottom: 30px;
}

.table .no-data span {
	font-size: 14px;
	text-align: center;
	display: block;
	color: #444;
}

/* Fixed height for user role chosen */
.user-role.chosen-container {
	min-height: 80px;
}

.user-role.chosen-container .chosen-choices {
	min-height: 80px;
}

.user-role.chosen-container.chosen-with-drop .chosen-drop {
	top: 81px;
}

.upload-table td {
	vertical-align: middle;
}

.upload-table tr[disabled] {
	opacity: 0.4;
}

.uploadPanel {
	min-height: 300px;
	height: 100%;
	width: 100%;
	margin: auto;
}

.notice {
	font-family: Raleway;
	font-style: italic;
	font-size: 16px;
	color: #5586c5;
	top: 80px;
	position: absolute;
}

.notice b {
	display: block;
}

/** Dropdown styles **/
.dropdown>.dropdown-menu.float-right:after {
	right: 8px;
	left: auto;
}

@media only screen and (max-width: 899px) {
	#page-header .user-account-btn.dropdown>.dropdown-menu.float-right:after
		{
		right: 20px;
		left: auto;
	}
}

@media only screen and (max-width: 630px) {
	#page-header .user-account-btn.dropdown>.dropdown-menu.float-right:after
		{
		right: 80px;
		left: auto;
	}
	#page-header .user-account-btn.dropdown>.dropdown-menu {
		min-width: 280px;
	}
	.user-account-btn.dropdown .box-sm {
		width: 100%;
	}
}

@media only screen and (max-width: 410px) {
	#page-header .user-account-btn.dropdown>.dropdown-menu.float-right:after
		{
		right: 10px;
		left: auto;
	}
}

.dropdown>.dropdown-menu.float-left:after {
	right: auto;
	left: 8px;
}

.dropdown>.dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 8px;
	display: inline-block;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

/* Cg busy Wait mini */
.cg-busy-default-wrapper.mini {
	padding: 10px;
}

.cg-busy-default-wrapper.mini>span {
	float: left;
	color: #92A0B3;
	margin-left: 8px;
}

/*
    Notification and uploads fixes
 */
.scrollable-content a {
	display: block;
}

.scrollable-content a.emptyEntries {
	padding: 10px 15px 15px !important;
	text-decoration: none;
	font-size: 13px;
}

/*
 Progress box multiple ul's as single list: 
*/
ul.progress-box-links {
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.input-group-addon:last-child {
	background-color: rgb(239, 244, 246);
}

.input-group-addon:last-child:hover {
	border-left: 1px solid #bfc8d1;
}

.input-group-addon:last-child:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.input-group>input.artifact {
	cursor: default;
	border-color: rgb(206, 212, 218);
}

.input-group>input.cursorPointer {
	cursor: pointer;
}

.input-group>input.artifact:active {
	box-shadow: none;
}

.tag-container .tag.default.focus {
	margin: 0;
	border-color: #3da6ff;
	border-radius: 3px;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
	transition: unset;
}

.tag-container ul li:not(:last-child) {
	background: #eff4f6;
	color: black;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 6px 0 6px 6px;
	padding: 3px 15px 3px 5px;
	cursor: default;
	border: 1px solid #dfe8f1;
}

.tag-container ul li:not(:last-child):hover, .tag-container ul li:not(:last-child).active {
	padding: 3px 15px 3px 5px;
	background: #eff4f6;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	margin: 6px 0 6px 6px;
}

.tag-container ul li a {
	line-height: 12px;
	float: right;
	position: relative;
	top: 3px;
	right: -1px;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	text-align: center;
	opacity: .5;
	color: #eff4f6;
}

.tag-container ul li a:hover, .tag-container ul li a {
	color: #eff4f6;
}

.tag-container ul li a:before {
	content: "\f00d";
	font-family: FontAwesome;
	color: black;
}

.artifactButtons {
	width: 72px;
}

/* Quilljs Editor HTML */
ng-quill-editor,
ng-quill-editor>div {
	height: 100%;
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-right: 5px;
    padding-left: 5px;
}

.row-news {
	height: calc(100% - 100px);
}

div.ql-container {
	height: calc(100% - 40px);
}

div.ql-editor, div.ql-showHtml {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

div.ql-showHtml {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
}

.ql-showHtml .code {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: rgb(29, 29, 29);
	box-sizing: border-box;
	color: rgb(204, 204, 204);
	font-size: 15px;
	outline: none;
	padding: 20px;
	line-height: 24px;
	font-family: Consolas, Menlo, Monaco, monospace;
	border: none;
	overflow-y: scroll;
}

.ql-editor pre.ql-syntax {
	margin-right: 10px;
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-left:before {
	content: "\f104";
}

/* 3. PUBLIC PORTAL          
 ****************************************************************************** */

/* Normalize elusive group size against the rest of icons */
.header-nav .icon-elusive-group:before {
	font-size: 17px;
}

/* Flag header btn style */
.user-account-btn .flag-icon {
	line-height: 24px;
	font-size: 14px;
	margin-right: 8px;
}

/* Hero sections links as buttons (disables default link hover) */
a.btn-outline-inverse:hover {
	color: #fff;
}

.blog-box .post-title {
	width: 100%;
}

.blog-box .post-meta {
	padding: 15px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.blog-box .post-meta .bs-label {
	margin:2px;
}

.blog-box .post-content-wrapper img {
	max-width: 100%;
}

.content-box .bs-label {
	white-space: initial;
}

.fixed-section {
	height: calc(100vh - 79px);
}

.modal{
	bottom: 40px !important;
}

.main-header {
	float: left;
	width: 100% !important;
	height: auto !important;
}

.main-header .container {
	max-width: initial;
	padding-left: 10px;
	padding-right: 10px;
}

.main-header.sticky-header {
	background-image: none;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;
}

.main-header ul {
	background: none;
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;
}

.slide-login {
	top: 10vh;
    left: 20%;
    position: absolute;
}

.login-logo {
	width: 40vh;
}

.scroller-icon {
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	transition: opacity 1s linear;
	top: 80vh;
}

.scroller-icon.scroller-bottom {
	opacity: 0;
}

.bg-gradient-techedge {
	background-color: transparent;
	background: -moz-linear-gradient(0deg, #101820 0, #0085ad 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #101820),
		color-stop(100%, #0085ad));
	background: -webkit-linear-gradient(0deg, #101820 0, #0085ad 100%);
	background: -o-linear-gradient(0deg, #101820 0, #0085ad 100%);
	background: -ms-linear-gradient(0deg, #101820 0, #0085ad 100%);
	background: linear-gradient(90deg, #101820 0, #0085ad 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008fe2',
		endColorstr='#00b29c', GradientType=1);
	-webkit-transition: background 100ms ease;
	-moz-transition: background 100ms ease;
	-ms-transition: background 100ms ease;
	-o-transition: background 100ms ease;
	transition: background 100ms ease;
}

.content-area {
	min-height: 100%;
}

.categories-row {
	min-height: 270px;
}

/* Product sidebar-submenu */

.products-menu {
    padding: 0;
    width: 100%;
    list-style: none;
    border: #f6f7f8 solid 1px;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.products-menu li {
	border-color: #f8f9fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
}

.products-menu li a{
	display: block;
    position: relative;
    line-height: 1.6;
    min-height: 32px;
    height: 100%;
}

.products-menu li:first-child,
.products-menu li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.products-menu li:last-child,
.products-menu li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.products-menu li:last-child {
    border-bottom: 0;
}


.products-menu li a:before {
    font-size: 8px;
    font-family: FontAwesome;
    line-height: 32px;
    display: block;
    float: left;
    width: 30px;
    height: 32px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    opacity: .30;
    -moz-opacity: .30;
    filter: alpha(opacity: 30);
    content: "\f111";
}

.accordion .category-header {
	border: transparent solid 1px;
	margin: 10px 0;
	padding: 6px 16px;
	position: relative;
	width: 100%;
	display: block;
}

.accordion .category-header::after {
    line-height: 20px;
    position: absolute;
    right: 10px;
    height: 20px;
    top: 6px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
}

.accordion .category-header:hover{
	cursor: pointer;
	color: #1c82e1;
	text-decoration: underline;
}
.accordion .category-header:hover, 
.accordion .category-header[aria-expanded=true] {
 	border-radius: 3px;
 	border-color: #d1d9dd;
}

 .accordion .category-header[aria-expanded=true]::after
 {
	-webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.public-fixed {
	height: calc(100vh - 78px); /* Remove top bar space */
}

.product-description {
	min-height: 200px;
}

.version-title {
	height: 34px;
}
.version-title > span {
	width: 200px;
}

.version-content {
	min-height: 172px;
}

.content-box[disabled] {
	pointer-events: none;
    opacity: 0.2;
}

.width-100 {
	width: 100%;
}

.min-height-100 {
	min-height: 100px;
	-webkit-transition: height 5s ease;
	-moz-transition: height 5s ease;
	-ms-transition: height 5s ease;
	-o-transition: height 5s ease;
	transition: height 5s ease;
}

.min-height-100-w-footer {
	min-height: calc(100% - 167px); /* Slim scroll height minus footer height */
}

/* No search results */
.no-results li{
	list-style-type: none;
}


/* Pure CSS load for video */
.ql-video {
  display: inline-block !important;
}
.ql-video:before {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ql-video 1.2s linear infinite;
}
@keyframes ql-video {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.linksContent {
	text-overflow: ellipsis;
	overflow: hidden;
}

.inputh40px {
	height: 40px;
}


