﻿/*html, body
{
    height: 100%; 
    margin: -9px;
    padding: 0;
}

body {
    font-size: 12px !important;
    font-family: Arial !important;
    color: #333;
    background: url("./images/bg-cross-hatch-light.png") repeat top right;
    
}*/

/* Disable Chrome outline */
/**:focus {outline: none;}*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* IE7 Fix */
/** html #container {
    display: table;
    height: 100%;
}*/

/* Opera Fix */
/*body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    width: 100%;
}

div#main {
    padding-bottom: 100px;
}

div#header {
    height: 106px;
    padding: 0;
    z-index: 12000;
    margin-top: 18px;
}

div#body {
    overflow: hidden;
    height: 100%;
    width:860px;
    margin-right:auto;
    margin-left:auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#body div h2 {
    font-size: 32px;
}

div#content {
    padding: 20px;
    float:left;
    width:550px;
    padding:10px;
    min-height: 150px;
}

div#content-payment {
    padding: 20px;
    float:left;
    width:100%;
    padding:10px;
}

div#right-sidebar {
    width: 260px;
    float: right;
    padding: 20px;

}
.page-section-head {
    width: 100%;
    border: 2px solid #000000;
    background-color:rgb(185, 185, 185);
    color: #000000;
    margin:-30px -45px;
    padding-right: 86px;
    margin-bottom: 1px;
}

#header {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -4px 9px 5px #000;
    -moz-box-shadow: 0px -4px 9px 5px #000;
    box-shadow: 0px -4px 9px 5px #000;
}

.client-logo {
    height: 75px;
    margin-top: 15px;
}

#header-line {
    height: 6px;
}

#header-content {
    width: 850px;
    position: relative;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

#header-content a {
    color: #f37f27;
    text-decoration: none;
}

#header-content a:hover {
    text-decoration: underline;
}

.body-header h1 {
    margin: 5px 0px 0px;
    color: #202020;
}

#header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

a {
  color: #c05909;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #f57e20;
  text-decoration: underline;
}

.dxpPageNumber {
    color: #c05909;
}

#footer {
    background-color: #333333;
    color: #9e9e9e;
    border-top: 1px solid #9e9e9e;
    font-size: 12px;
    position: relative;
    height: 100px;
    margin-top: -101px;
    clear: both;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12000;
}

#footer .footer-container {
  width: 650px;
  margin: 0 auto;
}
#footer .footer-container .footer-container__img,
#footer .footer-container .footer-container__text {
  display: inline-block;
}
#footer .footer-container .footer-container__img {
  margin: 0 40px;
}
#footer .footer-container .footer-container__img img {
  vertical-align: inherit;
}
#footer .footer-container .footer-container__copyright {
  margin-top: 5px;
}*/

/*#footer table {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#footer-info-column {
    text-align: left;
}

#footer-links a {
    color: #c05909;
    text-decoration: none;
}

#footer-links a:hover {
    text-decoration: underline;
}*/

/*#revision {
    position: absolute;
    font-size: xx-small;
    top: 80px;
    left: 10px;
    color: #fff;
}

#logindisplay
{
    height: auto;
    position: relative;
    float: right;
    text-align: right !important;
    top: 5px;
}*/

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu {
    padding: 0 0 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}*/


/* MISC  
----------------------------------------------------------*/
/*.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#ng-bottom-logo {
    width: 100%;
    text-align: right;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
/*.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f86262 !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors ul
{
    list-style: none;
}

.validation-summary-valid {
    display: none;
}*/

/* Styles for editor and display helpers
----------------------------------------------------------*/
/*.culture-label {
    padding: 5px 7px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cbcccc;
    border-bottom:1px solid;
}

.culture-control {
    margin-top: 1em;
    margin-right: 10px;
    border: 1px solid;
}

.culture-content {
    padding: 5px 7px;
    margin-bottom: 1em;
    margin-left: 1em;
}

.culture-description {
    margin-top: 1em;
    margin-bottom: 1em;
}

.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.display-label {
    font-weight: bold;
    padding-left: 10px!important;
    font-size: 14px;
}

.display-answer {
    margin: 5px 0 0 20px;
}

.display-header {
    font-weight: bold;
    font-size:24px;
}

.signature-line {
    width: 400px;
    border-bottom: 1px solid #696969;
    height: 40px;
    margin-bottom: 20px;
}*/

/*******************************************************************
    Section Styles
*******************************************************************/

#Section-Container {
    /*border-left: 1px solid #bababa;*/
    padding-top: 50px;
    padding-bottom: 0px;
    height: 90%;
    float: left;
}

#Sections {
    position: relative;
    border-top: 1px solid #d5d6d5;
}

.Section {
    /*min-height: 50px;*/
    height: auto;
    width: 100%;
    /*border-top: 1px solid #ffffff;*/
    /*border-bottom: 1px solid #bababa;*/
    position: relative;
    display: block;
    float: left;
    padding-top: 10px;
    color: white;
}

.Section-Highlighted {
    /*background-color:#EBEAEA;*/
    /*background-color: #d7d7d7;
    background-image: -moz-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: -o-linear-gradient(top, #d7d7d7, #f8f8f8);
    background-image: linear-gradient(to bottom, #d7d7d7, #f8f8f8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#f8f8f8', GradientType=0);*/
}

.Section-Active {
    height: 100%;
    width: 7px;
    background-color: #f67e20;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.Section-Not-Active {
    /*height: 100%;
    width: 7px;
    background-color: #EAEAEA;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;*/
}

.Section-Title-Container {
    overflow: auto;
}

.Section-Title {
    /*height: 50px;*/
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
}

.Section-Complete {
    position: absolute;
    width: 20px;
    top: 25%;
    bottom: 20%;
    right: 20px;
}

.page-body-content .questionnaire-wrapper {
    margin: auto;
    width: 60%;
    padding: 30px;
}

.page-body-content .questionnaire-wrapper hr{
    border-top-color: black;
}

/*.questionnareForm
{
    height: 100%;
}

#questionnair-container
{
    width: 900px;
    height: 100%;
}

#questionnaire-navigation {
    height: 45px;
    position: relative;
    width: 860px;
}

#questionnaire-navigation #select-interview-button {
    right: 10px;
    top: 0;
    position: absolute;
}

#sidebar {
    float:left;
    width:250px;
    margin:10px 30px 30px 30px;
    height: 100%;
}

#navigation-wrapper
{
    height: 50px;
    width: 100%;
    padding: 20px 0;
}

#navigation-back
{
    float:left;
}

#navigation-forward
{
    float:right;
}


.button-back-arrow
{
    position: absolute;
    top: 35%;
    bottom: 35%;
    left:10px;
    z-index:5000;
}

.button-next-arrow
{
    position: absolute;
    top: 35%;
    bottom: 35%;
    right:10px;
    z-index:5000;
}

#PrintButton {
        position: absolute;
        top: 20px;
        right: 20px;
    }*/

/*******************************************************************************
    help Styles
*******************************************************************************/
/*.combo-help {
    font-size: 11px;
}

.info {
    vertical-align: text-bottom;
    width: 13px;
    height: 13px;
}*/
/*******************************************************************************
    Input Styles
*******************************************************************************/

/*.labelText
{
    font-size: 12px !important;
}

.text-box-control
{
    width: 225px !important;

    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
}

.text-box-control-cvv
{
    width: 70px !important;

    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
}

.text-box-readonly
{
    width: 225px !important;
    color: #696969;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
    background-color: #E9E9E9 !important;
}

.text-box-readonly:focus, .text-box-readonly:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.text-box-readonly.dxeFocused {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.text-box-file-upload tbody tr td .dxeEditArea {
    width: 90% !important;
}

.delete-file {
    position: absolute;
    top: 8px;
    left: 205px;
    
}

.dxucErrorCell {
    width: 215px !important;
}

.calendar-control {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
}

.dxeCalendar {
    -webkit-box-shadow:0 0 10px -2px #75B9F0;
    -moz-box-shadow: 0 0 10px -2px #75B9F0;
    box-shadow: 0 0 10px -2px #75B9F0;
    border: 1px solid #75B9F0 !important;
}

.dxeDropDownWindow {
    border: none !important;
    background: none !important;
}

.upload-control {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 5px 0;
    
}

.upload-control  tbody tr td table tbody tr td{
    padding: 6px 2px !important;
    
}

.upload-container-input {
    position: relative;
    
}

.text-box-file-upload-input {
    position: relative;
}

.text-box-file-upload-button {
    position: relative;
    
}

.textboxUploadControl, .textboxUploadControl input[type='text'] {
    padding: 0 !important;
    border-width: 0 !important;
    cursor:default;
    opacity: 0;
}
.textboxUploadControl input[type='text'] {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    background-color: transparent;
}

textarea {

     -webkit-border-radius: 2px ;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc !important;
}

.questionnaire-textarea {
    width: 96%;
    resize: vertical;

}

.radio-button-control.dxeFocused {
    border: none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dxeRadioButtonList {
    border: none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dxeRadioButtonList.dxeFocused {
    border: none !important;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:focus, textarea:active {
    -webkit-box-shadow:0 0 10px -2px #75B9F0;
    -moz-box-shadow: 0 0 10px -2px #75B9F0;
    box-shadow: 0 0 10px -2px #75B9F0;
    border: 1px solid #75B9F0 !important;
}

.dropdown-control {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px;
    border-radius: 3px;  
    border: 1px solid #ccc !important;
}

.dropdown-control:focus {
    -webkit-box-shadow:0 0 10px -2px #75B9F0;
    -moz-box-shadow: 0 0 10px -2px #75B9F0;
    box-shadow: 0 0 10px -2px #75B9F0;
    border: 1px solid #75B9F0 !important;
}

.dxeFocused {
    -webkit-box-shadow:0 0 10px -2px #75B9F0;
    -moz-box-shadow: 0 0 10px -2px #75B9F0;
    box-shadow: 0 0 10px -2px #75B9F0;
    border: 1px solid #75B9F0 !important;
}

.dxeButtonEditButton {
    padding: 0 0px 0 1px !important;
}

.dxeEditArea {
    font: 12px Arial !important;
    
}

td.dxeControlsCell table {
    padding: 3px;
}

.dxeErrorCell table tbody tr td {
    white-space: normal !important;
}

.dxeEditAreaSys
{
    padding: 2px !important;
    font-size: 14px;   
}
.dxeListBox {
    padding: 0 !important;
    border:1px solid #75B9F0 !important;
    -webkit-box-shadow:0 0 10px -2px #75B9F0;
    -moz-box-shadow: 0 0 10px -2px #75B9F0;
    box-shadow: 0 0 10px -2px #75B9F0;
}

.dxeControlsCell div table tbody tr td {
    background-image: none !important;
}
*/
.required {
    color: #be1d03;
    font-size: 16px;
}
/*
.required-italic
{
    color: #be1d03;
    font-size: 13px;
    font-style:italic;
}

.content-header
{
    color: #616161;
    font-size: 32px;
    font-weight: bold;
    font-family: Arial;
}

#upload-container
{
    position: relative;
}

.form-field {
    margin-top: 4px;
}

#login-form h3 {
    font-size: 1.5em;
    color: #000000;
}

.login-form-field {
    width: 99%;
    border: 1px solid #000000;
}

.login-form-label {
    font-size: 1em !important;
    font-weight: bold !important;
}

#login-form {
    background-color: #dddddd;
    margin-top: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}

#inner {
    display: table;
    padding-top: 15px;
    width: 100%;
}*/


/*******************************************************************************
    Debug Styles
*******************************************************************************/
/*.debug_attribute 
 {
     display:none;
     color:red;
 }

.not_implemented_attribute
{
    display:none;
    color:blue;
}

.SubClass {
    background-color: #4b4b4b;
    padding: 5px 7px;
}

.SubClassLabelClass {
    color: #ffffff !important;
    font-size: 16px !important;
}

.SubHeadPrintPreviewClass
 {
    font-weight: bold;
    padding-left: 10px !important;
    font-size: 14px !important;
}

.SubHeadingClass {
    font-size: 12px !important;
}*/

/*******************************************************************************
    Hoverbox Styles
*******************************************************************************/
/*#hoverbox { position: relative; list-style: none;padding: 0px;}
#hoverbox li { float: left; margin-right: 10px; position: relative; }
#hoverbox a { text-decoration: none; display: block;color: #333333 !important;cursor: pointer;}
#hoverbox a div { position: absolute; top: -65px; left: 40px; display: none; }
#hoverbox a:hover  div { display: block;}*/

/******************************************************************************
    All Other layout
******************************************************************************/
/*.questionnaire-body-header {
    width: 860px;
    padding: 0 0 0 30px;
    background-color: #F2F2F2;
    font-family: Arial !important;
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.questionnaire-wrapper {
   padding: 0 30px 15px;
    background-color: #ffffff;
    height: 100%;
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    
}

.questionnaire-seperator {
    background-color: #CCCCCC;
    height: 1px;
    margin: 0 -30px;
}

.contact-us-header {
    background-color: #F2F2F2;
    padding: 5px;
    margin: -9px -11px 0;
}

.contact-us-header h1 {
    padding-left: 10px;
}

.contact-us-seperator {
    background-color: #cccccc;
    height: 1px;
    margin: 0 -12px;
}*/

/*******************************************************************************
   Login layout
*******************************************************************************/

/*.login-body-header {
    width: 550px;
    padding: 0 60px 0 60px;
    background-color: #F2F2F2;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.login-wrapper {
    padding: 0px 60px 15px 60px;
    background-color: #ffffff;
    height: 100%;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    
}

.login-form-input {
    position: relative;
    width:400px;
    margin-top: 20px;
}
#login-form-input-btn {
    display: table-cell;
    vertical-align: middle;
}

#login-intro-text {
    padding: 20px 0;
}

.login-form-input-error .field-validation-error {
    float: left;
    position: relative;  
    background: #BE1D03;
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff !important;
    font-weight: bold;
    -webkit-border-radius: 3px 3px ;
    -moz-border-radius: 3px 3px ;
    border-radius: 3px 3px ;
    
}

.payment-form-input-error .field-validation-error {
    float: left;
    position: relative;  
    background: #BE1D03;
    padding: 10px;
    color: #ffffff !important;
    font-weight: bold;
    -webkit-border-radius: 3px 3px ;
    -moz-border-radius: 3px 3px ;
    border-radius: 3px 3px ;
}

.payment-validation-message {
    position: relative;
    margin: 10px 0;
    float: left;
}

#forgot-password {
    padding-bottom: 25px;
    margin-left: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 7px;
}

.seperator {
    background-color: #CCCCCC;
    height: 1px;
    margin: 0 -60px;
}

.separator_navex_orange {
    background-color: #F37F27;
    height: 6px;
}

.black-line {
    background-color: #000000;
    height: 2px;
}

    .colright,
    .colmid,
    .colleft {
        float:left;
        width:100%;
        position:relative;
}

.col1,
.col2,
.col3 {
        position:relative;
        padding:0 0 1em 0;
        overflow:hidden;
}

.inner-col1
{
    width: 100%;
    float:left;
    position: relative;
}

.colmask {
        clear:both;
        float:left;
        width:100%;			
        overflow:hidden;	
}

.doublepage {
}
    
.doublepage .colleft {
        right:42%;			
}

.doublepage .col1 {
        width:54%;			
        left:44%;			
}

.doublepage .col2 {
        width:36%;			
        left:48%;			
}*/


/*******************************************************************************
    Select Request Page
*******************************************************************************/
/*.select-request .colleft {
    right:27%;			
}

.select-request .col1 {
    width:69%;			
    left:29%;			
}

.select-request .col2 {
    width:26%;			
    left:32%;			
}

.prep-list {
    margin-top: 20px;
}

.select-request-grid {
    margin-bottom: 20px;
}

.select-header {
    white-space: nowrap;
    padding: 4px 6px 5px;
    border-left: 1px Solid #9F9F9F;
    border-top: 1px Solid #9F9F9F;
    border-bottom: 1px Solid #9F9F9F;
    border-right-style: none;
    background-color: #DCDCDC;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}

.select-header-last {
    white-space: nowrap;
    padding: 4px 6px 5px;
    border: 1px Solid #9F9F9F;
    background-color: #DCDCDC;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}

.select-td-last
{
    overflow: hidden;
    border-right: 1px Solid #9F9F9F;
    border-bottom: 1px Solid #9F9F9F;
    border-top-width: 0;
    border-left: 1px Solid #CFCFCF;
    padding: 3px 6px 4px;
}


.select-td-first
{
    overflow: hidden;
    border-left: 1px Solid #9F9F9F;
    border-bottom: 1px Solid #9F9F9F;
    border-top-width: 0;
    border-right-width: 0;
    padding: 3px 6px 4px;
}

.select-header, .select-header table {
color: Black;
}

.select-td {
    padding: 3px 6px 4px;
    border-bottom: 1px Solid #9F9F9F;
    border-left: 1px Solid #CFCFCF;
    border-top-width: 0;
    border-right-width: 0;
}

.select-table {
    background-color: White;
    border-width: 0;
    border-collapse: separate!important;
    overflow: hidden;
    color: Black;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}*/

/*******************************************************************************
    Loading Panel
*******************************************************************************/
/*#LoadingPanel {
    
    -webkit-box-shadow: 0 0 15px -4px #000;
    -moz-box-shadow: 0 0 15px -4px #000;
    box-shadow: 0 0 15px -4px #000;
}

.loading-panel{
    opacity: 0 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=0) !important; 
}*/

/*******************************************************************************
    Validation
*******************************************************************************/
/*.summary-validation {
    background: #BE1D03;
    padding: 10px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 3px 3px ;
    -moz-border-radius: 3px 3px ;
    border-radius: 3px 3px ;
}

.client-validation-bubble {
    width: 180px;
    padding: 10px;
    background: #BE1D03;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    -webkit-border-radius: 3px 3px ;
    -moz-border-radius: 3px 3px ;
    border-radius: 3px 3px ;
    z-index: 10;
}
.client-validation-arrow {
    position: absolute;
}
.dxeErrorCell {
    white-space: normal !important;
}*/

/*******************************************************************************
    Change password
*******************************************************************************/

/*.change-password-form {
    width: 40%;
    float: left;
    
}
.change-password-rules {
    width: 50%;
    float: left;
}

#LoadingPanel
{
    position: fixed !important;
    top: 50% !important;
    text-align:center !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
    overflow: auto !important;
}

#CancelChangePasswordButton {
    float: left;
}

#ChangePasswordButton {
    float: left;
}*/

/******************************************************************
   Button Styles                                                  
*******************************************************************/

/*.dxucBrowseButton a{
    color: #000000 !important;
    padding: 4px;
}

.btn {
  display: inline-block;
  *display: inline;

  *zoom: 1;
  padding: 6px 19px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;

  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #5e5e5e !important;
  background-color: #ccc;
}

.btn:hover,
.btn:focus {
  color: #333333 !important;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.btn-select {
  display: inline-block;
  *display: inline;

  *zoom: 1;
  padding: 6px 19px;
  font-size: 13px;
  line-height: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;

  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}

.btn-select:hover,
.btn-select:focus,
.btn-select:active,
.btn-select.active,
.btn-select.disabled,
.btn-select[disabled] {
  color: #5e5e5e !important;
  background-color: #ccc;
}

.btn-select:hover,
.btn-select:focus {
  color: #333333 !important;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-select.active,
.btn-select:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-select.disabled,
.btn-select[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.btn-primary.active {
 color: rgba(255, 255, 255, 0.75) !important; background-color: #d8420a
}

.btn-primary {

  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f57020;
  background-image: -moz-linear-gradient(top, #f57e20, #f55a20);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f57e20), to(#f55a20));
  background-image: -webkit-linear-gradient(top, #f57e20, #f55a20);
  background-image: -o-linear-gradient(top, #f57e20, #f55a20);
  background-image: linear-gradient(to bottom, #f57e20, #f55a20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff57e20', endColorstr='#fff55a20', GradientType=0);
  border-color: #f55a20 #f55a20 #c03b09;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f55a20;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-action {

  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  background-image: -moz-linear-gradient(top, #ACACAC, #7C7C7C);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ACACAC), to(#7C7C7C));
  background-image: -webkit-linear-gradient(top, #ACACAC, #7C7C7C);
  background-image: -o-linear-gradient(top, #ACACAC, #7C7C7C);
  background-image: linear-gradient(to bottom, #ACACAC, #7C7C7C);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ACACAC', endColorstr='#7C7C7C', GradientType=0);
  border-color: #7C7C7C #7C7C7C #333333;
  border-color: #8B8B8B #8B8B8B #646464;
  *background-color: #7C7C7C;

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-cancel {
    background-color: transparent;
    border:none;
    color:#5e5e5e !important;
    padding: 7px 15px;
}

.btn-cancel:hover {
    background-color: transparent;
    border:none;
    text-decoration: underline;
    color:#5e5e5e !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff !important;
  border-color: #f55a20 #f55a20 #c03b09 !important;
  background-color: #f55a20 !important;
  *background-color: #f14a0b !important;
}*/




/********************************************************************************
    Dnb Table Decoration
********************************************************************************/

/*#dnb-table {
   border-right: 1px solid #cbcccc;
   border-left: 1px solid #cbcccc;
    border-bottom: 1px solid #cbcccc;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.dnb-table-header {
    padding: 10px;
    color: #ffffff;
    border: none;
    border-collapse: collapse;
    background-color: #4f4f4f;
    background-image: -moz-linear-gradient(top, #4f4f4f, #1E1E1E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f4f4f), to(#1E1E1E));
    background-image: -webkit-linear-gradient(top, #4f4f4f, #1E1E1E);
    background-image: -o-linear-gradient(top, #4f4f4f, #1E1E1E);
    background-image: linear-gradient(to bottom, #4f4f4f, #1E1E1E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#1E1E1E', GradientType=0);
}

.dnb-table-row {
    
}

.dnb-table-cell {
    padding: 7px;
}

.dnb-alt-row {
    background-color: #eaeaea;
}

#ForgotPasswordButton {
    float: left;
}*/

/*****************************************************************
    payment
*****************************************************************/

/*#SubmitPaymentButton {
    float: left;
}

.payment-editor-cell {
    padding-left: 20px;
}

.payment-editor-label-cell {
    padding-left: 20px;
}

#paymentSubmit {
    margin-top: 20px;
}

#paymentThankYouSubmit {
    margin-top: 20px;
}

.single-select-Request {
    float: left;
    width: 100%;
}*/

/*****************************************************************
    popup format
*****************************************************************/
.popupContent-container {
    width: 100%;
}
.popup-header {
    background-color: #E2E2E2;
    padding: 10px 20px 10px 20px;
}

.popup-header h1 {
    padding: 0;
    margin: 0;
}

.popup-body, .popup-individualPadding {
    padding: 10px 20px 10px 20px;
}

.popup-footer, popup-insertContainer {
    height: 100%;
    width: 100%;
}

.popup-footer {
    border-top: 1pt solid #AAA;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
}

.popup-footer-content {
    width: 100%;
    overflow: auto;
}

.popup-footer-content button, .popup-footer-content p{
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    float: right;
}

.popup-footer-content p {
    width: 250px;
    max-width: none;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.popupWarningLabel {
    width: 100%;
    color: red;
    font-weight: bold;
}

.genericLabel {
    font-weight:bolder;
    font-size:x-large;
}
