/*! FONT - ORACLE ICONS */
@font-face {
	font-family: oracleicons;
	src: url(https://www.oracle.com/asset/web/fonts/oracleicons-v29.woff2?17.4.0) format("woff2"), url(https://www.oracle.com/asset/web/fonts/oracleicons-v29.ttf?17.4.0) format("truetype"), url(https://www.oracle.com/asset/web/fonts/oracleicons-v29.woff?17.4.0) format("woff"), url(https://www.oracle.com/asset/web/fonts/oracleicons-v29.svg?17.4.0#oracleicons) format("svg");
	font-weight: 400;
	font-style: normal
}

.icn-cv-down:before {
	content: "\ea8a"
}
/* ------- POPUP STRUCTURE ------- */
.ppLB_popup {
    padding: 0 !important;
    border-radius: 6px 6px 6px 6px !important;    	
	/*background: #fcfbfa url('https://www.oracle.com/a/ocom/img/dc/tb/rwd/abstract-strip-h512px-w984px.png') repeat-x;*/
}

.ppLB_popup * {
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.lp-inner-div {
    background: none;
    padding: 0 !important;
    float: none;
    overflow: hidden !important;
    width: 100%;
    max-height: 632px; 
    border-radius: 6px;
} 

.ppLB_close {
    display: none !important;
}

.ppLB_notme {
    float: none !important;    
    padding: 0;
    position: relative;
    margin-right: 32px; 
	text-align: right !important;
}

.ppLB_notme:hover {
    text-decoration: none;
}

#not-me {
	position: absolute;
    width: 47%;
    padding-top: 24px;
    padding-left: 0px;
}

#not-me a {    
    background: none !important;
    display: block;
    line-height: 24px;
    padding: 0px;
}

#form-fields {    
    flex-grow: 1;
}

#form-fields ~ .chk-ul.oagree:not([style*='display: none']) {
    padding-top: 32px;
}

.ppLB_popup ::-moz-selection {
    background-color: #d5f5e2;
}

.ppLB_popup ::selection {
    background-color: #d5f5e2;
}

/* ------- FORM ELEMENTS -------------- */

@media all and (max-width: 941px) {
    .rw-pp-form{
        padding-top: 12px;
    }
    .ppLB_popup {
        width: 100% !important;
        border-radius: 0px !important;
        background-color: #fcfbfa !important;
        padding: 0 !important;
    }

    .ppLB_close {
        display: block !important;
        position: absolute;
        top: 11px;
        right: 0;
    }
    
    .oform {
        width: 100%;
        padding: 0px !important;
    }

    .oform ul {
        width: 100%;
        padding: 0 0 12px 0 !important;
        margin: 0 !important;
    }

    .oform ul li {
        display: inner-block;
		list-style:none;
    }

    .oform ul li#cancel-row{
        float: right !important;
    }

    .oform ul li#continue-row{
        text-align: center;
    }

    .oform ul li#submit-row{
        text-align: center;
    }
	
	.oform ul#form-fields li {
        float: none;
        display: block;
        width: 86%;
		margin:0 auto;
		padding-bottom: 20px;
    }

    .chk-ul.oagree {
        padding: 0;
        flex-grow: 1;
    }

    #form-fields ~ .chk-ul.oagree:not([style*='display: none']) {
        flex-grow: 0;
    }

    .ppLB_notme{
        display: block;
        position: static !important;
        width: 100%;
        margin-left: 27px;
    }

    #not-me{
        position: static !important;
        display: block;
        width: 85%;
        padding-top: 42px;
        margin-bottom: 10px;
    }
    
    .pp-disclaimer{
        width: 88% !important;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        padding-left: 24px;
        padding-right: 24px;
        
    }

    #disclaimers{
        height: 100% !important;
    }
    .oform-w1{
        width: 100% !important;      
    }

    .lp-inner-div{
        padding: 0px !important;
        width: 100% !important;
        overflow-y: scroll !important;

    }

    .ppLB_popup ul#buttons{
        position: relative !important;
        padding: 32px 0px 32px 0px !important;
    }

    .ppLB_popup button#cancel-button{
        display: none !important;
    }

    .ppLB_popup button#continue-button{
        margin: 0px !important;
    }

    .ppLB_popup button#submit-button{
        margin: 0px !important;   
    }

    /* ------- SCROLLBAR ------- */

    .rw-pp-form::-webkit-scrollbar {
        width: 0px !important;
    }

    .rw-pp-form {
        scrollbar-width: thin;
        scrollbar-color: #0f0e0d rgba(255, 255, 255, 0);
    }

    .rw-pp-form::-webkit-scrollbar-track {
        background: transparent;
    }

    .rw-pp-form::-webkit-scrollbar-thumb {
        background-color: #0f0e0d;
        border-radius: 3px;
        border: 3px solid #fff;
    }
}


@media all and (min-width: 941px) {
    .lp-inner-div{
        max-height: 632px !important;     
    }
    .ppLB_popup {
        width: 984px !important;
    }
	
	.rw-pp-form{	
		width: 50%;
        height: 87%;
		overflow-x: hidden;
        overflow-y: auto;
		margin-top: 60px;
	}

    .oform {
        height: 532px;
    }

    .oform ul {
        width: 428px;
        padding: 0 32px 0 32px;
    }

    .oform ul li {
        display: inline-block;
		list-style:none;
    }
	
	.oform ul#form-fields li {
        padding: 0 0 32px 0;
		float: none;
		display: block;
		margin:0;
    }

    #disclaimers {
        flex-grow: 1;
    }

    #disclaimers .oform ul li {
        padding: 0;
		list-style:none;
    }

    .chk-ul.oagree {
        padding: 0 32px 0 32px;
    }

    /* .chk-ul.oagree:last-of-type {
        background-color: #d64c38;
    } */

    #disclaimers .chk-ul.oagree {
        height: 90%;
        overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
    }

    .pp-disclaimer::-webkit-scrollbar {
        width: 5px;
    }
    
    .pp-disclaimer{
        scrollbar-width: thin;
        scrollbar-color: #0f0e0d rgba(255, 255, 255, 0);
    }
    
    .pp-disclaimer::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .pp-disclaimer::-webkit-scrollbar-thumb {
        background-color: #0f0e0d;
        border-radius: 3px;
        border: 1px solid #ffffff;
    }
}

.ppLB_popup ul li::before {
    content: "";
    height: 0;
    width: 0;
    background: none;
    position: relative;
    top: 0;
    left: 0;
}

.pp-form-area .tbobttns {
    margin-top: 0 !important;
}

.oform {
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

span.oform-w1.otextarea{
    border: none;
    display: block;
    height: auto;
}

.oform-lbl{
	right:10px
}

.otextarea .oform-lbl{
    display: block;
    position: static !important;   
    margin-bottom: 10px;
}

.otextarea .oform-bbl{
	top: 0px;
    position: relative;
	float: right;
}

.oform-w1 {
    position: relative;
    width: 100%;
    height: 56px;
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(16, 15, 14, 0.3);
    margin-bottom: 10px;
}

.oform-w1.ofocus {
    border: 1px solid #377e55;
}

.oform-w1.oerror {
    border: 1px solid #d64c38;
}

.oform-w1.oerror textarea{
    border: 1px solid #d64c38;    
}

.oform-w1.odisabled {
    /* TODO: check if class exists */
    border: 1px solid rgba(16, 15, 14, 0.1);
    background-color: rgba(255, 255, 255, 0.6);
}

.oform-w1.oreadonly {
    /*TODO: check if class exists border: 1 px solid rgba(16, 15, 14, 0.1);*/
    background-color: rgba(255, 255, 255, 0);
}

.oform-sml {
    font-size: 12px;
}

.oagree .oform-w1 {
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

#opt-in li {
    padding: 0;
}

.oagree .oform-w1.oreq::after {
    content: '';
}

/* ------- SCROLLBAR ------- */

.rw-pp-form::-webkit-scrollbar {
    width: 3px;
}

.rw-pp-form {
    scrollbar-width: thin;
    scrollbar-color: #0f0e0d rgba(255, 255, 255, 0);
}

.rw-pp-form::-webkit-scrollbar-track {
    background: transparent;
}

.rw-pp-form::-webkit-scrollbar-thumb {
    background-color: #0f0e0d;
    border-radius: 3px;
    border: 1px solid #0f0e0d;
}

.otextarea::-webkit-scrollbar {
    width: 3px;
}

.otextarea {
    scrollbar-width: thin;
    scrollbar-color: #0f0e0d rgba(255, 255, 255, 0);
}

.otextarea::-webkit-scrollbar-track {
    background: transparent;
}

.otextarea::-webkit-scrollbar-thumb {
    background-color: #0f0e0d;
    border-radius: 3px;
    border: 1px solid #0f0e0d;
}

/* ------- LABELS ------- */
.oselect-lbl .oform-lbl{
    top: 8px !important;
    font-size: 16px;
    line-height: 16px;    
}

.oform-w1 .oform-lbl {
    position: absolute;
    top: 20px;
    left: 16px;
    color: rgba(16, 15, 14, 0.6);
    font-size: 16px;
    transition: all .1s linear .1s;
}

.oform-w1.ofocus .oform-lbl,
.oform-w1.ovalid .oform-lbl,
.oform-w1.oerror .oform-lbl
{
    top: 8px;
    font-size: 12px;    
}

.otextarea.ofocus .oform-lbl,
.otextarea.oerror .oform-lbl,
.otextarea.ovalid .oform-lbl{    
    color: rgba(16, 15, 14, 0.6) !important;
    font-size: 16px;    
    margin-bottom: 10px;
    top: 0;    
}

/* FOCUS */
.oform-w1.ofocus .oform-lbl {
    color: #377e55;
}

/* ERROR */
.oform-w1.oerror .oform-lbl {
    color: #d64c38;
    margin-bottom: 10px;
}

/* DISABLED */
.oform-w1.odisabled .oform-lbl {
    color: rgba(16, 15, 14, 0.3);
}

/* ------- INPUTS -------- */
.oinput input, .oinput textarea {
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: 0;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    background-color: transparent;
    padding: 24px 16px 12px 16px;
    color: #100f0e;
}

.oform-w1.oreq::after {
    content: attr(data-reqtxt);
    position: absolute;
    color: rgba(16, 15, 14, 0.6);
    right: 0;
    top: 60px;
    font-size: 10px;
    line-height: 16px;
}

.oform-bbl {
    position: absolute;
    top: 60px;
}

#disclaimers .oform-bblerr {
    top: auto;
}

.pp-disclaimer{
	padding-top: 60px;
	padding-bottom: 32px;
	background-color: #f0efed;
	height: 100%;
	width: 50%;	
	overflow-y: auto;    
    overflow-x: hidden;
}

.oform-bblerr {
    font-size: 10px;
    left: 0;
    right: 0;
    text-align: right;
    color:#d64c38;
}

.chk-ul.oagree {
    background-color: #f0efed;
}

.ppLB_popup ul#buttons {
    padding: 32px 0px 32px 0px;
    width: 100%;
    background-color: #f7f5f3;
    text-align: right;
    position: absolute;
	left:0;
    bottom: 0;
	margin: 0;
	border-radius: 0px 0px 6px 6px;
}

.link {

    font-size: 16px !important;
    line-height: 24px;
    padding: 1px 0;
    color: #41727e !important;
    text-decoration: underline !important;
}

.link:hover {
    text-decoration: none !important;
}

.link:focus {
    outline: 2px dashed #100f0e;
}

.oform-sml a {
    font-size: 12px !important;
}

.oselect{
	position: absolute; left: 0;  width: 100%;
}

.oselect select#customList{
	padding-top: 0px !important;
}

.oselect select {
	
    padding: 16px 16px 0 0;
    height: 56px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px !important;
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svgfill='black'height='24'viewBox='002424'width='24'xmlns='http://www.w3.org/2000/svg'><pathd='M710l555-5z'/><pathd='M00h24v24H0z'fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
	margin-right: inherit;

}

.oselect select:focus {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.oselect::after {
    font-weight: bold;
    font-family: oracleicons;
    font-size: 24px;
    text-align: center;
    content: "\ea8a";
    width: 44px;
    height: 28px;
    padding-top: 16px;
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 2;
    display: block;
    color: #999;    
    pointer-events: none;
	
}


.ppLB_popup textarea {
    width: 100%;
    height: 90px;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
    resize: none;
    border: 1px solid rgba(16, 15, 14, 0.3);
    background: #ffffff;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px !important;
}

.ppLB_popup textarea:focus {
    outline: none;
}

.ppLB_popup input[type="checkbox" i] {
    opacity: 0;
    margin: 0 8px 0 0;
    width: 12px;
    height: 12px;

}

.obox {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #100f0e;
}

.obox ~ .oform-sml {

}

.ppLB_popup input:checked ~ .obox::before {
    font-family: "oracleicons";
    content: "\e91d";
    width: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    height: 14px;
    font-size: 13px;
    background-color: #100f0e;
}

.ppLB_popup button#continue-button {
    padding: 10px 16px;
    height: 36px;
    border-radius: 4px;
    border: none;
    background-color: #377e55;
    font-weight: bold;
    font-size: 13.75px;
    color: #ffffff;
	margin-right: 32px;
}

.ppLB_popup button#continue-button:hover {
    background-color: #42855f;
    cursor: pointer;
}

.ppLB_popup button#continue-button:focus {
    background-color: #377e55;
    outline: 1px dashed #100F0E;
    outline-width: 1px;
    outline-offset: 1px;
}

.ppLB_popup button#submit-button {
   padding-left: 16px;
   padding-right: 16px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
    background-color: #377e55;
    font-weight: bold;
    font-size: 13.75px;
    color: #ffffff;
	margin-right: 32px;
	border: 1px solid #377e55;
}

.ppLB_popup button#submit-button:hover {
    background-color: #42855f;
    cursor: pointer;
}

.ppLB_popup button#submit-button:focus {
    background-color: #377e55;
    outline: 1px dashed #100F0E;
    outline-width: 1px;
    outline-offset: 1px;
}


.ppLB_popup button#cancel-button{
   background-color: #ffffff;
   padding-left: 16px;
   padding-right: 16px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -o-border-radius: 4px;
   border: 1px solid rgba(16,15,14, 0.3);
   font-size: 13.75px;
   color: #161513;
   font-weight: bold;
   margin-right: 32px;
   cursor: pointer;
}

.ppLB_popup button#cancel-button:focus{
	outline: 1px dashed #100F0E;
    outline-width: 1px;
    outline-offset: 1px;
    background-color: #ffffff;
}

.ppLB_popup button#cancel-button:hover{
	background-color: #F6F6F6;
}