/* @import url(https://fonts.googleapis.com/css?family=Shojumaru); */

select {
	background-color: #fff;
}

.ch-container {
	padding-top: 50px !important;
}

.top-block {
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	display: block;
	line-height: 22px;
	text-shadow: 0 0 1px #DDD;
	text-decoration: none;
	/* -webkit-box-shadow: inset 0 0 0 1px #FAFAFA; */
	-moz-box-shadow: inset 0 0 0 1px #FAFAFA;
	/* box-shadow: inset 0 0 0 1px #FAFAFA; */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%,
		rgba(125, 185, 232, 0) 100% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,
		87, 153, 0.2) ), color-stop(100%, rgba(125, 185, 232, 0) ) );
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%,
		rgba(125, 185, 232, 0) 100% );
	background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%,
		rgba(125, 185, 232, 0) 100% );
	background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%,
		rgba(125, 185, 232, 0) 100% );
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%,
		rgba(125, 185, 232, 0) 100% );
	filter: progid :     DXImageTransform.Microsoft.gradient (    
		startColorstr =  
		  '#331e5799', endColorstr =     '#007db9e8', GradientType =     0 );
}

.top-block span {
	clear: both;
}

.top-block i {
	font-size: 25px;
}

.top-block:hover {
	text-decoration: none;
}

.notification {
	display: block;
	position: absolute;
	top: -10px;
	right: -5px;
	line-height: 16px;
	height: 16px;
	padding: 0 5px;
	font-family: Arial, sans-serif;
	color: white !important;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px
		hsla(0, 100%, 100%, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px
		rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px
		hsla(0, 100%, 100%, 0.3);
}

.notification {
	border-color: #2FABE9;
	background-color: #67C2EF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200,
		80%, 82%) ), color-stop(100%, hsl(200, 81%, 67%) ) );
	background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%),
		hsl(200, 81%, 67%) );
	background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%),
		hsl(200, 81%, 67%) );
	background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%),
		hsl(200, 81%, 67%) );
	background-image: -o-linear-gradient(top, hsl(200, 80%, 82%),
		hsl(200, 81%, 67%) );
	background-image: linear-gradient(top, hsl(200, 80%, 82%),
		hsl(200, 81%, 67%) );
}

.notification.green {
	border-color: #5AAD34;
	background-color: #78CD51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101,
		54%, 71%) ), color-stop(100%, hsl(101, 55%, 56%) ) );
	background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%),
		hsl(101, 55%, 56%) );
	background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%),
		hsl(101, 55%, 56%) );
	background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%),
		hsl(101, 55%, 56%) );
	background-image: -o-linear-gradient(top, hsl(101, 54%, 71%),
		hsl(101, 55%, 56%) );
	background-image: linear-gradient(top, hsl(101, 54%, 71%),
		hsl(101, 55%, 56%) );
}

.notification.yellow {
	border-color: #F4A506;
	background-color: #FABB3D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40,
		95%, 76%) ), color-stop(100%, hsl(40, 95%, 61%) ) );
	background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%),
		hsl(40, 95%, 61%) );
	background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%),
		hsl(40, 95%, 61%) );
	background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%),
		hsl(40, 95%, 61%) );
	background-image: -o-linear-gradient(top, hsl(40, 95%, 76%),
		hsl(40, 95%, 61%) );
	background-image: linear-gradient(top, hsl(40, 95%, 76%),
		hsl(40, 95%, 61%) );
}

.notification.red {
	border-color: #FA5833;
	background-color: #FA603D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11,
		95%, 76%) ), color-stop(100%, hsl(11, 95%, 61%) ) );
	background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%),
		hsl(11, 95%, 61%) );
	background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%),
		hsl(11, 95%, 61%) );
	background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%),
		hsl(11, 95%, 61%) );
	background-image: -o-linear-gradient(top, hsl(11, 95%, 76%),
		hsl(11, 95%, 61%) );
	background-image: linear-gradient(top, hsl(11, 95%, 76%),
		hsl(11, 95%, 61%) );
}

.box {
	margin-top: 10px;
	margin-bottom: 10px;
}

.box-inner {
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
	border: none;
	padding-top: 5px;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 35px;
	min-height: 35px !important;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0) ), color-stop(100%, rgba(0, 0, 0, 0.1) ) );
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	filter: progid :     DXImageTransform.Microsoft.gradient (    
		startColorstr =  
		  '#00ffffff', endColorstr =     '#1a000000', GradientType =     0 );
}

.box-header h2 {
	font-size: 15px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.box-header h3 {
	font-size: 13px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
}

.box-header h2>i {
	margin-top: 1px;
}

.box-icon {
	float: right;
}

.box-icon a {
	clear: none;
	float: left;
	margin: 0 2px;
	height: 23px;
	width: 26px;
	margin-top: 1px;
}

.box-icon a i {
	margin-left: -6px;
	top: -1px;
}

.box-content {
	padding: 10px;
}

.btn-round {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-size: 12px;
	padding-top: 4px;
}

ul.dashboard-list li {
	padding: 7px 0;
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid white;
}

ul.dashboard-list a:hover {
	text-decoration: none;
}

ul.dashboard-list {
	margin: 0;
}

ul.dashboard-list li a span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 70px;
	zoom: 1;
}

.dashboard-avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
}

.thumbnail {
	background-color: white;
	z-index: 2;
	position: relative;
	margin-bottom: 40px !important;
}

.thumbnails>li {
	display: inline-block;
	margin-left: 15px;
}

#menu-config .thumbnail img, #menu-config .thumbnail>a {
	z-index: 2;
	height: 180px !important; 
	width: 120px;
	position: relative;
	display: block;
}
.thumbnail img,.thumbnail>a {
	z-index: 2;
	height: 100px !important; 
	width: 100px;
	position: relative;
	display: block;
}
.thumbnail img:first-child:hover, .thumbnail>a:first-child:hover{
	display: block !important;
	opacity: 0.8!important;
}
.thumbnail img:first-child{
	display: block !important;
	opacity:0.8;
}

img.grayscale {
	/* -webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%); */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
	position: absolute;
	z-index: 1;
	margin-top: -30px;
	height: 30px;
	min-height: 30px;
	padding: 0 6.5px;
}

.thumbnail .gallery-controls p {
	display: block;
	margin: auto;
	width: 100%;
}

div.uploader {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

footer {
	clear: both;
}

div.center,p.center,img.center {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	display: block;
	text-align: center;
}

div.right,p.right,img.right {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	display: block;
	text-align: right;
}

.stackControls {
	padding: 5px;
}

.sidebar-nav {
	min-height: 0;
	/* box-shadow: 0 0 10px #BDBDBD; */
	border-radius: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	max-height: none;
}

.sidebar-nav>ul>li:not(
.nav-header
)
{
margin-right:-2px;
margin-left:-2px;
}
.navbar-brand {
	letter-spacing: 2px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	width: 190px;
	font-size: 17px;
}

.navbar-brand img {
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.navbar-brand span {
	float: left;
}

.theme-container {
	z-index: 5;
}

.navbar-search {
	margin-left: 10px;
	margin-top: 7px;
}

/* .navbar-inner {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	height: 60px;
} */

.navbar-inner .btn-group {
	margin: 7px 5px 0 5px;
}

ul.ajax-loaders li {
	display: inline-block;
	list-style: none;
	padding: 10px;
}

ul.ajax-loaders {
	min-height: 80px;
}

.bs-icons li {
	list-style: none;
}

#for-is-ajax {
	padding-left: 12px;
	cursor: pointer;
}

#loading {
	margin-top: 20px;
	width: 128px;
	font-weight: bold;
}

#loading div.center {
	margin-top: 10px;
	height: 15px;
	width: 128px;
	background: url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs {
	margin-right: -10px;
	margin-left: -10px;
}

.login-header {
	padding-top: 30px;
	height: 30vh;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

/* .remember {
	margin-top: 3px;
	color: #fff;
} */

.green {
	color: #458746;
}

.red {
	color: #B94846;
}

.white {
    color: #ffffff;
}

.blue {
	color: #3986AC;
}

.yellow {
	color: #F99406;
}

.login-box .input-prepend {
	margin: 10px;
}

.login-box .btn {
	margin-top: 15px;
	width: 100%
}

.box-content.buttons {
	min-height: 297px;
}

.main-menu>li>a {
	/* border: 1px solid rgba(221, 221, 221, 0.46); */
}

.main-menu>li {
	margin-top: 0 !important;
}

.sidebar-nav .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	/*text-transform: uppercase;*/
}

.navbar {
	border-radius: 0;
}

ul.main-menu li:hover {
	margin-left: 8px;
    margin-right: 8px;
}

ul.main-menu li.active {
	margin-left: 8px;
    margin-right: 8px;
}

ul.main-menu li.nav-header:hover {
	margin-left: 0;
}

ul


.main-menu

 

li


:not

 

(
.nav-header

 

)
{
-webkit-transition


:

 

.3s


;
-moz-transition


:

 

.3s


;
-ms-transition


:

 

.3s


;
-o-transition


:

 

.3s


;
transition


:

 

.3s


;
}
.accordion>ul {
	display: none;
	margin-left: 10px;
}

.nav-sm {
	display: none;
}

.donate a {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

.donate {
	padding: 20px 0 0 20px;
	text-align: center;
}

.preview-on-phone {
	height: 380px;
}

.powered-by {
	text-align: right;
}

.whitespace:before {
	content: "\2122";
	color: transparent !important;
}

.center-block {
	float: none !important;
	text-align: center;
}

ul.github-buttons li {
	display: inline;
}

.homepage-box {
	height: 250px;
}

.download-buttons a {
	margin: 5px;
}

.center-text {
	text-align: center;
}

.note-editable {
	padding: 20px;
	overflow: auto;
	outline: 0;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	background-color: white;
	background-color: -moz-field;
	box-shadow: 1px 1px 1px 0 lightgray inset;
	font: -moz-field;
	font: -webkit-small-control;
	/* height: 80px; */
    min-height: 80px;
}

.active-select {
	color: #555555;
}

.active-select i {
	color: #555555;
}

.active-select div {
	color: #555555;
}

.data-loading {
	text-align: center;
	margin-bottom: 10px;
}

#menu-icon {
	height: 150px;
}

#menu-icon i {
	font-size: 25px;
}

#menu-info a:hover i {
	color: #555555;
}

#menu-info a:hover {
	color: #555555;
}

.item-image:hover {
	cursor: pointer;
	opacity: 0.8;
}

.item-video:hover {
	cursor: pointer;
	opacity: 0.8;
}

div.scroll {
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
}

.form-group .btn-group button:hover i {
	color: #555555;
}

.the-icons li:hover {
	cursor: pointer;
	color: green;
}

.the-icons li {
	/* color: #2fa4e7; */
}


.note-editor button {
	height: 30px;
}

.note-editor .note-table,.note-insert,.note-view {
	/* display: none; */
}

.img-preview {
	width: 100%;
	margin-bottom: 10px;
}

.radio-inline,.title {
	padding-top: 2px;
	/*padding-right: 35px;*/
	font-weight: 600;
	color: #317eac;
}

.note-style h1,.note-style h2,.note-style h3,.note-style h4,.note-style h5,.note-style h6
	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #555555;
}

.note-editable h1,.note-editable h2,.note-editable h3,.note-editable h4,.note-editable h5,.note-editable h6,.note-editable p
	{
	font-family: Arial;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	margin: 0px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.icon-color-default{
	/* color:#2fa4e7; */
}
/*customize bootstrap*/
a:hover,a:focus {
	color: #157ab5;
	text-decoration: none;
}

.breadcrumb>li+li:before {
	content: ""; padding : 0 5px;
	color: #cccccc;
	padding: 0 5px;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 21px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

.breadcrumb-cs {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb-cs>li {
	display: inline-block
}

.breadcrumb-cs>li+li:before { /* content: "/\00a0"; */
	padding: 0 5px;
	color: #cccccc
}

.breadcrumb-cs>.active {
	color: #999999
}

.theme-list {
	list-style-type: none;
	margin: 15px;
	padding: 0
}

.theme-list li {
	padding: 15px;
	cursor: pointer
}

.theme-list li:hover {
	background-color: rgba(0, 0, 0, .07)
}

.theme-thumbnail {
	width: 120px;
	float: left;
	margin: 0 10px 0 0
}

.theme-name {
	display: block;
	font-weight: 700
}

.theme-description {
	display: block;
	font-style: italic
}

.modal-body {
   	height: calc(100% - 70px);
	overflow: auto;
}

.modal-content{
	height: 100%;
}

.navbar-inner .logo{
	background-repeat: no-repeat; 
	background-size: 130px 45px; 
	background-image: url('../images/logo-ehotel-00.png');
}
.col-md-20{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
/* .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} */
textarea {
    resize: none;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
}
/* .ui-state-highlight{
	border: 1px solid red;
    font-weight: bold;
    font-size: 45px;
    background-color: #B6B6B4;
    width:100px;
} */
/*End customize*/
@media (min-width: 992px){
  .col-md-20 {
	float: left;
  }
  .col-md-20 {
	width: 20%;
  }
  
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.navbar-brand { /* font-family: 'Shojumaru', cursive, Arial, serif;*/
		letter-spacing: 2px;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
		width: 40%;
		font-size: 14px;
	}
	.nav-sm {
		display: block;
		margin-bottom: 10px;
		border-bottom: solid white 1px;
		padding-bottom: 10px;
	}
	.sidebar-nav .nav-canvas {
		top: -20px;
		left: -90%;
		position: absolute;
		width: 80%;
		z-index: 2;
		background: rgba(0, 0, 0, 0.8);
		margin: 0 !important;
		border-radius: 0 0 20px 0;
		padding-bottom: 10px;
		will-change: left;
	}
	.sidebar-nav.active .nav-canvas {
		left: -20px;
		border-right: solid 1px white;
		border-bottom: solid 1px white;
	}
	.sidebar-nav {
		position: relative;
		z-index: 3;
		margin: 0 !important;
		padding: 0;
	}
	.nav-canvas {
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.sidebar-nav a {
		border: none !important;
		color: white;
	}
	#for-is-ajax {
		color: white;
		margin-top: 15px;
	}
	.main-menu .nav-header {
		color: white;
	}
	ul.main-menu li:hover {
		margin-left: inherit;
	}
	ul.main-menu li.active {
		margin-left: inherit;
	}
	ul.main-menu a:hover,.nav-sm a:hover {
		background: none !important;
		color: grey;
	}
	.navbar-default .navbar-toggle:focus {
		background-color: inherit;
	}
	.navbar-default .navbar-toggle.active {
		box-shadow: 0 0 7px rgb(0, 255, 40);
		border: solid 1px white;
	}
	.navbar-toggle {
		margin-left: 5px;
		margin-right: 0;
	}
	.powered-by {
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
	.table-wrapper .pinned {
		box-shadow: 0 0 20px black;
	}
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.box-icon {
		display: none;
	}
	.box-header h2 {
		font-size: 13px !important;
	}
	.box-header h3 {
		font-size: 11px !important;
	}
	.main-menu-span {
		width: 6.2% !important;
		margin-right: 4%;
	}
	.top-menu>li i {
		display: none;
	}
	.sidebar-nav li span {
		display: block !important;
	}
	.sidebar-nav li a,.sidebar-nav .nav-header {
		text-align: center
	}
	.sidebar-nav {
		padding: 0;
		margin-bottom: 0;
	}
}

/* Computer */
@media only screen and (min-width: 980px) {
	a,button,input[type=submit],input[type=button],.product-img {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.ch-container {
		padding: 0 20px;
	}
}
.thumbnail .caption {
  padding: 0px;
  color: #555555;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
 .toggle.ios .toggle-handle { border-radius: 20px; }
 
 .bg-name{
 	background: #a21d0a;
	color: #eee;
	padding: 3px 5px;
	position: absolute;
	top: 45%;
	border-radius: 3px;
 }
 
 .bg-color{
 	background: #9f9a9a;
 }
 
 .td-wrap{
 	text-overflow: ellipsis;
 	word-break: break-all;
	overflow:hidden;
 }
 
 .span-count{
 	/* float: right;
 	background-color: grey;
 	padding: 0 5px 0 5px;
 	color: white;
 	margin-left: 5px; */
 	float: right;
    background-color: rgb(121, 110, 110);
    padding: 0 5px 0 5px;
    color: white;
    /* margin-left: 5px; */
    border-radius: 50%;
    min-width: 24px;
    text-align: center;
    overflow: hidden;
 }
 
.span-count-noti{
 	/* float: right;
 	background-color: grey;
 	padding: 0 5px 0 5px;
 	color: white;
 	margin-left: 5px; */
    background-color: rgb(121, 110, 110);
    padding: 0 5px 0 5px;
    color: white;
    /* margin-left: 5px; */
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 3px;
}

.span-count-project{
	position: absolute;
    z-index: 1;
    right: 5px;
    top: 10px;
    background-color: rgb(121, 110, 110);
    padding: 0 5px 0 5px;
    color: white;
    /* margin-left: 5px; */
    border-radius: 50%;
    min-width: 24px;
    text-align: center;
    overflow: hidden;
}
 
 .span-status{
 	float: left;
 	/* padding: 0 5px 5px 5px; */
 	padding-left: 20px;
 }
 
 .news-img{
 	width: 75px; 
 	height: 75px;
 }
 
 .news-msg{
 	margin: -75px 0 0 75px;
 }
 
  .news-title{
 	font-weight: bold;
 	font-size: x-large;
 }
 
  .news-desc{
 	font-weight: normal;
 	font-size: large;
 	font-style: italic;
 }
 
 .news-content{
 	font-weight: normal;
 	font-size: medium;
 	padding: 10px 15px 10px 30px;
 	margin: 0;
    word-wrap: break-word;
    overflow: auto;
    width: 100%;
 }
 
 .ticket-content img{
 	max-width: 100% !important;
 }
 
/*  .ticket-content p{
    margin: 0;
    word-wrap: break-word;
} */
 
   .ticket-title{
 	font-weight: bold;
 	font-size: medium;
 }
 
 .search{
 	background: url(images/search-white.png) no-repeat 10px 6px #ffffff;
 	border: 1px solid #d1d1d1;
    /* font: bold 12px Arial,Helvetica,Sans-serif; */
    /* color: #000000; */
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
 }
 
 .search:focus{
 	outline: none;
 }
  
.home-dashboard{
	margin: 0px 0 0 20px;
}

.home-dashboard div:first-child{
    font-size: x-large;
    color: #3986AC;
}

.header-title{
	font-size: large;
	color: #c7a445;
	/* width: 90% !important; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-border{
	background: #c7a445;
}

.header-border-black{
	background: #cccccc;
}

.border-right{
    border-right: 1px solid white;
}

.ticket-content{
    padding: 10px 15px 10px 30px;
	overflow: auto;
}

.ticket-content p{
    margin: 0;
    word-wrap: break-word;
}

.ticket-department{
	font-weight: bolder;
	word-wrap: break-word;
}
.ticket-name{
	font-style: italic;
	word-wrap: break-word;
}
.ticket-type{
	font-size: medium;
}

.ticket-attach{
	overflow-x: auto;
    white-space: nowrap;	
}

.ticket-attach div{
	max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

.ticket-attach-div{
	padding: 5px;	
	width: auto;
}

.ticket-relate{
	overflow-x: auto;
    white-space: nowrap;	
}

.ticket-relate a{
	max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding: 5px;
}

.ticket-relate-a{
	padding: 5px;	
	width: auto;
}

.pointer{
    cursor: pointer;
}

.float-right{
	float: right;
}

.message-left-row{
	text-align: left;
	padding-bottom: 10px;
}

.message-left-content{
	background-color: #ccc;
	/* display: inline-block; */
	padding: 15px;
	text-align: left;
    border-radius: 25px;
}

.message-left-content-custom{
	background-color: #c7a445;
	color: #fcfcfc;
	/* display: inline-block; */
	padding: 15px;
	text-align: left;
    border-radius: 25px;
}

.message-right-row{
	text-align: right;
	padding-bottom: 10px;
}

.message-right-content{
	background-color: lightblue;
	/* display: inline-block; */
	padding: 15px;
	text-align: left;
	border-radius: 25px;
}

.message-right-content-custom{
	background-color: #468847;
	color: #fff;
	/* display: inline-block; */
	padding: 15px;
	text-align: left;
    border-radius: 25px;
}

.message-row{
	/* max-height: calc(100vh - 210px);
	overflow: auto; */
}

.wrap-row{
	/* width: 60%; */
    /* word-wrap: break-word; */
    /* white-space: nowrap; */
    /* word-break: break-word; */
    /* display: block; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article{
 	float: left;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
 } 
.article-thumbnail{
 	float: left;
    width: 75px;
    height: 75px;
    margin: 5px 10px 0 0px;
 }
 
 .article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
 .article-title{
 	font-size: 20px;
 }
 
 .article-summary{
 	font-size: 14px;
    color: #606060;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-height: 100px;
    overflow: hidden;
 }
 
 .the-article-thumbnail {
 	height: 215px;
    width: 100%;
    margin: 0px 0 20px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.the-article-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    position: relative;
    z-index: 9;
}

.the-article-title {
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px 0;
    padding-right: 20px;
}

.the-article-summary {
    font-size: 18px;
    font-style: italic;
    color: #222;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 14px;
}

.the-article-body {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #222;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.the-article {
    z-index: 9;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #FFF;
    margin-top: -5px;
    margin-bottom: 0;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.the-article-share.bottom {
    width: 100% !important;
    background: #fcfcfc;
    border-top: 1px solid #e3e3e3;
    margin: 0;
    padding: 10px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 999;
}

.icon{
	height: 25px;
	width: 25px;
	margin: 0 5px 0 5px;
    border-radius: 50%;
}

.icon-dropdown{
	height: 25px;
	width: 25px;
    border-radius: 50%;
    /* margin-top: -5px; */
}

.notification-count{
	/* float: right;
	margin-top: -10px;
	margin-left: 0px; */
    background-color: #b94a48;
    padding: 0 5px 0 5px;
    color: white;
    border-radius: 50%;
    position: absolute!important;
    top: 2px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 5px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
    position: relative;
}

.notification-text{
	width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -5px;
    font-weight: normal;
}

.notification-li{
	padding: 5px;
	cursor: pointer;
}

.notification-li-last{
	padding: 10px;
	text-align: center;
}

.notification-li-last>a:hover{
	background-color: #fff !important;
}

.text-wrap{
	padding-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent{
	height: 70px;
}

.home-a{
	color: #555555;
}

.td-center, .table-center thead, th {text-align: center;}


.ui-toolbar{
	padding: 0 !important;
}

.dataTables_length{
    margin: 2px 0 0px 5px;
}

.dataTables_filter{
    margin: 2px 5px 0px 0px;
}

.dataTables_filter input {
    line-height: normal !important;
}

.dataTables_paginate{
	padding-top: 0 !important;
}

.dataTables_info{
	margin: -5px 0 0 5px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 18px !important;
}

.popup-close{
	float: right;
    margin: -45px -5px 0px 0px;
}

.attach-img{
	width: 75px;
	height: 75px;
}

.body-custom{
	min-height: calc(100vh - 30vh);
}

.dialog-custom-lg{
	width: 96%;
    height: calc(100vh - 60px);
}

.dialog-custom-md{
	width: 60%;
    max-height: calc(90vh);
}

.dialog-custom-mlg{
	width: 80%;
    max-height: calc(90vh);
}

.modal-dialog{
	display: inline-block;
    vertical-align: middle;
    text-align: left !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal {
    text-align: center !important;
    padding: 0 !important;
}

.modal-row{
	padding: 10px 0px 10px 0px;
}

.modal-row-first{
	padding: 0px 0px 10px 0px;
}

.toggle[disabled]{
	opacity: 0.85 !important;
}

textarea{
	width: 100% !important;
}

.news-image{
	background-color: white;
    z-index: 2;
    position: relative;
    height: 125px;
    min-width: 125px;
    width: auto;
    /* margin-bottom: 40px !important; */
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.hotline-image{
	background-color: white;
    z-index: 2;
    position: relative;
    height: 100px;
    min-width: 125px;
    width: auto;
    /* margin-bottom: 40px !important; */
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.qrcode{
	width: 175px;
	height: 175px;
}

.info-row{
	word-break: break-all;
	margin-bottom: 15px;
}


.form-control-email {
	overflow: auto;
	display: block;
	width: 100%;
	height: 65px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control-email:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)
}
.form-control-email::-moz-placeholder {
color:#999999;
opacity:1
}
.form-control-email:-ms-input-placeholder {
color:#999999
}
.form-control-email::-webkit-input-placeholder {
color:#999999
}
.form-control-email[disabled], .form-control-email[readonly], fieldset[disabled] .form-control-email {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1
}



.form-control-email-lg {
	overflow: auto;
	display: block;
	width: 100%;
	height: 80px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control-email-lg:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6)
}
.form-control-email-lg::-moz-placeholder {
color:#999999;
opacity:1
}
.form-control-email-lg:-ms-input-placeholder {
color:#999999
}
.form-control-email-lg::-webkit-input-placeholder {
color:#999999
}
.form-control-email-lg[disabled], .form-control-email-lg[readonly], fieldset[disabled] .form-control-email-lg {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1
}

.ticket-subject{
	display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    word-wrap: break-word;
}

.ticket-info{
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #35afed;
}

.nav-custom > li:hover > a .nav-text{
    color: #c7a445;
    border-bottom: 2px solid #c7a445;
}

.nav-custom > li:hover > a > i{
    color: #c7a445;
}

.custom-active > a .nav-text{
    color: #c7a445;
    border-bottom: 2px solid #c7a445;
}

.custom-active > a > i{
    color: #c7a445;
}

.nav-custom>li>a:hover, .nav-custom>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    outline: none;
}

.nav-custom > li > a{
    color: #646464 !important;
    text-decoration: none;
}

.navbar-custom{
	background-color: #ffffff;
    border-color: #ffffff;
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    border-bottom: 1px solid #178acc;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.closed {
    background-color: rgba(153, 153, 153, 0.3) !important;
}

.open{
    background-color: rgba(207, 218, 194, 0.4) !important;
}

.process{
    background-color: rgba(216, 174, 148, 0.3) !important;
}

.reopen{
    background-color: rgba(192, 203, 210, 0.3) !important;
}

.resolved{
    background-color: rgba(5, 64, 121, 0.2) !important;
}

.pending{
    background-color: rgba(128, 128, 0, 0.2) !important;
}


.gold{
	color: #c7a445;
}

.nav-pills-custom>li.active>a, .nav-pills-custom>li.active>a:hover, .nav-pills-custom>li.active>a:focus {
    color: #ffffff !important;
    background-color: #c7a445 !important;
}

.nav-pills-custom>li>a:hover, .nav-pills-custom>li>a:focus {
    background-color: #d8c79a !important;
    color: #ffffff !important;
}

.nav-pills-custom>li>a {
    color: #c7a445 !important;
}

.ticket-nowrap{
	width: 70% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title-nowrap{
	width: 74% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-nowrap{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.col-xs-3-custom, .col-sm-3-custom, .col-md-3-custom, .col-lg-3-custom, .col-xs-9-custom, .col-sm-9-custom, .col-md-9-custom, .col-lg-9-custom {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:992px) {
	.col-xs-3-custom, .col-sm-3-custom, .col-md-3-custom, .col-lg-3-custom, .col-xs-9-custom, .col-sm-9-custom, .col-md-9-custom, .col-lg-9-custom {
		float: left
	}
	
	.col-md-3-custom {
		width: 21%
	}
	
	.col-md-9-custom {
		width: 79%
	}
}

.SumoSelect > .optWrapper > .options > li.def span{
    display: none !important;
}

.icon-bar{
	background-color: #888 !important;    
}

.avatar{
	height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.avatar-xs{
	height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 15px;
    /* margin-top: -15px; */
}

.avatar-md{
	height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* @media (min-width:1055px) {
	.li-avatar{
		max-width: 150px;
	}
} */

@media (min-width:921px) and (max-width:1055px) {
	.li-avatar{
		max-width: 150px !important;
	}
}
@media (min-width:888px) and (max-width:991px) {
	.li-avatar{
		max-width: 100px !important;
	}
}

@media (max-width:888px) {
	.li-avatar span{
		display: none !important;
	}
}

.li-avatar{
	max-width: 200px;
}

.ticket-title-custom > div:first-child {
    padding-top: 15px;
}

.ticket-title-custom + div {
    padding-top: 35px;
}

@media (min-width:768px) and (max-width:991px) {
	#ticket-info > div:first-child{
	    top: 35px;	    
	}
	.ticket-title-custom{
	    top: 62px;
	    position: fixed;
	    display: block;
	    z-index: 999;
	    background: #fff;
	    right: 3px;
	    /* left: 0; */
	    height: 40px;
	    border-top: 1px solid #ccc; 
	}
	.ticket-title-custom > div:first-child {
	    padding-top: 15px !important;
	}
	.ticket-title-custom > div:nth-child(2) {
	   /*  margin-top: 0; */
	}
	
	.container-custom {
	    /* margin-bottom: -20px;
	    padding: 5px 10px 0px 15px;
	    margin-left: auto;
	    margin-right: auto; */
	    max-height: 63px !important;
	    overflow: hidden;
	    width: 100% !important;
	    background: #fcfcfc;
	    /* border-top: 1px solid #e3e3e3; */
	    margin: 0;
	    padding: 10px 10px 10px 10px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: block;
	    z-index: 1000;
	    font-size: 12pt;
	    border-bottom: 1px solid #ccc;
	}
}

@media (max-width:767px) {
	#ticket-info > div:first-child{
	    top: 35px;	    
	}
	.ticket-title-custom{
	    top: 63px;
	    position: fixed;
	    display: block;
	    z-index: 999;
	    background: #fff;
	    right: 3px;
	    height: 40px;
	}
	
	.container-custom {
	    /* margin-bottom: -20px;
	    padding: 5px 10px 0px 15px;
	    margin-left: auto;
	    margin-right: auto; */
	    max-height: auto !important;
	    overflow: hidden;
	    width: 100% !important;
	    background: #fcfcfc;
	    /* border-top: 1px solid #e3e3e3; */
	    margin: 0;
	    padding: 10px 10px 10px 10px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: block;
	    z-index: 1000;
	    font-size: 12pt;
	    border-bottom: 1px solid #ccc;
	}
}

@media (min-width:992px) {
	#ticket-info > div:first-child{
	    top: -10px;	    
	}
	.ticket-title-custom{
	    top: 63px;
	    position: fixed;
	    display: block;
	    z-index: 999;
	    background: #fff;
	    right: 3px;
	    height: 40px;
	}
	.ticket-title-custom > div:first-child {
	    padding-top: 15px !important;
	}
	
	.ticket-title-custom + div:first-child {
	    top: 63px;
	    position: fixed;
	    display: block;
	    z-index: 999;
	    background: #fff;
	    right: 3px;
	    height: 40px;
	}
	
	.container-custom {
	    /* margin-bottom: -20px;
	    padding: 5px 10px 0px 15px;
	    margin-left: auto;
	    margin-right: auto; */
	    max-height: 63px !important;
	    overflow: hidden;
	    width: 100% !important;
	    background: #fcfcfc;
	    /* border-top: 1px solid #e3e3e3; */
	    margin: 0;
	    padding: 10px 10px 10px 10px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: block;
	    z-index: 1000;
	    font-size: 12pt;
	    border-bottom: 1px solid #ccc;
	}
}


#sideload{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 100;
    /* padding: 3px 0px; */
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    background-color: rgba(125, 87, 0, 0.5);
}
/* #sideload li{
    width: 100%;
    margin-bottom: 10px;
} */
/* #sideload li:last-of-type{
    margin: 0;
} */
#sideload li a{
   color: #fff;
}
#sideload li{
   padding: 5px 5px 5px 0px;
   margin-left: -5px;
}

#sideload li i{
    font-size: 1.6em !important;
    margin-left: 2px;
}

#sideload li a img{
   width: 25px;
   height: 25px;
   border-radius: 50%;
}

.lsn{
	margin: 10px -2px 10px -31px;
}
.lsn, .lsn > li {
	list-style: none;
}
.clearfix:before, .clearfix:after {
	content: " ";display: table;
}
.clearfix:after {
	clear: both;
}

.columns-right{
	margin-top: -10px;
	padding-right: 15px;
	float: right;
}

.ui-sortable{
	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 98%;
}

.ui-sortable li {
    margin: 0 -1px 0px 5px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.2em;
    /* height: 18px; */
}

.ui-sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.ui-sortable li button, .ui-sortable li i, .ui-sortable li div{
    float: right;
}

.ui-sortable li label{
    font-weight: normal !important;
}

.remove-input-file{
	float: right;
	position: absolute;
    z-index: 2;
    margin-top: -32px;
    right: 20px;
}

.padding-l-r{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-l{
	padding-left: 0px !important;
}

.padding-r{
    padding-right: 0px !important;
}

.columns-right-custom{
    margin-top: -50px;
    /* padding-bottom: 10px; */
    padding-right: 15px;
    float: right;
}

.tooltip-name{
	color: #000;
	font-weight:bold;
	width: 135px;
	padding-left: 15px;
}

.tooltip-value{
	padding-left: 135px;
	margin-top: -15px;
	padding-right: 5px;
	color: #000;
}

.tooltip-value a{
	color: #000;
}

.tooltip-value-status{
	padding-left: 135px;
	margin-top: -15px;
	padding-right: 5px;
}

/* .tooltip-div{
	width: 500px;
} */

div.tooltip-inner {
    min-width: 200px;
    max-width: 350px;
    background-color: #c7a445;
}

.select-table{
	margin-left: 170px;
    margin-bottom: -35px;
}

.SumoSelect.open > .optWrapper {min-width: 100%;}

.dataTables_filter > label > input{
	border: 1px solid #d1d1d1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 25px;
    text-indent: 10px;
    max-width: 135px;
}
.dataTables_filter > label > input:focus{
    outline: none;
}

.dataTables_filter > label{
    margin-top: 4px;
}

.dataTables_length > label{
    margin-bottom: 0px !important;
}

.dataTables_length > label > p{
    margin-top: 5px;
    float: left;
    padding: 0px 2px 0px 2px; 
}

.dataTables_length > label > div{
    float: left;
}

/* .dataTables_wrapper > .ui-toolbar:first-child {
	display: none;
} */

tr + .tooltip{
    right: 5px !important;
    left: inherit !important;
    z-index: 99999;
    position: fixed;
    top: 0 !important;
 }
 
tr + .tooltip.top > .tooltip-arrow, tr + .tooltip.right > .tooltip-arrow, tr + .tooltip.bottom > .tooltip-arrow, tr + .tooltip.left > .tooltip-arrow {
    border: none;
}

li + .tooltip > .tooltip-inner{
    text-align: left;
 }
 
 .project-li{
	position: absolute;
	right: 0;
}

.warning{
	color: #dd5600;
	font-weight: bold;
}

.info{
	color: #033c73;
	font-weight: bold;
}

.success{
	color: #73a839;
	font-weight: bold;
}

.default{
	color: #999999;
	font-weight: bold;
}

.primary{
	color: #2fa4e7;
	font-weight: bold;
}

.label-default-custom {
    background-color: #808000;
}

.remind-count{
 	position: absolute;
    z-index: 1;
    right: 5px;
    top: 3px;
    padding: 0 5px 0 5px;
    border-radius: 50%;
    color: red;
}

.remind-text {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -5px;
    font-weight: normal;
}

.form-control-remind{
    display: block;
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.datepicker-dropdown {
    margin-top: 20px;
}

.dataTables_scrollBody > table > thead{
	display: none !important;
}

.span-department{
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 10px;
    padding: 0 5px 0 5px;
   /*  color: white; */
    min-width: 24px;
    text-align: center;
    overflow: hidden;
}

.note-editable p{
	padding: 0px !important;
}

.leader-row{
    background-color: rgba(199,164,69,0.15) !important;
    color: #c7a445;
}

/*.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: auto;
}*/

.elc-flag-icon{
	position: absolute;
    z-index: 1;
    right: -21px;
    font-size: 1.5em !important;
    top: 10px;
}

.webui-popover-text-align-left{
	text-align: left !important;
}