.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"] {
	cursor: inherit;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.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%;
}