body{ 
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	}

.fa-question-circle{ color:#3D0B37;font-size: 16px; }
.fa-file-alt{ color:black;  }
.fa-trash-alt{ color:#3D0B37; }

.go-to-url{  cursor:pointer;font-size: 16px; }

.btn-add::after{   content:"+"; }
.btn-minus::after{ content:"-"; }
.btn-add{ background-color:#C0D684; font-size: 16px; color:#fff; font-weight: bold;}
.btn-minus{ background-color: #F3F9D2; font-size: 16px; color:#000; font-weight: bold;}

a{ 	}
h2{ font-size: 20px;font-weight: 800;letter-spacing: -1px;color:#555; }

.homeblock{ min-height: 400px; }
.homeblock .oneline:nth-child(odd){background: #eee; }
.homeblock .oneline:nth-child(even){border-top: 1px solid #eee; }

.homeblock .oneline{color: #888; border-bottom:1px solid #eee;padding:3px 0px; }
.homeblock .oneline:hover{ color:#000; }
.submitMe{  cursor:pointer; }

.media-show{ cursor: pointer;text-decoration:none;color:#007bff; }
.media-show:hover{ text-decoration:underline;}

/* --------- custom ------*/
.jumbotron{ padding-top:20px;padding-bottom:20px;margin-bottom: 0px; }
.card{ 
	margin-top: 20px;
    box-shadow: 0px 5px 15px rgba(200,200,200,0.3);
}

.dropzone .dz-preview .dz-details{ padding: 10px 10px; }
.dropzone .dz-preview .dz-image { width: 120px; height: 80px; }

.dropzone .dz-preview {
	border-radius: 10px;
    display: table;
    margin: 16px auto;
    float: none;
}

.sr-only{  }
.dropzone{ min-height: unset; }
.dropzone .dz-message { margin:5px 0px; }
/* --------- custom ------*/

div{ 
	/*border: 1px solid red;*/
}

.my-page-top-title{
	letter-spacing:-1.5px;
	line-height: 90%;
	text-shadow: 0px 1px 0px #fff;
}
/* ========= COLOR PALETTE ================== */
.color_back_0{ background-color: #63264A; }
.color_back_1{ background-color: #3D0B37; }
.color_back_2{ background-color: #C0D684; }
.color_back_3{ background-color: #CBEAA6; }
.color_back_4{ background-color: #F3F9D2; }

.color_font_grey{ color: #aaa; }
.color_font_0{ color: #63264A; }
.color_font_1{ color: #3D0B37; }
.color_font_2{ color: #C0D684; }
.color_font_3{ color: #CBEAA6; }
.color_font_4{ color: #F3F9D2; }
/* ========= COLOR PALETTE ================== */

.header{
	padding: 15px 0px;
	border-bottom:1px solid #ddd;
	z-index: 999;
}
.footer{
	min-height: 100px;
}

.main{
	min-height: 400px;
}

.redo_cap{
cursor:pointer;
float:left;
width:25px;
height:40px;
margin-right:5px;
background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAIXRFWHREZXNjcmlwdGlvbgBNYWRlIGJ5IEFqYXhMb2FkLmluZm+/7nsrAAAAB3RJTUUH1wUXARwNX8UttgAAAAlwSFlzAAAewQAAHsEBw2lUUwAAAARnQU1BAACxjwv8YQUAAAC9SURBVHjaXY+xCsJAEETnTHAJGKyDoDYGwcJWsLEQ0vu3dmlSi2AhdlG0s5Arwh4JcS6goFvsDY/dm1nT4rdCKIwX/S+oc8t35w6SBgL0EG5igqq6nvcv9UCMI4iipWjReKAXFc70J5lQEuCOdBW3kGBBSWAsZoMtt2QKa+jiS7pe+9ZDG6Pk765wd3CTE4k9jVRwa55IOtu56L6k9UMpvUuwFj1WlY/fdrYyzObjKCKweQ3zudbHBdOY//Pf4kw/fCFBUjIAAAAASUVORK5CYII=') no-repeat center center;
background-size: 90% auto;
}

.navbar-light .navbar-nav .nav-link {
    /* color: #63264A; */
}

p > b{ font-weight: bold; }

.card-title{ font-weight: 700; }

#thedropzone{
	font-weight:700;
	padding:10px 0px;
	font-size:20px;
	border:1px dashed #bbb;
	border-radius: 10px;
	margin: 0px auto;
}

.navbar-brand {
	font-size: 28px;
}

.the-templates{
	background-size: 100% auto;
	border-radius: 5px;
	cursor:pointer;
	border:2px solid rgba(0,128,51,0.1);
	background-repeat:no-repeat;
	background-position:center top;
}

.the-templates-free{
	height: 70px;
	width: 177.66px;
	background-color: #fff;
	background-image:url('../_img_/all-templates.svg');
	margin: 10px auto;
}
.the-templates-auth{
	height: 55px;
	width: 142px;
	background-image:url('../_img_/all-templates-auth.svg');
	margin-right:5px;
	margin-top:5px;
	float:left;
}


.the-demo-output{
	padding: 10px 0px;
	min-height: 260px;
	background-color:#fff;
	width: 100%;
	border-radius: 8px;
	display: none;
	border:1px solid #ccc;
    background-repeat: no-repeat;
    background-position: center center;	
}

.exec-time{
	width:100%;
	padding:3px 0px;
	text-align: center;
	display: block;
	font-size: 12px;
	color:#aaa;
}

/* surcharg*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    box-shadow: 0px -4px 5px rgba(200,200,200,0.4);
} 

.the-auth-output{ 
	border-radius:6px;width: 100%;min-height:260px;background-color:#fff;border:2px dashed #C0D684;
}


.create-visual-button{
	background-color: #C0D684;
    color: #000;
    border-radius: 15px;
    text-align: center;
    padding: 1px;
}

.media-thumb{
	display:block;
	width:100%;
	height:110px;
	border:1px solid #ccc;
	border-radius:5px;
}

.img-attr > a { text-decoration: none;color:#000;font-weight:bold; }

.img-attr{
	text-align:center;
	width:100%;
	padding:2px 0px;
	display:block;
	font-size:12px;
	color:#aaa;
}

.my-visual-pdf{
	width: 100%;
    height: 70px;
    font-size: 40px;
    text-align: center;
    padding: 12px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #efefef;
}

.input-group{
	box-shadow: 0px 2px 8px rgba(200,200,200,0.4);
}

.output-image{
	float:none;
	margin:0px auto;
	display:block;
	width:92%;
	cursor:pointer;
}

.save-image{
	text-align:center;
	width:100%;
	display:block;
	font-size:14px;
	color:#aaa;
}

/* ========================== MEDIA ===================== */
@media (min-width: 768px){  
  .container{ width: 750px; }
  .navbar-brand { font-size: 24px; }
}

@media (min-width: 992px){
  .container{ width: 970px;}
}

@media (min-width: 1200px){
  .container{ width: 1280px; }
}
/* ========================== MEDIA ===================== */
