#associateContainer{
/*background-color: rgba(200, 200, 200, 0.58);*/
background-color: white;
border-radius: 5px;
}

#searchBarAffinitypartners {
	display: none;
}

#affinitypartnerContainer {
	width: 90%;
}

#affinitypartnerContainer div.floatDivBox{
	width: 360px;
}

#affinitypartnerContainer div.floatDivBox img{
	position: relative;
	float: left;
	top: 50%;
  	transform: translateY(-50%);
}

#affinitypartnerContainer div.floatDivBox span{
	position: relative;
	float: left;
	width: 200px;
	top: 50%;
  	transform: translateY(-50%);
}

.floatDivBox {
cursor: pointer;
display: inline-block;
width:150px;
height:75px;
margin:10px;
background-color:white;
position: relative;
border-radius: 5px;
vertical-align:middle;
border: 1px solid #e0e0e0;
/*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);*/
}

table#offersTable ul{
	margin-bottom:0;
}
table#offersTable p{
	margin:0;
}

.scale-image{
display:block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
max-height:90%;
max-width:90%;
margin:auto;
}

/*#All, #Search{
background-image:url('../../css/images/buttonBlue1_o.png');
color:white;
width:110px;
height:30px;
margin-bottom: 10px;
background-size:cover;
background-repeat:no-repeat;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../../css/images/buttonBlue1_o.png',
sizingMethod='scale');
}

.filterbutton{
background-image:url('../../css/images/buttonBlue1_o_checked.png');
color:white;
width:110px;
height:30px;
background-size:cover;
background-repeat:no-repeat;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../../css/images/buttonBlue1_o_checked.png',
sizingMethod='scale');

}

.filterbutton.down{
background-image:url('../../css/images/buttonBlue1_o_unchecked.png');
color:white;
width:110px;
height:31px;
background-size:cover;
background-repeat:no-repeat;
border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../../css/images/buttonBlue1_o_unchecked.png',
sizingMethod='scale');
}
*/

.showOffersContainer{
display:none;
}

.offerTables{
border:medium;	
}

.rejectReason {
	width: 95%;
	padding: 10px;
	border: 1px solid #B6B6B6;
}

.fgrp {
	padding: 10px;
	width: 90%;	
}

.fgrp-inline {
	padding: 10px;
	width: 40%;
	float: left;
	margin: 6px;
}

.fgrp-inline>label{	
	width: 140px;
}

.fgrp-inline>input{
	width: 100%;
	border: 1px solid #B6B6B6;
	padding: 8px;
}

.fgrp>label{
	padding: 8px;
	display: inline-block;	
	width: 140px;
	vertical-align: top;
}

.fgrp>input{
	width: 40%;
	border: 1px solid #B6B6B6;
	padding: 8px;
}

.error {
	display: inline-block;
}

input, select {	
	-webkit-appearance: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	border-radius: 6px;
	border: 1px solid #e0e0e0;
}

select, option {
	-webkit-appearance: none;
	text-indent: 6px;
    line-height: 32px;
}

select {
	height: 32px;
}

option {
	padding: 10px;
}

#logoContainer:before {
	content: "Logo :";
	font-weight: bold;
	position: relative;
	top: -8px;
}

.small-txt {
	font-size: 10px;
}


.bar {
	display: none;
    height: 15px;
    background-color: #00ACEE;
	box-shadow: 5px 3px 20px rgba(0, 0, 0, 0.23) inset;
}

.txtSuccess { 
	color: #00ACEE;
}

.txtFailure {
	color: red;
}

#Logo {
	display: block;
    max-width:250px;
    max-height:170px;
    width: auto;
    height: auto;
	margin-top: 10px;
}

#notification {
	width: 60%;
	padding: 10px;
	border: 1px solid #B6B6B6;
	display: none;
}

.clear {
	clear: both;
}

button {
	margin-right: 20px;
}

#offersTable {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #B6B6B6;
	border-collapse: collapse;
}

#offersTable td {
	border: 1px solid #B6B6B6;
	padding: 4px;
}


#offersTable th {
	background-color: #66CDF4;
	color: #fff;
	height: 20px;
}

#offersTable td:nth-child(1),
#offersTable td:nth-child(2),
#offersTable td:nth-child(3),
#offersTable td:nth-child(5) {
    width: 80px;
	text-align: center;
}

#editBtn {
	margin: 0 auto;
}

#offersTable input {
	width: 80px;
}

.disabledBg {
	background-color: #e0e0e0;
}

a.offers{margin-top: 20px; transition: all 0.2s ease 0s; display: block; width: 175px; height: 75px; margin-left:0px; border-left: 0px dotted #b2bfb8;text-decoration: none; background: url("/img/edit-offers-btn.png");}
a.offers:hover { background-position: -175px 0;}

a.details{margin-top: 20px; transition: all 0.2s ease 0s; display: block; width: 175px; height: 75px; margin-left:0px; border-left: 0px dotted #b2bfb8;text-decoration: none; background: url("/img/edit-details-btn.png");}
a.details:hover { background-position: -175px 0;}

#txtLogo {
	font-weight: bold;
}

.offersList p {
	margin: 0;
	padding: 0;
}

#logoContainer {
	max-width:280px; max-height: 175px; float: right; margin-right: 40px;
}


h4{
	font-size: 1.4em;
	font-weight: 500;
	color: #666;	
}


.companyName h2{
	font-size: 1.0em;
	font-weight: 500;
}


p{
	line-height: 1.6em;
	color: #666;	
}


.championCompany, #offersCompany, .supporterCompany{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.preauditorCompany{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#offersCompany, .championCompany, .supporterCompany {
    display: table;
    text-align: center;
}

.ListText{
	vertical-align: top;
	width:79%;
	display:table-cell;
    text-align: left;
}

.championCompany .ListText,
.supporterCompany .ListText,
.championCompany .ListImage,
.supporterCompany .ListImage
{
	display: none;
}

.championCompany .ListText.showListing,
.supporterCompany .ListText.showListing,
.championCompany .ListImage.showListing,
.supporterCompany .ListImage.showListing
{
	display: inline-block !important;
}

.ListTitle h4 > i.fa {
    cursor: pointer;
}

.ListTitle h4 > i.fa.hide-desc {
    transform: rotate(180deg);
}

.ListTitle h4 {
    margin-bottom: 8px;
}

.ListImage{
	vertical-align: top;
	display:table-cell;
	width:150px;
	padding: 10px 5px;
}



body{
min-width:320;
min-height:480;
}

#championReqText{
display:none;
}

#associateReqText{
display:none;
}

#preauditorReqText{
display:none;
}


#payment{
display:none;
}

#serviceTypeText{
display:none;
}

#searchBar button {
	padding: 0;
	font-size: 12px;
}

@media all and (max-width: 754px) {
    #ListText{
        display:inline-block;
    }

    #ListImage{
        display:inline-block;
    }
}

@media all and (max-width: 1200px) {

#preauditorCompany{
	width:100%;
}
 #championCompany{
	width:100%;
}

#ListText{
vertical-align: top;
width:100%;
}		


}

#key ul {
	width: 160px;
	list-style: none;
    padding:10px;
    margin:0;
}

#key .key {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.affinitypartner-offers {
	border: 2px solid #1c3f95;
}

.associate-offers,
.key-associate-offers
{
	border: 2px solid #c3c3c3;
}

#companyDescription-error {
	float: none;
}

