/****************************************************************************************
 Veeva Concur OAuth2 Styles
 created: March 3, 2022
 created by: Peter van Broekhoven
 CSS Guidelines: https://sites.google.com/a/veevasystems.com/veeva-content-management/development/ux-design/html-css-reference-guide
 Notes: *Document format is semi-compacted due to infrequent editing. THIS IS AUTH
****************************************************************************************/
/**************************************
 RESET CSS: (MOVE TO VVRESET.CSS)
**************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

/**************************************
 END RESET CSS
**************************************/
/**************************************
 COMMON ELEMENTS
**************************************/
.vv_base_pg a {
    color: #3278C8;
    text-decoration: none;
}

.vv_base_pg a:visited {
    color: #287bbb;
}

.vv_base_pg a:hover {
    text-decoration: underline;
}

.vv_base_pg hr {
    clear: both;
}

.vv_base_pg .vv_invisible {
    visibility: hidden !important;
}

/*** clear after float ***/
.vv_base_pg div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: visible;
}

/* ALL SELECT HOVERS */
.vv_base_pg .ui-autocomplete.ui-menu li.ui-menu-item a:hover,
.vv_base_pg .ui-autocomplete.ui-menu li.ui-menu-item a.ui-state-hover,
.vv_base_pg .ui-menu .ui-menu-item a:hover,
.vv_base_pg .vv_action_menu .vv_action_menu_item a:hover,
.vv_base_pg .vv_tn_item:hover {
    background-color: #ffedbd;
    color: #333;
}

/* applies hover shadows in library list items */
.vv_base_pg .ui-state-hover,
.vv_base_pg .ui-widget-content .ui-state-hover,
.vv_base_pg .ui-widget-header .ui-state-hover,
.vv_base_pg .ui-state-focus,
.vv_base_pg .ui-widget-content .ui-state-focus,
.vv_base_pg .ui-widget-header .ui-state-focus {
    border: 1px solid transparent;
    -moz-border-radius: 0;
    border-radius: 0;
}

/**************************************
 END COMMON ELEMENTS
**************************************/
/**************************************
 TEMPLATE STYLES
**************************************/
body.vv_base_pg {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-color: #f0f0f0;
    border-top: 4px solid #f5871e;
    color: #69747e;
    font-size: 12px; /* default font size */
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    vertical-align: middle;
    zoom: 1; /* fixed IE font smoothing */
}

div {
    zoom: 1; /* fixed IE font smoothing */
}

.vv_base_pg .ui-widget {
    background-color: #fff;
    color: #485561;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    vertical-align: middle;
}

.vv_base_pg .vv_page {
    background: transparent;
    margin: 0 auto 20px;
    min-height: 800px;
    max-width: 980px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/**************************************
 END TEMPLATE STYLES
**************************************/
/**************************************
CONCUR STYLES 
**************************************/
.vv_base_pg .post_pic_center {
    position: absolute;
    top: calc(40% - 185px);
    width: 100%;
    background-image: url('../images/veeva_logo/v_network/Veeva_V-Network_2c.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px;
    height: 50px;
}

.vv_base_pg .vv_concur_panel {
    position: absolute;
    top: calc(40% - 115px);
    left: calc(50% - 271px);
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    padding: 24px 32px 12px;
    width: 550px;
    -moz-border-radius: 3px;
    text-align: justify;
    font-size: 12px;
}

.vv_base_pg .vv_concur_panel h2.vv_page_title {
    color: #696969;
    font-size: 24px;
    font-family: arial, sans-serif;
    font-weight: bold;
    float: left;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 0;
    width: auto;
    width: 100%;
}

.vv_base_pg .vv_concur_panel .vv_description {
    clear: both;
    color: #696969;
    line-height: 15px;
    margin: 0 0 1.2em;
}

.vv_base_pg .vv_concur_panel .vv_activation_code {
    display: flex;
    margin-bottom: 18px;
}

.vv_base_pg .vv_concur_panel .vv_form_container {
    width: 100%;
    margin-right: 8px;
}

.vv_base_pg .vv_concur_panel .vv_form_messages {
    clear: both;
    padding: 10px 0 0;
}

.vv_base_pg .vv_concur_panel .vv_form_messages span {
    line-height: 18px;
    margin-right: 5px;
}

.vv_base_pg .vv_concur_panel a.vv_link {
    margin-right: 16px;
}

.vv_base_pg .vv_concur_panel a.vv_link:last-of-type {
    margin-right: 0;
}

.vv_base_pg .vv_concur_panel button#activation_done {
    display: none;
}

/* error message styles */
.vv_base_pg textarea {
    box-sizing: border-box;
    border: 1px solid #69747E;
    border-radius: 2px 2px 2px 2px;
    color: #485561;
    padding: 2px;
}

.vv_base_pg .error {
    color: #d90000;
}

.vv_base_pg div.error,
.vv_base_pg label.error {
    font-size: 11px;
    line-height: 20px;
}

.vv_base_pg textarea.error,
.vv_base_pg textarea.error:hover,
.vv_base_pg textarea.error:focus {
    border: 2px solid #d90000;
    color: #485561;
}

.vv_base_pg textarea.success,
.vv_base_pg textarea.success:hover,
.vv_base_pg textarea.success:focus {
    border: 2px solid #6eba83;
    color: #485561;
}

.vv_base_pg .vv_activation_code_status {
    height: 1em;
    margin-top: 0.25em;
    font-size: 12px;
    text-align: left;
}

.vv_base_pg textarea.error + .vv_activation_code_status {
    color: #d90000;
}

.vv_base_pg textarea.success + .vv_activation_code_status {
    color: #6eba83;
}

.vv_base_pg .vv_copyright {
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    text-shadow: 1px 1px 0 #eee;
}

.vv_base_pg .vv_copyright_lang_container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 24px;
}

.vv_base_pg .vv_copyright_lang_container a {color: #69747e; text-decoration: none;}
.vv_base_pg .vv_copyright_lang_container a:visited {color: #69747e;}
.vv_base_pg .vv_copyright_lang_container a:hover {color: #F8972B; text-decoration: none;}

/**************************************
 END LOGIN STYLES 
**************************************/
/**************************************
 BUTTONS ELEMENTS
**************************************/
.vv_base_pg .vv_btn_group {
    width: auto;
    padding: 0;
    margin: 0;
}

.vv_base_pg .vv_activation_code .vv_btn_group {
    margin: 18px 0 0;
}

.vv_base_pg button.vv_submit_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 85px;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    background-color: #329aea;
    color: #ffffff;
    margin: 0;
    padding: 2px 16px;
    border: 0;
    border-radius: 4px;
}

.vv_base_pg button.vv_submit_btn[disabled],
.vv_base_pg button.vv_submit_btn[disabled]:hover {
    background-color: #84c2f2;
    cursor: not-allowed;
}

.vv_base_pg button.vv_submit_btn:hover {
    background-color: #287bbb;
    cursor: pointer;
}

.vv_base_pg button.vv_submit_btn > .vv_submit_btn_progress {
    position: absolute;
    left: 0;
    right: 0;
    top:  calc(50% - 0.5em);
    display: none;
}

/**************************************
 END BUTTONS ELEMENTS
**************************************/
/**************************************
 FORM STYLES 
**************************************/
.vv_base_pg textarea {
    width: 395px;
    height: 66px;
    resize: none;
    border: 1px solid #d7d7d7;
    color: #485561;
    padding: 4px 4px 4px 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
    font-family: Arial, helvetica, sans-serif;
}

.vv_base_pg textarea:hover {
    border-color: #999999;
}

.vv_base_pg textarea:focus {
    border: 1px solid #329aea;
}

.vv_base_pg textarea[disabled],
.vv_base_pg textarea[disabled]:hover {
    background-color: #fafafa;
    color: #999999;
}

.vv_base_pg .vv_form_container label {
    clear: both;
    color: #696969;
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
/**************************************
 END FORM STYLES 
**************************************/
