﻿/* 
    company.css 
    for the company questions used in /myaccount/verify, /myaccount/company and /subscribe
*/


/* 
    these definitions are for the company questions used on /subscribe/website, /subscribe/newsletter
    in time, should be replaced by styles defined below (used on /subscribe/print)
 */

.question { margin-bottom:5px; background-color:#eaeaea; }
.thequestion {color: black; margin-bottom:20px;}
.thequestion table { -webkit-border-vertical-spacing: 0 !important; width: 100%; }
.thequestion table tr td { padding: 10px; }
.thequestion table tr td.first { padding-left: 0; width: 60% }
.answeryes { margin-top:0px; }
.active { background-color: transparent; margin: 0 0 10px; font-size: 17px; }
.glyphicon { margin-left: 20px; font-weight: bold !important; color: #8FC776 !important; font-size: 26px;} 
#current_company_noedit_main { font-size: 16px; font-family: 'Merriweather' , serif; font-weight: normal; color: #566d79; }
#current_company_noedit_main #currentCompanyName { font-weight: bold; }
h3, h4 { color: #404040 !important }
#addcompany { margin:10px 0 20px 0; }
#addcompany label 
{
    font-size: 14px;
    font-weight: normal;
}

/* end of old company questions definitions */


.ui-helper-hidden-accessible { display:none; }
.ui-state-focus { cursor:pointer; }

.ui-autocomplete-loading { background: white url('../images/spinner.gif') right center no-repeat}
.waiting { background:url('../images/spinner.gif') no-repeat right center !important; margin-left: 10px; width: 16px; height: 16px; vertical-align: middle; display: none;}

.ui-autocomplete 
{
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    cursor: pointer;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #008c6e;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
} 

#company_Question1, #company_Question2, #company_Question3, #company_Question4
{
	display:none;
	line-height: 12px;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}
#CompanyCountry {font-size:inherit !important;}
#changedcompanies input[type=text]
{
    margin-left: 0;
    vertical-align:top;
    width: 100%;
}
#emailaddress_prompt input[type=text]
{
    margin-left: 0;
    vertical-align:top;
    width: 250px;
}
.quesHeader
{
	background-color: #566d79;
	padding: 3px 8px;
	font-size: 1em;
	color: #fff;
}

/* used for now with quesHeader class */
.enabled
{
	background-color: #566d79;
	color: #fff;
}

.thequestion input[type="radio"] {
   display: none;
}

.thequestion input[type="radio"] + div {
   height: 15px;
   width: 15px;
   display: inline-block;
   cursor: pointer;
   vertical-align: middle;
   background: #FFF;
   border: 1px solid #d2d2d2;
   border-radius: 100%;
} 
  
.thequestion input[type="radio"] + div span.text {
    margin-left: 20px;
    font-weight: normal;
}

.thequestion input[type="radio"] + div:hover {
    border-color: #c2c2c2;
}

.thequestion input[type="radio"]:checked + div {
    background:gray;
}

#updaterecord /* bootstrap button rip */
{
    padding: 6px 12px;
    border: 1px solid transparent;
    background-color: #439539;
    border-bottom: 2px solid #387D31;
    border-radius: 10px;
    border-top: 2px solid #559F4C;
    color: #FFFFFF;
    font-size: 18px;        
}