html, body, #content {
	width: 100%;
	height: 100%;
    margin: 0;
}

/** Add css rules here for your application. */
.dot-3 {
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
}

.dot-4 {
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
}

.dot-2 {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dot-1 {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.context-Menu {
	border: 1px solid !important;
	background-color: #FADCB1 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.context-Menu-cardView {
	border: 0 !important;
	background-color: #E8E8E8 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.cancel-btn {
	background-color: #D62626 !important;
	color: white !important;
	font-size: 1.1em;
	border: 0;
	padding: 6px 20px !important;
}

.btn-login {
	background-color: #f33d3d;
	color: white;
	border: none;
	padding: 5px 10px;
	box-shadow: none;
	border-radius: 5px;
	margin-left: 10px;
}

.closebutton {
	background-color: #253c65;
	color: white;
	border: none;
	padding: 5px 10px;
	margin-left: 10px;
	box-shadow: none;
	border-radius: 5px;
}

.font-table-item {
	font-family: roboto-medium !important;
	margin-right: 1px;
	font-size: 12px;
}

.font-table-title {
	font-family: roboto-medium !important;
	font-size: 14px !important;
	margin-right: 1px;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-ai-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-space-between {
	justify-content: space-between;
}

.justify-content-evently {
	justify-content: space-evenly;
}

.flex-jc-sb {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.pd-2 {
	padding: 0px 20px;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.btnDetail {
	text-decoration: underline;
	color: #337ab7;
	cursor: pointer;
}

.flex.flex-center {
	align-items: center;
}

.create-panel .item.flex label {
	margin-right: 12px;
	width: 150px;
	text-align: left;
}

.item {
	width: 100%;
	margin-bottom: 12px;
}

.login-panel {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: grey;
}

.register-content-panel,
.login-content-panel {
	padding: 30px;
	width: 300px;
	border-radius: 8px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: content-box;
}

.login-content-panel>* {
	margin-bottom: 8px;
}

.login-content-panel .item .gwt-Label {
	font-weight: bold;
	margin-bottom: 4px;
}

.register-content-panel a,
.login-content-panel a {
	cursor: pointer;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid green;
	border-color: green transparent green transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new-item-panel {
display: flex;
align-items: center;
display: flex;
align-items: center;
border: 1px solid #ddd;
padding: 10px;
}
.new-item-panel.title {
font-weight: bold;
}
.new-item-panel .stt {
width: 50px;
}
.new-item-panel .name {
min-width: 300px;
}
.new-item-panel .category {
width: 150px;
}
.new-item-panel .app {
width: 100px;
}
.new-item-panel .status {
width: 70px;
}
.new-item-panel .action-panel {
margin-left: auto;
display: flex;	
}
.wrapper-image-small {
width: 200px;
height: 0;
padding-bottom: 52%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.wrapper-image-small > .image-temp {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background: #c3c3c3;
}
.wrapper-image-small img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.wrapper-image-small .close {
position: absolute;
right: 0;
top: 0px;
opacity: 1;
color: white;
width: 30px;
height: 30px;
line-height: 0;
}
.modal.fade.in {
overflow-x: hidden;
overflow-y: auto;	
}
.header-function-panel {
	padding: 10px 0;
}
.loading-text-x{
display: inline-block;
position: absolute;
left: 27px;
top: 30px;
color: green;
font-weight: bold;
}
.main-header-menu {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    background: white;
    display: flex;
    align-items: center;
}
.header-menu {
	flex-wrap: wrap;
}
.header-menu > * {
	margin-left: 10px;
	margin-top: 10px
}
.header-menu button{
	outline: none;
}
.header-menu button:hover,
.header-menu button.active {
	background-color: green;
	color: white;
	border: 1px solid green;
}
.switch-button {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.switch-button > * {
	padding: 4px 12px;
}
.switch-button.on {
    background-color: #5cb85c;
    color: white;
    border-color: #5cb85c;
}
.switch-button.on .on-t {
	display: block;
}
.switch-button.on .off-t {
	display: none;
}
.switch-button.off .off-t {
	display: block;
}
.switch-button.off .on-t {
	display: none;
}
.switch-button.off {
    background-color: red;
    color: white;
    border-color: red;
}
.switch-button:hover {
    background: #fafafa;
    color: black;
}
.account-panel {
    width: 250px;
}
.user-panel .gwt-HTML {
	font-weight: bold;
	margin-bottom: 4px	
}
.user-panel .avatar {
	font-size: 28px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#popup-mainPanel .note-editor .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-split-paragraph.active {
	background-color: #555;
    color: white;	
}
.search-user-table tr:first-child td {
	font-weight: bold;
}