/* The Modal (background) */

.left {
	position: absolute;
	left: 0;
}

.right {
	position: absolute;
	right: 0;
}

	.no-js #loader { display: none;  }
	.js #loader { display: block; position: absolute; left: 100px; top: 0; }
	.se-pre-con {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url(../../images/loading.gif) center no-repeat #fff;
	}
	
	.custom-file-upload {
		display: inline-block;
		cursor: pointer;
	    
	    font-family: "PingL-Bold",Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-weight: 700;
	    font-style: normal;
	    transition: all 100ms linear;
		font-size: 12px;
	    min-width: 160px;
	    padding: 17px 40px 17px;
	    text-align: center;
	    text-transform: uppercase;
		border-style: solid;
	    letter-spacing: .6px;
	    line-height: 1.33333;
	    border-color: #000;
	    color: #000;
		border-radius: 4px;
		border: 1px solid;
	}
	
	.custom-file-upload-no-hide {
	    display: inline-block;
	    cursor: pointer;
	    
	    font-family: "PingL-Bold",Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-weight: 700;
	    font-style: normal;
	    transition: all 100ms linear;
	    min-width: 160px;
	    padding: 17px 40px 17px;
	    text-align: center;
	    text-transform: uppercase;
	    border-width: 2px;
	    border-style: solid;
	    font-size: 12px;
	    letter-spacing: .6px;
	    line-height: 1.33333;
	    border-color: #000;
	    color: #000;
	}
	
	.custom-file-upload:hover {
		color: #fff;
		background-color: #000;
	}
	
	input[type='radio']+label {
		padding: 10px 1.9em;
	}
	
	input[type='radio']+label:after {
		content: '';
	    display: block;
	    position: absolute;
	    background: var(--ppc-blue-color);
	    border-radius: 1em;
	    height: 1em;
	    left: 0;
	    top: 10px;
	    width: 1em;
	    -webkit-transform: scale(0);
	    -ms-transform: scale(0);
	    transform: scale(0);
	    opacity: 0;
	    transition: all .3s ease;
	    visibility: hidden;
	}
	
	p.nota {
		color: var(--ppc-blue-color);
		font-size: 11px;
	}
	


span.uploaded {
	word-wrap: break-word;
	display: block;
}


.container_padding {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
   /* padding-left: 30px;
    padding-right: 30px;*/
    width: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
}

.middle_padding {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 50%;
}

@media screen and (min-width: 1024px) {
	.list-item {
		padding:0 !important;
	}
}

@media screen and (max-width: 1024px){
	.container_padding {
		padding-left: 0;
    	padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.list-item--press .list-item_text-wrapper{
		/*padding:0px;
		padding-top:10px;*/
		width:100%
	}
	.custom-file-upload {
		display: none;
	}
	
	.custom-file-upload1 {
		display: none;
	}
}

input[type='radio']+label:before {
	border: 2px solid rgba(0,0,0,0.65);
}


/**
* Capitalize first letter
*/
.capitalise
{
    text-transform:capitalize;
}

/* padding fields on mobile should be smaller*/
@media screen and (max-width: 767px) {
	input[type='text'], input[type='date'], input[type='number'], input[type='tel'], input[type='email'], textarea {
		padding: 10px;
	}
}


@media screen and (max-width: 767px) {
	.container {
		padding-left:12px;
		padding-right:12px;
	}
}

	.incarca-desktop {
		display: block;
	}
	.incarca-mobile {
		display: none;
	}

@media screen and (max-width: 767px) {
	.incarca-desktop {
		display: none;
	}
	.incarca-mobile {
		display: inline-block;
	}
}


.captcha_center {
    width: 54.3%; /*can be in percentage also.*/
    height: auto;
    margin: auto;
    padding: 17px 0 17px 1px;
    position: relative;
}

.captcha_center1 {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.captcha_center {
	    width: 100%; /*can be in percentage also.*/
	    height: auto;
	    margin: auto;
	    padding: 17px 0 17px 17px;
	    position: relative;
	}
}


.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    width: 25px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

select {
	color: inherit;
    font: inherit;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
    padding: 14px;
    line-height: 1;
    width: 100%;
    font-family: "PingL-Light",Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid rgba(0,0,0,0.15);
    background: white;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	select {
	    padding: 8px;
	}
}

legend {
	border: 0;
    padding: 0;
    padding-bottom: 20px;
    font-weight: 500;
    /* text-decoration: underline; */
    font-size: 20px;
}

ul li a.inactive {
	content:" ";
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	bottom:-6px;
	left:-2px;
	box-sizing:content-box;
	padding:0 2px
}


@media screen and (max-width: 767px) {
	.form-row {
		margin-bottom: 15px;
	}
	
	.form-row .col-md-6 {
		padding-top: 15px;
	}
	
	.form-row .col-md-12 {
		padding-top: 15px;
	}
}

.bottom {
	margin-bottom: 24px;
}

label a {
	color: var(--ppc-blue-color);
    text-decoration: none;
}
label a:hover {
	text-decoration: underline;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* display: inline-block changed to flex; might impact "vezi facturile" link */

.modal-dialog {
  display: flex;
  text-align: left;
  vertical-align: middle;
}



.wrapper-plata {
	min-height: 100%;

	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	margin-bottom: -50px;
}
.footer-plata, .push {
	height: auto;
	bottom: 0px;
}

span.pink a {
	color: var(--ppc-blue-color);
	text-decoration: none;
}
span.pink a:hover {
	text-decoration: underline;
}

.center {
	margin: auto;
	width: 100%;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 400px) {
	.container_padding {
		padding-top: 0px;
	}
}