.public header{
	background: none;
}
.public footer{
    background: none;
    
    color: #333;
}
.public footer p {
	color: #333;
	margin-bottom: 1rem;
}
.public footer a {
    text-decoration: none;
}

textarea#email_html {
	max-width: 100%;
	width: 90%;
	font-size: 12px;
    height: 300px;
}

/*
.form-control-color {
	padding:10px;
	height: 52px;
}

.deleteFile {
	margin-top: 10px;
}
.deleteFile span i{
	vertical-align: bottom;
}

.alert.alert-flash {
	padding-top: 1.5em;
	position: fixed;
	width: 60%;
    left: 50%;
    margin-left: -30%; // Half of the width
	text-align: center;
    top: 50px;
    z-index: 10;	
    opacity: .95;
}

.status--active, .status--active a{
   color: green;
}
.status--inactive, .status--inactive a{
   color: red;
}

.dropdown--icon {
	display: inline;
}

// https://mcps.amadoconsultores.antaviana.net/backoffice/workspace/banners/edit.php?id=3 

.image-preview img{
	max-width: 100%;
}

.mfp-bg {
	opacity: 0.8;
}

.mfp-content .btn.btn-primary:hover {
	background-color: rgba(153,153,153,.6);
	color: #fff;
}

.mfp-content .mfp-iframe-actions {
    position: absolute;
    width: 100%;
    bottom: -80px;
}
*/

.filterForm select.custom-select {
	padding: .375rem 1.75rem .375rem .75rem;
}

.filterForm button.btn i {
	vertical-align: middle;
}
.filterForm .checkbox label.col-form-label {
	text-transform: none;
	color: rgba(0,0,0,.75);
}
.container.container-fullwidth {
	max-width: 90%;
}

.mtn1 {
	margin-top: -1em;
}

p.p-link a {
	display: block;
	background: rgba(2, 90, 150, .25);
    padding: .5rem 1rem;
    
}
p.p-link a:hover {
	text-decoration:none;
	background: rgba(2, 90, 150, .5);
}

article div.summary {
	background: rgba(206,212,218,.25);
	padding: 1em 1.5em;
	margin: 1em 0 2em;
	font-weight: lighter;
    font-size: 115%;
}
article div.summary p:last-child {
   margin-bottom: 0;
}

time, .time {
    color: #777;
    font-weight: 300;

}

img.img-fluid-100 {
	min-width: 100%;
}

a.notAvailable {
	color: #ccc !important;
	
}

.embed-script {
background-color: #ebebeb;	
}
.embed-script .embed-script-code {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.embed-script .embed-script-code textarea{
	width: 100%;
	height: 250px;
}

.embed-script .embed-preview iframe{
    margin-top: 1rem;
    margin-bottom: 1rem;	
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    border: 1px solid #ccc;
}

.section__name {
	color:#4a4e54; 
	font-size:2.275rem; 
	font-weight: 300;
	margin-bottom: 2rem; 
}
.section__name_evaluaasesor {
	background: url('./img/ico-bombeta@1x.png') no-repeat left top;
	padding: 18px 0 40px 95px ;
}
.resultats h3.entry__title_evaluaasesor {
	font-weight: 900;
	font-size: 1.275rem;
}

.ia_tool::before{
	content: '';
	background: url('./img/estrella.svg') no-repeat left top;
	width: 15px;
	height: 15px;
	margin-right: 0.6em;
	display: inline-block;
}