﻿/* 
    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 { padding-left:5px; 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: 80%; }
.answeryes { margin-top:10px; }
.active { background-color: #8FC776; }
.glyphicon { margin-left: 20px; font-weight: bold !important; color: #8FC776 !important; font-size: 26px;} 
#current_company_noedit_main { font-size: 16px; }
#current_company_noedit_main #currentCompanyName { font-size: 26px; }
h3, h4 { color: #7ab95e }
#addcompany { padding-top: 10px; }
#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:url('/subscribe/content/images/content.images.spinner.gif') no-repeat right center }
.waiting { background:url('/subscribe/content/images/content.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;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
} 
#company_search_group
{
    display: 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: #9aaaaa;
	padding: 3px 8px;
	font-size: 1em;
}

/* used for now with quesHeader class */
.enabled
{
	background-color: #7ab95e;
}

.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;        
}


table#companyQuestionsPrint{
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

table#companyQuestionsPrint td
{
    padding: 0px 0px 5px 0px !important;
    font-weight: 400!important;
}

.questionRadioPosition label    { /*width:49%;*/ display:inline-block; margin-right: 15px!important;}

@media screen and (max-width: 768px){
    table#companyQuestionsPrint td {
        height: auto !important;
        word-wrap: break-word;
        display: block;
    }
}

div#resetBtn {
    float: right;
    margin: 0;
    padding: 0;
}

span#reset {
    padding: 4px 4px;
    font-size: 8pt;
    margin: 0;
}