/*----------------------------------------------------------------------------------------------
 TB - Redwood Template style - v1.0
 
 Last update - January-08-2025
----------------------------------------------------------------------------------------------*/
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

@font-face {
font-family: "Oracle Sans";
src: url("https://static.oracle.com/cdn/fonts/oraclesans.woff") format("woff"), url("https://static.oracle.com/cdn/fonts/oraclesans.woff2") format("woff2");
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "Oracle Sans";
src: url("https://static.oracle.com/cdn/fonts/OracleSans-Bd.woff") format("woff"), url("https://static.oracle.com/cdn/fonts/OracleSans-Bd.woff2") format("woff2");
font-weight: 700;
font-style: normal
}
 
body{font-family:'Oracle Sans', Noto Sans, Helvetica, Arial, Sans; }
.body-bg{background-image: url('https://www.oracle.com/oce/dc/assets/CONT0DB06F7784074728B225A0ABAA24ABE3/native/tb-lp-bg-texture.jpg'); background-repeat: repeat; background-position: top bottom;}

.fs-12{font-size: 12px}
.fs-14{font-size: 14px}
.fs-16{font-size: 16px}
.fs-18{font-size: 18px}
.fs-20{font-size: 20px}
.fs-23{font-size: 23px}
.fs-24{font-size: 24px;}
.fs-28{font-size: 28px;}
.fs-32{font-size: 32px;}
.fs-40{font-size: 40px;}
	
.LN0{line-height: 0px;}
.LN16{line-height: 16px;}
.LN18{line-height: 18px;}
.LN20{line-height: 20px;}
.LN24{line-height: 24px;}
.LN28{line-height: 28px;}

.b-list ul {   	
margin: 0px;
padding: 0px;
padding-left: 0px;
padding-right: 0px;
float: left;
list-style: none;
width: 97.5%;
}

.b-list ul li {
margin-bottom: 20px;
}

.b-list ul li:last-child {
margin-bottom: 0px;
}

.b-list ul li::before {
margin-right: -16px;
content: "\2022" !important;  /* \2022 is the CSS Code/unicode for a bullet */
color: #0F0E0D; /* Change the color */
padding-left: 8px;
width: 8px;
display: inline-block;
}

/*Link code*/
a:link {color: #3C6974;text-decoration: underline;}
a:hover {color: #3C6974;text-decoration: none;}
a:active {color: #3C6974;text-decoration: none;}
a:visited {color: #3C6974;text-decoration: none ;}
a:focus {outline: none;}

/*button code*/
.btn {float: left; width: auto; height: auto;}

/*Primary*/
.rw-btn-primary a {  float: left;
background-color: #377E55;
margin-right: auto;
margin-left: auto;
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;
}

.rw-btn-primary:hover a { background-color: #42855F; }
.rw-btn-primary:active a  {background-color:#4A8A65; }
.rw-btn-primary .txt { font-size: 14px;  color: #FFFFFF; font-weight: bold;  float: left;}
/*.rw-btn-primary:hover .txt {  color: #FFFFFF;}*/
.rw-btn-primary a:focus {outline: 1px dashed #100F0E; outline-width:1px; outline-offset:1px; background-color: #377E55;}

/*Tertiary*/
.rw-btn-tertiary a {  float: left;
background-color: #ffffff;
margin-right: auto;
margin-left: auto;
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)
}
.rw-btn-tertiary:hover a { background-color: #F6F6F6; }
.rw-btn-tertiary:active a  {background-color:#F1F1F1;}
.rw-btn-tertiary .txt { font-size: 14px;  color: #161513; font-weight: bold;  float: left;}
.rw-btn-tertiary a:focus {outline: 1px dashed #100F0E; outline-width:1px; outline-offset:1px; background-color: #ffffff;}

/*Secondary*/
.rw-btn-secondary a {  float: left;
background-color: #312D2A;
margin-right: auto;
margin-left: auto;
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;
	
}
.rw-btn-secondary:hover a { background-color: #3D3936; }
.rw-btn-secondary:active a  {background-color:#45413E;}
.rw-btn-secondary .txt { font-size: 14px;  color: #FFFFFF; font-weight: bold;  float: left;}
/*.rw-btn-primary:hover .txt {  color: #FFFFFF;}*/
.rw-btn-secondary a:focus {outline: 1px dashed #100F0E; outline-width:1px; outline-offset:1px; background-color: #312D2A;}
.wc-btn-secondary .w126 {min-width: 126px;}
/*button code end*/

/*Event kit button start*/	
.evk-btn a {float: left;	
background-color: #ffffff;	
margin-right: auto;	
margin-left: auto;	
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;	
}	
.evk-btn:hover a {background-color: #F6F6F6;}	
.evk-btn:active a {background-color:#F1F1F1;}	
.evk-btn .txt {font-size: 14px;  color: #312D2A; font-weight: bold;  float: left;}	
.evk-btn a:focus {outline: 1px dashed #ffffff; outline-width:1px; outline-offset:1px; background-color: #ffffff;}	
/*Event kit button end*/

.clr{clear:both;}
.radius4{border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;}
.rw-footer{background-color:#312D2A;}
.rw-footer a{color:#ffffff; text-decoration: none;}
.rw-footer a:hover{text-decoration: underline;}
.rw-footer .logo-wrapper{float: left;}
.rw-footer .logo-img{display: block; padding-left: 48px;}

/* ---FONT COLOR ---*/
.rw-fc-White {color: #FFFFFF;}
.rw-fc-black {color: #000000;}
.rw-fc-grey {color: #161513;}
.rw-fc-greydark {color: #161513;}
.rw-fc-lightGrey {color:rgba(49,45,42, 60%);}
.rw-fc-footnote{color:#83817f;}

.fc-neutrals{color: #D4CFCA;}	
.fc-slate{color: #C2D4D4;}	
.fc-pine{color: #B7D9C2;}	
.fc-teal{color: #BCD5D5;}	
.fc-teal{color: #BCD5D5;}	
.fc-rose{color: #EAC6CF ;}	
.fc-lilac{color: #C6CFEB;}	
.fc-sienna{color: #ECCB98;}	
.fc-plum{color: #DBC9E5;}	
.fc-ocean{color: #B5D5E0;}
.fc-gbu{color: #C6CFEB;}
.fc-dev{color: #C8D0DD;}
/* ---BACKGROUND COLOR ---*/
.rw-bgc1{background-color:#56504B;}
.rw-bgc2{background-color:#292623;}
.rw-bgc3{background-color:#ffffff;}
.rw-bgc4{background-color:#403C38;}
.rw-bgc5{background-color:#E3E1DE;}
.rw-bgc6{background-color:#F1EFED;}
.rw-bgc7{background-color:#FCFBFA;}
.rw-bgc8{background-color:#312D2A;}
.rw-bgc9{background-color:#F5F4F2;}
.rw-bgc10{background-color:#000000;}
.rw-bgc11{background-color:#F0CC72;}
.rw-bgc12{background-color:#025E7E;}

.wc-bgc-blue {background-color:#2C5266;}
.wc-bgc-Purple{background-color:#594564;}
.wc-bgc-orange {background-color:#A7623A;}
.wc-bgc-red{background-color:#7B372A;}
.wc-bgc-green{background-color:#33553C;}
.wc-bgc-trve-gray{background-color:#8B8580;}

.rwdPatch1{background-color:#312D2A;}
.rwdPatch2{background-color:#8E602D;}
.rwdPatch3{background-color:#874525;}
.rwdPatch4{background-color:#4F3658;}
.rwdPatch5{background-color:#0C485B;}
.rwdPatch6{background-color:#245439;}
.rwdPatch7{background-color:#FFFFFF;}

.bnr-bgc-neutrals{background-color:#7A736E;}	
.bnr-bgc-slate{background-color:#697778;}	
.bnr-bgc-pine{background-color:#4C825C;}	
.bnr-bgc-teal{background-color:#4F7D7B;}	
.bnr-bgc-teal{background-color:#4F7D7B;}	
.bnr-bgc-rose{background-color:#A36472;}	
.bnr-bgc-lilac{background-color:#6B7494;}	
.bnr-bgc-sienna{background-color:#AA643B;}	
.bnr-bgc-plum{background-color:#846A92;}	
.bnr-bgc-ocean{background-color:#437C94;}
.bnr-bgc-gbu{background-color:#6B7494;}
.bnr-bgc-dev{background-color:#6F757E;}
.dsc-bgc-neutrals{background-color:#F5F4F2;}	
.dsc-bgc-slate{background-color:#EDF6F6;}	
.dsc-bgc-pine{background-color:#E9F9EE;}	
.dsc-bgc-teal{background-color:#F0F6F5;}	
.dsc-bgc-teal{background-color:#F0F6F5;}	
.dsc-bgc-rose{background-color:#FAF2F4;}	
.dsc-bgc-lilac{background-color:#F2F4FE;}	
.dsc-bgc-sienna{background-color:#FDF3E4;}	
.dsc-bgc-plum{background-color:#F8F1FC;}	
.dsc-bgc-ocean{background-color:#EDF6F9;}
.dsc-bgc-gbu{background-color:#F2F4FE;}
.dsc-bgc-dev{background-color:#EEF5FF;}

.mt-85 {margin-top: 85px;}	
.mt-60 {margin-top: 60px;}
.mb-60 {margin-bottom: 60px;}
.mt-48 {margin-top: 48px;}
.mb-48 {margin-bottom: 48px;}
.mt-40 {margin-top: 40px;}
.mb-40 {margin-bottom: 40px;}
.mt-32 {margin-top: 32px;}
.mb-32 {margin-bottom: 32px;}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-15 {margin-top: 15px;}	
.mb-15 {margin-bottom: 15px;}

.pt-12 {padding-top: 12px;}
.pb-12 {padding-bottom: 12px;}
.pb-20 {padding-bottom: 20px;}
.pt-22 {padding-top: 22px;}
.pb-22 {padding-bottom: 22px;}
.pt-24 {padding-top: 24px;}	
.pb-24 {padding-bottom: 24px;}	
.pt-25 {padding-top: 25px;}
.pb-25 {padding-bottom: 25px;}
.pt-30 {padding-top: 30px;}	
.pb-30 {padding-bottom: 30px;}
.pt-32 {padding-top: 32px;}		
.pb-32 {padding-bottom: 32px;}
.pt-48 {padding-top: 48px;}
.pb-48 {padding-bottom: 48px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}
.pt-80 {padding-top: 80px;}
.pb-80 {padding-bottom: 80px;}
.pl-60 {padding-left: 60px;}	
.pr-60 {padding-right: 60px;}
.ml-20 {margin-right: 20px;}
.mr-20 {margin-right: 20px;}
.pl-24 {padding-left: 24px;}	
.pr-24 {padding-right: 24px;}		
.mr-0 {margin-left: 0px;}
.pd60{padding: 60px 60px 60px 60px;}

.bnr-360{background-size:0;}
.sec-bnr-img{background-size:auto; background-repeat:no-repeat; min-height: 384px; background-position: left 0%; display: flex;}
.img-48{width:48px; height: 48px;}
a.txt-icn {color:#161513; text-decoration: none;}
.swap-bg .tbg.sec-bnr-img {float:right; background-position:right 0% !important;}
.swap-bg .tbg:last-child{float:left;}
.video-bnr-bg{background-size:auto; background-repeat: repeat-y; min-height: 408px; background-position: left 0%;}
.w600{width: 600px;}
.id-logo{float:left; text-align: left}
.id-logo img{float:left}
.video-wrapper{padding-top: 56.3%;}
.video-js{width:100%; height: 100%; position:absolute; top: 0; right: 0;}
.play-btn:before {
position:absolute;
background-image: url('https://www.oracle.com/oce/dc/assets/CONT21CD157E41D344AF9F2EC1506273814F/native/tb-icon-video-play.png');
background-repeat: no-repeat;
height:60px;
width: 60px;
background-size: 100%;
z-index: 10;
background-position: center center;	
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
content:" ";
}
.play-btn {position: relative; display: inline-block;}
/*
.vid-img:before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
background-color: rgba(0,0,0,0.2);
}
*/
.rw-ftr ul{margin: 0px; padding: 0px;}
.rw-ftr li{display: inline-block; list-style: none; margin-left: 20px; float: right;}
.rw-ftr li:last-child{margin-left: 0px;}
.rw-ftr .rw-cpRight{border-left: 1px solid #ffffff; padding-left: 20px;}

.wc-bnr-txt{font-family: Georgia, Times New Roman, Helvetica, Arial, Sans; font-weight: normal;}
.dash-line{width: 24px; height:2px; background-color: #FACD62; margin-bottom: 40px; margin-top: 40px;}
.wc-pri-bnr1{background-color:#2C5266;}
.wc-pri-bnr2{background-color:#594564;}
.wc-pri-bnr3{background-color:#A7623A;}
.wc-pri-bnr4{background-color:#7B372A;}
.wc-pri-bnr5{background-color:#33553C;}
.wc-disclaimer-bnr1{background-color:#f4f5f5;}
.wc-agenda-bg{background-image: url(https://www.oracle.com/oce/dc/assets/CONT75F1E4DD54324C668C1C499CCA25B3B1/native/tb-agenda-bg-texture.png); background-repeat: repeat; background-color:#F1EFED;}
.wc-btn a{ float: left;}
.wc-btn .txt { font-size: 16px; color:#737371; font-weight: bold;  float: left; max-width: 185px;}
.wc-btn .icon-lap {float: left; height: 24px; width: 24px;  background-image: url(https://www.oracle.com/oce/dc/assets/CONT0DBBA595B3D44F8C990123B483EC5250/native/tb-icon-event-laptop-24x24.png);  background-repeat: no-repeat;  background-size: 100%;	margin-right: 12px; }
.wc-warning a { float: left;}
.wc-warning .txt { font-size: 24px; color:#CF4732; font-weight: bold;  float: left;}
.wc-warning .icon-warning {float: left; height: 24px; width: 24px;  background-image: url(https://www.oracle.com/oce/dc/assets/CONT0FA9537A5A8C46E2A1B5F1C6335DBFB0/native/tb-icon-event-warning-24x24.png);  background-repeat: no-repeat;  background-size: 100%;	margin-right: 12px; margin-top: 4px; }
.icon-calendar {float: left; height: 48px; width: 48px; background-image: url(https://www.oracle.com/oce/dc/assets/CONTE21C21A56A8940C1848EC80DD7C61B3B/native/tb-icon-event-calendar-48x48.png);  background-repeat: no-repeat;  background-size: 100%; }
.icon-clock {float: left; height: 48px;  width: 48px; background-image: url(https://www.oracle.com/oce/dc/assets/CONT48642CE7799F4E8B9071B0AAB916DFCA/native/tb-icon-event-clock-48x48.png);  background-repeat: no-repeat;   background-size: 100%; }
.wc-btn-secondary a { float: left;background-color: #2C2926;margin-right: auto;margin-left: auto;padding-left: 12px;padding-right: 16px;padding-top: 10px;padding-bottom: 10px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;-o-border-radius: 4px; }
.wc-btn-secondary:hover a { background-color: #3B3733; }
.wc-btn-secondary:active a  {background-color:#4A4540; }
.wc-btn-secondary .txt { font-size: 14px;  color: #FFFFFF; font-weight: bold;  float: left; max-width: 167px;}
.wc-btn-secondary .icon-play {float: left; height: 16px; width: 16px;  background-image: url(https://www.oracle.com/oce/dc/assets/CONT944657D6E74243478EF20EC431D86F8F/native/tb-icon-button-play-20x20.png);  background-repeat: no-repeat;  background-size: 100%; margin-right: 12px; margin-top: 2px; }
.wc-btn-secondary .icon-calendar {float: left; height: 16px; width: 16px;  background-image: url(https://www.oracle.com/oce/dc/assets/CONTF2B90E0CDFC64BDC99D4D177F6A1FED5/native/tb-icon-button-calendar-add-20x20.png);  background-repeat: no-repeat;  background-size: 100%; margin-right: 12px; margin-top: 2px; }
.wc-btn-secondary a:focus {outline: 1px dashed #161513; outline-width:1px; outline-offset:1px; background-color: #2C2926;}
.txt-left{text-align:right;}	
.ag-title{width: 100%; box-sizing: border-box;}
.icon-agenda-up{background-image: url(https://www.oracle.com/oce/dc/assets/CONTFC86B66A086841A884268599DD6D9D41/native/tb-icon-agenda-chevron-up-24x24.png); background-repeat: no-repeat; right: 24; top: 0; float: left; width: 24px; height: 21px; background-position: left; padding-right: 24px; cursor: pointer;}	
.icon-agenda-down{background-image: url(https://www.oracle.com/oce/dc/assets/CONT6E7B713BC68E4EDFB468787284ECA412/native/tb-icon-agenda-chevron-down-24x24.png); background-repeat: no-repeat; right: 24; top: 0; float: left; width: 24px; height: 21px; background-position: left; padding-right: 24px; cursor: pointer;}		
.wc-sp-sec{border-radius: 6px; float: left; width: 100%; box-sizing: border-box; z-index: 1; position: relative;}
.radius8{border-radius: 8px;}
.pos-rel{position: relative;}
.wc-sp-bg{position: absolute; height: 40%; bottom: 0; display: block; width: 100%;}
/*
.w327-375{width: 327px; height: 375px;}
.w327-375 img{border-radius: 6px; -webkit-box-shadow: 0px 12px 15px 0px rgba(211,207,203,1);-moz-box-shadow: 0px 12px 15px 0px rgba(211,207,203,1);box-shadow: 0px 12px 15px 0px rgba(211,207,203,1);}
*/
.pft{border-radius: 6px; -webkit-box-shadow: 0px 12px 15px 0px rgba(211,207,203,1); -moz-box-shadow: 0px 12px 15px 0px rgba(211,207,203,1); box-shadow: 0px 12px 15px 0px rgba(211,207,203,1);}
.sp-txt a{color: #161513; text-decoration: none;}
.sp-txt a:hover{text-decoration: underline;}
.rw-bg-hide{background-image: none !important;}
.dash-line-1mg{width: 24px; height:2px; background-color: #FACD62; margin-bottom: 24px; margin-top: 24px;}
.w216 span{display:inline-block}
.one-img-top{background-size:auto; background-repeat: no-repeat; min-height: 445px; position: relative; right: -1px; background-position: top left;}	
.one-img-bottom{background-size:auto; background-repeat:no-repeat; background-position: left bottom}	
.swap-bg .tbg.one-img-bottom {float:right!important; background-position:right bottom; background-repeat: no-repeat;}	
.swap-bg .tbg:last-child{float:left;}	
.swap-right .one-img-top{background-position: top right; background-repeat: no-repeat; min-height: 445px; right:0px;}	
.clr-logo-desk{display: block;}	
.clr-logo-mob{display: none;}
.sp-bio{max-height: 340px; overflow-y: auto; padding-right: 10px;}
.gen-disc-bg{background-color:#f4f5f5;}
.lc-blue{color:#00688C !important;}
.lc-sunrise-yel{color:#FACD62 !important;}
.ochat_modal{direction: ltr !important;}

.master-bgc-light{background-color:#F1EFED;}	
.master-bgc-dark{background-color:#3C4545;}	
.oci-bgc-light{background-color:#F1EFED;}	
.oci-bgc-dark{background-color:#1E3224;}	
.scm-bgc-light{background-color:#F1EFED;}	
.scm-bgc-dark{background-color:#1E3133;}
.hcm-bgc-light{background-color:#F1EFED;}	
.hcm-bgc-dark{background-color:#41242B;}
.acx-bgc-light{background-color:#F1EFED;}	
.acx-bgc-dark{background-color:#36293C;}
.health-bgc-light{background-color:#E4F1F7;}
.health-bgc-dark{background-color:#063C4E;}
.dev-bgc-light{background-color:#F1EFED;}	
.dev-bgc-dark{background-color:#3C4545;}
.ai-bgc-light{background-color:#FDF3E4;}	
.ai-bgc-dark{background-color:#053242;}

.bnr-master-bgc-light{background-color:#C2D4D4;}
.bnr-master-bgc-dark{background-color:#697778;}
.bnr-oci-bgc-light{background-color:#74A683;}	
.bnr-oci-bgc-dark{background-color:#33553C;}	
.bnr-scm-bgc-light{background-color:#76A2A0;}	
.bnr-scm-bgc-dark{background-color:#315357;}
.bnr-hcm-bgc-light{background-color:#C28897;}	
.bnr-hcm-bgc-dark{background-color:#7A4753;}
.bnr-acx-bgc-light{background-color:#A890B6;}	
.bnr-acx-bgc-dark{background-color:#594564;}
.bnr-health-bgc-light{background-color:#79B1C6;}
.bnr-health-bgc-dark{background-color:#025E7E}
.bnr-dev-bgc-light{background-color:#C2D4D4}
.bnr-dev-bgc-dark{background-color:#697778}
.bnr-ai-bgc-light{background-color:#053242}
.bnr-ai-bgc-dark{background-color:#437C94}

.master-bnr-light{color:#161513}
.master-bnr-dark{color:#FFFFFF}
.oci-bnr-light{color:#161513}
.oci-bnr-dark{color:#FFFFFF}
.scm-bnr-light{color:#161513}
.scm-bnr-dark{color:#FFFFFF}
.hcm-bnr-light{color:#161513}
.hcm-bnr-dark{color:#FFFFFF}
.acx-bnr-light{color:#161513}
.acx-bnr-dark{color:#FFFFFF}
.health-bnr-light{color:#161513}
.health-bnr-dark{color:#FFFFFF}
.dev-bnr-light{color:#161513}
.dev-bnr-dark{color:#FFFFFF}
.ai-bnr-light{color:#FFFFFF}
.ai-bnr-dark{color:#FFFFFF}


.dash-line-master{background-color:#F3CD73;}
.dash-line-oci{background-color:#F3CD73;}
.dash-line-scm{background-color:#F3CD73;}
.dash-line-hcm{background-color:#F3CD73;}
.dash-line-acx{background-color:#F3CD73;}
.dash-line-health{background-color:#F3CD73;}
.dash-line-dev{background-color:#F3CD73;}
.dash-line-ai{background-color:#F3CD73;}


.dsc-master-bgc-light{background-color:#EDF6F6;}
.dsc-master-bgc-dark{background-color:#323939;}
.dsc-oci-bgc-light{background-color:#E9F9EE;}	
.dsc-oci-bgc-dark{background-color:#253D2C;}	
.dsc-scm-bgc-light{background-color:#F0F6F5;}	
.dsc-scm-bgc-dark{background-color:#233B3F;}
.dsc-hcm-bgc-light{background-color:#FAF2F4;}	
.dsc-hcm-bgc-dark{background-color:#4F2B33;}
.dsc-acx-bgc-light{background-color:#F8F1FC;}	
.dsc-acx-bgc-dark{background-color:#3F3048;}
.dsc-health-bgc-light{background-color:#D0E5EE;}
.dsc-dev-bgc-light{background-color:#EDF6F6;}
.dsc-dev-bgc-dark{background-color:#3C4545;}
.dsc-ai-bgc-light{background-color:#D0E5EE;}
.dsc-ai-bgc-dark{background-color:#D0E5EE;}



.sh-master-tc-light{color:#EDF6F6;}
.sh-master-tc-dark{color:#323939;}
.sh-oci-tc-light{color:#E9F9EE;}	
.sh-oci-tc-dark{color:#253D2C;}	
.sh-scm-tc-light{color:#F0F6F5;}	
.sh-scm-tc-dark{color:#233B3F;}
.sh-hcm-tc-light{color:#FAF2F4;}	
.sh-hcm-tc-dark{color:#4F2B33;}
.sh-acx-tc-light{color:#F8F1FC;}	
.sh-acx-tc-dark{color:#3F3048;}
.sh-health-tc-dark{color:#161513}
.sh-health-tc-light{color:#EDF6F9}
.sh-dev-tc-light{color:#EDF6F6;}
.sh-dev-tc-dark{color:#323939;}
.sh-ai-tc-light{color:#FFFFFF;}
.sh-ai-tc-dark{color:#201E1C;}

/* New non pillar colours */
.wc-bgc-fog-light {background-color: #C2D4D4;}
.wc-bgc-fog-dark {background-color: #697778;}
.wc-bgc-pine-light {background-color: #74A683;}
.wc-bgc-pine-dark{background-color: #33553C;}
.wc-bgc-teal-light{background-color: #76A2A0;}
.wc-bgc-teal-dark{background-color: #315357;}
.wc-bgc-rose-light{background-color: #C28897;}
.wc-bgc-rose-dark{background-color: #7A4753;}
.wc-bgc-plum-light{background-color: #A890B6;}
.wc-bgc-plum-dark{background-color: #594564;}
/* New non pillar colour End*/

/* Pillar primary button */
.pillar-btn-pri a {  float: right; margin-right: auto; margin-left: auto; padding-left: 16px; padding-right: 16px; padding-top: 10px; padding-bottom: 10px; }
.pillar-btn-pri .txt { font-size: 14px;  font-weight: bold;  float: right;}
.pillar-btn-pri a:focus {outline: 1px dashed #100F0E; outline-width:1px; outline-offset:1px;}
.bdr-radius4{border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
/* Pillar primary button end*/

.elp-img-sdw{box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.20); -webkit-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.20); -moz-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.20);}

@media screen and (max-width:575px) {
	.img92{width: 92px; height: auto;}
	.bnr-360{background-size: 100% 100%;}
	.bnr-1440{background-image:none !important; background-color: transparent !important;}	
	.img-292{width:100%; height: auto;}
	.pt-xs-40 {padding-top: 40px;}
	.pb-xs-40 {padding-bottom: 40px;}
	.pt-xs-32 {padding-top: 32px;}
	.pb-xs-32 {padding-bottom: 32px;}
	.pt-xs-30 {padding-top: 30px;}
	.pb-xs-30 {padding-bottom: 30px;}
	.pt-xs-20 {padding-top: 20px;}
	.pb-xs-20 {padding-bottom: 20px;}	
	.pt-xs-28 {padding-top: 28px;}	
	.pb-xs-28 {padding-bottom: 28px;}
	.pt-xs-25 {padding-top: 25px;}	
	.pb-xs-25 {padding-bottom: 25px;}
	.pt-xs-24 {padding-top: 24px;}	
	.pb-xs-24 {padding-bottom: 24px;}
	.pt-xs-15 {padding-top: 15px;}
	.pb-xs-15 {padding-bottom: 15px;}
	.pt-xs-14 {padding-top: 14px;}
	.pb-xs-14 {padding-bottom: 14px;}
	.pt-xs-12 {padding-top: 12px;}
	.pb-xs-12 {padding-bottom: 12px;}
	.pt-xs-0 {padding-top: 0px;}
	.pb-xs-0 {padding-bottom: 0px;}
	
	.pl-xs-24 {padding-right: 24px;}	
	.pr-xs-24 {padding-right: 24px;}
	.pl-xs-55 {padding-left: 55px;}	
	.pr-xs-55 {padding-right: 55px;}

	.mt-xs-40 {margin-top: 40px;}
	.mb-xs-40 {margin-bottom: 40px;}
	.mt-xs-32 {margin-top: 32px;}
	.mb-xs-32 {margin-bottom: 32px;}
	.mt-xs-30 {margin-top: 30px;}	
	.mb-xs-30 {margin-bottom: 30px;}
	.mt-xs-24 {margin-top: 24px;}
	.mb-xs-24 {margin-bottom: 24px;}
	.mt-xs-20 {margin-top: 20px;}
	.mb-xs-20 {margin-bottom: 20px;}
	.mt-xs-15 {margin-top: 15px;}
	.mb-xs-15 {margin-bottom: 15px;}
	.mt-xs-14 {margin-top: 14px;}
	.mb-xs-14 {margin-bottom: 14px;}
	.mt-xs-0 {margin-top: 0px;}
	.mb-xs-0 {margin-bottom: 0px;}	
	.ml-xs-24 {margin-left: 24px;}

	.fs-xs-24{font-size: 24px;}
	.fs-xs-20{font-size: 20px;}
	.fs-xs-16{font-size: 16px;}
	.fs-xs-14{font-size: 14px;}
	.fs-xs-10{font-size: 10px;}

	.LN28-xs{line-height: 28px;}
	.LN24-xs{line-height: 24px;}
	.LN20-xs{line-height: 20px;}
	.LN16-xs{line-height: 16px;}
	.LN12-xs{line-height: 12px;}

	.sidebnr-hide-xs{min-height:0px !important; background-image: none !important;}
	.sidebnr-show-xs{display: block;}
	.flex-xs{display: flex;}
	.tbg-container{width:86.667%; padding-left: 6.6667%; padding-right: 6.6667%;}	
	.id-logo{float:right; text-align: right;}
	.id-logo img{float:right; padding-top: 6px;}
	.pr-bnr-txt{font-family: Georgia, Times New Roman, Helvetica, Arial, Sans; font-size:20px; line-height: 20px; width: 312px; }	
	.rw-footer .logo-wrapper{float: left;}
	.rw-footer .logo-img{width:36px; padding-left: 12px;}
	.w148{width:148px;}
	.w180{width:180px;}
	.fw-div{margin-left: -7.666%; margin-right: -7.666%;}
	.w600{width: 100%}
	.rw-ftr ul{line-height: 25px; text-align: center;}
	.rw-ftr li{display: inline-block; margin-left: 10px; margin-right: 10px; float: none;}
	.rw-ftr li:last-child{margin-right: 10px;}
	.rw-ftr .rw-cpRight{padding: 0px; border: 0; text-align: center; width: 100%; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;}
	.w292{width:100%;}
	
	/* pdf component */
	.swap-right img { margin-left: 0px !important;}
	.slick-slide {display: inline !important; margin-left: 12px;  margin-right: 12px;}
	.img-resize{width: 100%; height: auto;}	
	.pdf-wrapper476{width: 100%; direction: ltr;}
	.pdf-div476 {width:288px !important; height: auto !important;}	
	.pdf-wrapper476 .pdf-div476 {width: 100%; height: 100%; position: relative; z-index: 1;}
	.pdf-wrapper756{width: 100%; direction: ltr;}	
	.pdf-wrapper756 .pdf-div756 {width:288px !important; height: auto !important; position: relative; z-index: 1;}
	.pdf-div476 img, .pdf-div756 img {-webkit-box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); margin-bottom:24px;}
	
	#page-container {padding: 0px 0 24px 0px !important;}
	#page-container .Total-page{display: none;}
	#page-container #index {float: left;padding-top: 2px; background-color:#E3E1DE; border-radius: 6px; font-size: 12px !important; padding: 4px 8px; color:rgba(22,21,19, 60%);}
	#page-container #button-prev{display: none;}
	#page-container #button-nxt{display: none;}
	/* pdf component end*/
	
	.dash-line{ margin-bottom: 20px; margin-top: 20px;}
	.pl-xs-118 {padding-left: 0px;}
	.pr-xs-118 {padding-right: 0px;}
	.ml-xs-0 {margin-left: 0px;}
	.mr-xs-0 {margin-right: 0px;}
	.pl-xs-0 {padding-left: 0px;}
	.pr-xs-0 {padding-right: 0px;}	
	.tbg-plr{width: 86.667%; padding-left:6.6667%; padding-right: 6.6667%;} 
	.tbg-full{width: 100% !important; padding-left:0px !important; padding-right:0px !important; }
	.w620 .mb-xs-40:last-child{margin-bottom: 0px;}	
	.txt-middle-xs{text-align: center;}	
	.wc-sp-sec{width: 200px; position: relative;}
	.sp-expand{border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; position: absolute; bottom: 0; left: 0; background-color: #e3e1de; padding: 8px 0px 8px 0px;  text-align:center; width:100%;}
	.sp-expand span{color:#737371; font-size:16px; font-weight: bold;}
	.sp-expand a{text-decoration:none;}
	.sp-expand .txt{position: relative; display: table-cell;}
	.sp-expand .sp-more{background-image:url('https://www.oracle.com/oce/dc/assets/CONT944A06D532A24B48ACA3A265E865B740/native/tb-icon-speaker-circle-plus-24x24.png'); background-repeat:no-repeat; margin-left:12px; width:24px; height:24px; display: inline-block; position: relative; vertical-align: middle;}
	.sp-expand .sp-less{background-image:url('https://www.oracle.com/oce/dc/assets/CONT5736733B59BB44238418BD7430AE3CF6/native/tb-icon-speaker-circle-minus-24x24.png'); background-repeat:no-repeat; margin-left:12px; width:24px; height:24px; display: inline-block; position: relative; vertical-align: middle;}
	.pft{margin:0 auto; width:100%; height:auto; display:block;}
	.mh210{height:210px}
	.LB-wrapper .dc-height {max-height: 500px; overflow-y: auto; padding-right: 10px;}
	.clr-logo-desk{display: none;}	
	.clr-logo-mob{display: block;}	
	.tml{width: 86%;}	
	.img80{float: left; width: 80px; height: 80px;}	
	.tw60{width: 60%;}	
	.tsml-title{width: 60%; margin-left: 24px; float: left;}	
	.pd-xs-24{padding: 24px 24px 24px 24px;}
	.ev-bnr-full{display:none;}
	.ev-bnr-full img{display:none;}
	.ev-bnr-mob {display:block;}
	.ev-bnr-mob img{width:100%; display:block; height:auto;}
	.fw-div iframe{ width: 100vw; height:calc(100vw/1.77); max-width: 100%;}
	.b-list ul {width: 95.5%;}
    
    .mr-xs-20{margin-left: 20px}
    .chat-div{width: 250px}
    .img-75, .img-75 img{width:50px !important; height: 50px !important;}
    .ct-txt-vcenter{display: table-cell; vertical-align: middle; height: 50px;}
    .tbg-row .chat-btm-sp .mb-xs-40:last-child {margin-bottom: 0px !important;}
    .lp-hgt-hd{height:auto !important;}
    .lp-hgt-dec{height:auto !important;}
}


@media (min-width: 413px) and (max-width: 1000px) { 			
	.gov-disclaimer{overflow-y: auto; height: 200px; margin-right: -10px; padding-right: 20px;}	
	.dw-auto .LB-wrapper{width: auto !important;}	
}

@media(min-width:576px) {
	
	.tbg-container{width:100%;}
	.w500 {overflow: auto;}
	.ev-bnr-full{width:100% !important; padding:0px !important;}
	.ev-bnr-full img{width:100%; height:auto; display:block}
	.ev-bnr-mob {display:none;}

}

@media (min-width: 768px) and (max-width: 1199px) { 
	.w500{width:320px; float:left; display: flex; align-items: center; min-height: 248px; overflow:auto;}
	.pl-xs-118 {padding-left: 40px;}
	.wc-sp-sec .sp-row:last-child{margin-bottom:0px}
	.img-md-full {width: 100%; height: auto}
    .pft{width:100%; height:auto;}
	.ev-sp{display: flex; justify-content: center; align-items: center; min-height: 128px;}
	.mh210{height:356px !important;}
	.one-img-top{background-size:100% auto;}	
	.one-img-bottom{background-size:45% auto;}	
	.tsml-title{width: 60%; margin-left: 24px; float: left;}
	.rw-bgc1.pt-60{padding-top: 30px !important;}
    .rw-bgc1.pb-60{padding-bottom: 30px !important;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
	.tbg-container{width:86.666%; padding-left: 6.6667%; padding-right: 6.6667%;}	
	.sidebnr-hide-xs{min-height:0px !important; background-image: none !important;}
	.sidebnr-show-xs{display: block;}
	.img-md-full {width: 100% !important;height: auto !important;}
	.flex-md{display: flex;}
	.pr-bnr-txt{font-family: Georgia, Times New Roman, Helvetica, Arial, Sans; font-size:22px; line-height: 28px; width: 500px; min-height: 56px;}
	.pr-bnr-img{background-size: 100% 100%; height: 100%;}
	.rw-footer .logo-img{width:38px; padding-left: 0px;}
	.pt-md-40 {padding-top: 40px;}
	.img92{width: 92px; height: auto;}

	.pt-xs-40 {padding-top: 40px;}
	.pb-xs-40 {padding-bottom: 40px;}
	.pt-xs-32 {padding-top: 32px;}
	.pb-xs-32 {padding-bottom: 32px;}
	.mt-xs-30 {margin-top: 30px;}	
	.mb-xs-30 {margin-bottom: 30px;}	
	.mt-xs-24 {margin-top: 24px;}	
	.mb-xs-24 {margin-bottom: 24px;}
	.pt-xs-20 {padding-top: 20px;}
	.pb-xs-20 {padding-bottom: 20px;}
	.pt-xs-15 {padding-top: 15px;}
	.pb-xs-15 {padding-bottom: 15px;}
	.pt-xs-14 {padding-top: 14px;}
	.pb-xs-14 {padding-bottom: 14px;}
	.pt-xs-0 {padding-top: 0px;}
	.pb-xs-0 {padding-bottom: 0px;}
	.pt-xs-25 {padding-top: 25px;}	
	.pb-xs-25 {padding-bottom: 25px;}
	.pt-xs-30 {padding-top: 30px;}
	.pb-xs-30 {padding-bottom: 30px;}
	.pt-xs-12 {padding-top: 12px;}
	.pb-xs-12 {padding-bottom: 12px;}
	.pl-xs-55 {padding-left: 55px;}	
	.pr-xs-55 {padding-right: 55px;}	
	.pl-xs-24 {padding-right: 24px;}	
	.pr-xs-24 {padding-right: 24px;}
	.mt-xs-40 {margin-top: 40px;}
	.mb-xs-40 {margin-bottom: 40px;}
	.mt-xs-32 {margin-top: 32px;}
	.mb-xs-32 {margin-bottom: 32px;}
	.mt-xs-20 {margin-top: 20px;}
	.mb-xs-20 {margin-bottom: 20px;}
	.mt-xs-15 {margin-top: 15px;}
	.mb-xs-15 {margin-bottom: 15px;}
	.mt-xs-14 {margin-top: 14px;}
	.mb-xs-14 {margin-bottom: 14px;}
	.mt-xs-0 {margin-top: 0px;}
	.mb-xs-0 {margin-bottom: 0px;}

	.fs-xs-20{font-size: 20px;}
	.fs-xs-16{font-size: 16px;}
	.fs-xs-14{font-size: 14px;}
	.fs-xs-10{font-size: 10px;}

	.LN28-xs{line-height: 28px;}
	.LN24-xs{line-height: 24px;}
	.LN20-xs{line-height: 20px;}
	.LN16-xs{line-height: 16px;}
	.LN12-xs{line-height: 12px;}
	
.swap-right img { margin-left: 0px !important;}
.slick-slide { display: inline !important; margin-left: 12px;  margin-right: 12px;}
.img-resize{width: 100%; height: auto;}	
.pdf-wrapper476{width: 100%; direction: ltr;}
.pdf-div476 {width:auto; height: auto; margin: 0 auto !important;}	
.pdf-wrapper476 .pdf-div476 {width: 476px; height: 100%; position: relative; z-index: 1; } 	
.pdf-wrapper756{width: 100%; direction: ltr;}
.pdf-div756 {margin: 0 auto !important;}			
.pdf-wrapper756 .pdf-div756 {width: 476px !important; height: auto; position: relative; z-index: 1;}
.pdf-div476 img, .pdf-div756 img {-webkit-box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 17px 22px -12px rgba(0,0,0,0.2); margin-bottom:24px;}
	
#page-container .Total-page{display: none;}
#page-container {padding: 0px 0 24px 0px !important;}	
#page-container #index {float: left;padding-top: 2px; background-color:#E3E1DE; border-radius: 6px; font-size: 12px !important; padding: 4px 8px; color:rgba(22,21,19, 60%);}
#page-container #button-prev{display: none;}
#page-container #button-nxt{display: none;}
	
.tbg-plr {width: 86.667%; padding-left:6.6667%; padding-right: 6.6667%;} 
.tbg-full {width: 100% !important; padding-left:0px !important; padding-right:0px !important;}
.w620 .tbg-plr {width: 86.667% !important; padding-left:6.6667%; padding-right: 6.6667%;} 	
.w620 .mb-xs-40:last-child{margin-bottom: 0px;}	
.txt-middle-xs{text-align: center;}	
.wc-sp-sec{width: 350px;}
.gov-disclaimer{overflow-y: auto;height: 200px;margin-right: -10px;padding-right: 20px;}
.dw-auto .LB-wrapper {width: auto !important;}
.mh210{height:356px !important;}
.clr-logo-desk{display: none;}	
.clr-logo-mob{display: block;}	
.tml{width: 86%;}	
.img80{float: left; width: 80px; height: 80px;}	
.tsml-title{width: 60%; margin-left: 24px; float: left;}	
.pd-xs-24{padding: 24px 24px 24px 24px;}
.w292{width:100%;}
.rw-bgc1.pt-60{padding-top: 30px !important;}
.rw-bgc1.pb-60{padding-bottom: 30px !important;}
.fw-div iframe{ width: 100vw; height:calc(100vw/1.77); max-width: 100%;}
.mr-xs-20{margin-left: 20px}
.chat-div{width: 250px; display: flex}
.ct-txt-vcenter{display: table-cell; vertical-align: middle; height: 50px;}
.tbg-row .chat-btm-sp .mb-xs-40:last-child {margin-bottom: 0px !important;}
.img-75, .img-75 img{width:50px !important; height: 50px !important;}
}

/* IPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
.rw-footer .logo-img{width:38px;}
.w600{width: 50%}
.sec-bnr-img{background-size: 45% auto; }
.video-bnr-bg{background-size: 45% auto; }
.v-center-md{display: flex; align-items: center;}
.img92{width: 92px; height: auto;}
.mr-lg-90{margin-left: 25px;}
.ml-lg-90{margin-right: 25px;}
.mr-lg-67{margin-left: 25px;}
.ml-lg-67{margin-right: 25px;}
.mr-lg-r0{margin-left: 0px;}
.rw-ftr li{margin-bottom: 7px;}

.swap-right img { margin-left: 0px !important;}
.img-resize{width: 100%; height: auto;}	
.pdf-wrapper476{width: 312px; direction: ltr;}	
.pdf-div476{width: 312px; height: 100%; position: relative; z-index: 1; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);	
-moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);}		
.pdf-wrapper476 #page-container {padding: 24px 0 24px 0px !important;}
		
.pdf-wrapper756{width: auto; direction: ltr;}	
.pdf-div756{width: 420px !important; height: auto; direction: ltr;}		
.pdf-div756 img{width: 420px !important; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); margin-bottom: 24px;}	
.pdf-wrapper756 .align-right{float: inherit !important;}	
.pdf-wrapper756 #page-container {padding: 0px 0 24px 0px !important;}
	
.w500{width:270px; float:left; display: flex; align-items: center; min-height: 248px; overflow:auto;}
.pl-xs-118 {padding-right: 40px;}
.pr-xs-118 {padding-left: 40px;}
.pl-md-30{padding-left: 30px;}
.w308{width:195px;}
.w308 span{font-size:14px;}	
.ml-md-0{margin-left: 0px;}
.w264{width: 180px; }
.w223{width: 190px; display: inline-grid;} 
.wc-btn-secondary .txt {max-width: 134px;}
	
.w345{width:190px;}	
.w620{width:380px;}	
.w49p{width: 59.5555%;}	
.h150{height: 228px;}		
.v-center-lg{display: flex; align-items: center; justify-content: center;}	
.fs-32 {font-size: 25px;}				
.ag-sec{width:76.46145%; }	
.fs-md-14{font-size: 14px !important;}

.sp-w200 {width: 120px; float: right;}
.wc-sp-text {width: 130px;}
.ml-md-10{margin-left: 10px;}
.pl-48 {padding-left: 10px;}
.wc-sp-sec .sp-row:last-child{margin-bottom:0px}
.pl-80 {padding-left: 45px;}
.pr-80 {padding-right: 45px;}
.pft{width:100%; height:auto;}
.ev-sp{display: flex; justify-content: center; align-items: center; min-height: 128px;}
.Dtbl{display:table}
.Dtbl-cell{display: table-cell; vertical-align: middle;}
.h130{height:128px}
.mh210{height:270px !important;}
.wc-btn .txt { font-size: 14px; color:#737371; font-weight: bold;  float: left; max-width: 153px;}
.img80{float: left; width: 100%; height: auto;}	
.pd-md-30{padding: 30px 30px 30px 30px;}
.fw-div iframe{ width: 100vw; height:calc(40vw/1.77); max-width: 100%;}
.b-list ul {width: 95.5%;}
.ml-lg-70{margin-left: 20px;}
.mr-lg-70{margin-right: 20px;}
}

/* IPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
.sec-bnr-img{background-size: 40% auto;}
.video-bnr-bg{background-size: 40% auto; }
.w600{width: 50%}
.img-md-full {width: 100% !important; height: auto !important;}
.v-center-md{display: flex; align-items: center;}
.mr-lg-90{margin-left: 77px;}
.ml-lg-90{margin-right: 77px;}
.mr-lg-67{margin-left: 54px;}
.ml-lg-67{margin-right: 54px;}
.mr-lg-r0{margin-left: 0px;}
	
.swap-right img { margin-left: 0px !important;}
.img-resize{width: 100%; height: auto;}	
.pdf-wrapper476{width: 312px; direction: ltr;}	
.pdf-div476{width: 312px; height: 100%; position: relative; z-index: 1; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);}	
.pdf-wrapper476 #page-container {padding: 24px 0 24px 0px !important;}	
		
.pdf-wrapper756{width: 560px !important; direction: ltr;}	
.pdf-div756{width: 560px !important; height: auto !important;}		
.pdf-div756 img{width: 560px !important; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); margin-bottom: 24px;}		
.pdf-wrapper756 .align-right{float: inherit !important;}	
.pdf-wrapper756 #page-container {padding: 0px 0 24px 0px !important;}
	
.w500{width:320px; float:right; display: flex; align-items: center; min-height: 248px; overflow:auto;}
.pl-xs-118 {padding-right: 40px;}
.pr-xs-118 {padding-left: 40px;}
.pl-md-30{padding-left: 30px;}
.w308{width:250px;}
.ml-md-0{margin-left: 0px;}	
.wc-btn-secondary .txt {max-width: 150px;}
.w264{width: 200px; }
.w223{width: 190px; display: inline-grid;} 
.w345{width:240px;}	
.w620{width:475px;}	
.w49p{width: 59.5555%;}	
.h150{height: 228px;}		
.v-center-lg{display: flex; align-items: center; justify-content: center;}	
.fs-32 {font-size: 25px;}	
.ag-sec{width:76.46145%; }	
/*
.sp-w200 {width: 175px; float: left;}
.wc-sp-text {width: 170px;}
*/
.ml-md-10{margin-left: 15px;}
.pl-48 {padding-left: 10px;}
.wc-sp-sec .sp-row:last-child{margin-bottom:0px}
.pl-80 {padding-left: 50px;}
.pr-80 {padding-right: 50px;}
.sp-w236{width: 200px; float:left;}
.mr-160{margin-right: 60px}
.pft{width:100%; height:auto;}
.ev-sp{display: flex; justify-content: center; align-items: center; min-height: 128px;}
.Dtbl{display:table}
.Dtbl-cell{display: table-cell; vertical-align: middle;}
.h130{height:128px}
.mh210{height:356px !important;}
.wc-btn .txt { font-size: 14px; color:#737371; font-weight: bold;  float: left; max-width: 153px;}
.img80{float: left; width: 100%; height: auto;}	
.pd-md-30{padding: 30px 30px 30px 30px;}
.fw-div iframe{ width: 100vw; height:calc(40vw/1.77); max-width: 100%;}
.ml-lg-70{margin-left: 30px;}
.mr-lg-70{margin-right: 30px;}
}

/*IPad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait){
.img-md-full {width: 100% !important; height: auto !important;}	
.swap-right img { margin-left: 0px !important;}
.img-resize{width: 100%; height: auto;}	
.pdf-wrapper476{width: 312px; direction: ltr;}	
.pdf-div476{width: 312px; height: 100%; position: relative; z-index: 1; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);	
-moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);}	
.pdf-wrapper476 #page-container {padding: 24px 0 24px 0px !important;}	
		
.pdf-wrapper756{width: 560px !important; direction: ltr;}	
.pdf-div756{width: 560px !important; height: auto !important;}		
.pdf-div756 img{width: 560px !important; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); -moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); margin-bottom: 24px;}		
.pdf-wrapper756 .align-right{float: inherit !important;}	
.pdf-wrapper756 #page-container {padding: 0px 0 24px 0px !important;}

.w500{width:320px; float:left; display: flex; align-items: center; min-height: 248px; overflow:auto;}
.pl-xs-118 {padding-left: 85px;}
.pr-xs-118 {padding-right: 80px;}
.pl-md-30{padding-left: 30px;}
.w308{width:250px;}
.ml-md-0{margin-left: 0px;}	
.w345{width:240px;}	
.w620{width:475px;}	
.w49p{width: 59.5555%;}	
.h150{height: 228px;}		
.v-center-lg{display: flex; align-items: center; justify-content: center;}	
.fs-32 {font-size: 25px;}	
.ag-sec{width:76.46145%; }	
.wc-sp-sec .sp-row:last-child{margin-bottom:0px}
.pl-80 {padding-left: 50px;}
.pr-80 {padding-right: 50px;}
.ml-md-10{margin-left: 15px;}
.sp-w236{width: 200px; float:left;}
.mr-160{margin-right: 60px}
.sp-w200 {width: 165px; float: right;}
.wc-sp-text {width: 180px;}
.ev-sp{display: flex; justify-content: center; align-items: center; min-height: 128px;}
.Dtbl{display:table}
.Dtbl-cell{display: table-cell; vertical-align: middle;}
.h130{height:128px}
.mh210{height:356px !important;}
.wc-btn .txt { font-size: 16px; color:#737371; font-weight: bold;  float: left; max-width: 153px;}
.fw-div iframe{ width: 100vw; height:calc(40vw/1.77); max-width: 100%;}
}

@media(min-width:768px) {	
	.tbg-container{width:100%;}	
	.flex-md{display: flex;}
	.pr-bnr-txt{font-family: Georgia, Times New Roman, Helvetica, Arial, Sans; font-size:22px; line-height: 28px; width: 500px; min-height: 56px;}
	.pr-bnr-img{background-size: 100% 100%; height: 100%;} 	
	.fs-24 {font-size: 22px;}
	.fs-18 {font-size: 16px;}
	.fs-16 {font-size: 15px;}
	.w200-md{width:200px; float: right;}
	.w110-md{width:110px; float: left;}
	.img-292{width:100%; height: auto;}
/*	.pt-md-40 {padding-top: 40px;}*/
	.pb-20 {padding-bottom: 20px;}
	.pt-12 {padding-top: 12px;}
	.sec-bnr-img{background-size: 45% auto;}
	.video-bnr-bg{background-size: 45% auto;}
	.w600{width: 50%;}
	.pl-80 {padding-left: 50px;}
	.pr-80 {padding-right: 50px;}
    .lp-hgt-hd{height:55px;}
    .lp-hgt-dec{height:105px;}
}

@media(min-width:992px) {
	.tbg-container{width:100%; margin: 0 auto; }
	.video-wrapper{float:none;}
	.fw-div{width:100%; display:block;}
	.mr-lg-r0{margin-left: 0px;}
	.rw-bgc1.pt-60{padding-top: 40px !important;}	
	.rw-bgc1.pb-60{padding-bottom: 40px !important;}
}

@media(min-width:1200px) {
	.img92{width:auto; height: auto;}
	.img-292{width: 292px; height: 292px;}
	.tbg-container{max-width:1440px; margin: 0 auto;}	
	.pr-bnr-txt{font-family: Georgia, Times New Roman, Helvetica, Arial, Sans; font-size:28px; line-height: 32px; width: 500px; min-height: 64px;}
	.pr-bnr-img{background-size: 100% 100%; height: 100%;}
	.sec-bnr-img{background-size:auto; background-repeat:no-repeat; min-height: 384px; background-position: left 0%; display: flex;}
	.video-bnr-bg{background-size:auto; background-repeat: repeat-y; min-height: 408px; background-position: left 0%;}
	.logo-sec{height:16px;}	
	.w292{width:292px; float: right;}
	.w148{width:148px; float: left;}	
	
	.fs-12{font-size: 12px}
	.fs-14{font-size: 14px}
	.fs-16{font-size: 16px}
	.fs-18{font-size: 18px}
	.fs-24{font-size: 24px;}
	.rwd-wrapper{width:83.61111%;}
	.mr-lg-90{margin-left: 90px;}
	.ml-lg-90{margin-right: 90px;}
	.mr-lg-67{margin-left: 67px;}
	.ml-lg-67{margin-right: 67px;}
/*	.FW-ex-bold{font-weight:800}*/
	.v-center-lg{display: flex; align-items: center; justify-content: center;}
	.fw-div{width: 512px; height: 288px; overflow: hidden; display: block; }	
	.vid-img{transform: scale(1.1);}
	.vid-img a:hover > .play-btn img {transform: scale(1.1);}
	.play-btn img{  transition-timing-function: ease-out;  transition: .5s;}
	.play-btn::before {-webkit-animation: fadeicon 3s forwards; animation: fadeicon 3s forwards;}
	.mr-lg-r0{margin-left: 0px;}
	.txt-L93{left:-93px; position:relative;}
	@keyframes fadeicon {
		0%   {opacity: 0;}    
		100% {opacity: 1;}
	}
	@-webkit-keyframes fadeicon {
		0%   {opacity: 0;} 
		100% {opacity: 1;}
	}	
	.swap-right img {margin-left: 0px !important;}
	
	/* pdf component portrait */
	.pdf-wrapper476{width: 476px; direction: ltr;}
	.pdf-div476{width: 476px; height: 100%; position: relative; z-index: 1; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);}
	.pdf-div476:after { content:''; height:100%; top:0; left:0;  background:rgba(0,0,0,30%); position: absolute; z-index: 0; width: 476px; opacity:0; transition: all 0.5s; right: -1px; }
	.pdf-div476:hover:after {opacity:1;}
	.pdf-div476:hover:before { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); background-image: url(https://www.oracle.com/oce/dc/assets/CONT2BA0261E21AF43C0913554A178712F80/native/tb-download-icon.png); background-repeat: no-repeat;width: 48px; height: 48px; z-index: 100;	cursor: pointer; content: ''; }

	/* pdf component landscape */
	.pdf-wrapper756{width: 756px; direction: ltr;}
	.pdf-div756{width: 756px; height: 100%; position: relative; z-index: 1; line-height: 0; -webkit-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);-moz-box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2); box-shadow: 3px 20px 22px -12px rgba(0,0,0,0.2);}
	.pdf-div756:after { content:''; height:100%; top:0; left:0;  background:rgba(0,0,0,30%); position: absolute; z-index: 0; width: 756px; opacity:0; transition: all 0.5s; right: -1px; }
	.pdf-div756:hover:after {opacity:1;}
	.pdf-div756:hover:before { margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); background-image: url(https://www.oracle.com/oce/dc/assets/CONT2BA0261E21AF43C0913554A178712F80/native/tb-download-icon.png); background-repeat: no-repeat;width: 48px; height: 48px; z-index: 100;	cursor: pointer; content: ''; }
	
	.w223{width:223px;}
	.w264{width:264px;}
	.w500{width:500px; display: flex; align-items: center; height: 251px; overflow:auto;}
	.w190{width: 190px;}
	.w308{width:308px;}
	.pl-118 {padding-right: 118px;}
	.pr-118 {padding-left: 118px;}
	.w345{width:345px;}	
	.w591{width:591px;}	
	.w620{width:620px;}	
	.w49p{width: 59.5555%;}	
	.h150{height: 150px;}	
	.w204{width: 204px;}
	.ag-sec{width:76.46145%; }	
	.ex-sp{width:76.46145%; }
	.wc-sp-sec .sp-row:last-child{margin-bottom:0px}
	.sp-w200 {width: 200px; float: right;}
	.wc-sp-text {width: 250px;}	
	.pl-48 {padding-left: 48px;}
	.sp-w236{width: 236px; float:left;}
	.mr-160{margin-right: 160.5px}
	.wc-sp-sec .sp-row:last-child{margin-right: 0px;}
	.pl-80 {padding-left: 80px;}
	.pr-80 {padding-right: 80px;}
	.w216{width:216px;}	
	.w216 span{display:inline-block}
	.tp-video{width: 896px; height: 505px; overflow: hidden; display: block;}
	.ev-sp{display: flex; justify-content: center; align-items: center; min-height: 130px;}
	.Dtbl{display:table}
	.Dtbl-cell{display: table-cell; vertical-align: middle;}
	.w640{width:640px;}
	.h130{height:130px}
	.sp2-ml {margin-left: 30px;}
	.rw-bgc1.pt-60{padding-top: 60px !important;}	
	.rw-bgc1.pb-60{padding-bottom: 60px !important;}
    .ml-lg-70{margin-left: 70px;}
    .mr-lg-70{margin-right: 70px;}
    .lp-hgt-hd{height:42px;}
    .lp-hgt-dec{height:81px;}
    .img-w500{width: 500px; height: auto;}
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1392px){
	.sp2-ml {margin-left: 0px;}
	.wc-sp-text {width: 203px;}
}

@media screen and (max-width: 1366px) {
.LB-wrapper .dc-height {max-height: 500px; overflow-y: auto; padding-right: 10px;}
}

/*---Lightbox style start---*/

.LB-container{display: flex; position: relative; z-index: 1;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.2s;
  animation-name: zoom;
  animation-duration: 0.2s;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0.8);} 
  to {-webkit-transform:scale(1);}
}

@keyframes zoom {
  from {transform:scale(0.8);} 
  to {transform:scale(1);}
}
.LB-wrapper{position: relative; display: block; background-color: #FCFBFA; padding: 28px 24px; width: 372px; border-radius: 6px;
-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);	

}
body > .LB-div {position: fixed; z-index: 20001; top: 0; left: 0; width: 100%; height: 100%; display: flex; display: -ms-flexbox; display: -webkit-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.LB-clx {display: block; position: fixed; pointer-events: auto; top: 0; bottom: 0; left: 0; right: 0;content: ' '; z-index: 0; opacity: 1; }
.LB-btn-close{font-size: 0; content: ' '; height: 19px; width: 19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4yMiAxNi4yMiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzFhMTgxNjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTAuMjcsOWw2LjU3LTYuNTZhLjkxLjkxLDAsMCwwLC4yNy0uNjUuOS45LDAsMCwwLS45LS45LjkxLjkxLDAsMCwwLS42NS4yN0w5LDcuNzMsMi40NCwxLjE2QS45MS45MSwwLDAsMCwxLjc5Ljg5YS45LjksMCwwLDAtLjkuOS45MS45MSwwLDAsMCwuMjcuNjVMNy43Myw5LDEuMTYsMTUuNTZhLjkxLjkxLDAsMCwwLS4yNy42NS45LjksMCwwLDAsLjkuOS45MS45MSwwLDAsMCwuNjUtLjI3TDksMTAuMjdsNi41Niw2LjU3YTEsMSwwLDAsMCwuNjMuMjUuOS45LDAsMCwwLC45LS45LDEsMSwwLDAsMC0uMjUtLjYzaDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC44OSAtMC44OSkiLz48L3N2Zz4=");
    background-repeat: no-repeat; background-position: 0 0;  background-size: 100% 100%;  background-color: transparent;  opacity: 1;  line-height: 0;}
.LB-btn-close {position: absolute; left: 16px;  top: 22px; }
.sc-hd.pb8{padding-bottom:8px;}
.sc-hd.pb28{padding-bottom:28px;}
.sc-hd {width: 100%;  display: flex; align-items: center; height: 24px;}
.sc-hd .icn{float: left; margin-right: 0px; width:24px; height: 24px; padding-right: 10px;}
.sc-hd h3{font-size:16px; font-weight: bold; color:#161513; line-height: 20px;}
.sc-contact{float: right; margin-left: 36px;}
.sc-contact a {color: #3C6974; text-decoration: underline;}
.sc-contact a, .sc-contact p {font-size: 12px; font-weight: normal; }
.sc-contact p {padding-bottom: 8px; color:rgba(16,15,14, 60%);}
.sc-contact p:last-child{padding-bottom: 0px;}

/*share*/
.icn-sec{float:left; width: 100%;}
.icn-sec .sc-share{margin:0 auto; display: table;}
.icn-sec .sc-share ul {margin: 0; padding: 0; list-style: none; min-width: 48px;}
.icn-sec .sc-share ul li{display: inline-block; float: left; margin-right: 28px; transition: .5s;}
.icn-sec .icn-img{width: 48px; height: 48px;}
.icn-img .screen-reader{position: absolute; z-index: -1000;}
.sc-share ul li:last-child {margin-right: 0px;}
.sc-share ul li:first-child {margin-left: 0px;}

.rw-icn-twitter {background-image: url('https://www.oracle.com/oce/dc/assets/CONTC2EF93AE422A4C67A6C49444AD91F6D3/native/tb-icon-twitter.png'); background-repeat: no-repeat;}
.rw-icn-facebook {background-image: url('https://www.oracle.com/oce/dc/assets/CONT70B6D67F0C7E42A49AF3F8D9FEC48DF7/native/tb-icon-facebook.png'); background-repeat: no-repeat;}
.rw-icn-blogger {background-image: url('https://www.oracle.com/oce/dc/assets/CONT9CB0280425F942F68DE18FB7529C1E6E/native/icon-blogger.png'); background-repeat: no-repeat;}
.rw-icn-instagram {background-image: url('https://www.oracle.com/oce/dc/assets/CONT6A05E3581499477A9D2832172FCC095F/native/icon-instagram.png'); background-repeat: no-repeat;}
.rw-icn-linkedin {background-image: url('https://www.oracle.com/oce/dc/assets/CONT31394CC1ED78463D98E0949845A7D792/native/tb-icon-linkedin.png'); background-repeat: no-repeat;}
.rw-icn-oracle {background-image: url('https://www.oracle.com/oce/dc/assets/CONTAC13160A14BA47AC96A4E24CAEC0FA82/native/tb-oracle-2x.png'); background-repeat: no-repeat;}
.rw-icn-pinterest {background-image: url('https://www.oracle.com/oce/dc/assets/CONTB88770566CB44373B2546615CB8C2213/native/icon-pinterest.png'); background-repeat: no-repeat;}
.rw-icn-rss {background-image: url('https://www.oracle.com/oce/dc/assets/CONTE383A0B560F5407CAA7D0DEE7CB5D87B/native/icon-rss.png'); background-repeat: no-repeat;}
.rw-icn-blogger {background-image: url('https://www.oracle.com/oce/dc/assets/CONT9CB0280425F942F68DE18FB7529C1E6E/native/icon-blogger.png'); background-repeat: no-repeat;}
.rw-icn-weibo {background-image: url('https://www.oracle.com/oce/dc/assets/CONTCD049B4115D14CAEBA8060BA228BFBDD/native/tb-weibo-2x.png'); background-repeat: no-repeat;}
.rw-icn-youku {background-image: url('https://www.oracle.com/oce/dc/assets/CONT219E36988A324D81B6271E53553B638C/native/icon-youku.png'); background-repeat: no-repeat;}
.rw-icn-youtube {background-image: url('https://www.oracle.com/oce/dc/assets/CONT172E1B5DC0CA4080910A375F769B1373/native/icon-youtube.png'); background-repeat: no-repeat;}
.rw-icn-flickr {background-image: url('https://www.oracle.com/oce/dc/assets/CONT5179462CC69345579185A37F79511209/native/tb-icon-flickr.png'); background-repeat: no-repeat;}
.rw-icn-podcast {background-image: url('https://www.oracle.com/oce/dc/assets/CONT06D81BF049BC4243AE7386F455EEF2C9/native/icon-podcast.png '); background-repeat: no-repeat;}
.rw-icn-slideshare {background-image: url('https://www.oracle.com/oce/dc/assets/CONT3011A26DB5AF4714B79A562679F5441A/native/tb-icon-slideshare.png'); background-repeat: no-repeat;}
.rw-icn-email{background-image: url('https://www.oracle.com/oce/dc/assets/CONTFF4DBE468B1947CDB7D410C9FC67C5F2/native/tb-icon-mail.png'); background-repeat: no-repeat;}

@media (max-width: 576px) {
.LB-wrapper {box-sizing: border-box; position: relative; border-radius: unset;}
.icn-sec .icn-img{width: 48px; height: 48px;}
.icn-sec .sc-share ul li {margin-right: 16px;}
.sc-share ul li:last-child {margin-right: 0px;}
.sc-share ul li:first-child {margin-left: 0px;}
.LB-container {width:100%;}
.LB-wrapper {width: 100%;}
}
/*--Lightbox style end--*/

@media only screen and (min--moz-device-pixel-ratio: 1.5),	
(-o-min-device-pixel-ratio: 3/2),	
(-webkit-min-device-pixel-ratio: 1.5),	
(min-device-pixel-ratio: 1.5) {	
.pdf-wrapper756 {width:100%; height: auto; direction: ltr; }	
.pdf-div756{width: 690px; height: auto;}		
.pdf-div756:after {width: auto; }		
.tp-video{width: 100%; overflow: hidden; display: block;}
.LB-wrapper .dc-height {max-height: 450px; overflow-y: auto; padding-right: 10px;}
.sp2-ml {margin-left: 0px;}
}

/* PDF component - Slick start */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none; }
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);  -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
.slick-track {position: relative; top: 0;  left: 0;  display: block;  margin-left: auto;  margin-right: auto; }
.slick-track:before, .slick-track:after { display: table;  content: ''; }
.slick-track:after{ clear: both; }
.slick-loading .slick-track {visibility: hidden; }
.slick-slide {display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide {float: left;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none; }
.slick-initialized .slick-slide{display: block; }
.slick-loading .slick-slide{ visibility: hidden; }
.slick-vertical .slick-slide {display: block; height: auto;  border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
/*PDF component - Slick end */

/* PDF component Badge*/
#page-container { margin: 0 auto; display: table; padding-top: 32px;}
#page-container #button-prev {background-image: url(https://www.oracle.com/oce/dc/assets/CONT804DC4A3A5B04A809F8CA65A32A689E5/native/tb-arrow-back.png); width: 24px; height: 24px;background-repeat: no-repeat;float: left;margin-right: 24px;cursor: pointer;}
#page-container #button-nxt {background-image: url(https://www.oracle.com/oce/dc/assets/CONT2740CBA979044BFC9933332757BA7DEE/native/tb-arrow-next.png); width: 24px; height: 24px; background-repeat: no-repeat; float: left; margin-left: 24px; cursor: pointer;}
#page-container .Total-page{margin-left:5px;}
#page-container #index {float: left;  color: rgba(22,21,19,60%); font-size: 20px; font-weight: bold;}
/* PDF component end*/