@import url("Menubar.css");
@import url("TreeView.css");

/* ------------------------------------------------------------------------- */
/* Global */

body, button, input, pre, table, select, textarea
{
	font: menu;
}

/* ------------------------------------------------------------------------- */
/* Body-specific */

body
{
	margin: 4px 0px 4px 0px;
}

body.help-window
{
	margin: 10px;
}

body.popup-window
{
	margin: 10px;
}
body.glossary
{
    background-color: white;	
}
/* ------------------------------------------------------------------------- */
/* Link-specific */

a
{
	text-decoration: underline;
}

a.paging-linkbutton
{
	text-decoration: none;
}

a.disabled,
a.disabled:hover
{
	cursor: default;
}

/* ------------------------------------------------------------------------- */
/* Emphasis-specific */

em
{
	font-style: normal;
}

/* ------------------------------------------------------------------------- */
/* Image-specific */

img
{
	border: 0px;
}

/* ------------------------------------------------------------------------- */
/* Form-specific */

form
{
	margin: 0px;
}

/* ------------------------------------------------------------------------- */
/* Pre-specific */

pre
{
	font-size: x-small;
}

/* ------------------------------------------------------------------------- */
/* Horizontal_Rule-specific */

hr
{
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width:1px 0px 0px 0px;
}

/* ------------------------------------------------------------------------- */
/* List-specific */

ol, ul
{
	margin: 6px auto;
}

ul
{
	font-weight: bold;
}

ul.square-list
{
	margin: 20px auto;
	line-height: 1.35em;
	font-weight: bold;	
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style-type: square;
}

ul.square-list a
{
	font-weight: bold;	
}

/* ------------------------------------------------------------------------- */
/* Input-specific */

textarea,
input.textbox,
input.big-textbox
{
	padding: 2px;
	border-style: solid;
	border-color:Black;
	border-width: 1px;
}

input.numeric
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	text-align: right;
}

input.big-textbox
{
	width: 200px;
}

input.button,
button.button
{
	margin: 0px;
	border-style: solid;
	border-width: 1px;
}

input.button
{
	padding: 1px 4px 3px 4px;
}

input.submit,
button.submit
{
	font-weight: bold;
}

input.valid,
button.valid
{
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	background-image: url('Images/valid.gif');
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

input.invalid,
button.invalid
{
	text-align: left;
	padding-left: 20px;
	background-image: url('Images/invalid.gif');
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

/*
select
{
	width: 120px;
}

select.big-dropdown
{
	width: 200px;
}*/

textarea
{
	width: 100%;
}

label.required
{
	font-weight: bold;
}

label.bidScenarioSectionHeader
{
	font-weight:bold; text-decoration:underline;
}

/* ------------------------------------------------------------------------- */
/* Heading-specific */

h1, h2, h3
{
	margin: 4px 0px;
	font-size: medium;
}

h1
{
	margin: 20px 0px 4px 0px;
	text-align: left;
}

h2
{
	text-align: center;
}

h3
{
	text-align: right;
}
h4
{
	margin: 4px 0px;
	font-size: 17;
	font-weight:bold;  
	text-align: left;
}
h5
{
	margin: 4px 0px;
	font-size: 14;  
	text-align: left;
}

/* ------------------------------------------------------------------------- */
/* Paragraph-specific */

p.centered-paragraph
{
	text-align: center;
}

p.justified-paragraph
{
	text-align: justify;
}

p.right-aligned-paragraph
{
	text-align: right;
}

/* ------------------------------------------------------------------------- */
/* Blockquote-specific */

blockquote.notes
{
	width: 100%;
	margin: 10px 0px;
	padding: 4px;
}

blockquote.notes em
{
	font-weight: bold;
}

blockquote.notes ul
{
	margin-top: 6px;
	font-weight: normal;
	margin-bottom: 4px;
	list-style-type: square;
}

/* ------------------------------------------------------------------------- */

table.page-header-table
{
	width: 100%;
}

table.page-header-table td
{
	padding: 0px;
}

table.page-header-table td.global-logo-column
{
	width: 240px;
	height: 60px;
}

table.page-header-table td.global-link-column
{
	text-align: right;
	padding-right: 6px;
}

table.page-header-table td.global-link-column a
{
	font-weight: bold;
}

table.page-header-table td.company-name-column
{
	text-align: right;
	padding-top: 3px;
}

table.page-header-table td.company-name-column h3
{
	padding-right: 6px;
}

.dynaquote-logo-image
{
	width: 179px;
	height: 62px;
	background-image: url("Images/dynaquote_logo.gif");
	background-repeat: no-repeat;
	background-position: 6px 0px;
}

/* ------------------------------------------------------------------------- */


table.menubar-table
{
	width: 100%;
	border-style: solid;
	border-width: 1px 0px;
}

table.menubar-table td
{
	padding: 4px 6px 2px 6px;
}

table.menubar-table td a
{
	font-weight: bold;
}

table.menubar-table td.datetime-column
{
	text-align: right;
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */

table.page-content-table
{
	width: 100%;
	padding: 10px;
}

/* ------------------------------------------------------------------------- */

table.full-width-table
{
	width: 100%;
}

table.full-width-table td.centered
{
	text-align: center;
}

table.full-width-table td.left-aligned
{
	text-align: left;
}

table.full-width-table td.right-aligned
{
	text-align: right;
}

table.full-width-table td blockquote.graynotes
{
	width: 100%;
	margin: 2px 0px;
	padding: 4px;
}

/* ------------------------------------------------------------------------- */

td.static-menu-column
{
	width: 220px;
	vertical-align: top;
}

td.static-menu-column ul
{
	margin: 2px;
	padding: 0px;
	border-top: 0px;
}

td.static-menu-column li
{
	width: 150px;
	display: block;
}

td.static-menu-column li a
{
	width: 100%;
	display: block;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	text-decoration: none;
}

td.static-menu-column li a.borderless-link
{
	border-top: 0px;
}

/* ------------------------------------------------------------------------- */

td.static-page-content-column
{
	width: 80%;
	padding: 10px;
}

/* ------------------------------------------------------------------------- */
table.datagrid
{
	width: 100%;
}

table.datagrid td
{
	padding: 3px 6px 3px 6px;
	text-align: center;
}

table.datagrid td h1
{
	 margin-top: 4px;
}

table.datagrid td.alt-column
{
	text-align: left;
}

.supplierNames table td, .datagrid td.supplierNames
{
	text-align: left !important;
}


table.datagrid td.rgt-column
{
	text-align: right;
}

table.datagrid td.top-column
{
	vertical-align: top;	
}

table.datagrid td.alt-column blockquote
{
	margin-left: 0px; 
}

table.datagrid td.numeric-column,
table.datagrid td.numeric-column input.textbox
{
	text-align: right;
}

table.datagrid td.center-aligned-column,
table.datagrid td.center-aligned-column input.textbox {
	text-align: center;
}

table.datagrid td.special-column{
    text-align:center;
}

table.datagrid td.clock-column
{
	text-align: center;
}

table.datagrid td a
{
	font-weight: bold;
}

table.datagrid td a.fixed-width
{
	text-decoration: none;
}

table.datagrid td ul
{
	margin: 4px auto;
	font-weight: normal;
	list-style-type: square;
}

table.datagrid td em
{
	font-style: normal;
	font-weight: bold;
}

table.datagrid tr.header-row td
{
	font-weight: bold;
}

/* anchors in a header row */
table.datagrid tr.header-row td a
{
	cursor: pointer; /* cursor: hand doesn't work in Firefox 1.0 */
	text-decoration: none;
}

table.datagrid tr.unread-comments-row td
{
	font-weight: bold;	
}

table.datagrid tr.unread-comments-alt-row td
{
	font-weight: bold;	
}

table.datagrid td.category-column
{
	text-align: left;
}

table.datagrid td.summary-column
{
	text-align:right;
}

table.datagrid td.summary-column div
{
	width: 100px;
	display: inline;
}

table.datagrid td blockquote
{
	width: 100%;
	margin: 2px 0px;
	padding: 4px;
}

table.datagrid td table.radio-button-list
{
	padding-left: 20px;
}

table.datagrid td table.radio-button-list td
{
	text-align: left;
}

/* ------------------------------------------------------------------------- */

table.datagrid-footer
{
	width: 100%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

table.datagrid-footer td
{
	padding: 3px 6px 3px 6px;
}

table.datagrid-footer td strong
{
	padding-right: 6px;
}

/*-------------------------------------------------------------------------- */

table.infoRequestDatalist
{
	width: 100%;
}

table.infoRequestDatalist tr td.alt-row
{

}

table.infoRequestDatalist td.header-row
{
	font-size: small;
	font-weight: bold;
	text-align: center;
}

table.infoRequestDatalist tr td table tr td.key
{
	text-align: right;
	font-weight: bold;
}

table.infoRequestDatalist tr td table tr td.value
{
	font-weight: bold;
}

table.infoRequestDatalist tr td table tr td.comments
{
	font-weight: bold;
	padding-right: 10px;
}

/* ------------------------------------------------------------------------- */

table.event-details
{
	width: 100%;
	margin-top: 4px;
	margin-bottom: 6px;
	border-collapse: collapse;
}

table.event-details td
{
	padding: 1px 4px 1px 4px;
}

/* ------------------------------------------------------------------------- */

table.page-footer-table
{
	width: 100%;
}

table.page-footer-table td
{
	text-align: center;
}

/* ------------------------------------------------------------------------- */

table.watermark-table ul.square-list
{
	font: messagebox;
}

/* ------------------------------------------------------------------------- */

table.radsurvey td 
{ 
	text-align: center; 
}

div.survey-panel
{
	height: 290px;
}

/* ------------------------------------------------------------------------- */

div.fixed-width-panel
{
	text-align: left;
}

div.fixed-width-panel h1
{
	font-size: x-small;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------- */
/* Company/Event Terms Specific */

div.fixed-width-panel table.legalterms-text
{
	margin-left: 20px;
	margin-right: 20px;
}

div.fixed-width-panel table.legalterms-text tr td
{
	/*white-space: nowrap;*/
}

div.fixed-width-panel table.legalterms-text *
{
	width: 95%;
}

/*----------------------------------------------------------------------------*/
/* Procurex sitewide Terms Specific */

div.fixed-width-panel table.site-participant-terms-text
{
	margin-left: 20px;
	margin-right: 20px;
}

div.fixed-width-panel table.site-participant-terms-text tr td
{
	white-space: nowrap;
}

div.fixed-width-panel table.site-participant-terms-text *
{
	width: 95%;
}

/*----------------------------------------------------------------------------*/

.wizard-header
{
  font-size:medium; 
  font-weight:bold;     
}
.wizard-header1
{
 font-size:13px; 
 font-weight:bold;  		
}
.auctionendtime
{
  border:0px;
  font-weight:bold;
  color:#33488D;
  text-align:right;  
}
.dashboardHR
{
	background-color:#3e6fbc; 
	height:3px;

}

.dashboardHeading
{
	background-color:#F0F0F0;
}

.itemendtime
{
  border:0px;
  font-weight:bold;
  color:#33488D;
  text-align:center;  
}
.label-color
{
  color:#33488D;
  font-weight:bold;  	
}
.label-confirm-color
{
  color:Green;
  font-weight:bold;  	
}

/* ------------------------------------------------------------------------- */
/* Span-specific */

span.panel-heading
{
	font-size:15;
	font-weight: bolder;
	margin-right: 10px;
	line-height: 50px; 
}

/* ------------------------------------------------------------------------- */
/* ITQ Compare Responses Specific */

td.itqCompare-title
{
	text-align: center;
	padding: 10px;
}

td.itqCompare-answer
{
	text-align: center;
}

td.itqCompare-answer-text
{
	text-align: left;
}

div.itqCompare-answer-text
{
	margin-left: 10px;
	margin-right: 10px;
}

td.itqCompare-numeric-answer-text
{
	text-align: right;
} 

div.itqCompare-numeric-answer-text
{
	margin-left: 10px;
	margin-right: 10px;
}

/* ------------------------------------------------------------------------- */

.rblNonCommodity input[type="radio"]
{
   width:28px;
}
 

table.NestedFix th table th 
{

    background-color:aquamarine !important;  

}

 input.bidTextbox
 {
     width:80px; 
 }

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    input.bidTextbox
    {
        width:110px; 

    }
}
 
.spreadsheet
{
    float:right; 
    width:400px;
}

.gdFloat
{
    background-color:burlywood; 
    padding:2px; 
   float: left;
   width: 15%;
}

#pnlSpreadsheetControls
{
    width:600px; 
}
#pnlSpreadsheetControls label
{
    width:350px; 
    display:inline-block; 

}

.loaderBg 
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin:0;
    padding:0;
}

.loaderImg 
{  
    position: fixed; 
    top: 75px;
    left: 50%; 
    margin:0;
    padding:0;
    margin-left: -50px;
    z-index:1001;
}

.pasteDialog 
{  
    position: fixed; 
    top: 75px;
    left: 50%; 
    margin:0;
    padding:5px;
    margin-left: -200px;
    height:300px; 
    width:400px;  
    z-index:1001;
    background-color:white;
    border: 1px solid darkgray;
}

#btnPasteSpecial
{
	    /* position: absolute; */
    /* top: 76px; */
    /* right: 61px; */
    margin-top: -10px;
}

.hidden
{
    visibility: hidden;
}

#frmAuctionHelp, #EventEmailTrafficForm {
    padding: 0px 12px  !important;
}
 

 
#RegistrationRequestForm table.datagrid td {
    padding: 6px 12px 5px 12px;
    text-align: center;
}
#RegistrationRequestForm input.big-textbox, #RegistrationRequestForm #ReasonOfRegistrationText, #RegistrationRequestForm #AdminPhoneText, #RegistrationRequestForm input#txtFindUs {
    border-color: #c1c1c1;
    width: 99%;
    padding: 3px 5px; 
	    border-style: solid;
    float: right;
    border-width: 1px;max-width: 283px;
}
#RegistrationRequestForm label  {
    text-align: left;
}
#RegistrationRequestForm .trl label {
    text-align: left;
    float: none;
    display: initial;
    color: #000000;
    margin-left: 6px;
    margin-right: 5px;
}
#RegistrationRequestForm #RequiredFieldValidator1, #RegistrationRequestForm #RequiredFirstNameValidator, #RegistrationRequestForm #RequiredLastNameValidator, #RegistrationRequestForm #RequiredAdminPhoneValidator, #RegistrationRequestForm #RequiredAdminEmailValidator, #RegistrationRequestForm #RequiredVerifyAdminEmailValidator, #RegistrationRequestForm #RequiredReasonOfRegistration, #RegistrationRequestForm #CompareAdminEmailsValidator, #RegistrationRequestForm span#DunsNumberValidator, #RegistrationRequestForm span#RequiredStateValidator, #RegistrationRequestForm span#RequiredCityValidator, #RegistrationRequestForm span#RequiredZipCodeValidator
 {
    position: absolute;
    font-size: 11px;
    padding: 0px 5px;
    color: #f1592a !important;
    background: #ffffff;text-align: left;
    padding: 3px 8px;
    border: 1px solid #f1592a;
    margin-left: 5px; right: -247px;
    box-shadow: grey 3px 3px 22px 0px;min-width: 248px;
}
#RegistrationRequestForm label {
    
    font-size: 12px !important;
}
#RegistrationRequestForm p.trl {
      font-size: 12px !important;
    color: #000000;
}
#RegistrationRequestForm span#DunsNumberValidator {
    right: -361px !important;
 
}
#RegistrationRequestForm input#AgreeCheckBox {
     
    margin-top: 5px;
}
#RegistrationRequestForm p.trl { 
    
    text-align: left;
}
#RegistrationRequestForm input#txtFindUs {
    width: 100% !important;max-width: 100% !important;
}
#RegistrationRequestForm span#RequiredStateValidator br, #RegistrationRequestForm #RequiredCityValidator br, #RegistrationRequestForm #RequiredZipCodeValidator br  {
    display: none;
}
#RegistrationRequestForm table.datagrid td {
    
    position: relative;
}
#RegistrationRequestForm #RequiredFieldValidator1:before, #RegistrationRequestForm #RequiredFirstNameValidator:before, #RegistrationRequestForm #RequiredLastNameValidator:before, #RegistrationRequestForm #RequiredAdminPhoneValidator:before, #RegistrationRequestForm #RequiredAdminEmailValidator:before, #RegistrationRequestForm #RequiredVerifyAdminEmailValidator:before, #RegistrationRequestForm #RequiredReasonOfRegistration:before, #RegistrationRequestForm #CompareAdminEmailsValidator:before, #RegistrationRequestForm span#DunsNumberValidator:before, #RegistrationRequestForm #RequiredStateValidator:before, #RegistrationRequestForm span#RequiredCityValidator:before, #RegistrationRequestForm span#RequiredZipCodeValidator:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 16px 16px 0;
    border-color: transparent #ee4712 transparent transparent;
    transform: rotate(
-137deg);
    position: absolute;
    margin-left: -17px;
}

#RegistrationRequestForm #AddVendorForm .portlet-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 19px;
    padding: 21px 20px 16px;
    margin-bottom: 0px;
}
#RegistrationRequestForm #AddVendorForm input[type="text"], #RegistrationRequestForm #AddVendorForm .big-dropdown {
    font-size: 14px;
    font: 14px "Open Sans", sans-serif;
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid rgb(194, 202, 216) ;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-image: none;
    max-width: 100% !important;
    width: 100% !important;
    height: 34px;
    box-shadow: inset 0px 1px 1px rgb(0 0 0 / 8%);
    background-color: rgb(255, 255, 255);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}  

#RegistrationRequestForm .form .form-bordered .form-group span
{
	float: left;
    width: 100%;
} 



 

 #RegistrationRequestForm table.datagrid td td
 {
	 
 }

#RegistrationRequestForm .alt-column .textbox, #RegistrationRequestForm .alt-column select#CountryCodeList, #RegistrationRequestForm .alt-column select#StateCodeList, #RegistrationRequestForm .alt-column select#lstFindUs {
   border-color: #c1c1c1; 
    width: 99%;
    padding: 3px 5px;
    border-style: solid;
    float: right;
    border-width: 1px;
    max-width: 283px;
} 
.sweet-alert p.lead.text-muted {
    padding: 0;
}  
#RegistrationRequestForm button.confirm.btn.btn-lg.btn-primary {
    font-weight: 600 !important;
    text-transform: uppercase;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%) !important;
    color: #fff;
    background-color: #f36537 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f36537),color-stop(100%,#e45425)) !important;
    background-image: -webkit-linear-gradient(top,#fc7d54,#cc4a20) !important;
    background-image: -moz-linear-gradient(top,#f36537,#e45425) !important;
    background-image: -ms-linear-gradient(top,#f36537,#e45425) !important;
    background-image: -o-linear-gradient(top,#f36537,#e45425) !important;
    background-image: linear-gradient(top,#f36537,#e45425) !important;
    border-top: 1px solid #ca471d !important;
    border-right: 1px solid #e14f1f !important;
    border-bottom: 1px solid #cf4619 !important;
    border-left: 1px solid #d54a1d !important;
    font-size: 100%;
    font-weight: bold;
    padding: 9px 32px 10px 30px !important;
    margin-left: 3px;
    margin-right: 0px;
    text-align: center;
}

#btnSendRequest, .login_box table.datagrid input#ctl00_ContentPlaceHolderHead_btnContinue, .confirm.btn 
{
	 
  font-weight: 600 !important;
 
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;
  color: #fff;
  background-color: #f36537 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f36537),color-stop(100%,#e45425)) !important;
  background-image: -webkit-linear-gradient(top,#fc7d54,#cc4a20) !important;
  background-image: -moz-linear-gradient(top,#f36537,#e45425) !important;
  background-image: -ms-linear-gradient(top,#f36537,#e45425) !important;
  background-image: -o-linear-gradient(top,#f36537,#e45425) !important;
  background-image: linear-gradient(top,#f36537,#e45425) !important;
  border-top: 1px solid #ca471d !important;
  border-right: 1px solid #e14f1f !important;
  border-bottom: 1px solid #cf4619 !important;
  border-left: 1px solid #d54a1d !important;
  
  font-weight: bold;
 
  margin-left: 3px;
  margin-right: 0px;
  text-align: center;
 
}
.sweet-alert .sa-icon.sa-info, .sweet-alert .sa-icon.sa-info::before {
  border-color: #f36537 !important;
}
.sweet-alert .sa-icon.sa-info::before, .sweet-alert .sa-icon.sa-info::after {  
 background-color: #f36537 !important;
}
.confirm.btn.btn-lg.btn-primary {
  padding: 9px 35px;
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 15px;
}
.body_login .sweet-alert {
  padding: 40px;
}