/*<ORACLECOPYRIGHT>
* Copyright (C) 1994-2014 Oracle and/or its affiliates. All rights reserved.
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
* UNIX is a registered trademark of The Open Group.
*
* This software and related documentation are provided under a license agreement
* containing restrictions on use and disclosure and are protected by intellectual property laws.
* Except as expressly permitted in your license agreement or allowed by law, you may not use, copy,
* reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish,
* or display any part, in any form, or by any means. Reverse engineering, disassembly,
* or decompilation of this software, unless required by law for interoperability, is prohibited.
*
* The information contained herein is subject to change without notice and is not warranted to be error-free.
* If you find any errors, please report them to us in writing.
*
* U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S.
* Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable
* Federal Acquisition Regulation and agency-specific supplemental regulations.
* As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and
* license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the
* Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License
* (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
*
* This software or hardware is developed for general use in a variety of information management applications.
* It is not developed or intended for use in any inherently dangerous applications, including applications that
* may create a risk of personal injury. If you use this software or hardware in dangerous applications,
* then you shall be responsible to take all appropriate fail-safe, backup, redundancy,
* and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any
* damages caused by use of this software or hardware in dangerous applications.
*
* This software or hardware and documentation may provide access to or information on content,
* products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and
* expressly disclaim all warranties of any kind with respect to third-party content, products, and services.
* Oracle Corporation and its affiliates will not be responsible for any loss, costs,
* or damages incurred due to your access to or use of third-party content, products, or services.
</ORACLECOPYRIGHT>*/
/* 8.1.1.14SIA[23044]PATCHSET2 */
/*******************************************************/
/********************* Login Page **********************/
/*******************************************************/
/*
 * font
 */
/* NOTE: IMPORTING FONTS IS BETTER FOR PERFORMANCE, BUT DOES NOT WORK WITHOUT INTERNET ACCESS */
/* WE DEFINE THE FONTS OOTB AS WE WANT TO SUPPORT THE NO-INTERNET AND DISCONNECTED USER CASES */
/* IF THERE IS A NEED TO IMPROVE RESPONSE TIMES AND THERE IS NO REQUIREMENT FOR DISCONNECTED OR NO-INTERNET CASES, */
/* SIMPLY UNCOMMENT THE IMPORT LINE AND COMMENT OUT THE FONT-FACE DEFINITIONS */
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Light-webfont.eot');
  src: url('../../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Light-webfont.woff') format('woff'), url('../../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-LightItalic-webfont.eot');
  src: url('../../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-LightItalic-webfont.woff') format('woff'), url('../../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'), url('../../fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Regular-webfont.eot');
  src: url('../../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Italic-webfont.eot');
  src: url('../../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Italic-webfont.woff') format('woff'), url('../../fonts/Roboto-Italic-webfont.ttf') format('truetype'), url('../../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Medium-webfont.eot');
  src: url('../../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-MediumItalic-webfont.eot');
  src: url('../../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-MediumItalic-webfont.woff') format('woff'), url('../../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'), url('../../fonts/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-Bold-webfont.eot');
  src: url('../../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto-BoldItalic-webfont.eot');
  src: url('../../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-BoldItalic-webfont.woff') format('woff'), url('../../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'), url('../../fonts/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* THE NEXT FONT IS FOR ICONS VIA SVG */
/* THIS USED TO BE IN ICONS.LESS, BUT MOVED HERE TO CONSOLIDATE */
@font-face {
  font-family: 'oracle';
  src: url(../../fonts/oracle.eot?updziv);
  src: url(../../fonts/oracle.eot?#iefixupdziv) format('embedded-opentype'), url(../../fonts/oracle.woff?updziv) format('woff'), url(../../fonts/oracle.ttf?updziv) format('truetype'), url(../../fonts/oracle.svg?updziv#oracle) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* DO NOT USE THE COLOR VARIABLES IN THE SECTION BELOW DIRECTLY
   REFER TO THE NEXT SECTION FOR VARIABLES TO USE - START */
/* DO NOT USE THE COLOR VARIABLES IN THE SECTION BELOW DIRECTLY
   REFER TO THE NEXT SECTION FOR VARIABLES TO USE - END */
/* ONLY USE COLOR VARIABLES IN THIS SECTION - START */
/* ONLY USE COLOR VARIABLES IN THIS SECTION - END */
.siebui-oracleicon,
.siebui-icon-close-circle,
.siebui-icon-check-circle,
.siebui-icon-help,
.siebui-icon-arrowsm-down,
.siebui-icon-arrowsm-right {
  font-family: 'oracle';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siebui-icon-close-circle {
  color: #c24839;
}
.siebui-icon-close-circle::before {
  content: "\e63b";
}
.siebui-icon-check-circle {
  color: #57823d;
}
.siebui-icon-check-circle::before {
  content: "\e63e";
}
.siebui-icon-help {
  color: #1474bf;
}
.siebui-icon-help::before {
  content: "\e69b";
}
.siebui-icon-arrowsm-down {
  color: #1474bf;
}
.siebui-icon-arrowsm-down::before {
  content: "\e661";
}
.siebui-icon-arrowsm-right {
  color: #1474bf;
}
.siebui-icon-arrowsm-right::before {
  content: "\e659";
}
html[dir="rtl"] .siebui-icon-arrowsm-right::before {
  content: "\e65b";
}
html,
body {
  height: 100%;
}
.siebui-login-body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: none;
  color: #404453;
  background-color: #f5f5f5;
  text-align: center;
}
@media (min-width: 600px) {
  .siebui-login-bg {
    /* font-size: 13px; */
    background-image: url('/siebel/images/OAK_ClientDashboardHorizontal.jpg')!important;/* RV Added for Oakwood Background */
    background-size: cover; /* RV Added */
/*    background-color: gray; RV Added */
    background-repeat: no-repeat; /* RV Added */
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: contrast(15%);
  }
}
div.siebui-login-container {
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
.siebui-login-body form {
  width: 320px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .siebui-login-bg {
	background-image: url('/siebel/images/OAK_ClientDashboardVertical.jpg')!important;/* RV Added for Oakwood Background */
    background-size: cover; /* RV Added */
    background-repeat: no-repeat; /* RV Added */
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: contrast(15%);
  }
  .siebui-login-body{
    /* background-image: url('/siebel/images/OAK_ClientDashboardVertical.jpg')!important; /* RV Added for Oakwood Background */
    /* background-size: cover; /* RV Added */  
	/* background-repeat: no-repeat; /* RV Added */ 
	/* filter: contrast(15%); */
   }
  .siebui-login-body form {
	position: inherit; /*RV Added */
    right: 0px; /*RV Added */
  }
}
@media (min-width: 922px) {
  .siebui-login-body form {
/*    width: 900px; Original Value*/
      width: 350px; /*RV Changed */
      position: inherit; /*RV Added */
      right: 0px; /*RV Added */

  }
}
/*.siebui-login-body .siebui-login-container {
  background: #ffffff;
  min-height: 100%;
  height: auto;
  box-shadow: #d2e9f5 0 0 4px 0;
  box-sizing: border-box;
}
*/
.siebui-login-body .siebui-login-logo {
  height: 130px;
  background: url('/siebel/images/OAK_epic-loginpage-logo.png') no-repeat center bottom;
  width: 325px;
}
.siebui-login-btn img {
  display: none;
}
.siebui-login-body .siebui-login-form,
.siebui-login-body .siebui-error,
.siebui-login-body .siebui-browsercomp,
.siebui-login-body .siebui-browsercomp-header {
  margin-top: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .siebui-login-body .siebui-login-form,
  .siebui-login-body .siebui-error,
  .siebui-login-body .siebui-browsercomp,
  .siebui-login-body .siebui-browsercomp-header {
/*    margin-top: 20px; Original Value */
    margin-top: 20px; /* RV Changed */
/*    padding: 0 150px; Original value */
    padding: 0 20px; /* RV Changed */
  }
}
@media (min-width: 922px) {
  .siebui-login-body .siebui-login-form,
  .siebui-login-body .siebui-error,
  .siebui-login-body .siebui-browsercomp,
  .siebui-login-body .siebui-browsercomp-header {
    margin-top: 40px; /* RV Added */
/*    padding: 0 300px; Original Value */
    padding: 0 40px; /* RV Changed */
  }
}
.siebui-login-body .siebui-fieldset {
  padding: 5px 0;
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-input,
.siebui-login-body .siebui-fieldset .siebui-ctrl-password {
  vertical-align: middle;
  width: 250px; /* Epic mobile RV */
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input,
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input {
  border: 1px solid #727780;
  box-shadow: #d2e9f5 0 0 4px 0;
  box-sizing: border-box;
  padding: 10px 15px;
  outline: none;
  width: 281px;
}
@media (min-width: 922px) {
  .siebui-login-body .siebui-fieldset .siebui-ctrl-input input,
  .siebui-login-body .siebui-fieldset .siebui-ctrl-password input {
    width: 278px;
    padding: 10px 10px;
	margin-bottom: 19px;
  }
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input:focus,
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input:focus,
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input.has-value,
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input.has-value {
	background-image: none;
	padding-left: 5px;
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input {
	background-image: url('../../images/custom/Usericon.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	outline: none;
    border: none;
    box-shadow: none;
	width: 200px;
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input {
	background-image: url('../../images/custom/Key.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	outline: none;
    border: none;
    box-shadow: none;
	width: 200px;
}
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input:active,
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input:active,
.siebui-login-body .siebui-fieldset .siebui-ctrl-input input:focus,
.siebui-login-body .siebui-fieldset .siebui-ctrl-password input:focus {
  /* box-shadow: 1px 1px 2px #1474bf inset; */
  color: #29303f;
  width: 281px;
  background-image: none; 
  width: 200px;
}
.siebui-login-body .siebui-login-error .siebui-ctrl-input input,
.siebui-login-body .siebui-login-error .siebui-ctrl-password input {
  /* border: 1px solid #c24839; */
  /* box-shadow: #d2e9f5 0 0 4px 0; */
  box-sizing: border-box;
}
/*.siebui-login-body .siebui-login-title {
  font-size: 1.0em;
  padding: 20px 0;
  text-shadow: 0 0 1px #f5f5f5;
  text-align: center;
}*/
.siebui-login-body .siebui-login-btn {
  margin-top: 20px;
  text-align: center;
}
.siebui-login-body .siebui-login-btn a {
  line-height: 26px;
  width: 200px;
  margin-top: -11px;
  display: inline-block;
  background: #fcfcfc;    
  background-image: -webkit-linear-gradient(top, #fcfcfc, #b3b3b3);    background-image: -moz-linear-gradient(top, #fcfcfc, #b3b3b3);    background-image: -ms-linear-gradient(top, #fcfcfc, #b3b3b3);    background-image: -o-linear-gradient(top, #fcfcfc, #b3b3b3);    
  background-image: linear-gradient(to bottom, #5e4572, #5e4572);    -webkit-border-radius: 28;    -moz-border-radius: 28;    
  /* border-radius: 0px; */    -webkit-box-shadow: 0px 1px 3px #666666;    -moz-box-shadow: 0px 1px 3px #666666;    
  box-shadow: 0px 1px 3px #666666;    
  font-family: Arial;    
  /* color: #3b3b3b !IMPORTANT;  */   
  /* font-size: 12px; */    
  padding: 5px 5px 5px 5px;    
  text-decoration: none;
  border-color: WHITE !IMPORTANT;
  text-transform: uppercase;
  font-weight: bold; 
  color: #fff;  
}
.siebui-fieldset a {
  color: #5e4572;
}
.siebui-login-body .siebui-login-btn a:active,
.siebui-login-body .siebui-login-btn a.active {
  outline: 0;
  background-color: #57823d;
  border-color: #57823d;
}
.siebui-login-body .siebui-login-btn a:focus,
.siebui-login-body .siebui-login-btn a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.siebui-login-body .siebui-login-btn a:focus,
.siebui-login-body .siebui-login-btn a:hover {
  background-color: #6a9e4a;
  border-color: #6a9e4a;
  outline: none;
}
}
.siebui-login-body .siebui-login-btn a img {
  display: none;
}
.siebui-login-body .siebui-error {
  color: #c24839;
  max-height: 76px;
  text-align: justify;
}
.siebui-login-body .siebui-error br {
  display: none;
}
.siebui-login-body .siebui-login-footer {
  line-height: 1.4em;
  font-size: 0.8em;
  color: #727780;
  text-align: center !important;
}
/*.siebui-login-body .siebui-login-footer .siebui-ctrl-label {
  display: block;
  font-weight: bold;
}*/
.siebui-login-body .siebui-browsercomp,
.siebui-login-body .siebui-browsercomp-header {
  color: #404453;
}
.siebui-login-body .siebui-browsercomp a,
.siebui-login-body .siebui-browsercomp-header a {
  text-decoration: none;
  color: #1474bf;
}
.siebui-login-body .siebui-browsercomp-header * {
  display: none;
}
footer.oak-standard {
  background: url(/siebel/images/OAK_oakwood-ww-logo-2.png) no-repeat 50% center;
  padding: 0px;
  color: #fff;
  height: 50px;
  background-size: 100px;
  position: fixed;
  /* bottom: 0; */
  width: 75%;
  text-align: left;
  position: fixed;
  background-position: right;
  right: 30em;
}
footer.oak-standard p {
  position: relative;
  left: 40em;
}

@media (max-width: 599px) {
	footer.oak-standard {
	    background: url(/siebel/images/OAK_oakwood-ww-logo-2.png) no-repeat;
		padding: 0;
		color: #fff;
		height: 100px;
		background-size: 100px;
		bottom: 0;
		width: 100%;
		text-align: left;
		position: fixed;
		background-position: center;
		right: -1em;
		box-sizing: border-box;
	}	
	footer.oak-standard p {	
		position: relative;
		top: 60px;
		left: 11em;
	}
}
@media (min-width: 600px) {
	footer.oak-standard {
	    background: url(/siebel/images/OAK_oakwood-ww-logo-2.png) no-repeat;
		padding: 32px;
		color: #fff;
		height: 100px;
		background-size: 100px;
		bottom: 0px;
		width: 83%;
		text-align: left;
		position: fixed;
		background-position: right;
		right: 10em;
		box-sizing: border-box;
	}	
	footer.oak-standard p {	
		position: relative;
		top: 30px;
		left: 15em;
	}
}