/*
|--------------------------------------------------------------------------
| General (purposely conflicting styles)
|--------------------------------------------------------------------------

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	color: orange;
}

html, oracletaleocwsv2-logo {
	margin: 0;
	padding: 0;
	background-color: lime;
}

html {

}

body {
	font-family: fantasy;
	font-size: 20px;
	color: orange;
	background-color: blue;
}

img {
	max-width: 100%;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: orange;
}

a:hover,
a:active,
a:focus {
	outline: none;
	font-weight: bold;
	color: peach;
}


h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: purple;
}

h2 {
	font-size: 1.5em;
	font-weight: 500;
	color: #0086ad;
	margin-top: 1em;
	color: purple;
}

h3 {
	font-size: 1.35em;
	color: #363636;
	color: purple;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: purple;
}

h5 {
	font-size: 1.25em;
	color: #0086ad;
	font-weight: bold;
	color: purple;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	color: purple;
}

ul {
	padding-left: 0;
	color: brown;
}

ul li {
	list-style: none;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	color: brown;
}

blockquote {
	border-left: none;
	font-size: inherit;
	color: brown;
}
*/
/*
|--------------------------------------------------------------------------
| General - reset
|--------------------------------------------------------------------------
*/
div.cws-v2,
.cws-v2 object,
.cws-v2 iframe,
.cws-v2 h1,
.cws-v2 h2,
.cws-v2 h3,
.cws-v2 h4,
.cws-v2 h5,
.cws-v2 h6,
.cws-v2 p,
.cws-v2 blockquote,
.cws-v2 pre,
.cws-v2 abbr,
.cws-v2 address,
.cws-v2 cite,
.cws-v2 code,
.cws-v2 del,
.cws-v2 dfn,
.cws-v2 em,
.cws-v2 img,
.cws-v2 ins,
.cws-v2 kbd,
.cws-v2 q,
.cws-v2 samp,
.cws-v2 small,
.cws-v2 strong,
.cws-v2 sub,
.cws-v2 sup,
.cws-v2 var,
.cws-v2 b,
.cws-v2 i,
.cws-v2 dl,
.cws-v2 dt,
.cws-v2 dd,
.cws-v2 ol,
.cws-v2 ul,
.cws-v2 li,
.cws-v2 fieldset,
.cws-v2 form,
.cws-v2 label,
.cws-v2 legend,
.cws-v2 table,
.cws-v2 caption,
.cws-v2 tbody,
.cws-v2 tfoot,
.cws-v2 thead,
.cws-v2 tr,
.cws-v2 th,
.cws-v2 td,
.cws-v2 article,
.cws-v2 aside,
.cws-v2 canvas,
.cws-v2 details,
.cws-v2 figcaption,
.cws-v2 figure,
.cws-v2 footer,
.cws-v2 header,
.cws-v2 hgroup,
.cws-v2 menu,
.cws-v2 nav,
.cws-v2 section,
.cws-v2 summary,
.cws-v2 time,
.cws-v2 mark,
.cws-v2 audio,
.cws-v2 video {
    /*margin:0;*/
    /*padding:0;*/
    border:0;
    outline:0;
   /* font-size:100%; */
    vertical-align:baseline;
    background:transparent;
}

.cws-v2 {
    line-height:1;
}

.cws-v2 article,
.cws-v2 aside,
.cws-v2 details,
.cws-v2 figcaption,
.cws-v2 figure,
.cws-v2 footer,
.cws-v2 header,
.cws-v2 hgroup,
.cws-v2 menu,
.cws-v2 nav,
.cws-v2 section {
    display:block;
}

.cws-v2 blockquote,
.cws-v2 q {
    quotes:none;
}

.cws-v2 blockquote {
    color: inherit;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

.cws-v2 blockquote:before,
.cws-v2 blockquote:after,
.cws-v2 q:before,
.cws-v2 q:after {
    content:'';
    content:none;
}

.cws-v2 a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.cws-v2 table {
    border-collapse:collapse;
    border-spacing:0;
}

.cws-v2 input,
.cws-v2 select {
    vertical-align:middle;
}




/*
|--------------------------------------------------------------------------
| General - Oracle specific
|--------------------------------------------------------------------------
*/

/* two columns */
.cws-v2 .col-sm-6:nth-child(2n+1):not(.col-md-4),
.cws-v2 .col-md-6:nth-child(2n+1){
    clear: left;
}

div.cws-v2 {
    margin: 0;
    padding: 0;
}

div.cws-v2 {
  /*  background-color: #363636; */
    height: 100%;
}

.cws-v2 {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #464646;
    background-color: #363636;
    height: 100%;
    line-height: 1.5em;
}

.cws-v2 section,
.cws-v2 nav {
    color: #464646;
}

.cws-v2 img {
    max-width: 100%;
}

.cws-v2 a {
    text-decoration: underline;
    font-weight: bold;
    color: #464646;
}

.cws-v2 .jscroll-link-container {
    text-align: center;
}

.cws-v2 a:hover,
.cws-v2 a:active,
.cws-v2 a:focus {
    outline: none;
    font-weight: bold;
    color: #0086ad;
}


.cws-v2 h1 {
    font-size: 1.75em;
    font-weight: bold;
    color: #464646;
    margin-top: 1em;
    margin-bottom: .75em;
}

.cws-v2 h2 {
    font-size: 1.3em;
    font-weight: 500;
    color: #0086ad;

    margin-top: 1em;
    margin-bottom: .5em;
}

.cws-v2 h2.oracletaleocwsv2-poster-h2 {
    margin-top: 0em;
}

.cws-v2 h3 {
    font-size: 1.35em;
    color: #363636;

    margin-top: 1em;
    margin-bottom: .75em;
}

.cws-v2 h4 {
    font-weight: bold;
    font-size: 1.2em;
    color: #464646;

    margin-top: 1em;
    margin-bottom: .75em;

}

.cws-v2 h5 {
    font-size: 1.25em;
    color: #0086ad;
    font-weight: bold;

    margin-top: 1em;
    margin-bottom: .75em;
}

.cws-v2 h6 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
    color: #464646;

    margin-top: 1em;
    margin-bottom: .75em;
}

.cws-v2 [class*="col"] h2:first-of-type {
    margin-top: 0;
}

.cws-v2 h1 i,
.cws-v2 h2 i,
.cws-v2 h3 i,
.cws-v2 h4 i,
.cws-v2 h5 i,
.cws-v2 h6 i {
    padding-right: .5em;
}

.cws-v2 i.oracletaleocwsv2-approval-icon {
    color: #39b54a;
}

.cws-v2 ul {
    padding-left: 0;
    color: #464646;
}

.cws-v2 ul li {
    list-style: none;
    position: relative;
    margin-left: 1em;
    margin-bottom: .75em;
    color: #464646;
}

.cws-v2 ul li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1em;
}

.cws-v2 blockquote {
    border-left: none;
    font-size: inherit;
}

.cws-v2 p {
    margin-bottom: 1em;
    font-size: 14px !important;
}

.cws-v2 .radio label,
.cws-v2 .checkbox label {
    padding-left: 20px;
}


/*
|--------------------------------------------------------------------------
| Structure Elements
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-main-content {
    padding: 0 0 3em;
    background: #fff;
}

.cws-v2 .container-fluid {
    position: relative;
    max-width: 1200px;
}

.cws-v2 .display-flex {
    display: flex;
}
.cws-v2 .oracletaleocwsv2-container-small {
    max-width: 650px;
    margin: auto;
}

.cws-v2 section {
    padding-bottom: 1em;
    background-color: #fff;
}

.cws-v2 section + section {
    padding-top: 0;
    padding-bottom: 1.5em;
}


.cws-v2 section.oracletaleocwsv2-navigation {
    padding-top: 0;
    height: 100px;
}

/* CTAs */
.cws-v2 section.oracletaleocwsv2-CTA-section {
    padding: 0;
}

.cws-v2 .oracletaleocwsv2-CTA-wrapper {
    background: #efefef url('../../img/CwsV2/bg/translucent_pixels.png');
}


.cws-v2 .oracletaleocwsv2-CTA-section .container-fluid {
    padding-top: 3em;
    padding-bottom: 3em;
}

.cws-v2 .oracletaleocwsv2-CTA-section:before {
    content: '';
    border-top: 1px solid #ccc;
    margin-bottom: 1px;
    display: block;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

/* buttons */
.cws-v2 .btn {
    border-radius: 0;
    font-size: 14px;
    position: relative;
    padding: .6em 1.5em;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    font-weight: normal;
}

.cws-v2 .btn:hover,
.cws-v2 .btn:active,
.cws-v2 .btn:focus {
    font-weight: normal;
    box-shadow: none !important;
    outline: none;
}

.cws-v2 .btn-lg {
    font-size: 16px;
    padding: .8em 1em;
}

.cws-v2 .oracletaleocwsv2-btn-long {
    width: 145px;
    height: 30px;
    min-height: 30px;
    font-size: 14px !important;
    padding: .25em !important;
}

.cws-v2 .btn-primary {
    color: #fff;
    background: #0086ad;
    border: 1px solid #0086ad;
}

.cws-v2 .btn-primary:focus,
.cws-v2 .btn-primary:hover {
    background-color: #039Ac6;
    border-color: #039Ac6;
    color: #fff;
}

.cws-v2 .btn-secondary {
    color: #fff;
    background: #636363;
    border: 1px solid #636363;
}

.cws-v2 .btn-secondary:hover,
.cws-v2 .btn-secondary:focus {
    background-color: #707070;
    color: #fff;
}

.cws-v2 .btn-default {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #363636;
}

.cws-v2 .btn-default:hover,
.cws-v2 .btn-default:focus {
    background-color: #F9F9F9;
    color: #363636;
}

.cws-v2 .btn-danger {
    color: #fff;
    background: #c00000;
    border: 1px solid #c00000;
}

.cws-v2 .btn-danger:hover,
.cws-v2 .btn-danger:focus {
    background: #d30000;
    border: 1px solid #d30000;
    color: #fff;
}

.input-group-btn button.file-upload-flex-button {
    display: flex;
}

/* font awesome buttons */
.cws-v2 .oracletaleocwsv2-btn-fa:before {
    font-family: 'FontAwesome';
    padding-right: .75em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

/* note: changes position to after! */
.cws-v2 .btn.fa-caret-right:before {
    display: none;
}

.cws-v2 .fa-caret-right:after {
    font-family: 'FontAwesome';
    padding-left: .75em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    content: "\f0da";
}

/* square buttons */
.cws-v2 .oracletaleocwsv2-btn-square.oracletaleocwsv2-btn-fa:before {
    padding-right: 0;
    display: block;
    text-align: center;
    font-size: 1.5em;
}

.cws-v2 .oracletaleocwsv2-btn-square {
    font-size: 12px !important;
    width: 65px;
    min-width: 65px;
    min-height: 50px;
    padding: .25em !important;
}

/* disabled items */
.cws-v2 .oracletaleocwsv2-disabled .oracletaleocwsv2-btn-square
{
    color: #c2c2c2;
    border: none;
    background: transparent;
    font-weight: normal;
}

/*form-group */
.cws-v2 .form-group {
    display: inline-block;
    vertical-align: top;
    margin-right: .75em;
    max-width: 88.5%;
}

/* disabled form-group */
.cws-v2 .form-group.oracletaleocwsv2-disabled {
    color: #c2c2c2;
}

.cws-v2 .form-group.oracletaleocwsv2-disabled label {
    color: #c2c2c2;
}

.cws-v2 .form-control[disabled],
.cws-v2 .form-control[readonly],
.cws-v2 fieldset[disabled] .form-control {
    color: #c2c2c2;
    background-color: #fff;
}

/* btn-grouped (default is three!)*/
.cws-v2 .oracletaleocwsv2-btn-grouped {
    width: 100%;
    margin: 0;
    text-align: right;
}

.cws-v2 .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit {
    /*width: 33.33%;*/
    margin-left: -5px;
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
}

.cws-v2 .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit:first-child {
    padding-left: 0;
}

.cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-2 {
    margin-top: 1em;
}

.cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-2 .oracletaleocwsv2-btn-grouped-unit {
    width: 50%;
}

.cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-4 .oracletaleocwsv2-btn-grouped-unit {
    width: 25%;
    padding: 0;
}

.cws-v2 .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit .btn {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

/* submit button */
.cws-v2 button[type="submit"] {
    display: block;
}

/*
|--------------------------------------------------------------------------
| Header and Footer
|--------------------------------------------------------------------------
*/

.cws-v2 header {
    background: #363636;
    color: #ccc;
}

.cws-v2 header .oracletaleocwsv2-logo {
    padding-top: 1em;
    padding-bottom: 1em;
    display: inline-block;
    max-width: 100%;
}

.cws-v2 header .oracletaleocwsv2-logo img {
    max-width: 250px;
    max-height: 60px;
    height: auto;
    width: auto;
}

.cws-v2 footer {
    background: #363636;
    color: #ccc;
    font-size: .85em;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
}


/*
|--------------------------------------------------------------------------
| Main Nav
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-main-nav {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #000;
}

.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped {
    text-align: left;
}

.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit {
    float: left;
    margin-left: 0;
}

.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit.oracletaleocwsv2-last {
    float: right;
}

.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-square {
    font-size: 11px !important;
}

/* portal (no longer exists)
.login-portal a:before {
	content: "|";
	padding-right: .5em;
}

.login-portal a:first-of-type:before {
	display: none;
}
*/

/* welcome text */
.cws-v2 .oracletaleocwsv2-tagline {
    padding: .75em 15px;
    background-color: #f3f3f3;
    color: #464646;
    font-size: 1.2em;
    display: block;
    margin: 0 -15px;
}

/*
|--------------------------------------------------------------------------
| Sub Nav
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-subnav a {
    width: 48%;
    margin-left: 2%;
}

.cws-v2 .oracletaleocwsv2-subnav a:first-of-type {
    margin-left: 0;
}

/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
.cws-v2 .form-control {
    border-radius: 0;
    box-shadow: none;
}

.cws-v2 .form-group label.text-danger {
    white-space: normal;
}

.cws-v2 .form-group label {
    white-space: normal;
    font-weight: 600;
}

.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-square label {
    font-weight: 700;
}

/* display-group */
.cws-v2 .oracletaleocwsv2-display-group .oracletaleocwsv2-display-group-label {
    white-space: normal;
    font-weight: bold;
}

.cws-v2 .oracletaleocwsv2-display-group .oracletaleocwsv2-display-group-info {
    border-color: transparent;
    background-color: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* form-inline */
.cws-v2 .form-inline > * {
    margin-bottom: 1em;
}

.cws-v2 textarea {
    resize:vertical;
}

/* add "*" after label */
.cws-v2 .oracletaleocwsv2-required:after {
    content: "*";
    color: red;
}
/* tooltip */
.cws-v2 .oracletaleocwsv2-tooltip-anchor {
    color: #0086ad;
}
/*
.cws-v2 .tooltip-inner {
	background-color: #0086ad;
}

.cws-v2 .tooltip.top .tooltip-arrow {
	border-top-color: #0086ad;
}
*/
/* help block (instructions under input) */
.cws-v2 .oracletaleocwsv2-help-block {
    font-size: .95em;
    color: #898989;
    text-align: right;
    margin-bottom: 0;
}

.cws-v2 .oracletaleocwsv2-help-block a {
    font-weight: normal;
    text-decoration: none;
    color: #898989;
}

.cws-v2 .oracletaleocwsv2-help-block a:hover,
.cws-v2 .oracletaleocwsv2-help-block a:focus {
    color: #555;
}

/* custom input (aka file uploader and multi select) */
/*custom input (general) */
.cws-v2 .input-group-btn {
    vertical-align: middle;
}

.cws-v2 .oracletaleocwsv2-custom-input .input-group > input[type="text"],
.cws-v2 .oracletaleocwsv2-custom-input .input-group > .form-control[disabled]{
    background-color: #fff !important;
    color: #000 !important;
    cursor: text;
}

.cws-v2 .oracletaleocwsv2-custom-input .input-group > .disabled-input-click-shim {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    cursor: text;
}

.cws-v2 .oracletaleocwsv2-custom-input .input-group > .disabled-input-click-input-group-shim {
    z-index: 3
}

.cws-v2 .oracletaleocwsv2-custom-input .input-group-btn button {
    margin: 0;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
    padding-top: .5em;
    border-radius: 0 !important;
    max-width: fit-content;
}

.cws-v2 .oracletaleocwsv2-custom-input .input-group-btn button:hover,
.cws-v2 .oracletaleocwsv2-custom-input .input-group-btn button:focus{
    font-weight: bold;
}

/* file uploader */
.cws-v2 .oracletaleocwsv2-hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .input-group-btn button {
    padding: 0 3em;
}

.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .oracletaleocwsv2-file-trigger,
.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .oracletaleocwsv2-file-input{
    cursor: pointer;
}

/* multiselect */
.cws-v2 .oracletaleocwsv2-custom-input.multiselect .input-group .oracletaleocwsv2-multiselect-input {
    cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Popup
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-popup {
    background: #fff;
    padding: 2em;
    padding-top: 1.5em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    margin: auto;
    z-index: 20;
}

.cws-v2 .oracletaleocwsv2-popup h3 {
    margin-top: 0;
}

.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em;
    font-size: 1.5em;
    z-index: 18;
}

body.oracletaleocwsv2-popup-open {
    position: relative;
}

body.oracletaleocwsv2-popup-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6;
    z-index: 10;
}

.cws-v2 .oracletaleocwsv2-popup button[type="submit"],
.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-close-popup-trigger {
    display: inline-block;
}

/* mutliselect popup */
.cws-v2 .oracletaleocwsv2-multiselect-popup .oracletaleocwsv2-multiselect-content {
    height: 250px;
    overflow-y: auto;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
}

.cws-v2 .oracletaleocwsv2-multiselect-popup .oracletaleocwsv2-checkall,
.cws-v2 .oracletaleocwsv2-multiselect-popup .oracletaleocwsv2-uncheckall {
    text-decoration: none;
    display: inline-block;
}

/* checkall toggle */
.cws-v2 .oracletaleocwsv2-checkalltoggle {
    display: block;
    width: 100%;
    padding: .5em .75em;
    background: #ccc;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}

.cws-v2 .oracletaleocwsv2-checkalltoggle i {
    padding-right: .75em;
    width: 30px;
}

.cws-v2 .oracletaleocwsv2-checkalltoggle:hover,
.cws-v2 .oracletaleocwsv2-checkalltoggle:focus {
    font-weight: normal;
    color: inherit;
    background-color: #f3f3f3;
}

.cws-v2 .oracletaleocwsv2-checkalltoggle.oracletaleocwsv2-allchecked i:before {
    content: "\f046"; /* fa-check-square-o */
}

.cws-v2 .oracletaleocwsv2-checkalltoggle.oracletaleocwsv2-somechecked i:before {
    content: "\f147"; /* fa-minus-square-o */
}

.cws-v2 .oracletaleocwsv2-checkalltoggle.oracletaleocwsv2-nonechecked i:before {
    content: "\f096"; /* fa-square-o */
}

/* checkboxes */
.cws-v2 .oracletaleocwsv2-popup input[type="checkbox"] {
    display: none;
}

/* checkboxes */
.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-checkbox-wrapper .checkbox{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-checkbox-wrapper {
    width: 100%;
    display: block;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.cws-v2 .oracletaleocwsv2-popup .checkbox {
    margin: 0;
}

.cws-v2 .oracletaleocwsv2-popup .checkbox label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.85em;
    white-space: normal;
    vertical-align: top;
}

.cws-v2 .oracletaleocwsv2-popup .checkbox label:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    padding-right: .5em;

    content:"\f096"; /* fa-square-o */
    color: #ccc;
    font-size: 21px;
    line-height: 21px;
    width: 30px;
}

.cws-v2 .oracletaleocwsv2-popup .checkbox.oracletaleocwsv2-checked label:before {
    /*content: "\f046";*/
    color: #464646;
    content:"\f14a"; /* fa-check-square */
}

.cws-v2 .oracletaleocwsv2-popup .checkbox.oracletaleocwsv2-checked {
    background: #f3f3f3;
}

/* height adjustment */
.cws-v2 .oracletaleocwsv2-popup-inner {
    position: relative;
    height: 100%;
}
.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-top-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 .5em;
    margin: 0;
    z-index: 12;
}

.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-popup-content {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
}

.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-multiselect-content {
    height: 100%;
}

.cws-v2 .oracletaleocwsv2-popup .oracletaleocwsv2-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 0 0;
    margin: 0;
}

/*
|--------------------------------------------------------------------------
| Accordions
|--------------------------------------------------------------------------
*/
/* accordion group */
.cws-v2 .oracletaleocwsv2-accordion-group {
    margin-bottom: 2em;
    margin-left: -15px;
    margin-right: -15px;
    /*margin-top: 1em;*/
}

.cws-v2 .oracletaleocwsv2-accordion-group-head {
    margin: 0;
    min-height: 40px;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    padding: .9em;
}

.cws-v2 .oracletaleocwsv2-accordion-group-head .form-group:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.cws-v2 .oracletaleocwsv2-accordion-group.oracletaleocwsv2-has-footer:after {
    content: '';
    display: block;
    min-height: 40px;
    background: #d7d7d7 url('../../img/CwsV2/bg/translucent_pixels.png');
    border-bottom: 1px solid #ccc;
    outline: 1px solid #ccc;
}

/* accordion */
.cws-v2 .oracletaleocwsv2-accordion {
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.cws-v2 .oracletaleocwsv2-accordion + .oracletaleocwsv2-accordion {
    border-top: none;
}

/* accordion head */
.cws-v2 .oracletaleocwsv2-accordion-head {
    position: relative;
    padding: 1em 40px 1em 1em;
    cursor: pointer;
}

.cws-v2 .oracletaleocwsv2-accordion-block .oracletaleocwsv2-accordion-head:after {
    content: "\f138";
    font-family: 'FontAwesome';
    font-size: 21px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    margin-right: 15px;
    color: #0086ad;
}

.cws-v2 .oracletaleocwsv2-accordion-block.oracletaleocwsv2-active .oracletaleocwsv2-accordion-head:after {
    content: "\f13a";
    color: #464646;
}

.cws-v2 .oracletaleocwsv2-head-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #0086ad;
}

.cws-v2 .oracletaleocwsv2-head-title-grayed {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #898989;
}

.cws-v2 .oracletaleocwsv2-accordion-head .oracletaleocwsv2-head-title a {
    color: #0086ad;
    text-decoration: none;
    /*font-weight: normal;*/
}

.cws-v2 .oracletaleocwsv2-accordion-head .oracletaleocwsv2-head-title a:hover,
.cws-v2 .oracletaleocwsv2-accordion-head .oracletaleocwsv2-head-title a:focus {
    text-decoration: underline;
}

.cws-v2 .oracletaleocwsv2-head-secondaryinfo {
    font-size: .9em;
    color: #898989;
}

/* accordion-content */
.cws-v2 .oracletaleocwsv2-accordion-content {
    padding: 15px;
}

/* accordion-content */
.cws-v2 .oracletaleocwsv2-accordion-content:not(.oracletaleocwsv2-accordion-auto-open) {
    display: none;
}

/* hover effect */
.cws-v2 .oracletaleocwsv2-accordion-block.oracletaleocwsv2-active {
    background-color: #f6f6f6;
}

/*
|--------------------------------------------------------------------------
| Expandable Accordions
|--------------------------------------------------------------------------
*/
/* custom checkbox */
.cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
}

.cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-checkbox label {
    margin: 0;
    font-size: 18px;
    height: 100%;
    width: 70px;
    display: block;
    text-align: center;
}

.cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-checkbox label:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-checkbox i {
    display: inline-block;
    vertical-align: middle;
}

.cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-checkbox + .oracletaleocwsv2-accordion-head-info {
    padding-left: 10px;
}

/*
|--------------------------------------------------------------------------
| Panels
|--------------------------------------------------------------------------
*/
.cws-v2 .panel {
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    height: 100%;
    box-shadow: none;
   /* border-color: #ccc; */
    border: 1px solid #ccc;

}

.cws-v2 .panel-heading {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 115px;
    border: none;
    border-color: #ccc !important;
    border-right: 1px solid #ccc;
    background: #f1f1f1 !important;
    display: none;
}

.cws-v2 .panel-heading i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    margin-top: -20px;
    margin-left: -17px;
}


.cws-v2 .panel-body {
    padding: 2em;
}

.cws-v2 .panel-heading + .panel-body {
    padding-left: 2em;
}

.cws-v2 .panel h2,
.cws-v2 .panel h3,
.cws-v2 .panel h4 {
    margin-top: 0;
}

/* panel small */
.cws-v2 .oracletaleocwsv2-panel-small {
}

.cws-v2 .oracletaleocwsv2-panel-small .panel-heading {
    width: 80px;
}

.cws-v2 .oracletaleocwsv2-panel-small .panel-heading i {
    font-size: 24px;
    margin-top: -4px;
    margin-left: -12px;
}

.cws-v2 .oracletaleocwsv2-panel-small .panel-body {
    padding: 1.5em;
}

.cws-v2 .oracletaleocwsv2-panel-small .panel-heading + .panel-body {
    padding-left: 95px;
}

/* panel-heading-right */
.cws-v2 .panel.oracletaleocwsv2-panel-heading-right .panel-heading {
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 1px solid #ccc;
}

/* panel-heading-right - small */
.cws-v2 .oracletaleocwsv2-panel-small.oracletaleocwsv2-panel-heading-right .panel-heading + .panel-body {
    padding-right: 95px;
    padding-left: 1.5em;
}

/* CTA cols */
.cws-v2 .oracletaleocwsv2-cta-main-col {
    margin-bottom: 1em;
}

.cws-v2 .oracletaleocwsv2-cta-sub-col:first-child {
    margin-bottom: 1em;
}

/*
|--------------------------------------------------------------------------
| Wells
|--------------------------------------------------------------------------
*/
.cws-v2 .well {
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
    background-color: #f1f1f1;
    padding: 1em;
    /*padding: 1.5em;*/
}

/* secondary-info */
.cws-v2 .well.oracletaleocwsv2-secondary-info {
    background-image: url('../../img/CwsV2/bg/translucent_pixels.png');
}

.cws-v2 .well.oracletaleocwsv2-secondary-info h3 {
    margin-top: 0;
}

/* job description */
.cws-v2 .well.oracletaleocwsv2-job-description {
    position: relative;
}

.cws-v2 .well.oracletaleocwsv2-job-description .oracletaleocwsv2-custom-checkbox {
    float: right;
    font-size: 1.4em;
    color: #c2c2c2;
    position: absolute;
    top: 0;
    right: 0;
    padding: .75em;
    visibility: hidden;
}

.cws-v2 .oracletaleocwsv2-rss {
    margin: 0em;
    padding: .5em;
    bottom: 0;
    right: 0;
    float: right;
    position: absolute;
    font-size: 20px;
}

.cws-v2 .well.oracletaleocwsv2-job-description h4 {
    clear: both;
}

.cws-v2 .well.oracletaleocwsv2-job-description span.small {
    display: block;
}

.cws-v2 .well.oracletaleocwsv2-job-description strong {
    font-size: 1.5em;
    display: block;
    clear: both;
    word-wrap: break-word;
    padding-right: 1.5em;
}


.cws-v2 .well.oracletaleocwsv2-job-description [class*='col-'] {
    margin-top: 1.5em;
}

.cws-v2 .well.oracletaleocwsv2-job-description + .btn-block {
    margin-bottom: 1em;
    margin-top: 0px;
}


/*
|--------------------------------------------------------------------------
| Alerts
|--------------------------------------------------------------------------
*/
.cws-v2 .alert {
    border-radius: 0;
    padding: 2em;
}

.cws-v2 .alert-info {
    background-color: #f1fcff;
    color: #464646;
    border-color: #c5d6da;
}

.cws-v2 .alert-warning {
    background-color: #fcf8cb;
    color: #727272;
    border-color: #cccccc;
    padding: 1em;
    font-size: .9em;
}

/*
|--------------------------------------------------------------------------
| Custom Checkboxes
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-custom-checkbox {
    margin: 0;
}

.cws-v2 .oracletaleocwsv2-custom-checkbox input[type="checkbox"] {
    display: none;
}

.cws-v2 .oracletaleocwsv2-custom-checkbox label {
    padding: 0;
}

/* custom checkbox */
.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-square i:before{
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    padding-right: .5em;
    content:"\f096"; /* fa-square-o */
    color: #ccc;
    font-size: 21px;
    line-height: 21px;
    width: 30px;
}

.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-square.oracletaleocwsv2-checked i:before{
    /*content: "\f046";*/
    color: #464646;
    content:"\f14a"; /* fa-check-square */
}

/* custom bell */
.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-bell i:before{
    content: "\f0a2"; /* bell-o */
}

.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-bell.oracletaleocwsv2-checked i:before{
    content: "\f0f3"; /* bell */
    color: #0086ad;
}

/* custom star */
.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-star i:before{
    content: "\f006"; /* star-o */
}

.cws-v2 .oracletaleocwsv2-custom-checkbox.oracletaleocwsv2-ckbx-star.oracletaleocwsv2-checked i:before{
    content: "\f005"; /* star */
    color: #0086ad;
}

/* if in panel heading or accordion, position to middle */
.cws-v2 .panel-heading .oracletaleocwsv2-custom-checkbox {
    height: 100%;
    margin: 0;
    text-align: center;
}

.cws-v2 .panel-heading .oracletaleocwsv2-custom-checkbox label {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| Datepicker
|--------------------------------------------------------------------------
*/

.cws-v2 .ui-datepicker.ui-widget input,
.cws-v2 .ui-datepicker.ui-widget select,
.cws-v2 .ui-datepicker.ui-widget textarea,
.cws-v2 .ui-datepicker.ui-widget button {
    color: #000000 !important;
}

/* datepicker spacing */
.cws-v2 .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
}

.cws-v2 .ui-datepicker th {
    padding: .7em .3em;
    width: 14%;
}

.cws-v2 .ui-datepicker td {
    padding: 1px;
}

/* set padding to dates */
.cws-v2 .ui-state-default,
.cws-v2 .ui-widget-content .ui-state-default,
.cws-v2 .ui-widget-header .ui-state-default {
    padding: .4em .2em;
    text-decoration: none;
}

/* increase font size for better view on mobile */
.cws-v2 .ui-datepicker {
    font-size: 15px;
}

/* datepicker button */
.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-datepicker-range-group .input-group input,
.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-datepicker-group .input-group input {
    cursor: pointer;
}

/* multiselect button */
.cws-v2 .oracletaleocwsv2-custom-input.oracletaleocwsv2-multiselect .input-group input {
    cursor: pointer;
}

.cws-v2 .oracletaleocwsv2-datepicker-group {
    position: relative;
}

.cws-v2 .oracletaleocwsv2-datepicker-group input[type="text"][disabled]{
    cursor: pointer;
}

.cws-v2 .oracletaleocwsv2-datepicker-group .oracletaleocwsv2-datepicker {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 30;
}

.cws-v2 .oracletaleocwsv2-datepicker-group .ui-datepicker {
    width: 100%;
}

.cws-v2 .oracletaleocwsv2-datepicker.oracletaleocwsv2-datepicker-single .ui-datepicker {
    height: auto;
}

.cws-v2 .oracletaleocwsv2-datepicker-group .ui-datepicker {
    display: none;
}

.cws-v2 .oracletaleocwsv2-datepicker-group .ui-datepicker:first-of-type {
    display: block;
}

/*.cws-v2 button.ui-datepicker-close[data-handler="hide"] {*/
/*display: none;*/
/*}*/

/*
|--------------------------------------------------------------------------
| Datepicker Range Picker
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-datepicker-range-group {
    position: relative;
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group input[type="text"][disabled]{
    cursor: pointer;
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group .oracletaleocwsv2-datepicker {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 30;
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group .ui-datepicker {
    width: 100%;
}

.cws-v2 .oracletaleocwsv2-dp-highlight .ui-state-default {
    background: #0086ad;
    color: #FFF;
}

.cws-v2 .ui-datepicker.ui-datepicker-multi  {
    width: 100% !important;
}

.cws-v2 .ui-datepicker-multi .ui-datepicker-group {
    float:none;
}

.cws-v2 .oracletaleocwsv2-datepicker.oracletaleocwsv2-datepicker-range .ui-datepicker-inline {
    height: auto;
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group .ui-widget {
    /*font-size: 100%*/
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group .ui-datepicker-group{
    display: none;
}

.cws-v2 .oracletaleocwsv2-datepicker-range-group .ui-datepicker-group:first-of-type{
    display: block;
}


/*
|--------------------------------------------------------------------------
| Pagination Bar
|--------------------------------------------------------------------------
*/
.cws-v2 .oracletaleocwsv2-paginationbar {
    border: 1px solid #e1e1e1;
    /*margin: 2em -15px;*/
    margin-bottom: 2em;
}

.cws-v2 .oracletaleocwsv2-paginationbar .input-group-btn{
    line-height: 1em;
}

.cws-v2 .oracletaleocwsv2-paginationbar .btn {
    font-size: 14px;
    height: 34px;
    color: #c2c2c2;
    background-color: #f3f3f3;
    margin: 0 !important;
    border: none;
    width: 45px;
    height: 45px;
    position: relative;
}

.cws-v2 .oracletaleocwsv2-paginationbar .btn:hover,
.cws-v2 .oracletaleocwsv2-paginationbar .btn:active,
.cws-v2 .oracletaleocwsv2-paginationbar .btn:focus {
    background-color: #fbfbfb;
}

.cws-v2 .oracletaleocwsv2-paginationbar [class*='oracletaleocwsv2-pagi-']:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-first:before {
    content:"\f100";
    margin-left: -8px;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-prev:before {
    content:"\f104";
    margin-left: -7px;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-next:before {
    content:"\f105";
    margin-left: -6px;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-last:before {
    content:"\f101";
    margin-left: -6px;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-first,
.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-prev {
    border-right: 1px solid #e1e1e1;
    border-radius: 0;
}

.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-last,
.cws-v2 .oracletaleocwsv2-paginationbar .oracletaleocwsv2-pagi-next {
    border-left: 1px solid #e1e1e1;
    border-radius: 0;
}

.cws-v2 .oracletaleocwsv2-paginationbar input[type="text"] {
    text-align: center;
    font-weight: bold;
    color: #464646;
    border: none;
    cursor: default;
    height: 45px;
    font-size: 16px;
}

/*
|--------------------------------------------------------------------------
| Job Search Page
|--------------------------------------------------------------------------
*/
/* open job panel */
.cws-v2 .panel.oracletaleocwsv2-totals-callout {
    text-align: center;
}

.cws-v2 .panel.oracletaleocwsv2-totals-callout .panel-body {
    padding: .8em;
}

.cws-v2 .panel.oracletaleocwsv2-totals-callout .panel-body h3 {
    font-size: 1.1em;
}

.cws-v2 .panel.oracletaleocwsv2-totals-callout .oracletaleocwsv2-panel-number {
    color: #ff0000;
    font-size: 2em;
    font-weight: bold;
    line-height: 30px;
}
.oracletaleocwsv2-panel-number{
    text-decoration: none !important;
}
/* job alert panel */
.cws-v2 .oracletaleocwsv2-job-alert {
    margin-bottom: 1em;
    font-size: 11px;
}

.cws-v2 .oracletaleocwsv2-job-alert-save {
    margin-top: 2.7em;
    font-size: 11px;
}


.cws-v2 .oracletaleocwsv2-job-alert h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.cws-v2 .oracletaleocwsv2-job-alert .panel-heading {
    display: block;
    padding: 0;
}

.cws-v2 .oracletaleocwsv2-job-alert .panel-heading:hover {
    background: #fff !important;
}


/*
|--------------------------------------------------------------------------
| Job Description Page
|--------------------------------------------------------------------------
*/

/* button navigation */
.cws-v2 .oracletaleocwsv2-button-navigation {
    margin: 2em 0 2em;
}

.cws-v2 .oracletaleocwsv2-button-navigation .btn {
    vertical-align: top;
}

.cws-v2 .oracletaleocwsv2-right-aligned {
    text-align: right;
}

.cws-v2 .oracletaleocwsv2-button-right-aligned {
    display: inline-block !important;
    vertical-align: top !important;
}

/*
.cws-v2 .oracletaleocwsv2-button-navigation .btn {
	display: inline-block;
}*/

.cws-v2 .oracletaleocwsv2-button-navigation [type="submit"] {
    display: inline-block;
}


/* button navigation */
.cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn {
    display: block;
    width: 100%;
    margin-bottom: .5em;
    margin-top: .5em;
}

.cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn.back-button {
    display: inline-block;
    margin-right: 5%;
    width: 40%;
}

.cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn.email-button {
    display: inline-block;
    margin-left: -5px;
    width: 55%;
}

/*
|--------------------------------------------------------------------------
| Application Pages
|--------------------------------------------------------------------------
*/
/* progress bar */
.cws-v2 .oracletaleocwsv2-progress-meter {
    margin: 1em 0;
    position: relative;
    min-height: 50px;
    text-align: center;
}

.cws-v2 .oracletaleocwsv2-progress-bar {
    background: #ccc;
    height: 10px;
    width: 100%;
    position: relative;
}

.cws-v2 .oracletaleocwsv2-progress-bar .oracletaleocwsv2-progress-complete {
    background: #39b54a url('../../img/CwsV2/bg/translucent_pixels.png');
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;

    -webkit-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.cws-v2 .oracletaleocwsv2-progress-marker {
    display: inline-block;
    background: #fff;
    padding: 4px;
    color: #fff;
    width: 75px;
    text-align: center;
    border: 1px solid #ccc;
    height: 30px;
    font-size: 14px;
    margin-top: 1em;
    left: 0;

    -webkit-transition: left 1.5s ease-in-out;
    -moz-transition: left 1.5s ease-in-out;
    -o-transition: left 1.5s ease-in-out;
    transition: left 1.5s ease-in-out;
}

.cws-v2 .oracletaleocwsv2-progess-marker-inner{
    background: #636363;
    padding: 0 .5em;
}

/* step title */
.cws-v2 .oracletaleocwsv2-step-title {
    color: #fff;
    font-size: 1.45em;
    padding: .5em 1em;
    margin-bottom: 1.5em;
    background: #636363 url('../../img/CwsV2/bg/translucent_pixels.png');
}

/* steps */
.cws-v2 .oracletaleocwsv2-step {
    display: none;
}

.cws-v2 .oracletaleocwsv2-step.oracletaleocwsv2-active {
    display: block;
}

.cws-v2 .oracletaleocwsv2-error-text {
    display: inline;
}

.cws-v2 .oracletaleocwsv2-error-text label {
    font-weight: 700;
}

/* add work, education and attachment buttons */
.cws-v2 .oracletaleocwsv2-add-work-trigger,
.cws-v2 .oracletaleocwsv2-add-attachment-trigger,
.cws-v2 .oracletaleocwsv2-add-resume-trigger,
.cws-v2 .oracletaleocwsv2-add-education-trigger,
.cws-v2 .oracletaleocwsv2-add-residence-trigger,
.cws-v2 .oracletaleocwsv2-add-reference-trigger,
.cws-v2 .oracletaleocwsv2-add-certificate-trigger,
.cws-v2 .oracletaleocwsv2-add-profile_picture-trigger {
    margin-bottom: 1em;
    font-size: 16px;
}

.cws-v2 .oracletaleocwsv2-upload-resume-trigger,
.cws-v2 .oracletaleocwsv2-upload-linkedin-trigger {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    font-size: 16px;
}

/* button navigation .oracletaleocwsv2-application-navigation */
.cws-v2 .oracletaleocwsv2-button-navigation.oracletaleocwsv2-application-navigation {
    position: relative;
}

.cws-v2 .oracletaleocwsv2-btn-arrow-nav {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    padding: .25em !important;
    line-height: 40px;
    font-size: 21px;
}

.cws-v2 .oracletaleocwsv2-button-navigation.oracletaleocwsv2-application-navigation .oracletaleocwsv2-btn-arrow-nav:last-of-type,
.cws-v2 .oracletaleocwsv2-button-navigation.oracletaleocwsv2-application-navigation [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}


.cws-v2 .oracletaleocwsv2-button-navigation.oracletaleocwsv2-application-navigation [type="submit"] {
    display: inline-block;
    width: auto;
    display: none;
    height: 50px;
    line-height: 20px;
}


/* (Add Work and Add Education section) */
.cws-v2 .oracletaleocwsv2-dynamic-content + .oracletaleocwsv2-dynamic-content {
    margin-top: 2em;
}

.cws-v2 .oracletaleocwsv2-employment-template > *,
.cws-v2 .oracletaleocwsv2-education-template > *,
.cws-v2 .oracletaleocwsv2-residence-template > *,
.cws-v2 .oracletaleocwsv2-reference-template > *,
.cws-v2 .oracletaleocwsv2-certificate-template > * {
    display: none;
}

.cws-v2 .oracletaleocwsv2-resume-template > *,
.cws-v2 .oracletaleocwsv2-attachment-template > *,
.cws-v2 .oracletaleocwsv2-profile_picture-template > * {
    display: none;
    background-color: transparent;
    border: 0;
}

.cws-v2 .oracletaleocwsv2-instance > .well {
    display: none;
}

.cws-v2 [data-type=resume] > .well,
.cws-v2 [data-type=attachment] > .well,
.cws-v2 [data-type=profile_picture] > .well{
    display: none;
    background-color: transparent;
    border: 0;
}

/* disabled apply section styles */
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-dynamic-content h2,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-dynamic-content .well,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-dynamic-content .oracletaleocwsv2-accordion-group,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-work-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-education-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-residence-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-reference-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-certificate-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-resume-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-attachment-trigger,
.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-add-profile_picture-trigger {
    opacity: .5;
}

.cws-v2 .oracletaleocwsv2-dynamic-content.oracletaleocwsv2-disabled .oracletaleocwsv2-accordion-head {
    cursor: default;
}

/* review section styles */
.cws-v2 .oracletaleocwsv2-review-head {
    margin-bottom: 1.5em;
}

.cws-v2 .form-group.oracletaleocwsv2-form-group-full {
    width: 100%;
}

.cws-v2 .oracletaleocwsv2-accordion-group-head .form-group {
    margin-bottom: 5px;
}

/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/* Extra small devices ONLY (phones, less than 768px) */
@media (max-width: 767px) {
    .cws-v2 .oracletaleocwsv2-cta-main-col {
        height: auto !important;
    }

    /*form-group */
    .cws-v2 .form-group.oracletaleocwsv2-search-results-filter {
        width: auto;
        min-width: 140px;
        display: inline-block;
        vertical-align: top;
        margin-right: .75em;
        max-width: 100%;
    }

    /*
    |--------------------------------------------------------------------------
    | Main Nav
    |--------------------------------------------------------------------------
    */

    .cws-v2 .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit .btn {
        width: 100% !important;
        word-wrap: break-word;
    }

    .cws-v2 .oracletaleocwsv2-main-nav {
        height: 50px;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped {
        text-align: left;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-square {
        background-color: #252525;
        color: #fff;
        border: 0;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-square:hover,
    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-square:focus,
    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-current-page {
        background-color: #0086ad;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .visible-xs {
        display: inline-block !important;
    }

    /*
    |--------------------------------------------------------------------------
    | Buttons
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-btn-block-mobile {
        display: block;
        margin-bottom: .75em;
        width: 100%;
    }

    /*
    |--------------------------------------------------------------------------
    | Application Pages
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-progress-marker {
        margin-left: 0 !important;
    }

    /*
    |--------------------------------------------------------------------------
    | Expandable Accordion
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-fluid-col {
        padding-right: 0 !important;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit {
        width: 33.33% !important;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped .fb {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .fb .cws-results-messenger-tooltip{
        margin: auto;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-2 .oracletaleocwsv2-btn-grouped-unit {
        width: 50% !important;
    }

    .cws-v2 .container-fluid.oracletaleocwsv2-container-fluid-poster {
        padding-right: 0px;
        padding-left: 0px;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .btn.oracletaleocwsv2-current-page {
        color: #FFFFFF;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*
    |--------------------------------------------------------------------------
    | General
    |--------------------------------------------------------------------------
    */
    .cws-v2 {
        font-size: 15px;
    }

    .cws-v2 .oracletaleocwsv2-main-content {
        padding-top: 1em;
    }

    /*
    |--------------------------------------------------------------------------
    | Main Nav
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-main-nav {
        margin-top: 1.5em;
        margin-right: 0;
        float: right;
        background: transparent;

    }

    .cws-v2 .oracletaleocwsv2-main-nav .login-portal a.oracletaleocwsv2-current-page {
        color: #0086ad;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped {
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .btn {
        background-color: #fbfbfb;
        width: 90px;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit + .oracletaleocwsv2-btn-grouped-unit .btn {
        border-left: none;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .btn:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .btn.oracletaleocwsv2-current-page {
        color: #00799e;
    }

    .cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-4 .oracletaleocwsv2-btn-grouped-unit,
    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit .btn {
        width: auto;
        height: auto;
        font-size: .85em;
        min-width: 90px;
    }

    /*.cws-v2.ie9 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit,
    .cws-v2.ie9 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped .oracletaleocwsv2-btn-grouped-unit .btn {
        width: 90px;
    }*/

    .cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit {
        vertical-align: top;
    }

    /*.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit.oracletaleocwsv2-last {
        float: none;
    }*/

    /*.cws-v2 .oracletaleocwsv2-main-nav .oracletaleocwsv2-btn-grouped-unit > * {
        height: 65px !important;
    }*/

    .cws-v2 .oracletaleocwsv2-main-nav .btn {
        padding: 1em !important;
    }

    /* login well (no longer exists)
    .cws-v2 .oracletaleocwsv2-main-nav .well {
        padding: 1em;
        margin-bottom: 0;
        border-left: none;
    }

    .cws-v2 .oracletaleocwsv2-main-nav .nav-title {
        display: block;
    }

    .cws-v2 .login-portal a {
        font-size: .85em;
        font-weight: normal;
        text-decoration: none;
    }
    */

    /* set relative so can position welcome text */
    .cws-v2 .oracletaleocwsv2-container-fluid {
        position: relative;
    }

    /* if there is sibling (aka tagline), than increase the top margin for main nav */
    .cws-v2 .oracletaleocwsv2-navigation .container-fluid .oracletaleocwsv2-main-nav:first-child:nth-last-child(3) {
        margin-top: 3em;
    }

    /* position the tagline relative to the main nav */
    .cws-v2 .oracletaleocwsv2-main-nav + .oracletaleocwsv2-tagline {
        position: absolute;
        width: auto;
        top: 0;
        right: 0;
        text-align: right;
        background: transparent;
        font-size: 1em;
        padding: 0;
        margin: 0;
        margin-bottom: .5em;
        margin-right: 15px;
     /*   margin-top: .5em; */
        color: #464646;
    }

    /*
    |--------------------------------------------------------------------------
    | Sub Nav
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-subnav {
        text-align: right;
    }

    .cws-v2 .oracletaleocwsv2-subnav a {
        width: auto;
        margin-left: 2%;
        padding: 0;
        background: none;
        border: none;
        font-size: 1em;
        color: #0086ad;
    }

    .cws-v2 .oracletaleocwsv2-subnav a:hover,
    .cws-v2 .oracletaleocwsv2-subnav a:focus,
    .cws-v2 .oracletaleocwsv2-subnav a:active {
        background-color: transparent;
    }

    .cws-v2 .oracletaleocwsv2-subnav a:first-of-type {
        margin-left: 0;
    }

    .cws-v2 .oracletaleocwsv2-subnav a:before {
        content: "|";
        color: #0086ad;
        padding-right: .5em;
    }

    .cws-v2 .oracletaleocwsv2-subnav a:first-of-type:before {
        display: none;
    }

    /*
    |--------------------------------------------------------------------------
    | Buttons
    |--------------------------------------------------------------------------
    */
    /* buttons */
    .cws-v2 .btn {
        font-size: 16px;
        padding: .5em 1.25em;
    }

    .cws-v2 .btn-lg {
        font-size: 18px;
        padding: .6em 1em;
    }

    /* btn-grouped */
    .cws-v2 .oracletaleocwsv2-btn-grouped {
        /*width: 230px;*/
        min-width: 230px;
        max-width: 475px;
        width: auto;
    }

    .cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-2 {
        width: 300px;
    }

    /*
    |--------------------------------------------------------------------------
    | Forms
    |--------------------------------------------------------------------------
    */

    .cws-v2 .form-group.oracletaleocwsv2-form-group-small {
        width: 155px;
    }

    .cws-v2 .form-group.oracletaleocwsv2-form-group-large {
        width: 345px;
    }

    .cws-v2 .form-group.oracletaleocwsv2-form-group-large.uploadButtonFormGroup {
        width: 1%;
        display: table-cell;
    }

    .cws-v2 .form-group.oracletaleocwsv2-form-group-large.uploadProfileFormGroup {
        display: inline;
    }

    .cws-v2 .oracletaleocwsv2-form-group-full > input {
        width: 100%;
    }

    .cws-v2 .form-inline .input-group{
        vertical-align: top !important;
    }

    /* submit button */
    .cws-v2 button[type="submit"] {
        width: auto;
    }

    /* form-inline */
    .cws-v2 .form-inline >:first-child {
        width: 48%;
        margin-right: 4%;
    }

    .cws-v2 .form-inline >:last-child {
        width: 48%;
        margin-left: -5px;
    }

    .cws-v2 .form-inline > * {
        margin-bottom: 0;
    }

    /*
    |--------------------------------------------------------------------------
    | Accordions
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-accordion {
        margin-left: 0;
        margin-right: 0;
    }

    /* accordion group */
    .cws-v2 .oracletaleocwsv2-accordion-group {
        margin-left: 0;
        margin-right: 0;
    }

    .cws-v2 .oracletaleocwsv2-accordion-group-head .form-group {
        margin-bottom: 0;
    }

    /*
    |--------------------------------------------------------------------------
    | Expandable Accordions
    |--------------------------------------------------------------------------
    */
    /* expandable accordion */
    .cws-v2 .oracletaleocwsv2-accordion-expandable {
        min-height: 80px;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head,
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-fluid-col,
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped {
        padding: 1em;
    }

    /* accordion head */
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head {
        padding-right: 0;
        display: inline-block;
        float: left;
        width: 20%;
        cursor: default;
        position: relative;
        word-wrap: break-word;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head:after {
        display: none;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-content {
        float: right;
        display: inline-block !important;
        padding: 0;
        width: 80%;
        position: relative;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head.oracletaleocwsv2-poster {
        width: 80%;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-content.oracletaleocwsv2-button-content {
        width: 20%;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-fluid-col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 230px;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped {
        position: absolute;
        top: 0;
        right: 0;
    }

    /* expandable accordion hover effect */
    .cws-v2 .oracletaleocwsv2-accordion-expandable:hover {
        background: #f6f6f6;
    }


    /*
    |--------------------------------------------------------------------------
    | CTA Panels
    |--------------------------------------------------------------------------
    */
    .cws-v2 .panel-heading {
        display: block;
    }

    .cws-v2 .panel-heading + .panel-body {
        padding-left: 145px;
    }

    /*
    |--------------------------------------------------------------------------
    | Popup
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-popup {
        top: 50%;
        left: 50%;
        width: 550px;
        height: 402px;
        max-width: 100%;
        margin-top: -201px;
        margin-left: -275px;
    }

    /*
    |--------------------------------------------------------------------------
    | Pagination Bar
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-paginationbar {
        margin-left: 0;
        margin-right: 0;
    }

    /*
    |--------------------------------------------------------------------------
    | Job Search Page
    |--------------------------------------------------------------------------
    */
    /* open job panel */
    .cws-v2 .panel.oracletaleocwsv2-totals-callout {
        width: 100%;
    }
    /* job alert panel */
    .cws-v2 .oracletaleocwsv2-job-alert {
        margin-bottom: 1em;
        font-size: 11px;
        max-width: 400px;
    }

    /*
    |--------------------------------------------------------------------------
    | Job Description Page
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn {
        display: inline-block;
        width: auto;
        margin-bottom: 1em;
    }

    .cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn + .btn {
        margin-left: .5em;
    }

    .cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation {
        text-align: right;
    }

    .cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn.back-button {
        width: auto;
        float: left;
    }

    .cws-v2 .oracletaleocwsv2-job-description.oracletaleocwsv2-button-navigation .btn.email-button {
        width: auto;
        margin-left: 0;
    }

    /*
    |--------------------------------------------------------------------------
    | Application Pages
    |--------------------------------------------------------------------------
    */
    /* progress bar */
    .cws-v2 .oracletaleocwsv2-progress-marker {
        display: inline-block;
        background: #fff;
        padding: 4px;
        color: #fff;
        position: absolute;
        top: 0%;
        width: 75px;
        height: auto;
        margin-top: -10px;
        text-align: center;
        border: 1px solid #ccc;
        height: 30px;
        font-size: 14px;
    }

    /* upload resume buttons */
    .cws-v2 .oracletaleocwsv2-upload-resume-trigger,
    .cws-v2 .oracletaleocwsv2-upload-linkedin-trigger {
        display: inline-block;
        width: auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*
    |--------------------------------------------------------------------------
    | Expandable Accordions
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head {
        width: 25%;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-content {
        width: 75%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /**/
    /*|--------------------------------------------------------------------------*/
    /*| Expandable Accordions*/
    /*|--------------------------------------------------------------------------*/
    /**/
    /* expandable accordion hover effect - show disabled styles if not hovered */
    /*.cws-v2 .oracletaleocwsv2-accordion-expandable:not(:hover) .oracletaleocwsv2-btn-grouped .btn {*/
    /*color: #c2c2c2;*/
    /*border: none;*/
    /*background: transparent;*/
    /*font-weight: normal;*/
    /*}*/

    /*
    |--------------------------------------------------------------------------
    | Popup
    |--------------------------------------------------------------------------
    */

    /* checkbox hover effect */
    .cws-v2 .oracletaleocwsv2-popup .checkbox:hover {
        background: #f3f3f3;
    }

    /*
    |--------------------------------------------------------------------------
    | Datepicker
    |--------------------------------------------------------------------------
    */
    /* set padding to dates */
    .cws-v2 .ui-state-default,
    .cws-v2 .ui-widget-content .ui-state-default,
    .cws-v2 .ui-widget-header .ui-state-default {
        padding: .2em; /* dates don't need to be as tall in desktop view */
    }

}

/*
|--------------------------------------------------------------------------
| Print Styles
|--------------------------------------------------------------------------
*/
/* print styles based off tablet styles with additional styles as needed */
@media print {
    body
    {
        margin: 0;
    }

    section.oracletaleocwsv2-navigation {
        padding-bottom: 1em;
    }
    /*
    |--------------------------------------------------------------------------
    | Header/Footer
    |--------------------------------------------------------------------------
    */
    header,
    footer {
        display: none;
    }

    nav.oracletaleocwsv2-main-nav {
        display: none;
    }

    section.oracletaleocwsv2-CTA-section {
        display: none;
    }

    /*
    |--------------------------------------------------------------------------
    | Columns
    |--------------------------------------------------------------------------
    */
    form .col-sm-6 {
        width: 50%;
    }

    /*
    |--------------------------------------------------------------------------
    | Wells/Panels
    |--------------------------------------------------------------------------
    */
    .well,
    .panel {
        border: 1px solid #ccc;
    }

    /*
    |--------------------------------------------------------------------------
    | Form-group
    |--------------------------------------------------------------------------
    */
    .form-group {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        margin-right: .75em;
        max-width: 100%;
    }

    .form-group.oracletaleocwsv2-form-group-small {
        width: 155px;
    }

    .form-group.oracletaleocwsv2-form-group-large {
        width: 345px;
    }

    .form-group.oracletaleocwsv2-form-group-full {
        width: 100%;
    }

    .oracletaleocwsv2-form-group-full > input {
        width: 100%;
    }

    /*
    |--------------------------------------------------------------------------
    | Form-inline
    |--------------------------------------------------------------------------
    */
    .form-inline >:first-child {
        width: 48%;
        margin-right: 4%;
    }

    .form-inline >:last-child {
        width: 48%;
        margin-left: -5px;
    }

    /* date range */
    .cws-v2 .form-control {
        display: inline-block;
    }

    .cws-v2 .input-group {
        display: inline-table;
    }

    /*
    |--------------------------------------------------------------------------
    | Custom input
    |--------------------------------------------------------------------------
    */
    /* custom input (aka file uploader and multi select) */
    .oracletaleocwsv2-hiddenfile {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }

    .oracletaleocwsv2-custom-input .input-group > input[type="text"],
    .oracletaleocwsv2-custom-input .input-group > .form-control[disabled]{
        background-color: #fff !important;
        color: #000 !important;
    }

    .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .input-group-btn button {
        padding: 0 3em;
    }

    .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .oracletaleocwsv2-file-trigger,
    .oracletaleocwsv2-custom-input.oracletaleocwsv2-file-uploader .oracletaleocwsv2-file-input{
        cursor: pointer;
    }

    .oracletaleocwsv2-custom-input .input-group-btn button {
        margin: 0;
        height: 34px;
        font-size: 14px;
        font-weight: bold;
        padding-top: .5em;
    }

    .oracletaleocwsv2-custom-input .input-group-btn button:hover,
    .oracletaleocwsv2-custom-input .input-group-btn button:focus{
        font-weight: bold;
    }

    /*
    |--------------------------------------------------------------------------
    | Accordions
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-accordion-group.oracletaleocwsv2-has-footer:after {
        display: none;
    }
    /*
    |--------------------------------------------------------------------------
    | Expandable Accordions
    |--------------------------------------------------------------------------
    */
    /* expandable accordion */
    .cws-v2 .oracletaleocwsv2-accordion-expandable {
        min-height: 80px;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head,
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-fluid-col,
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped {
        padding: 1em;
    }

    /* accordion head */
    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head {
        padding-right: 0;
        display: inline-block;
        float: left;
        width: 30%;
        cursor: default;
        position: relative;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-head:after {
        display: none;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-content {
        float: right;
        display: inline-block !important;
        padding: 0;
        width: 70%;
        position: relative;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-accordion-fluid-col {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 230px;
    }

    .cws-v2 .oracletaleocwsv2-accordion-expandable .oracletaleocwsv2-btn-grouped {
        position: absolute;
        top: 0;
        right: 0;
    }

    /*
    |--------------------------------------------------------------------------
    | Buttons
    |--------------------------------------------------------------------------
    */
    /* btn-grouped */
    .cws-v2 .oracletaleocwsv2-btn-grouped {
        width: 230px;
    }

    .cws-v2 .oracletaleocwsv2-btn-grouped.oracletaleocwsv2-units-2 {
        width: 300px;
    }

    .cws-v2 .oracletaleocwsv2-btn-grouped a:after {
        display: none;
    }

    /* .oracletaleocwsv2-btn-block-mobile */
    .cws-v2 .oracletaleocwsv2-btn-block-mobile {
        width: auto;
    }

    /*
    |--------------------------------------------------------------------------
    | Apply pages
    |--------------------------------------------------------------------------
    */
    .cws-v2 .oracletaleocwsv2-progress-bar {
        display: none;
    }

    /*
    |--------------------------------------------------------------------------
    | Misc
    |--------------------------------------------------------------------------
    */
    .cws-v2 blockquote {
        border: none;
    }
}

.cws-v2 .oracletaleocwsv2-uploadpopup {
    background: #fff;
    padding: 2em;
    padding-top: 1.5em;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    margin: auto;
    z-index: 20;

}

.cws-v2 .oracletaleocwsv2-uploadpopup h3 {
    margin: 0;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .uploadBtn {
    display: block;
    height: 100%;
    text-align: left;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .uploadBtn:hover {
    background: #ccc;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .oracletaleocwsv2-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em;
    font-size: 1.5em;
    z-index: 18;
}

body.oracletaleocwsv2-uploadpopup-open {
    position: relative;
}

body.oracletaleocwsv2-uploadpopup-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6;
    z-index: 10;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .oracletaleocwsv2-close-uploadpopup-trigger {
    display: inline-block;
}

/* height adjustment */
.cws-v2 .oracletaleocwsv2-popup-inner {
    position: relative;
    height: 100%;
}

.cws-v2 .oracletaleocwsv2-uploadpopup-inner {
    position: relative;
    height: 100%;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .oracletaleocwsv2-top-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 .5em;
    margin: 0;
    z-index: 12;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .oracletaleocwsv2-uploadpopup-content {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
}

.cws-v2 .oracletaleocwsv2-uploadpopup .oracletaleocwsv2-bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 0 0;
    margin: 0;
}

.oracletaleocwsv2-custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.cws-v2 .form-group label.text-danger, .text-danger{
    color: #da171c;
}
.btn-save-app-draft{
    height: 50px ! important;
    float: right;
    right: 4em;
}
.btn-save-app-draft-submit{
    right: 8em;
}

.stop-load{
    display: none;
}
.oj-star-active{
    fill: #F2BE5D;
}
.oj-star-hover{
    fill: #3F89C8;
}
.oj-slider-bar-value{
    background-color:#39b54a;
}
.oj-slider-bar-value.oj-active{
    background-color:#39b54a;
}
.cws-V2-reqfield{
    display: table-cell;
    padding: 5px 10px;
    float: left;
}
.cws-V2-reqfieldcell{
    width:50%;
}
.cws-V2-reqfieldcell-right{
    text-align: right;
    margin-right: 0px;
    float: left;
}
.cws-V2-reqfieldcell-left{
    text-align: left;
    margin-left: 0px;
    float: right;
    font-size: 14px;;
}
@media (max-width: 767px) {
    .cws-V2-reqfieldcell-right{
        text-align: left;
    }
    .cws-V2-reqfieldcell-left{
        text-align: left;
    }
}

span.return-icon {
    background: url(../../img/CwsV2/return-icon.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}
@media (min-width: 767px) {
    /*.linkedInV2Enabled .oracletaleocwsv2-btn-fa {
        margin-top: 37px;
    }*/

    .linkedInV2Enabled #awm_widget {
        margin-top: 40px;
    }

    .linkedInV2Enabled .linkedin-widget-holder {
        text-align: center;
    }
}
select.form-select[multiple]{
    height:auto;
}
.cws-results-messenger-tooltip {
    width:180px;
}

.cws-viewReq-messenger-tooltip {
    margin-top: 8px;
    width: 180px;
    display: inline-block;
}

.form-group {
    margin-bottom: 16px;
}

.form-control.oracletaleocwsv2-file-input {
    height: calc(1.5em + .75rem + 2px);
}

.d-inline-flex--width100 {
    width: 100%;
}

.cws-v2 .d-inline-flex--width100 >:first-child {
    margin-right: 4%;
}
.btn-block {
    width: 100%
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.close:not(.btn-close) {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    order: 2;
}

.close:not(.btn-close):hover {
    color: #000000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.screen-reader-offscreen {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
