.color-white{
	color: #FFF;
}

.dashboard-logo{
	max-height: 30px;
}

.brand {
	max-height: 40px
}

.right-bar-title{
	background-color: #2b303b;
	position: relative;
	padding: 8px;
	text-align: center;
}

.right-bar-title a{
	color: #788195;
	opacity: 0.6;
	border: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

/* ARTICLE */

.img-article{
	float : left;
	margin-right : 20px;
	margin-bottom : 15px;
}
.title-article{
	line-height: 40px !important;
}
.content-article{
	padding-left: 15px;
	padding-right: 15px;
}

input[type=file] {
	width: 100%;
	max-width: 100%;
	color: #444;
	padding: 5px;
	border-radius: 5px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #929AAC;
	opacity: 1;	
}

.btn-outline-success {
    color: #10cfbd;
    background-color: transparent;
    background-image: none;
    border-color: #10cfbd;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}
.lenovo-table-img{
	max-height: 200px;
}
.alert-img{
	max-height: 300px;
	margin:auto;
	padding-bottom: 10px;
}

.color-white{
	color: #FFF;
}

.catalog-item{
	width: 33.2%;
	padding-bottom: 33.2%;
	position: relative;
}

.catalog-panel{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
}

.pinned-name{
	position: absolute;
	top: 0;
	right: 25px;
}
.catalog-content{
	flex-grow: 1;
	height: 40%;
    text-align: center;
    overflow: hidden;
}
.catalog-content img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.catalog-bottom{
	flex-grow: 1;
	padding: 10px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

  .col-centered{
    float: none;
    margin: 0 auto;
}

.artile-image { 
   position: relative; 
   width: 100%;
}

.article-image h4 { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
}
.article-image h4 span {
	color: white; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px; 
}

@media only screen and (max-width: 1000px) {
	.catalog-item{
		width: 49%;
		padding-bottom: 49%;
	}
}

@media only screen and (max-width: 500px) {
	.article-image h4 span {
		font-size: 14px;
	}
	.catalog-item{
		width: 98%;
		padding-bottom: 98%;
	}
}

.lenovo-loader{
	height: 100%;
	z-index: 100;
	width: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
}
.lenovo-loader .loader{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.label-invalid{
	background-color: #e67e22!important;
	color: #FFF!important;
}

.table-excel-result{
	font-size:10px!important;
	border: none!important;
}
.table-excel-result tbody tr td{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom : none;
	font-size: 11px;
}

.modal-lenovo{
	width: 90%;
}
.images {
	display: flex;
	flex-wrap:  wrap;
	margin-top: 20px;
  }
  .images .img,
  .images .pic {
	flex-basis: 24%;
	margin-bottom: 10px;
	border-radius: 4px;
  }
  .images .img {
	width: 100px;
	height: 100px;
	background-size: cover;
	margin-right: 10px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
  }
  .images .img:nth-child(3n) {
	margin-right: 0;
  }
  .images .img span {
	display: none;
	text-transform: capitalize;
	z-index: 2;
  }
  .images .img::after {
	content: '';
	width: 100%;
	height: 100%;
	transition: opacity .1s ease-in;
	border-radius: 4px;
	opacity: 0;
	position: absolute;
  }
  .images .img:hover::after {
	display: block;
	background-color: #000;
	opacity: .5;
  }
  .images .img:hover span {
	display: block;
	color: #fff;
  }
  .images .pic {
	background-color: #ffffff;
	align-self: center;
	text-align: center;
	border: 4px dashed #10cfbd;
	padding: 30px 30px;
	text-transform: uppercase;
	color: #10cfbd;
	font-size: 30px;
	cursor: pointer;
  }
  
  .friend-list {
	list-style: none;
  margin-left: -40px;
  }
  
  .friend-list li {
	border-bottom: 1px solid #eee;
  }
  
  .friend-list li a img {
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 10px;
  }
  
   .friend-list li a {
	position: relative;
	display: block;
	padding: 10px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
  }
  
  .friend-list li.active a {
	background-color: #f1f5fc;
  }
  
  .friend-list li a .friend-name, 
  .friend-list li a .friend-name:hover {
	color: #777;
  }
  
  .friend-list li a .last-message {
	width: 65%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  }
  
  .friend-list li a .time {
	position: absolute;
	top: 10px;
	right: 8px;
  }
  
  small, .small {
	font-size: 85%;
  }
  
  .friend-list li a .chat-alert {
	position: absolute;
	right: 8px;
	top: 27px;
	font-size: 10px;
	padding: 3px 5px;
  }
  
  .chat-message {
	padding: 60px 20px 115px;
  }
  
  .chat {
	  list-style: none;
	  margin: 0;
  }
  
  .chat-message{
	  background: #f9f9f9;  
  }
  
  .chat li img {
	width: 45px;
	height: 45px;
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
  }
  
  img {
	max-width: 100%;
  }
  
  .chat-body {
	padding-bottom: 20px;
  }
  
  .chat li.left .chat-body {
	margin-left: 70px;
	background-color: #fff;
  }
  
  .chat li .chat-body {
	position: relative;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #f1f5fc;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }
  
  .chat li .chat-body .headerc {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f5fc;
  }
  
  .chat li .chat-body p {
	margin: 0;
  }
  
  .chat li.left .chat-body:before {
	position: absolute;
	top: 10px;
	left: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-left: 1px solid #f1f5fc;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
  }
  
  .chat li.right .chat-body:before {
	position: absolute;
	top: 10px;
	right: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-right: 1px solid #f1f5fc;
	content: '';
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  }
  
  .chat li {
	margin: 15px 0;
  }
  
  .chat li.right .chat-body {
	margin-right: 70px;
	background-color: #fff;
  }
  
  .chat-box {
  /*
	position: fixed;
	bottom: 0;
	left: 444px;
	right: 0;
  */
	padding: 15px;
	border-top: 1px solid #eee;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
  }
  
  .primary-font {
	color: #3c8dbc;
  }
  
  a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0;
  }
	.modal-previewer{
	width: 90%;
	}
#gspTracker {
	height: 100%;
	width:100%;
	}
	  
