button, input, optgroup, select, textarea, .ui-widget {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

body[data-layout=desktop].bkcolor {
	background-color: #d1d8dee6;
}
@media (hover: none) {
	body {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color:rgba(0,0,0,0);

		overscroll-behavior: none;
		overflow: hidden;
	}
}
.modal-footer>.btn {
	font-weight: 600;
}
.btn {
	font-weight: 600;
}
.btn-cognie {
	padding: 4px 12px;
	border-radius: 4px;
	letter-spacing: .06rem;
	font-size: 16px;
}
#tbb-edit-mode, #li-edit-mode {
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 2px;
	padding: 1px;
	background-color: #f6f6f6;
}
#tbb-edit-mode label {
	border-radius: 2px;
	padding: 5px 0.7rem;
	font-weight: 600;
}
/**
.btn-cognie:hover {
	background-color: #ef3040;
}
.btn-cognie:not(:disabled):not(.disabled).active, .btn-cognie:not(:disabled):not(.disabled):active, .show>.btn-cognie.dropdown-toggle {
	background-color: #d32f2f;
}
**/

/**************************/
/* toolbar + button */
button.zmdi {
	border: 0;
	background-color: transparent;
	transition: color 300ms;				
}

#tbb-newnotes>.icons8-compose {
	font-size: 1.5rem;
	margin-right: 0;
}
.dropdown-item .zmdi {
	font-size: 1.3rem;
	color: #747a80;
}
/**************************/
/* auto complete */
.ui-front {
	z-index: 10000;
}
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 150px;
}
/**************************/
.separator {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    position: relative;
}
.middle_separator {
    position: absolute;
    padding: 0 16px;
    color: #ccc;
    background: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    top: -7px;
    left: 30%;
}
.login__block__body .middle_separator {
    color: #777;
    font-size: 13px;
    top: -9px;
    left: 41%;
}

#article-title .inplace_field {
	width: 100%;
	font-weight: 600;
	font-size: 1.3rem;
	color: #444;
	border-width: 0 0 2px 0;
	border-bottom: 2px solid #0d6efd;
}

.login__block__header>img {
	width: auto;
	height: 50px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin:0 auto;
}
.login_footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	margin: 10px;
}
#wordmark {
	margin-top: -3px;
}
#wordmark img {
    margin-top: -6px !important;
    margin-left: -10px !important;
}

@media (min-width: 1200px) {
	#logo {
		display: block;
	}
	#wordmark {
		display: none;
	}
}
@media (max-width: 1199px) {
	#logo {
		display: none;
	}
	#wordmark {
		display: block;
	}
}

.search__text {
	width: 40rem;
}

.toolbar__label {
	font-weight: 600;
}
@media (max-width: 1440px) and (min-width: 992px) {
	.search__text {
		width: 35rem;
	}
	.messages__sidebar {
		width: 35rem;
	}
}
.messages__search {
	padding-top: 0.9rem;
}
@media (min-width: 768px) {
.messages__content {
    padding-right: 0.1rem;
	padding-bottom: 0.1rem;
}
}
@media (max-width: 767.98px) {
	.messages__content {
		padding:1.5rem 0.1rem 0.1rem 1.5rem;
	}
}
@media (max-width: 991.98px) {
.messages__sidebar {
    display: block;
	width: 100%;
}
.messages__body {
    display: none;
}
[data-layout=ios] .messages__body .toolbar, [data-layout=android] .messages__body .toolbar {
	padding-left: 4.5rem;
}
}

.toolbar--inner {
	margin-bottom: .25rem;
	border-bottom: 1px solid #dee2e6;
}

.excerpt {
	max-height: 40.5px;
	overflow: hidden;
}
/* left nav bar */
#logobar {
	display: none;
}
.navigation {
	margin: 0;
	padding-top: 10px;
}
.tag__navigation {
	padding: 0 0 0 0;
	margin-top: .8rem;
}
.tag__navigation li {
	padding: 4px 0 4px .5rem;
}
@media(hover: hover) {
.tag__navigation li:hover {
    background-color: rgba(0,0,0,.04)
}
}
.tag__navigation>li>a>i {
    vertical-align: baseline;
    font-size: 1.4rem;
    position: relative;
    top: .1rem;
    width: 1.5rem;
}
.tag__navigation>li>a {
	color: #747a80;
}
.navtag-opts {
	margin: 4px 0px;
	display: inline-block;
	visibility: hidden;
	cursor: hand;
	float: right;
	color: #8e9499 !important;
}
@media(hover: hover) {
.navtag-opts:hover {
	color: #0d6efd !important;
}
.navtag-item:hover .navtag-opts {
	visibility: visible;
}
}
.navtag-pin {
	visibility: hidden;
}
@media(hover: hover) {
.navtag-item:hover .navtag-pin {
	visibility: visible;
}
}
.navtag-tag {
	padding: 2px 6px;
	display: inline-block;
	border-radius: 2px;
	vertical-align: baseline;
}

/* list view */
#gridlist .listview__item {
	cursor: default;
}
.listview:not(.listview--inverse).listview--bordered .lv-group-header + .listview__item {
}
.listview__item {
	position: relative;
	padding: 1.25rem 1.5rem;
}
.listview__item_selected {
	background-color: #f9f9f9;
}
.listview__item:before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 0;
    height: 1px;
    background: #EFEFEF;
}
.chat__buddies .listview__item {
	padding-left: 1.5rem;
}
.chat__buddies .listview__content>p {
	white-space: unset;
}
.actions__item_small {
	vertical-align: middle;
}
.lv-item-toolbar {
	float: right;
	padding-left: 10px;
}
.lv-item-toolbar a, .actions__item_small, .actions__item {
	color: #8e9499;
}
.lv-item-toolbar i {
    vertical-align: baseline;
    font-size: 1.5rem;
    position: relative;
    top: .1rem;
    width: 1.5rem;
}
.lv-item-fav {
	visibility: hidden;
}
.lv-item-fav-marked i, .av-item-fav-marked i {
	color: #ffc721;
}
.lv-item-pin {
	display: none;
}
@media(hover: hover) {
	.lv-item-toolbar a:hover, .actions__item_small:hover, .actions__item:hover {
		color: #0d6efd;
	}
	.listview__item:hover .lv-item-fav {
		visibility: visible;
	}
	.listview__item:hover .lv-item-pin {
		display: inline-block;
	}
}
.lv-item-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1.02rem;
	font-weight: 600;
	color: #777;
}
.lv-unread {
	color: #000;
	font-weight: 600;
}
.lv-excerpt {
	color: #aaa;
	max-height: 40.5px;
	overflow: hidden;
}
.listview__attrs {
	display: block;
	text-align: right;
	font-size: .9rem;
}
.listview__attrs, .av-meta-info {
    color: #747a80;
}
.lv-item-meta {
	padding: .30rem 0 .30rem .7rem;
	display: inline-block;
}
.lv-item-meta>span {
	padding-left: 5px;
}
.lv-tags {
	float: left;
	display: inline-block;
}
.lv-tags>span, #article-tags-list>span {
    padding: .45rem .7rem;
    border: none;
	border-radius: 2px;
    display: inline-block;
    line-height: 100%;
    font-size: .85rem;
    margin: .2rem 0 .055rem 0;
}
.lv-tags i {
	color: #FFF;
}
.lv-tag-link {
	text-decoration: none;
}
.lv-tag-del {
	margin-left: 1px;
	display: none;
	color: #E0ECFF;
}
.lv-tag-del:hover {
	color: #FFFFFF;
}
.lv-item-tag {
	color: #FFFFFF;
}
.lv-item-tag:hover .lv-tag-del {
	display: inline;
}

.lv-group-header {
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	padding: 1.25rem 2.2rem 0.5rem;
	position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.listview:not(.listview--inverse).listview--hover .lv-group-header:hover {
	background-color: #fff;
}
.article__item {
	padding-left: 40px;
	display: block;
	position: relative;
}
.article__item > .checkbox__char {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	font-size: 0.9rem;
}
.article__item small {
	display: block;
	font-size: 0.95rem;
	margin-top: 0.33rem;
}
.article__item > input[type=checkbox]:checked ~ .listview__content,
.article__item > input[type=checkbox]:checked ~ .listview__attrs {
	background-color1: #f9f9f9;
}

/* page link */
.page-link {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 0.9rem;
}

/* article view */
.messages__body {
	overflow: hidden;
}
.av-meta {
	margin-right: 2rem;
	overflow: hidden;
	width: 100%;
}
.av-item-fav-marked i, .av-item-fav i {
	font-size: 1.5rem;
	vertical-align: middle;
}
.av-item-fav {
	color: #a9adb1;
}
.av-item-fav:hover {
	color: #666;
}
.av-meta-info {
	color: #747a80;
}
.av-actions {
	white-space: nowrap;
}
.av-title {
	font-weight: 600;
	font-size: 1.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #444;
}
.av-tags {
	white-space: nowrap;
	overflow: hidden;
	font-size: .9rem;
	margin-top: .5rem;
}
.av-tags>span {
    padding-right: 5px;
    display: inline-block;
    line-height: 100%;
}
.lv-item-tag i {
	color: #FFF;
}

#bookmark-pane, #article-pane, #notes-pane, #pinboard-pane, #gallery-pane {
	position: absolute;
	left: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 0 0;
}
@media (max-width: 991.98px) {
#bookmark-pane, #article-pane, #notes-pane, #pinboard-pane, #gallery-pane {
	left:0;
}
#tbb-maximize {
	display: none;
}
}

#article-view, #notes-editor {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#notes-editor {
	display: none;
}
#bookmark-pane {
	padding: 30px 20px;
}
#bookmark-title {
	font-weight: bold;
	font-size: 22px;
}
#bookmark-excerpt {
}
#bookmark-url {
	color: #4285F4;
	font-weight: bold;
}

#article-page, #pinboard-page, #gallery-page, #att-viewer-iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.dropdown-menu--share {
	width: 220px;
	padding: 0;
}

.pinboard-card {
	text-align: left;
	display: inline-block;
	width: 300px;
	margin: 10px;
	padding: 20px;
	border-radius: 2px;
	word-wrap: break-word;
}

.pinboard-card-actions {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    height: 2.2rem;
    text-align: center;
}

.pinboard-card-actions a {
	width: 2.2rem;
	background: rgba(0,0,0,.7);
    font-size: 1.1rem;
	text-align: center;
	border-radius: 50%;
	line-height: 2.2rem;
	color: #FFF;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .3s;
	cursor: pointer;
}

.pinboard-card-actions a:hover {
    background: rgba(0,0,0,.9);
}

.pinboard-card:hover .pinboard-card-actions a {
	opacity: 1;
}

.pinboard-card-body img {
	max-width: 100%;
	height: auto;
}

#pinboard-note-form {
	min-height: 400px;
}

#pinboard-note-dlg .modal-body {
	padding: 20px 20px 5px;
}

.bg-pinboard {
	background-color: #dc9833 !important;
}

.bg-diagram {
    background-color: #58A55C!important;
}

@media (min-width: 992px) {
#pinboard-note-dlg .modal-lg {
    max-width: 800px;
}
}

/* tag color dialog */
.tag-preview {
	padding: 4px 6px;
	display: inline-block;
}
.color-table {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.color-table td {
	border: 1px solid #666666;
}
.color-cell {
	width: 17px;
	height: 17px;
}

/* tag colors */
.listview__attrs>span {
	border: none;
	font-size: .85rem;
}

.btn-active {
	background-color: #CCC;
}


#acct-del-confirm-label {
	font-size: 1.2rem;
	color: #ff6b68;
}
.history {
	overflow-x: auto;
}
.history table {
	border-collapse: collapse;
}
.history th {
	background-color: #A6A6A6;
}
.history th, .history td {
	padding: 5px 15px;
	border: 1px solid #666666;
}

#floating-toolbar {
	background-color: #495057;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 4px;
}
.ftb-highlight-eraser {
	display: block;
	cursor: pointer;
}

.context-menu-list {
	margin: 0;
	padding: 1rem;
	border: none;
	border-radius: 4px;
	box-shadow: 0 4px 18px rgba(0,0,0,.11);
}
.context-menu-item {
	line-height: 1.5;
}
.context-menu-item:hover {
}

.errorMsg {
	color: #D54E21;
}

.highlighter--colors .btn-group--colors, .underliner--colors .btn-group--colors {
	display: block;
	margin-top: .75rem;
}

#tbb-highlighter, #tbb-underliner {
	margin-right: 0;
}
#tbb-highlighter-dd, #tbb-underliner-dd {
	margin-right: .2rem;
	padding: .2rem;
	border: none;
	background-color: transparent;
	color: #a9adb1;
}
#tbb-highlighter-dd:hover, #tbb-underliner-dd:hover {
	color: #747a80;
}
.dropzone {
	background-color: #f6f6f6
}
.dropzone.dz-drag-hover, .dropzone:hover {
	background-color: #eee
}
.dropzone input[type="file"] {
	display: none;
}
.dropzone label{
    font-size: 1rem;
    color: #9ca0a5;
    display: inline-block;
    border-radius: 2px;
    transition: color .3s,box-shadow,.3s;
    padding: .5rem 1.4rem .8rem;
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0,0,0,.1);
	cursor: pointer;
}
.dropzone label:before {
    content: '\f21e';
    font-family: Material-Design-Iconic-Font;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: .8rem;
}
.highlight {
	background-color: #eee;
}

.profile-pic-link {
	margin: 1px;
	display: inline-block;
	border: 4px solid white;
}
.profile-pic-link:hover {
	border: 4px solid #EF5350;
}
#profile-pic-dlg .selected {
	border: 4px solid #ff6b68;
}
.maximized {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 998;
	background-color: #FFF;
}

[data-ex-theme="t1"] .header {
}

#version-history-dlg .modal-body {
	padding: 20px;
}
#version-history-dlg .table td, #version-history-dlg .table th  {
	padding: 0.5rem 1rem;
}
.background, .background-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.background {
    margin: 0;
    padding: 0;
    z-index: 1;
    transition: transform 0.3s ease-out;
}
.background-item {
    opacity: 1;
    transition: transform 0.3s ease-out;
}

[data-background-image="1"] .login__block {
	background-color: rgb(255 255 255 / 80%);
}

.divider {
    font-size: 16px;
    color: #888;
    display: table;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    margin: 10px auto 18px auto;
}
.divider:before {
    background-position: right 10px top 55%;
}
.divider:after {
    background-position: left 10px top 55%;
}
.divider:before, .divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 150px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.content__title {
	padding: 1.5rem 2rem 0 1rem;
}
.content__title>h1 {
	font-size: 2.5rem;
	text-transform: none;
}
.user__info {
	cursor: auto;
}
.user__info:hover {
	background-color: transparent;
}
.card-title {
	font-weight: 600;
}
.hm-profile > a img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.sidenav-profile {
    position: relative;
    z-index: 1;
    background-color: #0d5afd;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    text-align: left;
    margin-top: 0;
    padding: 2rem 1rem;
}
.sidenav-profile #profile_pic_icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.sidenav-profile .user__name, .sidenav-profile .user__email {
	color: #ffffff;
}
.sidenav-profile .user__email {
	opacity: 0.8;
}
.sidenav-profile .user__name {
	font-size: 1.1rem;
}

.sidenav-profile .actions {
    position: absolute;
    right: -5px;
    z-index: 2;
    top: 16px;
}

.chat {
	width: 420px;
}
.chat:not(.toggled) {
	transform: translate3d(420px,0,0);
}
.modal-lg2 {
	max-width: 90%;
}
.modal-lg2 .modal-content {
	height: 90vh;
}
#gallery li {
	position: relative;
}
.gallery__item:hover .actions {
	opacity: 1;
}
.gallery__item .actions {
    position: absolute;
    top: 0.7rem;
    right: 0.5rem;
    z-index: 1;
    opacity: 0;
}
.gallery__item .actions button {
	width: 30px;
	height: 30px;
}
#gallery-item-caption-form {
	min-height: 200px;
	border: 1px solid #ccc;
}
.lg-sub-html, .lg-sub-html.h1, .lg-sub-html.h2, .lg-sub-html.h3, .lg-sub-html.h4, .lg-sub-html.h5, .lg-sub-html.h6, .lg-sub-html h1, .lg-sub-html h2, .lg-sub-html h3, .lg-sub-html h4, .lg-sub-html h5, .lg-sub-html h6 {
    color:#e0e0e0 !important
}
.lg-sub-html a{
    color:#fff !important;
    margin-right:10px !important
}
.promo-box {
	padding: 10px;
	background-color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 248px;
}
.price-table__info>li {
	padding: .4rem 1.5rem;
}
.messages__reply, .price-table__info>li+li {
	border-top: none;
}

.popover.tour-tour {
	border: 1px solid #3b505a;
	background-color: #607D8B;
}

.popover.tour-tour .progress {
	margin: 0.5rem 0;
}
.popover.tour-tour .progress-bar {
	background-color: #FF9800 !important;
	background-image: none;
}

.popover.tour-tour .popover-header {
	background-color: #607D8B;
	color: #fff;
}
.popover.tour-tour .popover-body {
	color: #fff;
}
.bs-popover-auto[x-placement^=right].tour-tour .arrow::before,
.bs-popover-right.tour-tour .arrow::before {
	border-right-color: #3b505a;
}
.bs-popover-auto[x-placement^=right].tour-tour .arrow::after,
.bs-popover-right.tour-tour .arrow::after {
	border-right-color: #607D8B;
}

.bs-popover-auto[x-placement^=left].tour-tour .arrow::before,
.bs-popover-left.tour-tour .arrow::before {
	border-left-color: #3b505a;
}
.bs-popover-auto[x-placement^=left].tour-tour .arrow::after,
.bs-popover-left.tour-tour .arrow::after {
	border-left-color: #607D8B;
}
.bs-popover-auto[x-placement^=bottom].tour-tour .arrow::before,
.bs-popover-bottom.tour-tour .arrow::before {
    border-bottom-color: #3b505a;
}
.bs-popover-auto[x-placement^=bottom].tour-tour .arrow::after,
.bs-popover-bottom.tour-tour .arrow::after {
    border-bottom-color: #607D8B;
}
.bs-popover-auto[x-placement^=top].tour-tour .arrow::before,
.bs-popover-top.tour-tour .arrow::before {
    border-top-color: #3b505a;
}
.bs-popover-auto[x-placement^=top].tour-tour .arrow::after,
.bs-popover-top.tour-tour .arrow::after {
    border-top-color: #607D8B;
}
.popover.tour-tour .popover-navigation .btn {
	color: #fff;
}
.tour-tour a {
	color: #FFC721;
}
@media (min-width: 992px) {
.intro-dlg.modal-lg {
    max-width: 700px;
}
}
.intro-dlg .modal-body {
	padding: 0;
}
.text-transparent {
	color: transparent !important;
}


.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }

  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.alert-primary2 {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary2 {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success2 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger2 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning2 {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info2 {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light2 {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.swal2-modal .swal2-title {
	font-size: 1.2rem;
	font-weight: 600;
}

.login__block__btn {
	padding: .55rem;
}
.login__block__body .form-group {
    margin-bottom: .5rem;
}
.login__block__body .form-group--float {
    margin-top: 2rem;
}
.login-back-button {
    position: fixed;
    top: 2rem;
    left: 28px;
    z-index: 100;
}
.login-back-button a {
    display: block;
    line-height: 1;
}
.login-back-button a i {
    font-size: 1.7rem;
    line-height: 1;
}

/* Mobile */
[data-layout=ios] .login__block, [data-layout=android] .login__block {
	box-shadow: none;
}
[data-layout=ios] .search:not(.search--toggled), [data-layout=android] .search:not(.search--toggled) {
	transform: translate3d(0, -105%, 0);
}

[data-layout=ios] .search, [data-layout=android] .search {
	padding: 0 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	z-index: 21;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: transform .3s;
}

[data-layout=ios] .search__inner, [data-layout=android] .search__inner {
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
}

[data-layout=ios] .search__helper, [data-layout=android] .search__helper {
	color: #495057;
	transform: rotate(180deg);
	line-height: 2.9rem;
}
[data-layout=ios] .search__helper:before, [data-layout=android] .search__helper:before {
	content: '\f301';
}

[data-layout=ios] .btn:not(.btn--action-mobile) {
	border-radius: 10px;
}
[data-layout=ios] .messages .navigation-trigger, [data-layout=android] .messages .navigation-trigger {
	position: absolute;
	margin-left: -1rem;
	z-index: 190;
}
[data-layout=ios] .mobile-content, [data-layout=android] .mobile-content {
	padding-top: 0 !important;
}
[data-layout=ios] .messages, [data-layout=android] .messages {
	height: 100vh !important;
}
[data-layout=ios] .search, [data-layout=android] .search {
	z-index: 191;
}
[data-layout=ios] .search__text {
	width: 100%;
	border-radius: 10px;
}
[data-layout=android] .search__text {
	width: 100%;
	border-radius: 20px;
}
[data-layout=android] .dropdown-menu, [data-layout=android] .context-menu-list {
	padding: 0.8rem 0;
}
[data-layout=android] .dropdown-item, [data-layout=android] .context-menu-item {
	border-radius: 0;
}
[data-layout=ios] .actions:not(.actions--inverse) .actions__item, [data-layout=ios] .dropdown-item {
    color: #3880ff;
}
[data-layout=ios] .navigation-trigger__line {
	background-color: #3880ff;
}

[data-layout=android] .navigation-trigger__line {
	background-color: #636566;
}
[data-layout=android] .actions:not(.actions--inverse) .actions__item, [data-layout=ios] .dropdown-item {
	color: #636566;
}
[data-layout=ios] .actions__item {
	font-size: 1.7rem;
}
[data-layout=ios] .modal-content, [data-layout=ios] .swal2-modal {
	border-radius: 12px;
}
[data-layout=ios] .modal-title {
	text-align: center;
	width: 100%;
}
.btn--action-mobile {
    height: 50px;
    width: 50px;
    /* display: flex; */
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 3px -2px rgba(0,0,0,.15),0 2px 2px 0 rgba(0,0,0,.04),0 1px 5px 0 rgba(0,0,0,.02)!important;
    float: right;
    margin-top: -4.5rem;
    margin-right: -1rem;
}
.btn--action-mobile-parent {
	z-index: 2;
}
[data-layout=ios] .swal2-modal {
	padding: 0 !important;
}
[data-layout=ios] .swal2-header {
	margin: 1.5rem 1.5rem 0;
}
[data-layout=ios] .swal2-content {
	margin: 0 1.5rem 2rem;
}
[data-layout=ios] .swal2-actions {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0.25rem 0;
	width: 100%;
	padding: 0.75rem 0;
}
[data-layout=ios] .swal2-actions .btn-primary1 {
	background-color: transparent !important;
	color: #3880ff;
	font-weight: bold;
}
@media (max-width: 1199.98px) {
	[data-layout=ios] .messages__sidebar .toolbar, [data-layout=android] .messages__sidebar .toolbar {
		padding-left: 4rem;
	}
	[data-layout=ios] .sidebar, [data-layout=android] .sidebar {
		border-right: none;
		width: 300px;
	}
	[data-layout=ios] .ma-backdrop, [data-layout=android] .ma-backdrop {
		background-color: #000000;
		opacity: 0.5;
	}
}
@media (min-width: 1200px) {
	[data-layout=ios] .sidebar .btn-close, [data-layout=android] .sidebar .btn-close {
		display: none;
	}
}

.swal2-icon {
	width: 3em;
	height: 3em;
	line-height: 3em;
}
.swal2-icon-text {
	font-size: 2.25rem;
}


[data-layout=android] .modal-footer>.btn {
	color: #0d6efd;
    background-color: transparent;
}

[data-layout=android] .modal-header {
	border-bottom: none;
}

[data-layout=ios] .modal-header .close, [data-layout=android] .modal-header .close {
	display: none;
}
.scrollable {
	height: 100%;
	overflow: auto;
}

#row-options-dlg .app-shortcuts {
    margin: 0;
    padding: 0;
}
#row-options-dlg .app-shortcuts__item>i {
    width: 45px;
    height: 45px;
    color: #636566;
    line-height: 45px;
    font-size: 3rem;
    transition: background-color .5s;
}
#row-options-dlg .app-shortcuts__item>small {
	color: #636566;
}
.actions__item {
    font-size: 1.4rem;
    margin: 0px;
    width: 28px;
    line-height: 28px;
}