.btngescal {
    display: inline-block;
    background: #79a4cd;
	text-align:center;
	margin-top:20px;
    color: #ffffff !important;
    padding: 9px 24px;
    font-size: 1.2em;
	font-family: "Source Serif Pro";
    font-weight: bold;
    text-decoration:none !important;
    border-radius: 4px;
    -webkit-transition: ease, 0.2s;
    -moz-transition: ease, 0.2s;
    transition: ease, 0.2s;
    outline: none;
	cursor:pointer;
}
.div-table{
		text-align: left;
	display:table;
	border-collapse: collapse; 
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 16px; 
	
	float: left;
	position: relative;
	width: 100%;
	/*border: 1px solid #E5E5E5;*/
	margin-bottom: 20px;
	margin-top:10px;
	box-sizing: border-box;
	border-radius: 14px;
    overflow: hidden;

	}
    .div-table-caption{display:table-caption; background:#009999;}
	
    .div-table-row-titles{display:table-row;background-color: #8B8972;border-bottom:1px solid #8B8972; }
	
	.div-table-row0{
		display:table-row;
		background-color: #FFFEF7;
		color: #333;
	}
	
	.div-table-row1{
		display: table-row;
		background-color: #E3DFBA;
		color: #333;
	}
	.activeRow0 { background-color: #84D1EC !important; }
	.activeRow1 { background-color: #DAE3FF !important; }
	
	
	/*.div-table-row0:hover {
		background-color: #F3FFDF;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.div-table-row1:hover {
		background-color: #E5EAB8;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}*/
	
    .div-table-col{display:table-cell; padding: 5px 13px; }
	.div-table-col-header{display:table-cell; padding: 5px 13px; color: #fff; font-size:15px; /*font-family: Arial, Helvetica, sans-serif;*/  }
	.div-table #edit:hover { cursor:pointer; }
	.div-table #delete:hover { cursor:pointer; }
	.div-table-col-effect{
	display:table-cell; padding: 5px;
	background-image: url('mored.png');
	background-position: right 5px top 5px;
	background-repeat: no-repeat;	
	}
	.div-table-col-effect:hover{
	
	background-color: #1E8CBE; color: #FFF; 
	background-image: url('mored.png');
	background-position:right 5px top 5px;
	background-repeat: no-repeat;
	opacity:1;
	}
	
	.div-table-limited {
	cursor: pointer;
	width: 280px;
	height: 17px;
	overflow: hidden;
	display: block;
	padding-right:20px;
	}
	.div-table-limited2 {
	border: 2px solid #1E8CBE;
	padding: 10px;
	height: auto;
	width: 276px;
	background-color: #FFF;
	}
	
	.div-table-limited2:hover {
	
	background-image: url('moreu.png');
	background-position:right 5px top 5px;
	background-repeat: no-repeat;
	cursor:pointer;

	}
.comment-title-edit {
	border:0 !important;
	font-weight:bold;
	color: #1E8CBE;
}
.imprimircal {
    padding: 10px 39px;
    background: pink;
    display: inline-block;
    border-radius: 50px;
    margin: 10px 0;
    cursor: pointer;
	color:#fff;
	font-weight:bold;
}

#actualgcsemanatxt {
	font-weight: bold;
}