.slider-image {
	background-image:none;
}
.manager-module{
	
	min-height:50px;
	border:1px solid lightgray;
	border-radius:5px;
	padding:30px;
	margin:5px;
}
.moduleAdvertise{
	
}
.auth-link{
	margin-top: 10px;
	font-size: 12px;
	color: #fc0;
}

.auth-link a{
	color: #eee;
	font-size: 12px;
	margin-left: 10px;
}

.auth-link a:hover{
	color: white;
}

.moduleList-admin .item-list-all{
	text-align: center;
}

.moduleList-admin .item-list{
	width: 200px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
}

.moduleList-admin .item-list a{
	text-decoration: none;
}

.benchmark{
	font-size: 10px;
	color: #aaa;
	text-align: center;
}

.manager-module{
	background-color: #eee;
}

.manager-module:hover a{
	color: darkblue;
}

.w-nav{
	z-index: 500;
}

.img-holder {
  width: 95px;
  height: 150px;
  border-radius: 5px;
  background: none;
}

.scsInfo {
	color:#006600;
	background: #d6fcd7;
	border:1px solid #009900;
	width: auto;
	height:auto;	
	margin:5px 0px;
	
	padding:10px;
	line-height:15px;
	border-radius: 5px;
	font-size:13px;
}

.scsInfo label, .scsErr label, .scsWarn label{
	font-weight: normal;
	margin-bottom: 0;
	display: inline;
}

.scsErr{
	color:darkred;
	background: #ffe6ea;
	border:1px solid darkred;
	width: auto;
	height:auto;	
	margin:5px 0px;
	padding:10px;
	line-height:15px;
	border-radius: 5px;
	font-size:13px;
}

.scsWarn{
	color:darkblue;
	background: #fadc96;
	border:1px solid darkorange;
	width: auto;
	height:auto;	
	margin:5px 0px;
	padding:10px;
	line-height:15px;
	border-radius: 5px;
	font-size:13px;
}

.authInput input[type="text"]{
	padding: 5px 10px;
}

.addinfo-box .center{
	margin-bottom: 20px;
}

.athon-auth-login{
    margin-bottom: 40px;
}

.athonForm{
	
}

.athonForm input[type="botton"], .athonForm input[type="submit"]{
	min-width: 70%;
	cursor: pointer;
}

.athonForm input[type="botton"]:hover, .athonForm input[type="submit"]:hover {
  background: #f7f9fa;
}

.athonForm input[type="text"], .athonForm input[type="password"] {
  border: 1px solid lightgray;
  height: 25px;
  width: 70%;
  padding: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  background: #f7f9fa;
}

.athonWarning label {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1;
}

.athon-user-manage label{
	font-weight: normal;
	margin-bottom: 0;
}

.expand {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
}

label.read-more-front {
    color: #0065f2;
    font-size: 12px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    border-top: 0px solid #eee;
}

.expand span {
    overflow: hidden;
    height: 160px;
    display: block;
    position: relative;
    /* cursor: pointer; */
}

.expand.active span {
    height: 100%;
}

.content-title{
	font-size: 15px;
}

.content-label{
	margin-bottom: 10px;
}

.tablePagesSufix{
	display: block;
	font-size: 10px;
	color: grey;
}

.tablePageNumberSelected{
	padding: 3px 7px;
	text-align: center;
	border: 0px solid grey;
	background-color: #ccc;
	color: grey;
	font-weight: bold;
	border-radius: 3px;
}

.tablePageNumberUnselected{
	padding: 3px 7px;
	text-align: center;
	background-color: #1565d8;
	border: 0px solid #1565d8;
	color: white;
	text-decoration: none;
	border-radius: 3px;
}

.tablePageNumberUnselected:hover{
	background-color: #4085ec;
}

.search-row{
	background-color: rgba(21, 101, 216, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

.bknd-list-item{
	margin: 10px auto;
	padding: 10px;
	border: 0px dashed #eee;
	background-color: #efefef;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	transition: box-shadow 0.2s;
}

.bknd-list-item:hover{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.bknd-list-item .w-col{
	
}

.bknd-pages-row .link-nexpage{
	margin-top: 10px;
}

.search-row input[type="text"], .search-row select{
	padding: 3px 5px;
}

.bknd-form .content-row{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	transition: box-shadow 0.2s;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #efefef;
}

.bknd-form .content-row:hover{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.k-item{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #999;
	color: white;
	margin: 5px;
}

.k-item a{
	color: red;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid grey;
	border-radius: 50%;
	width: 22px;
	text-align: center;
	display: inline-block;
	background-color: #ccc;
	margin-left: 5px;
}

.k-item a:hover{
	color: darkred;
	background-color: #aaa;
}

.nota-text{
	display: inline-block;
	margin-left: 10px;
	color: darkred;
	font-size: 12px;
}

.bknd-form input[type="text"], .bknd-form select, .bknd-form textarea{
	padding: 3px 5px;
}

.autor-box{
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px;
	border: 1px dotted grey;
}

.autor-box .content-col{
	margin-bottom: 5px;
}

.table-list label{
	font-weight: normal;
	margin-bottom: 0;
}

.table-list .w-col{
	border-top: 1px dotted grey;
	border-left: 1px dotted grey;
}

.col-header{
	background-color: #eee;
	padding: 10px;
}

/* BEGIN file upload */
.fileUpload {
	display: block;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	position: relative;
	border:thin solid #aaaaaa;
	padding: 0;
	margin-bottom:10px;
	border-radius:4px;
}

.fileUpload .inputUpload{
	background-color: #337ab7;
	padding: 5px 5px;
	font-size: 12px;
}

.fileUpload .inputUpload input.upload, 
.fileUpload .inputUpload input.upload:hover {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	width: 100%;
	padding: 2px 2px;
	filter: alpha(opacity=0);
	margin: 0 auto;
}

.fileUpload .lblBtnUpload {
	color: #ffffff;
	background-color: #337ab7;
	display: block;
	width: 100%;
	line-height: 2;
	font-weight: normal;
}

.fileUpload .inputFile{
	display: inline;
	line-height: 1;
	background-color: transparent;
	padding: 2px 5px;
	font-size: 12px;
	/* border-radius: 3px; */
}
/* END file upload */