@import url("/assets/css/admin-rechat.css");

.jstree-open > .jstree-anchor > .fa-folder:before {
        content: "\f07c";
    }

    .jstree-default .jstree-icon.none {
        width: 0;
    }
	#imageslist {
		margin-left:0;
		padding-left:0;
	}
	option:disabled {
	   background: #ccc;
	   text-decoration:line-through;
	   margin-bottom:4px;
   }
   option {
	   margin-bottom:4px;
   }
.owl-carousel {
    width: 100px;
}
.owl-carousel .owl-item {
    width: inherit;
    max-width: inherit;
}
	.owl-carousel img {
		max-width: 100px;

	}
	.owl-carousel .owl-wrapper-outer {
    width: 100px;margin: auto;
}
.passive .dd3-content {
	color:#f62a2a;
	font-style: italic;
	text-decoration: none;
}
.deleted .dd3-content {
	color:#f62a2a;
	font-style: italic;
	text-decoration: line-through;
}
.passive .dd-handle,.deleted .dd-handle {
	background: -moz-linear-gradient(top, #f91010 0%, #571212 100%);
}
.dd-handle {
	margin: 0;
}
.value {
	font-weight: normal;
}

/*images-list*/
.images-list {padding:0;margin:0;}
.border-radius {
    border-radius: 5px;
}
.dropdown-menu {
	left: -80px;
	z-index: 9000;
}
.mainbuttons .dropdown-menu {
	left: 0px;
}
th input {
	width:100%;
}
.overlay, .overlay .overlay-inner, .overlay .overlay-inner a
{
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
 -webkit-transition:all .3s ease;
}



.images-list .item-container {
    position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.item {
	display:block;
	text-align:center;
}
.item-container img {
	max-width:100%;
	max-height:290px;
	vertical-align: middle;
	display: block;
	transition: all .5s ease;
	overflow: hidden;
	min-width: 100px;
	min-height: 80px;
}

.images-list .work-item{
  padding:15px;
  position: relative;
}

.images-list .item-container:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.overlay{
	background:rgba(255,182,0,.75);
	position:absolute;
	opacity:0;
	top:auto;
	left:0;
	bottom:-100%;
	height: 100%;
	width: 100%;
	color:#fff;
}

.item .item-container:hover .overlay {
	opacity:1;
	bottom:0;
}

.overlay .overlay-inner{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	text-align:left;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.overlay:hover .overlay-inner{
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
  transform: translateY(0);
}
.overlay .overlay-inner a{
/*  background: #fff;
  color: #ffb600;*/
  font-size: 3em;
  padding: 2px 5px;
  display:inline-block;
  margin-bottom:5px;
}
.overlay .overlay-inner h4{
	font-size:18px;
}			
.overlay .overlay-inner p{
	margin-bottom:0;
}
.map_canvas { 
  width: 100%; 
  height: 400px; 
  margin: 10px 20px 10px 0;
}
.dd-item {
	line-height: 30px;
}
.dd-item > button {
	overflow: unset;
	background: unset;
}
.slidesName button {margin-right:4px;margin-left:4px;}

.navbar-default ul ul ul ul {
  margin-bottom: 0;
  margin-left:0;
}
.navbar-default ul ul ul>li {
  list-style: none;
}
.has-error .btn-primary {
	color:#e61818;
}
table tr td img {
	max-width:48px !important;
}
.form-control {
	height: auto;
}
.form-control:empty {
	height: 34px;
}
textarea.form-control:empty {
	height: auto;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	overflow-y: unset;
}
.dropdown-chat {
	top:33px;
	right:0;
	left:0;
}
.dropdown-chat > li > a{
	color:#262626;
}
.dropdown-chat > li > a:hover{
	color:#337ab7;
}
#noticeShow img {
	max-width: 100%;
}
.table td button {
	padding: 5px;
}
 .table > thead:first-child > tr:first-child > th {
    padding-right: 8px;
}
 .table > thead:first-child > tr:first-child > th::after {
	display:none;
}
.action-menu .dropdown-menu-right {
	left: auto;
	right:0px;
}
.action-menu .dropdown-menu-left {
	left: 0px;
	right:auto;
}
.icons-list {
	margin:0;
	padding: 0;
}
.icons-list li {
	list-style: none;
}
.icons-list  li.action-menu a {
	font-size: 2em;
	color:#999999;
}
.icons-list li.action-menu li a {
	font-size: 1em;
/*	color:#999999;*/
}
.icons-list  li.filter-menu a {
	font-size: 1em;
	color:#999999;
}

.hide {
	display:none;
}
.hide.active
 {
	display:inline-block !important;
 }
.rate-content.hide.active
 {
	display:block !important;
 } 
 .progress {
	width: 100%;
	overflow-x: hidden;
}