﻿html {scroll-behavior: smooth;}
body {font-family: Verdana;font-size: small;}

.OC_LinkButton {
    color: #00097D;
    font-size: 0.9em;
    text-decoration: none;
}
.OC_LinkButton:hover {
    color: #3d94f6;
}
.OC_CopyrightText {font-size: x-small;color: #C0C0C0;text-align: center;white-space:nowrap;}
.OC_TextBox {height: 20px;border-color: silver;font-size: 13px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.OC_ListBox {
    height: 20px;
    border-color: silver;
    font-size: 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
/* Hide Standard Wizard Buttons */
.OC_WizardHideWizardButtons {
    display: none;
}
.OC_FieldInstructions {
    font-size: 9px;
    vertical-align: top;
    text-align: left;
}
.OC_FieldError {color: red;white-space: nowrap;}
.OC_WizardButtonBlue {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00097D), color-stop(1, #133C79));
    background: -moz-linear-gradient(top, #00097D 5%, #133C79 100%);
    background: -webkit-linear-gradient(top, #00097D 5%, #133C79 100%);
    background: -o-linear-gradient(top, #00097D 5%, #133C79 100%);
    background: -ms-linear-gradient(top, #00097D 5%, #133C79 100%);
    background: linear-gradient(to bottom, #00097D 5%, #133C79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00097D', endColorstr='#133C79',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #133C79;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #00097D;
    white-space: nowrap;
}

.OC_WizardButtonBlue:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color: #1e62d0;
}

.OC_WizardButtonBlue:active {
    position: relative;
    top: 1px;
}

.OC_WizardButtonBlue2 {
    padding: 2px 2px;
}
.OC_WizardButtonBlueSmall {
    font-size:14px;
}
.OC_WizardButtonBlueWidth {
    width: 80px;
}
.OC_WizardButtonFinish {
    -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
    background: -moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: -ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
    background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
    background-color: #b8e356;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #83c41a;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #86ae47;
}

    .OC_WizardButtonFinish:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
        background: -moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: -ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
        background: linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
        background-color: #a5cc52;
    }

    .OC_WizardButtonFinish:active {
        position: relative;
        top: 1px;
    }
.ChangePasswordPanel, .ContactOCPanel, .ShowDemosPanel {
    display: block;
    position: absolute;
    background: #E0E0E0;
    border: 2px solid #333333;
    margin: 0 auto;
    filter: alpha(opacity=90);
    overflow-y: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(border-radius.htc);
    z-index: 10;
}
.OC_TextAreaBox {border-color: silver;font-size: 15px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.UserMessageTextSuccess {color: green;font-size: 15px;white-space: nowrap;text-decoration: none;}
.OC_FieldTitle {
    text-align: right;
    width: 5%;
    vertical-align: middle;
    font-weight: bold;
    color: #00097D;
    white-space: nowrap;
    font-size: 13px;
}
.OC_SummaryFieldTitle {
    text-align: left;
    font-weight: bold;
    color: #00097D;
    white-space: nowrap;
    font-size: 13px;
}
.HideAppPanel {
    display: block;
    position: absolute;
    background: #333;
    border: 0px;
    margin: 0 auto;
    filter: alpha(opacity=75);
    opacity: 0.75;
    z-index: 5;
}
.OC_SectionTitleText {font-size: x-large;color: #000000;text-align: center;}
.OC_HeaderTextXXLarge {
    font-size: x-large;
    color: #0649aa;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.OC_HeaderTextXLarge {
    font-size: x-large;
    color: #0649aa;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.OC_Open {
    font-family: Arial;
    color: #7A0000;
}
.OC_Convey {
    font-family: Arial;
    color: #000066;
}
