body {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: white !important;
}

/* header */
.page-header.navbar {
    padding: 6px !important;
    height: 56px !important;
    min-height: 56px;
    background-color: #D9DEE1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
    color: white;
}

.page-header .page-header-left {
    float: left;
}

.page-header .page-header-right {
    float: right;
}

.page-container-bg-solid .page-content {
    background-color: #ffffff !important;
}

.webapp-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-overflow {
    overflow: hidden !important;
}

.no-resize {
    resize: none;
}

.form-group {
    margin-bottom: 4px;
}

.color-default {
    color: #e60000;
}

.text-shadow {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.color-default.disabled,
.color-default:disabled {
    color: #e46464;
}

button.color-default,
.btn.color-default {
    background: #e60000;
    color: white;
}

button.color-default.disabled,
button.color-default:disabled,
.btn.color-default.disabled,
.btn.color-default:disabled {
    background: #e46464;
    color: #ddd;
}

button.color-default:hover,
.btn.color-default:hover {
    background: #d00000;
}

button.color-default.active,
button.color-default:active,
.btn.color-default.active,
.btn.color-default:active {
    background: #c10000;
}

/* login page */
html {
    height: 100%;
}

@media (min-width: 992px) {
    .webapp .page-container {
        padding-left: 64px !important;
        min-height: calc(720px - 56px);
        min-height: -webkit-calc(720px - 56px);
        min-height: -moz-calc(720px - 56px);
        height: calc(100% - 56px);
        height: -webkit-calc(100% - 56px);
        height: -moz-calc(100% - 56px);
    }

    .webapp .page-container.with-footer {
        padding-left: 64px !important;
        min-height: calc(720px - 112px);
        min-height: -webkit-calc(720px - 112px);
        min-height: -moz-calc(720px - 112px);
        height: calc(100% - 112px);
        height: -webkit-calc(100% - 112px);
        height: -moz-calc(100% - 112px);
        margin-bottom: 56px;
    }
}

@media (max-width: 991px) {
    .page-container {
        top: 0 !important;
    }
}

body.login {
    background-color: #f2f3f9 !important;
    color: #333 !important;
    background-image: url('../img/background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding-top: 24px;
}

body.login .logo {
    margin: 0 auto !important;
    max-width: 320px;
    width: 100%;
    padding: 0 !important;
}

body.login .content {
    /*border-radius: 2px !important;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.5);*/
    background: none;
    border: none;
}

body.login .content .form-title {
    font-size: 20px;
    color: #5A7388;
}

@media (max-width: 480px) {
    body.login .content {
        width: 100% !important;
        max-width: 360px;
    }
}

/* error page */
body.error {
    background-color: #26445D !important;
}

body.error .content {
    width: 100% !important;
    max-width: 1024px !important;
    text-align: center;
    margin: 64px auto 0;
    background-color: rgba(0, 0, 0, 0) !important;
}

body.error .content #errorCode {
    font-size: 3em;
    font-weight: 300;
}

body.error .content .error-message {
    font-size: 1.7em;
}

/*
    Body standard
 */
body.standard {
    background-color: #f2f3f9;
    background-image: url('../img/background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    color: #343434;
    height: 100%;
    width: 100%;
}

body.standard > .page {
    background: none;
    border: none;
    padding: 70px 12px 24px 12px;
}

body.standard.webview > .page {
    height: 100%;
    padding: 0;
}

.portlet.boxed {
    max-width: 960px;
    margin: 0 auto;
}

.portlet.no-padding {
    padding: 0 0 15px 0 !important;
    margin-bottom: 0 !important;
}

.portlet.boxed.boxed-sm {
    max-width: 640px;
}

.portlet > .portlet-title > .caption > .caption-subject {
    padding-top: 8px;
}

.portlet > .portlet-title > .caption.no-icon > .caption-subject {
    margin-left: 0 !important;
}

.portlet > .portlet-footer {
    margin-top: 12px;
    min-height: 56px;
    border-top: 1px solid #eee;
    padding: 12px 0;
}

.webview .portlet {
    max-width: 100%;
    height: 100%;
    padding: 68px 15px !important;
    position: relative;
    overflow: auto;
}

.webview .portlet > .portlet-title {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding-top: 6px;
    background-color: inherit;
}

.webview .portlet > .portlet-footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding-bottom: 6px;
    background-color: inherit;
}

/*
    Header
*/
.page-header.navbar {
    padding: 6px !important;
    height: 56px !important;
    min-height: 56px;
    background-color: #D9DEE1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
    color: white;
}

.page-header .page-header-left {
    float: left;
}

.page-header .page-header-right {
    float: right;
}

/* webapp-card */
.webapp-card {
    position: relative;
    width: auto;
    max-width: 480px;
    height: auto;
    min-height: 128px;
    color: white;
}

.webapp-card .webapp-card-cover {
    background-color: #191f28;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webapp-card .webapp-card-content {
    position: relative;
}

/*
<div class="webapp-card user-profile">
	<div class="webapp-card-cover"></div>
	<div class="webapp-card-content text-center">
		<div class="user-profile-icon">
			<img src="img/user-profile-big.jpg" class="profile-icon"/>
		</div>
		<div class="user-profile-name">
			<span class="uppercase"> user 01 </span>
		</div>
	</div>
</div>
*/

/* user-profile */
.webapp-card.user-profile {
    min-height: 196px;
    padding-top: 56px;
}

.webapp-card.user-profile .webapp-card-content {
    padding-bottom: 16px;
}

.webapp-card.user-profile .user-profile-icon {
    width: 128px;
    height: 128px;
    display: inline-block;
}

.webapp-card.user-profile .user-profile-icon .profile-icon {
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.6);
}

.webapp-card.user-profile .user-profile-name {
    padding: 6px 0 0;
    font-weight: 100;
}

img.profile-icon,
div.profile-icon {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border: none !important;
    margin: 0 !important;
    float: left;
}

div.profile-icon {
    text-align: center;
    background-color: #fafafa;
}

/* btn with custom content */

.btn > .btn-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 32px;
    margin-top: -13px;
}

.btn > .btn-content {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    top: 0;
}

/* user-profile-mini */
.user-profile-mini {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    width: auto;
    position: relative;
    padding: 0 44px 0 14px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 0.75em !important;
    display: block;
}

.user-profile-mini .user-profile-icon {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    line-height: 32px;
    font-size: 1.2em;
    overflow: hidden;
}

.user-profile-mini.icononleft {
    padding: 0 14px 0 44px;
}

.user-profile-mini.icononleft .user-profile-icon {
    right: auto;
    left: 0px;
}

.user-profile-mini .user-profile-nickname {
    font-size: 1.1em;
}

/* sidebar */
.webapp-sidebar {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    width: 64px;
    height: 100%;
    box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.3);
}

.webapp-sidebar > .webapp-sidebar-container {
    position: absolute;
    width: 64px;
    height: 100%;
    left: 0;
    background-color: rgba(217, 221, 224, 0.5);
    opacity: 1;
    color: #5ef28b;
}

.webapp-sidebar.right > .webapp-sidebar-container {
    left: auto;
    right: 0;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.5);
}

.webapp-sidebar > .webapp-sidebar-container > .webapp-sidebar-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.webapp-sidebar .webapp-sidebar-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1000000;
}

.webapp-sidebar .webapp-sidebar-header,
.webapp-sidebar .webapp-sidebar-content,
.webapp-sidebar .webapp-sidebar-footer {
    display: table-row;
    height: auto;
}

.webapp-sidebar .webapp-sidebar-content {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 4px;
}

.webapp-sidebar .webapp-sidebar-content .webapp-sidebar-content-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.webapp-sidebar .navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.webapp-sidebar .webapp-sidebar-header .sidebar-header-title {
    height: 56px;
    line-height: 40px;
    padding: 8px 14px;
    font-size: 1.2em;
    background-color: #232c37;
    color: white;
}

/* navigation */
ul.sidebar-navigation {
    list-style: none outside none;
    padding: 0 !important;
    margin: 0;
}

ul.sidebar-navigation.bottom {
    position: absolute;
    bottom: 0;
}

ul.sidebar-navigation > li {
    height: 64px;
    width: 64px;
    position: relative;
}

ul.sidebar-navigation > li.active {
    background-color: #26445D;
}

ul.sidebar-navigation > li.active i,
ul.sidebar-navigation > li.active i:before {
    color: white;
}

ul.sidebar-navigation > li > a {
    position: relative;
    display: block;
    padding: 12px;
    padding: 7px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #26445D;
    text-decoration: none;
}

ul.sidebar-navigation > li > a > i,
ul.sidebar-navigation > li > a > i:before {
    font-size: 1.4em;
    line-height: 40px;
}

ul.sidebar-navigation > li > a > span {
    font-size: 1.3em;
    line-height: 40px;
}

ul.sidebar-navigation > li > a > span.channel {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #26445D;
    border-radius: 100% !important;
}

ul.sidebar-navigation > li > a > small.info {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}

ul.sidebar-navigation > li > a > small.notification {
    position: absolute;
    color: #C28888;
    bottom: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

small.notification {
    color: #C28888;
    font-size: 10px;
}

.profile-icon-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.profile-icon-container .profile-icon {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #26445D;
}

/* webapp-group */
.webapp-group {
    width: 100%;
    position: relative;
    padding: 12px;
    margin-top: 16px;
}

.webapp-group:first-child {
    margin-top: 0;
}

.webapp-group .webapp-group-title {
    font-weight: 700;
    font-size: 11px;
    color: #293d59;
    padding: 0 0 6px;
    text-transform: uppercase;
}

.webapp-group .webapp-group-content {
    font-size: 0.9em;
}

/* page-container */
.page-container {
    position: relative;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    min-height: calc(100% - 56px);
    min-height: -webkit-calc(100% - 56px);
    min-height: -moz-calc(100% - 56px);
    bottom: 0;
    background-color: #ffffff;
    z-index: 1;
    padding-left: 64px;
}

.page-container .page-container-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
}

.page-container.with-footer {
    bottom: 56px;
    min-height: calc(100% - 112px);
    min-height: -webkit-calc(100% - 112px);
    min-height: -moz-calc(100% - 112px);
}

/* webapp-footer */
.webapp-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #afb7c2;
    color: #26445D;
    min-height: 56px;
    height: auto;
    z-index: 10;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.webapp-footer .btn {
    margin-bottom: 0px !important;
}

.webapp-footer .webapp-footer-left,
.webapp-footer .webapp-footer-right,
.webapp-footer .webapp-footer-center {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    padding: 6px;
}

.webapp-footer .webapp-footer-left .caption-status {
    padding: 6px 8px;
    margin: 0 12px;
    display: inline-block;
    float: right;
    position: relative;
    height: 43px;
    line-height: 16px;
}

.webapp-footer .webapp-footer-left .caption {
    position: relative;
    height: 44px;
}

.webapp-footer .webapp-footer-left .caption .caption-icon {
    height: 40px;
    width: 40px;
}

.webapp-footer .webapp-footer-left .caption .x-profile-info .x-profile-status {
    bottom: -1px;
}

.webapp-footer .webapp-footer-left .caption-status #status {
    font-size: 1.3em;
    line-height: 16px;
}

.webapp-footer .webapp-footer-left .caption-status #talk-status {
    font-size: 0.8em;
    line-height: 12px;
}

.webapp-footer .webapp-footer-right {
    float: right;
    position: relative;
}

.webapp-footer .webapp-footer-center {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -157px;
    z-index: 9996;
}

.webapp-footer .webapp-footer-container {
    position: relative;
    top: 0;
    left: 0;
    height: 56px;
}

.webapp-footer .webapp-footer-container-hidden {
    background-color: #364150;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 6px !important;
}

.webapp-footer .webapp-footer-right > * {
    display: inline-block;
    float: left;
    position: relative;
    max-height: 44px;
}

/* div datetime */
.datetime {
    padding: 2px 24px;
    text-align: center;
}

.datetime > * {
    display: block;
}

.datetime > .time {
    line-height: 24px;
    font-weight: 100;
    font-size: 24px;
}

.datetime > .date {
    line-height: 16px;
    font-weight: 100;
    font-size: 10px;
    text-transform: uppercase;
}

/* webapp content*/
.webapp-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}

.webapp-content .webapp-content-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.webapp-content .webapp-content-container > *.table-like {
    display: table-cell;
    height: 100%;
}

/* page-content */
.page-container > .page-container-inner > .page-content {
    padding: 12px;
    overflow-x: hidden;
}

.page-container > .page-container-inner > .page-content.page-content-boxed {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto !important;
    position: relative;
}

/* portlet */
.portlet.light {
    border-radius: 4px !important;
}

.portlet.light.shadowed {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.portlet.light > .portlet-title {
    min-height: 56px;
}

.portlet.light > .portlet-title > .caption {
    position: relative;
}

.portlet.light.x-color-dark-blue {
    background-color: #26445d;
    color: white;
}

.portlet.light > .portlet-title > .caption > .caption-back-button,
.portlet.light > .portlet-title > .caption > i {
    font-size: 32px !important;
    position: absolute;
    top: 17px;
    left: 6px;
    /*color: #60acd0 !important;*/
    color: #2B71B5 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.portlet.light > .portlet-title > .caption > .caption-back-button > i {
    font-size: 32px !important;
    padding-top: 2px;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    display: block;
    margin-left: 48px;
    /*color: #60acd0 !important;*/
    color: #2B71B5 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.portlet.light > .portlet-title > .caption > .caption-helper {
    display: block;
    margin-left: 48px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 100;
}

.portlet > .portlet-title > .actions > .btn.btn-lg {
    padding: 7px 14px !important;
    font-size: 14px !important;
    line-height: 1.24 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.portlet > .portlet-title > .actions > .btn.btn-lg > i {
    font-size: 14px !important;
}

.portlet.light > .portlet-body a.link {
    color: #60acd0;
    color: #2B71B5;
}

.portlet.light > .portlet-title-card {
    height: auto;
    background-color: #26445D !important;
    color: white !important;
    border-radius: 4px 4px 0 0 !important;
    text-align: center;
    padding: 24px 0 12px;
    position: relative;
    margin: -12px -20px 15px -20px;
}

.portlet.light > .portlet-title-card.big {
    padding-top: 76px;
    line-height: 40px;
    font-size: 4em;

    transition-property: font-size, padding-top, line-height;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

@media (max-width: 970px) {
    .portlet.light > .portlet-title-card.big {
        padding-top: 24px;
        font-size: 1.8em;
        line-height: 26px;
    }
}

/* table light */
.table.table-light > tbody > tr > td {
    /*color: #333;*/
}

.table.table-light > tbody > tr.selected > td {
    background-color: #2B71B5;
    color: white;
}

.table.table-light > tbody > tr.selected:hover > td {
    background-color: #2B71B5;
    color: white;
}

/* list-users */
ul.list-users {
    list-style: none outside none;
    margin-left: -12px;
    margin-right: -12px;
    height: auto;
    padding: 0px !important;
}

ul.list-users li.list-user-item {
    padding: 4px 12px !important;
    height: 44px;
    width: 100%;
    position: relative;
    line-height: 32px;
    /*cursor: pointer;*/

    transition-property: opacity, background;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

ul.list-users li.list-users-item .user-profile-icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.list-users > .list-user-item .caption {
    display: table-cell;
    width: 100%;
}

.list-users > .list-user-item .actions {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
}

ul.list-users.big li.list-user-item {
    height: 64px;
    padding: 8px 12px;
    line-height: 48px;
}

ul.list-users.big li.list-user-item .user-profile-mini {
    height: 48px;
    line-height: 48px;
    font-size: 0.9em;
    padding-left: 56px;
}

ul.list-users.big li.list-user-item .user-profile-icon {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    line-height: 44px;
    font-size: 1.4em;
}

ul.list-users.big li.list-user-item .user-profile-icon > div {
    background-color: #eeeeee;
}

ul.list-users.big li.list-user-item .user-profile-icon i {
    font-size: 1.6em;
    line-height: 40px;
}

ul.list-users.big li.list-user-item .user-profile-nickname {
    font-size: 1.1em;
}

/* webapp-map */
.webapp-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 64px;
    bottom: 0;
    z-index: 1;
    overflow: hidden !important;
}

.webapp-map .webapp-map-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

/* webapp-optionbar */
.webapp-optionbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.10),
    -2px 0 0 0 rgba(0, 0, 0, 0.06),
    -3px 0 0 0 rgba(0, 0, 0, 0.04),
    -4px 0 0 0 rgba(0, 0, 0, 0.03),
    -5px 0 0 0 rgba(0, 0, 0, 0.02);
    z-index: 10;
}

.webapp-optionbar .webapp-optionbar-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 221, 224, 0.5);
    color: #26445D;
}

/* webapp-contentbar */
.webapp-contentbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15),
    -2px 0 0 0 rgba(0, 0, 0, 0.07),
    -3px 0 0 0 rgba(0, 0, 0, 0.05),
    -4px 0 0 0 rgba(0, 0, 0, 0.04),
    -5px 0 0 0 rgba(0, 0, 0, 0.03);
    z-index: 99999;
    background-color: rgba(217, 222, 225, 0.90);
}

.webapp-contentbar .webapp-contentbar-container {
    height: 100%;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.webapp-contentbar .webapp-component {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

/* webapp content page */
.webapp-contentpage {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56px;
}

.webapp-contentpage.no-header {
    padding-top: 0;
}

.component-opened .webapp-contentpage {
    padding-bottom: 350px;
}

.component-opened .webapp-component {
    z-index: 2;
}

.webapp-contentpage .contentpage-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    line-height: 40px;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(38, 68, 93, 0.2);
}

.webapp-contentpage.no-header .contentpage-header {
    display: none;
}

.webapp-contentpage .contentpage-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.webapp-contentpage .contentpage-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
}

.contentpage-header .caption,
.contentpage-header .actions {
    position: relative;
    font-size: 1.2em;
    display: inline-block;
}

.contentpage-header .actions {
    float: right;
}

.contentpage-header .caption > .caption-subject {
    font-weight: 700;
    color: #26445D;
    text-transform: uppercase;
}

/* webapp-list */
.webapp-list {
    margin: 6px 0;
    padding: 0;
}

.webapp-list .webapp-list-item,
.wa-paginated-list .webapp-list-item {
    height: 64px;
    padding: 6px 6px;
    margin: 0;
    line-height: 52px;
    position: relative;
}

.list-compact.webapp-list .webapp-list-item,
.list-compact.wa-paginated-list .webapp-list-item {
    height: 32px;
    padding: 4px 6px;
    line-height: 24px;
}

.webapp-list.list-compact .webapp-list-item.list-item-hovered {
    opacity: 0.7;
    transition: opacity 0.2s linear;
}

.webapp-list.list-compact .webapp-list-item.list-item-hovered:hover,
.webapp-list.list-compact .webapp-list-item.list-item-hovered:active,
.webapp-list.list-compact .webapp-list-item.list-item-hovered.active {
    opacity: 1;
}

.webapp-list-item.clickable {
    cursor: pointer;
    border-radius: 32px !important;
    padding: 6px;
    margin: 1px 6px;
}

.webapp-list-item.clickable:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

/*.webapp-list-item.clickable:active,*/
.webapp-list-item.clickable.active {
    background-color: #2B71B5;
    color: white;
}

.webapp-list-item .webapp-list-item-content,
.webapp-list-item .webapp-list-item-actions {
    position: relative;
    display: inline-block;
}

.webapp-list-item .webapp-list-item-content {
    height: 52px;
}

.webapp-list-item .webapp-list-item-actions {
    position: absolute;
    top: 6px;
    right: 12px;
}

.webapp-list-item-content .x-profile-icon {
    width: 40px;
    height: 40px;
    margin: 6px;
    float: left;
}

.webapp-list-item-content .x-profile-icon,
.webapp-list-item-content .x-profile-info {
    display: inline-block;
}

.webapp-list-item-content .x-profile-info {
    margin-left: 12px;
    margin-top: 6px;
    line-height: 20px;
    padding: 6px 0 0;
    max-width: calc(100% - 68px);
    max-width: -webkit-calc(100% - 68px);
    max-width: -moz-calc(100% - 68px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webapp-list-item-actions .btn.btn-link {
    border-radius: 18px !important;
    width: 36px;
    text-align: center;
    height: 36px;
    padding: 0;
    padding-top: 3px;
    margin: -2px 2px 0 2px;
}

.webapp-list-item-actions .btn.btn-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.webapp-list-item-actions .btn.btn-link:active,
.webapp-list-item-actions .btn.btn-link.active {
    background-color: rgba(255, 255, 255, 0.4);
}

.list-compact .webapp-list-item .webapp-list-item-content {
    height: 24px;
}

.list-compact .webapp-list-item-content .x-profile-icon {
    width: 20px;
    height: 20px;
    margin: 2px;
    line-height: 20px;
}

.list-compact .webapp-list-item-content .x-profile-icon .x-profile-icon-acronim {
    font-weight: 300;
    font-size: 0.75em;
}

.list-compact .webapp-list-item-content .x-profile-icon .x-profile-status-icon {
    width: 8px;
    bottom: -2px;
    right: -2px;
    height: 8px;
}

.list-compact .webapp-list-item-content .x-profile-info .x-profile-status {
    display: none;
}

.list-compact .webapp-list-item-content .x-profile-info {
    margin-top: 0px;
    padding: 0;
}

.list-compact .webapp-list-item .webapp-list-item-actions {
    top: 1px;
    right: 3px;
}

.list-compact .x-profile-icon .x-profile-icon-acronim,
.list-compact .x-profile-icon .x-profile-icon-acronim span,
.list-compact .webapp-list-item-content .x-profile-icon .x-profile-icon-acronim {
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 9px;
}

.list-compact .webapp-list-item-actions > .btn {
    height: 24px;
    line-height: 20px;
    padding: 2px;
    width: 24px;
    margin-top: 2px;
}

.list-compact .webapp-list-item-actions > .btn > .fa,
.list-compact .webapp-list-item-actions > .btn > .fa:before {
    font-size: 14px !important;
}

.webapp-list-item .list-item-options-popover {
    background-color: #EBEDEF;
    border-radius: 4px !important;
    min-height: 40px;
    height: auto;
    width: auto;
    max-width: 94%;
    padding: 1px 8px;
    position: absolute;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
    top: 56px;
    right: 4px;
    z-index: 10;
}

.webapp-list-item .list-item-options-popover:after {
    position: absolute;
    top: -9px;
    right: 18px;

    border-bottom: 10px solid #EBEDEF;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);

    content: '';
}

.webapp-list-item .list-item-options-popover:before {
    position: absolute;
    top: -10px;
    right: 18px;

    border-bottom: 10px solid rgba(0, 0, 0, 0.05);
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);

    content: '';
}

.list-compact .webapp-list-item .list-item-options-popover {
    top: 35px;
}

.list-compact .webapp-list-item .list-item-options-popover:before {
    right: 3px;
}

.list-compact .webapp-list-item .list-item-options-popover:after {
    right: 3px;
}

.webapp-list-item .list-item-options-popover.open-on-top {
    bottom: 56px;
    top: auto;
}

.list-compact .webapp-list-item .list-item-options-popover.open-on-top {
    bottom: 32px;
}

.webapp-list-item .list-item-options-popover.open-on-top:after {
    bottom: -9px;
    top: auto;

    border-bottom: none;
    border-top: 10px solid #EBEDEF;
}

.webapp-list-item .list-item-options-popover.open-on-top:before {
    bottom: -10px;
    top: auto;

    border-bottom: none;
    border-top: 10px solid rgba(0, 0, 0, 0.05);
}

.webapp-list .webapp-list-item-options {
    background-color: rgba(38, 68, 93, 0.1);
    height: 48px;
    width: 100%;
    padding: 5px 12px;
    position: relative;
    border-bottom: 1px solid #ADB8C1;
    border-top: 1px solid #ADB8C1;
}

.webapp-list-item-options:before {
    position: absolute;
    top: -8px;
    right: 28px;

    border-bottom: 8px solid #ADB8C1;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);

    content: '';
}

.webapp-list-item-options:after {
    position: absolute;
    top: -7px;
    right: 28px;

    border-bottom: 8px solid rgba(38, 68, 93, 0.05);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);

    content: '';
}

.webapp-list-item-options .options,
.list-item-options-popover .options {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
}

.webapp-list-item-options .options > .option,
.list-item-options-popover .options > .option {
    width: 25%;
    min-width: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

.list-item-options-popover .options > .option .btn {
    padding: 7px 7px 2px 7px;
}

.webapp-list-item-options .options.set-col-2 > .option,
.list-item-options-popover .options.set-col-2 > .option {
    width: 50%;
}

.webapp-list-item-options .options.set-col-3 > .option,
.list-item-options-popover .options.set-col-3 > .option {
    width: 33.33%
}

.webapp-list-item-options .options.set-col-4 > .option,
.list-item-options-popover .options.set-col-4 > .option {
    width: 25%;
}

.webapp-list-item-options .options.set-col-5 > .option,
.list-item-options-popover .options.set-col-5 > .option {
    width: 20%;
}

.webapp-list-item-options .options.set-col-6 > .option,
.list-item-options-popover .options.set-col-6 > .option {
    width: 16.66%
}

.webapp-list.list-compact .webapp-list-item-options,
.webapp-list.list-compact .list-item-options-popover {
    height: 32px;
    padding: 0 12px;
    margin: 6px 0;
}

.webapp-list.list-compact .webapp-list-item-options {
    margin: 6px 0;
}

.webapp-list.list-compact .list-item-options-popover {
    top: 28px;
}

/*.webapp-list.list-compact .webapp-list-item-options .options,
.webapp-list.list-compact .list-item-options-popover .options {
    line-height: 16px;
}*/

/*.webapp-list.list-compact .webapp-list-item-options .options .btn,
.webapp-list.list-compact .list-item-options-popover .options .btn {
    padding: 5px 14px;
}*/

.webapp-list .webapp-list-item-attr,
.wa-paginated-list .webapp-list-item-attr {
    height: 48px;
    display: block;
    position: absolute;
    font-size: 8px !important;
    right: 44px;
    top: 0;
    width: 64px;
}

.webapp-list .webapp-list-item-attr .x-custom-attr,
.wa-paginated-list .webapp-list-item-attr .x-custom-attr {
    height: 24px;
    line-height: 24px;
    text-align: left;
    position: absolute;
}

.webapp-list .webapp-list-item-attr .x-custom-attr.x-item-attr-top,
.wa-paginated-list .webapp-list-item-attr .x-custom-attr.x-item-attr-top {
    right: 0;
    top: -3px;
}

.webapp-list .webapp-list-item-attr .x-custom-attr.x-item-attr-bottom,
.wa-paginated-list .webapp-list-item-attr .x-custom-attr.x-item-attr-bottom {
    right: 0;
    bottom: -9px;
}

.webapp-list .webapp-list-item-attr .x-custom-attr.x-item-attr-center,
.wa-paginated-list .webapp-list-item-attr .x-custom-attr.x-item-attr-center {
    right: 8px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
}

.webapp-list .webapp-list-item-attr.r2 .x-custom-attr,
.wa-paginated-list .webapp-list-item-attr.r2 .x-custom-attr {
}

.webapp-list .webapp-list-item-attr.r2 .x-custom-attr.x-item-attr-top,
.wa-paginated-list .webapp-list-item-attr.r2 .x-custom-attr.x-item-attr-top {
    right: 3px;
    top: 6px;
}

.webapp-list .webapp-list-item-attr.r2 .x-custom-attr.x-item-attr-bottom,
.wa-paginated-list .webapp-list-item-attr.r2 .x-custom-attr.x-item-attr-bottom {
    right: 3px;
    bottom: 0;
}

.x-custom-attr .fa-stack {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-right: 6px;
    padding-top: 2px;
}

.x-custom-attr i.fa,
.x-custom-attr i.fa.fa-stack-1x {
    font-size: 8px !important;
}

.x-custom-attr i.fa.fa-stack-2x {
    font-size: 14px !important;
}

.x-custom-attr .fa-stack i.x-icon {
    position: relative;
    top: -3px;
}

/* xptt profile icon */
div.x-profile-icon {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1px 1px rgba(38, 68, 93, 0.7), 0 -1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    float: left;
    display: block;
}

.x-profile-icon.active {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(38, 68, 93, 0.9);
    background-color: #26445D;
}

.x-profile-icon .x-profile-icon-acronim,
.x-profile-icon .x-profile-icon-acronim span {
    color: #26445D;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    font-family: 'Orbitron', 'Bank Gothic', "Helvetica", "Verdana", "Sans-Serif";
    position: absolute;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}

.x-profile-icon.compact,
.x-profile-icon.compact .x-profile-icon-acronim,
.x-profile-icon.compact .x-profile-icon-acronim span {
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.x-profile-icon.active .x-profile-icon-acronim {
    color: white;
}

.x-profile-icon .x-profile-status-icon {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    background-color: #ADB8C1;
}

.x-profile-status-icon.red {
    background-color: #DA4453;
}

.x-profile-status-icon.yellow {
    background-color: #F6BB42;
}

.x-profile-status-icon.green {
    background-color: #8CC152;
}

.x-profile-status-icon.blue {
    background-color: #2196F3;
}

.x-profile-info {
    position: relative;
    line-height: 40px;
    height: 42px;
    display: inline-block;
    margin-left: 6px;
}

.x-profile-info .x-profile-status {
    position: relative;
    left: 0;
    width: 150px;
    top: -10px;
}

.webapp-list-item .x-profile-info .x-profile-status {
    top: -1px;
}

.x-profile-info .x-profile-name,
.x-profile-info .x-profile-status {
    display: block;
}

.x-profile-info .x-profile-name {
    font-size: 1.1em;
    font-weight: 400;
}

.x-profile-info .x-profile-status {
    font-size: 0.7em;
    font-weight: 100;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 10px;
    max-height: 10px;
}

.x-profile-username {
    float: left;
    display: inline-block;
}

.webapp-header-content .x-profile-info .x-profile-status {
    width: 250px;
}

.webapp-header-content .x-profile-info .x-profile-name {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webapp-fragment {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #4A5E79;
}

.webapp-contentbar .webapp-fragment.transparent-background {
    background: transparent !important;
}

/*
	fragment chat
*/
.webapp-fragment#chat {
    padding: 0;
}

.webapp-fragment#chat > .webapp-container#fragmentContainer > .webapp-container {
    padding-bottom: 56px;
}

.webapp-fragment#chat .chat-content {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.webapp-fragment#chat .chat-content .chat-content-scrollable {
    position: absolute;
    overflow: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding: 8px 0;
}

.webapp-fragment#chat .chat-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height auto;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    min-height: 50px;
    background-image: -ms-radial-gradient(center top, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 80%);
    background-image: -moz-radial-gradient(center top, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    background-image: -o-radial-gradient(center top, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(70, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    background-image: radial-gradient(ellipse farthest-corner at center top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 70%);

    /*background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 70%);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 70%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 70%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.4)), color-stop(70, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 70%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 70%);*/
}

.webapp-fragment#chat .chat-top > .x-button-dropdown {
    max-width: 250px;
    width: auto;
    display: inline-block;
}

.chat-top > .chat-top-center {
    margin: 0 auto;
}

.chat-top > .chat-top-right {
    position: absolute;
    top: 8px;
    right: 8px;
}

/*
	fragment repo
*/
.webapp-fragment#repo {
    padding: 0;
}

.webapp-fragment#repo > .webapp-container#fragmentContainer > .webapp-container {
    padding-bottom: 48px;
}

.webapp-fragment#repo .chat-content {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.webapp-fragment#repo .chat-content .chat-content-scrollable {
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    padding: 8px 0;
}

.x-button-dropdown {
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 250px;
    position: relative;
}

.x-button-dropdown > a.btn {
    z-index: 10;
    margin: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
}

.x-button-dropdown > .x-dropdown {
    position: absolute;
    top: 0;
    left: 1px;
    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    min-height: 34px;
    height: auto;
    background-color: #f8f9ff;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 18px !important;
    overflow: hidden;
}

.x-button-dropdown > .x-dropdown > .list-options {
    margin-top: 40px;
}

.x-button-dropdown > .x-dropdown > .list-options .option {
    display: block;
    height: 33px;
    line-height: 32px;
    text-align: center;
    color: #111111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-decoration: none;
}

.x-button-dropdown > .x-dropdown > .list-options .option:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.x-button-dropdown > .x-dropdown > .list-options .option:active,
.x-button-dropdown > .x-dropdown > .list-options .option.active {
    background-color: #4A90E2;
    color: #f8f9ff;
}

.x-button-dropdown > .x-dropdown > .list-options .option:last-child {
    border-bottom: none;
}

.webapp-fragment#chat .chat-footer {
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 6px;
    height: 56px;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.22);
    line-height: 52px;
}

.webapp-fragment#repo .chat-footer {
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 6px;
    height: 40px;
    color: white;
    line-height: 40px;
}

.chat-footer .btn.btn-link {
    color: white !important;
    padding-left: 3px;
    padding-right: 3px;
}

.message-input-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4px 56px 4px 56px;
}

.message-input-container .message-button-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.message-input-container .message-button-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.message-input-container .message-input {
    position: relative;
    bottom: 0;
    margin: 0;
    height: 48px;
    width: 100%;
    max-height: 100px;
    padding: 6px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 100;
    border: none;
    border-radius: 0px !important;
    color: white;
    background: none;
    resize: none;
    outline: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0); /*#6D7D91;*/
}

.message-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #c0c8ce;
}

.message-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c0c8ce;
    opacity: 1;
}

.message-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c0c8ce;
    opacity: 1;
}

.message-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c0c8ce;
}

.chat-settings {
    position: absolute;
    bottom: 48px;
    left: 4px;
    height: auto;
    width: 200px;
    z-index: 1000;
}

.chat-settings .webapp-container-setting {
    border-bottom: none;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px !important;
    padding: 4px;
    color: #26445D !important;
    background-color: #F7F8FF;
    font-size: 11px;
}

.webapp-container-setting .row {
    margin-left: -9px;
    margin-right: -9px;
}

.chat-settings .webapp-container-setting:before {
    position: absolute;
    bottom: -8px;
    left: 12px;

    border-top: 8px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);

    content: '';
}

.chat-settings .webapp-container-setting:after {
    position: absolute;
    bottom: -7px;
    left: 13px;

    border-top: 7px solid #F7F8FF;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);

    content: '';
}

/*
	fragment talk	
*/
.webapp-fragment#talk {
    text-align: center;
    color: white;
}

.webapp-fragment#talk .talk-status {
    padding: 24px 0;
    line-height: 32px;
}

.webapp-fragment#talk {
    color: white;
}

.light .webapp-fragment#talk {
    color: #2C3E50;
}

.webapp-fragment#talk .talk-status > * {
    display: block;
    font-weight: 100;
    color: inherit;
}

.talk-status .status-subject {
    font-size: 1.2em;
}

.talk-status .status-helper {
    font-size: 2.5em;
}

.webapp-fragment#talk .talk-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 24px 0 36px;
}

/*
	fragment settings	
*/
.webapp-fragment#settings {
    color: white;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}

.light .webapp-fragment#settings {
    color: #2C3E50;
}

.webapp-fragment#settings h4 {
    font-weight: 400;
}

.webapp-container-setting {
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #e7e8ef;
}

.webapp-container-setting .settings-name,
.webapp-container-setting .settings-value,
.webapp-fragment#settings .settings-name,
.webapp-fragment#settings .settings-value {
    line-height: 32px;
    min-height: 32px;
}

.webapp-container-setting .settings-value .input-field,
.webapp-fragment#settings .settings-value .input-field {
    margin-top: 2px;
    height: 28px;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 50%;
    max-width: 100%;
    border-radius: 4px !important;
    border: none;
    background-color: #4e6482;
    outline: none;
}

.webapp-container-setting .settings-value .input-field:hover,
.webapp-fragment#settings .settings-value .input-field:hover {
    background-color: #577091;
}

.webapp-container-setting .settings-value .input-field:focus,
.webapp-container-setting .settings-value .input-field.focus,
.webapp-fragment#settings .settings-value .input-field:focus,
.webapp-fragment#settings .settings-value .input-field.focus {
    background-color: #577091;
}

.light .webapp-container-setting .settings-value .input-field,
.light .webapp-fragment#settings .settings-value .input-field {
    margin-top: 2px;
    height: 28px;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 50%;
    max-width: 100%;
    border-radius: 4px !important;
    border: none;
    background-color: rgba(38, 68, 93, 0.13);
    outline: none;
}

.light .webapp-container-setting .settings-value .input-field:hover,
.light .webapp-fragment#settings .settings-value .input-field:hover {
    background-color: rgba(38, 68, 93, 0.10);
}

.light .webapp-container-setting .settings-value .input-field:focus,
.light .webapp-container-setting .settings-value .input-field.focus,
.light .webapp-fragment#settings .settings-value .input-field:focus,
.light .webapp-fragment#settings .settings-value .input-field.focus {
    background-color: rgba(38, 68, 93, 0.05);
}

.light .webapp-container-setting .settings-value .input-field::-webkit-input-placeholder,
.light .webapp-fragment#settings .settings-value .input-field::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}

.light .webapp-container-setting .settings-value .input-field:-moz-placeholder,
.light .webapp-fragment#settings .settings-value .input-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1;
}

.light .webapp-container-setting .settings-value .input-field::-moz-placeholder,
.light .webapp-fragment#settings .settings-value .input-field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

.light .webapp-container-setting .settings-value .input-field:-ms-input-placeholder,
.light .webapp-fragment#settings .settings-value .input-field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
}

.webapp-container-setting .settings-helper,
.webapp-fragment#settings .settings-helper {
    text-align: center;
    margin-bottom: 12px;
    font-size: 0.85em;
    font-weight: 100;
    opacity: 0.8;
}

/*
	fragment call
*/
.light .webapp-fragment#call {
    color: #26445D;
}

.webapp-fragment#call .status-subject {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 16px;
    padding: 4px 12px;
    margin-bottom: 8px;
    display: block;
}

/*
	fragment upload
*/
.webapp-fragment#upload {
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #F7F8FF;
}

.light .webapp-fragment#upload {
    color: #26445D;
}

.webapp-fragment#upload .upload-list {
    width: 100%;
    height: auto;
    list-style: none outside none;
    padding-left: 0;
}

.upload-list .list-item {
    list-style: none outside none;
    width: 100%;
    height: 70px;
    padding: 4px;
    position: relative;
}

.upload-list .list-item.error {
    opacity: 0.8;
    transition: opacity 0.3s linear;
}

.upload-list .list-item:hover {
    background-color: rgba(255, 255, 255, 0.06);
    opacity: 1;
}

.upload-list .list-item > .icon {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 60px;
    width: 64px;
    text-align: center;
    padding: 4px;
}

.upload-list .list-item > .icon > img {
    display: inline-block;
    height: 100%;
}

.upload-list .list-item > .info {
    position: relative;
    margin-left: 64px;
    height: 100%;
    width: calc(100% - 112px);
    padding: 0;
}

.upload-list .list-item > .info.no-option {
    margin-right: 0;
    width: calc(100% - 72px);
}

.upload-list .list-item > .options {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 62px;
    line-height: 62px;
    width: 48px;
    text-align: center;
}

.upload-list .list-item > .info .filename {
    margin: 0;
    padding-top: 2px;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-list .list-item > .info .timestamp {
    font-size: 8px;
    height: 10px;
    line-height: 10px;
}

.upload-list .list-item > .info > .status {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
}

.upload-list .list-item > .info > .status.in-progress {
    font-size: 0.9em;
}

.upload-list .list-item > .info > .status .progress {
    height: 4px;
    margin-bottom: 4px !important;
    background-color: #26445D;
}

.upload-list .list-item > .info > .status .progress > .progress-bar {
    background-color: #F7F8FF;
}

.light .upload-list .list-item > .info > .status .progress {
    height: 4px;
    margin-bottom: 4px !important;
    background-color: #D9DEE1;
}

.light .upload-list .list-item > .info > .status .progress > .progress-bar {
    background-color: #26445D;
}

/* chat */
.chat-object {
    position: relative;
    width: 100%;
    height: auto;
}

.chat-object > .chat-object-container {
    max-width: 70%;
    width: auto;
    min-width: 150px;
    margin: 10px 6px;
    padding: 8px;
    position: relative;
    font-weight: 100;
    position: relative;
    display: inline-block;
    text-align: left;
    color: white;
    border-radius: 2px !important;
    /*box-shadow: 1px 2px 1px 0 rgba(0,0,0,0.2);*/
    background-color: #6D7D91;
}

.chat-object > .chat-object-container > .chat-object-header {
    font-weight: 200;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 16px;
    padding-right: 70px;
    position: relative;
}

.chat-object > .chat-object-container > .chat-object-header .chat-object-sender {
    font-weight: 300;
    padding-right: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.chat-object > .chat-object-container > .chat-object-header .chat-object-time {
    position: absolute;
    top: 1px;
    right: 0;
}

.chat-object > .chat-object-container > .chat-object-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
}

.chat-object > .chat-object-container > .chat-object-actions .chat-object-info {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 6px !important;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.chat-object > .chat-object-container > .chat-object-actions .chat-object-info i.fa,
.chat-object > .chat-object-container > .chat-object-actions .chat-object-info i.fa:before {
    color: #f7f8ff;
    font-size: 10px;
    margin-top: 0px;
}

.light .chat-object > .chat-object-container > .chat-object-actions .chat-object-info i.fa,
.light .chat-object > .chat-object-container > .chat-object-actions .chat-object-info i.fa:before {
    color: #26445D;
}

.chat-object > .chat-object-container > .chat-object-actions .chat-object-info:hover {
    background-color: rgba(0, 0, 0, 0.33);
}

.chat-object > .chat-object-container > .chat-object-actions .chat-object-info:active {
    background-color: rgba(0, 0, 0, 0.44);
}

.chat-object > .chat-object-container > .chat-object-message-status {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

/* chat */
#repo .chat-object {
    text-align: center;
}

#repo .chat-object > .chat-object-container {
    max-width: initial;
    min-width: initial;
    width: 95%;
    margin: 4px 0;
    padding: 2px;
    position: relative;
    font-weight: 100;
    display: inline-block;
    text-align: left;
    color: #26445D;
    border-radius: 2px !important;
    background-color: #E5E5E5;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

#repo .chat-object > .chat-object-container > .chat-object-header {
    display: none;
}

#repo .chat-object > .chat-object-container > .chat-object-actions {
    display: none;
}

#repo .chat-object > .chat-object-container > .chat-object-message-status {
    display: none;
}

#repo .chat-object.opaque > .chat-object-container {
    opacity: 0.5 !important;
}

.chat-object-message-status {
    width: 12px;
    height: 12px;
    border-radius: 6px !important;
    line-height: 10px;
    text-align: center;
    box-shadow: 0 0 1px 1px #7F91A0;
    overflow: hidden;
}

.chat-object-message-status i.fa,
.chat-object-message-status i.fa:before {
    font-size: 8px;
    top: -1px;
    position: relative;
}

.chat-object-message-status {
    background-color: rgba(255, 255, 255, 0.1);
    color: #D9DEE1;
}

.light .chat-object-message-status {
    background-color: rgba(0, 0, 0, 0.1);
    color: #26445D;
}

.chat-object-message-status.status-received {
    background-color: #F7F8FF;
}

.chat-object-message-status.status-read {
    background-color: #8CC152;
}

.chat-object.no-actions > .chat-object-container > .chat-object-actions {
    display: none !important;
}

.chat-object.no-actions > .chat-object-container {
    padding-left: 8px !important;
    /*box-shadow: 0 1px 12px 1px rgba(0,0,0,0.2);*/
}

.chat-object.in > .chat-object-container {
    text-align: left;
    margin-bottom: 4px;
    padding-left: 24px;
    margin-left: 6px;
}

.chat-object.in .chat-object-container:before {
    border-bottom: 6px solid #6D7D91;
    border-right: 12px solid transparent;
    position: absolute;
    top: -6px;
    left: 6px;
    content: '';
}

.chat-object.in > .chat-object-container > .chat-object-actions {
    left: 0;
}

.chat-object.in > .chat-object-container > .chat-object-message-status {
    left: -18px;
    display: none;
}

.chat-object.out {
    text-align: right;
}

.chat-object.out > .chat-object-container {
    margin-top: 4px;
    padding-right: 24px;
    margin-right: 24px;
}

.chat-object.out .chat-object-container:after {
    border-top: 6px solid #6D7D91;
    border-left: 12px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 6px;
    content: '';
}

.chat-object.out > .chat-object-container > .chat-object-actions {
    left: auto;
    right: 0;
}

.chat-object.out > .chat-object-container > .chat-object-message-status {
    left: auto;
    right: -18px;
}

#repo .chat-object > .chat-object-container {
    padding-left: 0;
    padding-right: 0;
}

#repo .chat-object > .chat-object-container:before,
#repo .chat-object > .chat-object-container:after {
    display: none !important;
}

.chat-object > .chat-object-container > .chat-object-content {
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
}

.chat-object.divider > .chat-object-container {
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0px !important;
    margin: 4px 0px;
    padding: 3px 10px;
    text-align: center;
    line-height: 18px;
    height: 24px;
    background-color: #D1D6DA;
    color: #26445D;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none !important;
}

.chat-object .img-thumbnail {
    max-width: 100%;
    max-height: 350px;
}

.webapp-pager {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.webapp-pager > .webapp-page {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.webapp-pager > .webapp-page .webapp-page-header {
    position: absolute;
    width: 100%;
    height: 56px;
    z-index: 2;
    padding: 8px 12px;
    line-height: 40px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.webapp-pager > .webapp-page .webapp-page-content {
    top: 56px;
    bottom: 0;
    overflow: auto;
    width: 100%;
    position: absolute;
    background-color: white;
}

.webapp-pager > .webapp-page .webapp-page-header .caption {
    display: inline-block;
    line-height: 36px;
    padding-top: 4px;
    font-size: 1.4em;
    font-weight: 400;
}

.webapp-pager > .webapp-page .webapp-page-header .actions {
    float: right;
    display: inline-block;
    font-weight: 100;
}

.webapp-table {
    display: block;
    height: 100%;
    width: 100%;
}

.webapp-table .webapp-tablerow {
    display: block;
    height: 60%;
    vertical-align: middle;
}

.webapp-table .webapp-tablerow.top,
.webapp-table .webapp-tablerow.bottom {
    height: 20%;
    white-space: nowrap;
}

.webapp-table .webapp-tablerow.top {
    vertical-align: top;
}

.webapp-table .webapp-tablerow.bottom {
    vertical-align: bottom;
}

.webapp-table .webapp-tablerow .webapp-container {
    padding: 8px;
}

.webapp-window {
    border-radius: 4px !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 600px;
    height: 400px;
    min-width: 350px;
    min-height: 350px;
    overflow: hidden;
    box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.5);
}

.webapp-window > .webapp-container {
    background-color: #26445D;
    color: white;
}

.webapp-window.light > .webapp-container {
    background-color: #F7F8FF;
    color: #26445D;
}

.webapp-window > .webapp-container {
    -webkit-filter: grayscale(30%);
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(30%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(30%);
    -o-transition: .2s ease-in-out;
}

.webapp-window.focused > .webapp-container {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .2s ease-in-out;
}

.webapp-window .webapp-window-buttons {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    z-index: 100;
}

.webapp-window.fullscreen {
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 64px !important;
    width: calc(100% - 20px) !important;
    height: calc(100% - 74px) !important;

    -webkit-transition-property: top, left, bottom, right, width, height;
    -moz-transition-property: top, left, bottom, right, width, height;
    transition-property: top, left, bottom, right, width, height;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.webapp-window.reducing {
    -webkit-transition-property: top, left, bottom, right, width, height;
    -moz-transition-property: top, left, bottom, right, width, height;
    transition-property: top, left, bottom, right, width, height;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.webapp-window.webapp-window-mini {
    width: 300px !important;
    min-width: 300px !important;
}

.webapp-window.webapp-window-mini .webapp-header-content {
    margin-left: 12px !important;
}

.webapp-window.webapp-window-mini .webapp-window-buttons .webapp-window-button,
.webapp-window.webapp-window-mini .webapp-window-buttons .webapp-window-button-text {
    display: none;
}

.webapp-window.webapp-window-mini .x-profile-name,
.webapp-window.webapp-window-mini .x-profile-status {
    max-width: 150px;
    width: 150px;
}

.webapp-window-buttons .webapp-window-button-close,
.webapp-window-buttons .webapp-window-button {
    cursor: pointer;
}

.webapp-window-buttons .webapp-window-button {
    fill: #62839e;
}

.webapp-window-buttons .webapp-window-button:hover {
    fill: #5e7a91;
}

.webapp-window-buttons .webapp-window-button:active {
    fill: #5A7388;
}

.light .webapp-window-buttons .webapp-window-button {
    fill: #D9DEE1;
}

.light .webapp-window-buttons .webapp-window-button:hover {
    fill: #d4d8db;
}

.light .webapp-window-buttons .webapp-window-button:active {
    fill: #cbd0d3;
}

.webapp-window-buttons .webapp-window-button-text {
    fill: #ffffff;
    cursor: pointer;
}

.light .webapp-window-buttons .webapp-window-button-text {
    fill: #26445D;
}

.webapp-window-buttons .webapp-window-button-close {
    fill: #DA4453;
}

.webapp-window-buttons .webapp-window-button-close:hover {
    fill: #ce3746;
}

.webapp-window-buttons .webapp-window-button-close:active {
    fill: #c1323e;
}

.webapp-window-buttons .webapp-window-button-close-text {
    fill: #ffffff;
    cursor: pointer;
}

.webapp-window-header {
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 99;
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.3);
}

.webapp-window-header > .webapp-container {
    padding: 6px;
}

.webapp-window-body {
    background-color: rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 72px;
    z-index: 1;
    overflow: hidden;
}

.light .webapp-window-body {
    background-color: rgba(255, 255, 255, 0.4);
}

.webapp-window-header .webapp-window-header-container {
    position: absolute;
    bottom: 0;
    left: 0;
}

.webapp-window-header .webapp-window-header-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.webapp-window-header .webapp-header-content {
    display: inline-block;
    position: relative;
    left: 0;
    height: 56px;
    padding-top: 6px;
    margin-left: 56px;
}

.webapp-window-header .webapp-header-content .caption .caption-icon {
    margin: 2px;
    width: 40px;
    height: 40px;
}

.webapp-window-header .webapp-header-content .caption .x-profile-info .x-profile-status {
    bottom: -3px;
    position: relative;
    top: -8px;
    max-width: 350px;
}

.webapp-window-header .webapp-window-header-quick-access {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 25%;
    text-align: right;
}

.webapp-window-header .webapp-window-header-quick-access .x-button {
    margin-left: 4px;
    z-index: 101;
}

.webapp-window-header .webapp-window-header-quick-access .x-button.with-iconfont {
    top: 1px;
}

.x-button {
    width: 32px;
    min-height: 32px;
    height: 33px;
    text-align: center;
    padding: 3px 0;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.x-button.x-button-big {
    width: 56px;
    min-height: 56px;
    line-height: 40px;
    padding: 8px;
    font-size: 32px;
}

.x-button i.fa {
    font-size: inherit;
    line-height: 25px;
}

.x-button:not(.x-button.integrate) {
    color: #2B71B5;
}

.x-button:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.x-button:active,
.x-button.active {
    background-color: rgba(0, 0, 0, 0.24);
}

.x-button.stripe-active {
    border-bottom: 3px solid #2B71B5;
}

.x-button.stripe-active.red {
    border-bottom: 3px solid #DA4453;
}

.x-button.stripe-active.yellow {
    border-bottom: 3px solid #F6BB42;
}

.x-button.stripe-active.green {
    border-bottom: 3px solid #8CC152;
}

.x-box-splash {
    position: absolute;
    width: 100%;
    height: 100%;
}

.x-box-splash > .x-box-splash-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -64px;
    text-align: center;
    width: 128px;
}

.x-box-splash > .x-box-splash-text {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 6px 15%;
    text-align: center;
}

.webapp-window-body-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 98;
}

.webapp-window-body-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    z-index: 2;
}

.webapp-window-body.helper-visible .webapp-window-body-content {
    width: 61%;
}

.webapp-window-body-helper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 39%;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.04) inset,
    2px 0 0 0 rgba(0, 0, 0, 0.03) inset,
    3px 0 0 0 rgba(0, 0, 0, 0.02) inset,
    4px 0 0 0 rgba(0, 0, 0, 0.01) inset;
    z-index: 1;
}

.webapp-window-body.helper-visible .webapp-window-body-helper {
    display: block;
}

.webapp-window-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    bottom: 0;
    background-color: white;
    box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.5);
    z-index: 98;
}

.webapp-navigation,
.webapp-navigation > .webapp-navigation-item {
    list-style: none outside none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.webapp-navigation {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.webapp-navigation > .webapp-navigation-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.webapp-navigation > .webapp-navigation-item > a {
    display: block;
    padding: 8px 12px;
    line-height: 24px;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.webapp-navigation > .webapp-navigation-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.webapp-navigation > .webapp-navigation-item:active,
.webapp-navigation > .webapp-navigation-item.active {
    background-color: #2B71B5;
    color: white;
    font-weight: 400;
}

/* custom */

.webapp-fragment#users .list-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.webapp-fragment > .webapp-container {
    max-width: 960px;
    margin: 0 auto;
}

.webapp-fragment > .webapp-container.webapp-container-scrollable {
    overflow: hidden;
    overflow-y: auto;
}

.webapp-status {
    text-align: center;
    height: 32px;
    width: auto;
    margin: 0 auto;
    position: relative;
    line-height: 24px;
    padding: 4px 8px;
}

.webapp-status .web-status-icon {
    height: 12px;
    width: 12px;
    border-radius: 12px !important;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -2px;
    position: relative;
    background-color: #D9DEE1;
}

.webapp-status .web-status-icon.outline {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.webapp-status .web-status-icon.blue {
    background-color: #2B71B5;
}

.webapp-status .web-status-icon.green {
    background-color: #8CC152;
}

.webapp-status .web-status-icon.yellow {
    background-color: #F6BB42;
}

.webapp-status .web-status-icon.red {
    background-color: #DA4453;
}

.webapp-status .web-status-text {
    font-weight: 100;
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.webapp-account .webapp-account-nickname {
    height: 32px;
    line-height: 24px;
    font-size: 24px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webapp-account .webapp-account-nickname.mini {
    font-size: 14px;
    padding-top: 6px;
}

.webapp-system-infobox {
    position: fixed;
    bottom: 50px;
    right: 120px;
    width: 250px;
    height: auto;
    border-radius: 4px !important;
    box-shadow: 0 2px 18px 1px rgba(0, 0, 0, 0.3);
    background-color: #F7F8FF;
    z-index: 1000;
    transition-property: right, height;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
}

.x-rightcontentbar-opened .webapp-system-infobox {
    right: 495px;
}

.webapp-system-infobox > .webapp-container {
    overflow: hidden;
}

.webapp-system-infobox span.angledown {
    position: absolute;
    bottom: -8px;
    left: 90%;
    width: 16px;
    height: 8px;
    display: block;
    transition: left 0.4s ease-in-out;
}

.webapp-system-infobox span.angledown:after {
    position: absolute;

    content: '';

    border-top: 8px solid #F7F8FF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.webapp-system-infobox.connection_status {
    height: 68px;
}

/*.webapp-system-infobox.connection_status span.angledown{
	left: 60.7%;
}*/
.webapp-system-infobox.audio_status {
    height: 60px;
    height: 68px;
}

/*.webapp-system-infobox.audio_status span.angledown{
	left: 46.7%;
}*/
.webapp-system-infobox.geo_status {
    min-height: 92px;
    height: auto;
}

/*.webapp-system-infobox.geo_status span.angledown{
	left: 32.7%;
}*/
.webapp-system-infobox .webapp-toolbar,
.webapp-system-infobox .webapp-footerbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px;
    background: inherit;
}

.webapp-system-infobox .webapp-footerbar {
    top: auto;
    bottom: 0;
}

.webapp-system-infobox .infobox-content {
    padding: 8px;
    height: auto;
}

.webapp-system-infobox .infobox-content.pad-top {
    padding-top: 40px;
}

.webapp-system-infobox .webapp-container.pad-bottom {
    padding-bottom: 40px;
}

.infobox-content#audio_infobox.show-audio-preference-button,
.infobox-content#audio_infobox.show-remote-audio-button {
    padding-top: 40px;
}

/*
<div class="webapp-sidebar azure-alea" id="navigationbar">
	<div class="webapp-sidebar-container">
		<ul class="x-sidebar-navigation">	
			<li>
				<a href="users/view/<?php echo $__current_user->id; ?>" class="light" style="padding: 10px;">
					<div class="nav-item-icon">
						<i class="x-profile-icon-acronym"> <?php echo $this->user->createAcronym($__current_user->nickname); ?> </i>
					</div>
					<span class="nav-item-title"><?php echo __("Edit your profile"); ?></span>
				</a>
			</li>
			<li>
				<a href="teams/">
					<div class="nav-item-icon">
						<i class="fa fa-home"></i><!--- x-icon x-50 x-icon-home<?php echo $current_section == "teams_manage"? "-active": ""; ?> -->
					</div>
					<span class="nav-item-title"><?php echo __("Teams"); ?></span>
				</a>
			</li>
		</ul>
	</div>
</div>
*/

.x-sidebar-navigation {
    width: 100%;
    height: 100%;
}

ul.x-sidebar-navigation {
    list-style: none outside none;
    padding: 0 !important;
    margin: 0;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

ul.x-sidebar-navigation.bottom {
    position: absolute;
    bottom: 0;
}

ul.x-sidebar-navigation > li {
    height: 56px;
    min-width: 64px;
    width: auto;
}

ul.x-sidebar-navigation > li.active {
    background-color: #26445D;
}

ul.x-sidebar-navigation > li.active i,
ul.x-sidebar-navigation > li.active i:before {
    color: white;
}

ul.x-sidebar-navigation > li > a {
    position: relative;
    display: block;
    padding: 5px;
    line-height: 40px;
    height: 50px;
    margin: 3px 7px;
    border-radius: 25px !important;
    width: 50px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;

    background-color: #ECEEF0;
    color: #8F9BA6;
    border: 1px solid #acb6bf;

    transition-property: width, padding-left;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

    z-index: 99999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

ul.x-sidebar-navigation > li > a > .nav-item-icon > i {
    position: relative;
    top: -4px;
    left: -4px;
}

ul.x-sidebar-navigation > li > a > .nav-item-icon > i:not(.x-icon) {
    top: -3px;
    left: -2px;
}

ul.x-sidebar-navigation > li > a > .nav-item-icon {
    font-size: 1.4em;
    line-height: 40px;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 42px;
    height: 42px;
    background-color: #ECEEF0;
    border-radius: 25px !important;
    z-index: 999;
}

ul.x-sidebar-navigation > li > a > .nav-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    opacity: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: opacity 0.5s ease-in-out;
}

ul.x-sidebar-navigation > li > a > .nav-item-helper {
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    opacity: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;

    transition: opacity 0.5s ease-in-out;
}

ul.x-sidebar-navigation > li > a.with-helper > .nav-item-title {
    line-height: 24px;
}

ul.x-sidebar-navigation > li > a.with-helper > .nav-item-helper {
    line-height: 12px;
}

ul.x-sidebar-navigation > li > a:hover {
    padding-left: 60px;
    width: 230px;
}

ul.x-sidebar-navigation > li > a:hover > .nav-item-title,
ul.x-sidebar-navigation > li > a:hover > .nav-item-helper {
    position: relative;
    opacity: 1;
}

/*ul.x-sidebar-navigation > li > a:active > .nav-item-icon,*/
ul.x-sidebar-navigation > li > a.active > .nav-item-icon {
    background-color: #2B71B5;
}

/*ul.x-sidebar-navigation > li > a:active,*/
ul.x-sidebar-navigation > li > a.active {
    background-color: #2B71B5;
}

/*ul.x-sidebar-navigation > li > a:active > .nav-item-title,*/
ul.x-sidebar-navigation > li > a.active > .nav-item-title,
ul.x-sidebar-navigation > li > a.active > .nav-item-helper {
    color: white;
}

ul.x-sidebar-navigation > li > a.light {
    background-color: #f7f8ff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); /* 0 -2px 3px 1px #ECEEF0 inset */
    color: #26445D;
}

ul.x-sidebar-navigation > li > a.light > .nav-item-icon {
    background-color: #f7f8ff;
}

ul.x-sidebar-navigation > li > a > .nav-item-icon > .x-profile-icon-acronym {
    display: block;
    color: #26445D;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    font-family: 'Orbitron', 'Bank Gothic', "Helvetica", "Verdana", "Sans-Serif";
    position: absolute;
    line-height: 40px;
    width: 42px;
    height: 42px;
    left: 0 !important;
    top: 2px !important;
    font-style: normal;
}

#open-nav-bar {
    display: none;
}

@media screen and (max-width: 991px) {
    #open-nav-bar {
        display: inline-block;
        margin-right: 12px;
    }

    .webapp-sidebar#navigationbar {
        position: absolute;
        z-index: 99999;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        box-shadow: none;
        overflow: hidden;
        display: none;
    }

    .webapp-sidebar#navigationbar > .webapp-sidebar-container {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        background-color: rgba(217, 221, 224, 0.9);
        opacity: 1;
        color: #5ef28b;
        overflow: hidden;
    }

    ul.x-sidebar-navigation {
        overflow-y: auto;
    }

    ul.x-sidebar-navigation > li > a {
        width: 97% !important;
        padding-left: 60px;
    }

    ul.x-sidebar-navigation > li > a > .nav-item-title {
        opacity: 1 !important;
        display: block !important;
    }

    ul.x-sidebar-navigation #nav-item-webapp {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .webapp-sidebar#navigationbar {
        display: block !important;
    }
}

/*'<div class="webapp-listmanager">' +
	'<div class="webapp-container list-manager-container">' +
		'<div class="webapp-listmanager-header">' +
			'<span class="title uppercase bold">' + __("Member Management") + '</span>' +
			'<small class="subtitle uppercase"></small>' +
		'</div>' +
		'<div class="webapp-listmanager-body">' +
			'<div class="webapp-listmanager-listleft">' +
				'<div class="webapp-list"></div>' +
			'</div>' +
			'<div class="webapp-listmanager-options">' +
				'<div class="webapp-container">' +
					'<a class="btn btn-icon-only btn-circle x-color-blue"><i class="fa fa-angle-double-left"></i></a>' +
					'<a class="btn btn-icon-only btn-circle x-color-blue"><i class="fa fa-angle-left"></i></a>' +
					'<a class="btn btn-icon-only btn-circle x-color-blue"><i class="fa fa-angle-right"></i></a>' +
					'<a class="btn btn-icon-only btn-circle x-color-blue"><i class="fa fa-angle-double-right"></i></a>' +
				'</div>' +
			'</div>' +
			'<div class="webapp-listmanager-listright">' +
				'<div class="webapp-list"></div>' +
			'</div>' +
		'</div>' +
		'<div class="webapp-listmanager-footer">' +
			'<div class="actions">' +
				'<a class="btn default" id="save">' + __("Save Changes") + '</a>' +
			'</div>' +
		'</div>' +
	'</div>' +
'</div>' +*/

.webapp-listmanager {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.webapp-listmanager .list-manager-container {
    padding-top: 57px;
    padding-bottom: 51px;
}

.webapp-listmanager .webapp-listmanager-header,
.webapp-listmanager .webapp-listmanager-footer {
    position: absolute;
    left: 8px;
    right: 8px;
    padding: 8px 0;
}

.webapp-listmanager .webapp-listmanager-header {
    top: 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.webapp-listmanager .webapp-listmanager-header > * {
    display: block;
    margin: 0;
    padding: 0;
}

.webapp-listmanager .webapp-listmanager-footer {
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.webapp-listmanager-header .title {
    font-size: 24px;
    height: 28px;
}

.webapp-listmanager-header .subtitle {
    font-size: 10px;
    height: 12px;
}

.webapp-listmanager .webapp-listmanager-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.webapp-listmanager-footer .actions {
    float: right;
}

.webapp-listmanager-body .webapp-listmanager-listleft,
.webapp-listmanager-body .webapp-listmanager-options,
.webapp-listmanager-body .webapp-listmanager-listright {
    position: absolute;
    top: 8px;
    bottom: 8px;
}

.webapp-listmanager-body .webapp-listmanager-listleft {
    left: 8px;
    right: 50%;
    margin-right: 24px;
}

.webapp-listmanager-body .webapp-listmanager-listright {
    right: 8px;
    left: 50%;
    margin-left: 24px;
}

.webapp-listmanager-body .webapp-listmanager-listleft,
.webapp-listmanager-body .webapp-listmanager-listright {
    border-radius: 2px !important;
    background-color: #26445D;
    color: white;
}

.webapp-listmanager-body .webapp-listmanager-listleft > .webapp-container,
.webapp-listmanager-body .webapp-listmanager-listright > .webapp-container {
    padding: 4px;
    padding-top: 21px;
    overflow: auto;
}

.webapp-listmanager-body .webapp-listmanager-listleft .title,
.webapp-listmanager-body .webapp-listmanager-listright .title {
    position: absolute;
    top: 2px;
    left: 4px;
    right: 4px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.webapp-listmanager-body .webapp-listmanager-options {
    left: 50%;
    margin-left: -17px;
    width: 34px;
}

.webapp-listmanager-body .webapp-listmanager-options > .webapp-container > a {
    display: block;
    margin: 2px 0;
}

.webapp-listmanager-body .webapp-listmanager-options > .webapp-container > .separator {
    padding-left: 10px;
    padding-right: 10px;
    height: 1px;
    margin: 4px 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.webapp-listmanager .webapp-list {
    padding: 0;
}

.webapp-listmanager .webapp-list .webapp-list-item {
    height: auto;
    min-height: 24px;
    border-radius: 12px !important;
    position: relative;
    padding: 4px 12px;
    /*padding-left: 32px;*/
    line-height: 16px;
    margin: 1px 0;
    font-size: 11px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.webapp-listmanager .webapp-list .webapp-list-item:before{
	position: absolute;
	top: 6px;
	left: 12px;
	font-size: 14px;
	content: '';
	line-height: 14px;
	color: white;
	font-family: "FontAwesome";
}
.webapp-listmanager .webapp-list .webapp-list-item.active:before{
	content: '';
}*/

.disclaimer {
    width: 100%;
    padding: 6px 16px;
    min-height: 32px;
    line-height: 20px;
    background-color: #E5E5E5;
    color: #111111;
    border-radius: 16px !important;
    text-align: center;
}

.disclaimer.inline {
    display: inline-block;
    width: auto;
}

.disclaimer.yellow {
    background-color: #F6BB42;
}

.disclaimer.red {
    background-color: #DA4453;
    color: white;
}

.card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px !important;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 6px;
}

.card > .card-image {
    width: 100%;
    height: auto;
    max-height: 150px;
    overflow: hidden;
}

.card > .card-image > img {
    width: 100%;
}

.card > .card-content {
    padding: 12px;
}

.card > .card-content > .card-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 6px;
    color: #2B71B5 !important;
}

.card > .card-content > .card-description {
    color: #686868;
}

.card > .card-actions {
    overflow: hidden;
}

.card > .card-actions > a {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    border-radius: 0 !important;
}

table th, table td {
    vertical-align: middle !important;
}

table th.nowrap, table td.nowrap {
    white-space: nowrap;
}

.fa-stack {
    padding-top: 5px;
}

.webapp-iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    z-index: 1;
}

dl dd,
dl.dl-horizontal dt {
    margin-bottom: 6px;
}

dl dt {
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 400;
    line-height: 20px;
}