/*===== CHAPTER =========  PARTNERS ==========*/	

			
			.company-listing{
					margin-top:40px;}
			.company-container{
					}
			.company-container span{
					background: url(../images-site/company-tri.png) no-repeat;
					background-size: 20px 20px;
					width:20px;
					height:12px;
					position:absolute;
					top:-12px;
					z-index:1;
				}
			.company-logo{
					width:78px;
					height:78px;
					border: 1px solid #cecece;
					background: #fff;
					padding:3px;
					position:absolute;
					margin-left:20px;
					top:-12px;
					z-index:1;
			}
			
			.company-distance{
					width:28%;
					height:18px;
					padding:0px 20px 0px 0px;
					position:absolute;
					text-align:right;
					top:8px;
					right: -10px;
			}
			.company-distance i{
					font-size:14px;
					font-weight:normal;
					color:#666;
					margin-right:5px;
			}
			.company-logo img {
					width:70px;
					height:70px;
			}
			.company-content{					
					border: 1px solid #d5dbde;
					background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: -moz-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: -o-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					width:100%;
					padding:10px 10px 10px 10px;
					margin-bottom:30px;
					position:relative;
					z-index:0;
	
			}
			.company-content:hover{					
					background: -webkit-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -moz-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -o-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
			}
			.company-content-hover{ /* to call with jquery when hovering the log */
					background: -webkit-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -moz-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -o-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
 			}
			
			.company-info,
			.company-info-short{
					padding:0px 0px 0px 105px; }
					
			.not-connected .company-info,
			.not-connected .company-info-short{
					padding:0px 0px 0px 10px; }	
			
			.company-info h3,
			.company-info-short h3{
					color: #333333;
					font-size:14px;
					margin: 0px;
					padding: 0px 0px 5px 0px;
					font-weight:700;}
			.company-info h3 a, .company-info h3 a:visited,
			.company-info-short h3 a, .company-info-short h3 a:visited {
					color:#333;
					text-decoration:none;
			}
			.company-info p,
			.company-info-short p{
					color: #333333;
					font-size:14px;
					margin: 0px;
					padding: 0px;}
					
					
			@media only screen and (max-width : 767px) {}

			@media only screen and (min-width : 768px) {
				.company-info h3{white-space:nowrap; overflow:hidden; text-overflow: ellipsis; width:215px;}
				.company-info-short h3{white-space:nowrap; overflow:hidden; text-overflow: ellipsis; width:160px;}				
				.company-info p, .company-info-short p{white-space:nowrap; overflow:hidden; text-overflow: ellipsis;  width:200px;}
			}

			@media only screen and (min-width : 992px) {
				.company-info h3{width:165px;}
				.company-info-short h3{width:165px;}				
				.company-info p, .company-info-short p{width:170px;}
			}

			@media only screen and (min-width : 1200px) {
				.company-info h3{width:205px;}
				.company-info-short h3{width:140px;}				
				.company-info p, .company-info-short p{width:200px;}
				
			}			
					
			.company-buttons{
					overflow:hidden; padding:0px 0px 0px 105px;}
			.not-connected .company-buttons{
					padding:0px 0px 0px 10px; }	
					
			.company-buttons .sm-btn-info,
			.frmselect-company-buttons .sm-btn-info {
					border: 1px solid #63b802;
					background: #fff;
					color: #63b802 !important;
					display: block;
					font-size: 13px !important;
					font-weight: 400;
					margin: 10px 0px 0px 0px;
					padding: 2px 10px;
					text-align: center;
					text-transform: lowercase;
					width:90px;				
					position:relative;
					float:left;
			}	
			.company-buttons .sm-btn-info:hover {
					border: 1px solid #999999;
					text-decoration: none;
					color: #333333 !important;
				
			}
			.company-buttons .sm-btn-offerte {
					border: 1px solid #63b802;
					background-color: #63b802;
					color: #fff !important;
					display: block;
					font-size: 13px !important;
					font-weight: 400;
					margin: 10px 0px 0px 20px;
					padding: 2px 10px;
					text-align: center;
					text-transform: lowercase;
					width:90px;				
					position:relative;
					float:left;
			}
			.company-buttons .sm-btn-offerte:hover {
					background-color: #70d200;
					border: 1px solid #70d200;
					text-decoration: none;
			}

			@media only screen and (max-width : 319px) {

				.company-distance{
					display:none;
				}
				
			}
			@media only screen and (max-width : 400px) {
				.company-buttons{
						padding:0px 0px 0px 9px;
				}
				.company-buttons .sm-btn-info {
						padding: 2px 5px;				
						width: 78px;			
				}
				
				.company-distance{
					top:80px;
				}
				
			}

			@media only screen and (min-width : 992px) and (max-width : 1200px) {
				.company-buttons{
						padding:0px 0px 0px 9px;
				}
				.company-buttons .sm-btn-info {
						padding: 2px 5px;				
						width: 78px;			
				}
				.company-distance{
					top:80px;
				}
				
				
				
				
			}
			
			
/*===== CHAPTER =========  PAGINATION ==========*/			
			
			.company-pagination{
				/*	border-top:1px solid #e6ebed;
					padding-top:20px;*/
				margin: 0px auto 40px auto;
				
				
				}
			.company-pagination .sm-btn-pag-number,
			.company-pagination .sm-btn-pag-text {
					border: 1px solid #f2f2f2;
					background-color: #f2f2f2;
					color: #1d89c1 !important;
					display: block;
					font-size: 14px !important;
					font-weight: 700;
					margin: 10px 20px 0px 0px;
					padding: 5px 12px;
					text-align: center;
					text-transform: uppercase;								
					position:relative;
					float:left;
			}
			.company-pagination .sm-btn-pag-text {
					font-weight: 400;}
			.company-pagination .sm-btn-pag-number:hover,
			.company-pagination .sm-btn-pag-text:hover,
			.company-pagination .active {
					background-color: #1d89c1;
					border: 1px solid #1d89c1;
					color: #fff !important;
					text-decoration: none;
			}
			@media only screen and (max-width : 767px) {
				.company-pagination{
					
				}
				.company-pagination .sm-btn-pag-number {
					display: none;}
				.company-pagination .sm-btn-pag-text{margin: 10px 0px 0px 0px;}
				.company-pagination .sm-btn-pag-text:first-child{
					float:left;}
				.company-pagination .sm-btn-pag-text:last-child{
					float:right;}	
					
			}
			
			
/*==================CHAPTER ===================== HERPLAATSEN: partners aanduiden in formulier ==================*/

			.frmselect-striped-ul{
				list-style: none;
				padding: 6px;
				margin: 0 !important;
				border:1px solid #e5e5e5;
			}
			.frmselect-striped-ul li:nth-child(odd){
				background-color: #e5e5e5;	
			}
			.frmselect-striped-ul li{
				padding: 8px 20px;
    			position: relative;
			}
			
			
			  @media only screen and (min-width : 768px) { 	.frmselect-striped-ul li .frmselect-question{ }}
			  @media only screen and (min-width : 992px) {	.frmselect-striped-ul li .frmselect-question{	width: 40%;		float: left;	} .frmselect-striped-ul li .frmselect-answer{ display:block; margin-left:40%;	}}
			  @media only screen and (min-width : 1200px) { .frmselect-striped-ul li .frmselect-question{	width: 35%;		float: left;	} .frmselect-striped-ul li .frmselect-answer{ display:block; margin-left:35%;	}}
			
			
			.frmselect-tip{
			 margin:10px 30px 0px 30px !important;
				
			}
			
			.frmselect-company-container{
				border:4px solid #fcfcfc;
					margin-bottom:30px;
					}
			@media only screen and (max-width : 767px) {.frmselect-company-container{ margin-left:15px; margin-right:15px;}}
			.frmselect-company-container label{
			 cursor: pointer;
  			 display: block;
			 margin:0px;
				}
			
			.frmselect-company-checkbox{width:30px;
					height:78px; float:left;}
			.frmselect-company-checkbox input[type=checkbox]{
				    height: 20px;
					width: 20px;					
					cursor: pointer;
				
				}
				
			.frmselect-company-checkbox input[type=checkbox]:checked + label{
					border:2px solid #cf5;
					padding:5px;
					background:#666;
					
				
				}
				
				
			.frmselect-company-logo{
					width:68px;
					height:68px;
					border: 1px solid #cecece;
					background: #fff;
					padding:3px;
					float:right;
			}
			
			.frmselect-company-distance{
					height:18px;
					padding:0px 20px 0px 0px;
					text-align:left;
					margin-bottom:10px;
					display:none;
			}
			.frmselect-company-distance i{
					font-size:14px;
					font-weight:normal;
					color:#666;
					margin-right:5px;
			}
			.frmselect-company-logo img {
					width:60px;
					height:60px;
			}
			.frmselect-company-content{					
					border: 1px solid #d5dbde;
					/*background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: -moz-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: -o-linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);
					background: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 50%,  #fff 100%);*/
					background:#fff;
					width:100%;
					padding:10px 10px 10px 10px;
				
					position:relative;
					overflow:hidden; 
					
			}
			
			.frmselect-company-content:hover{					
					/*background: -webkit-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -moz-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: -o-linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);
					background: linear-gradient(0deg, #ebebec 0%, #ebebec 50%,  #ffffff 100%);*/
			}

			.frmselect-company-info-short{
					padding:0px 0px 0px 10px; float:left; width:calc(100% - 110px); }
					
	
			.frmselect-company-info-short h3{
					color: #333333;
					font-size:14px;
					margin: 0px;
					padding: 0px 0px 0px 0px;
					font-weight:700;
					
					white-space:nowrap;	overflow:hidden; text-overflow: ellipsis;
					width:100%;
					}
			.frmselect-company-info-short h3 a, .frmselect-company-info-short h3 a:visited {
					color:#333;
					text-decoration:none;
			}
			.frmselect-company-info-short p{
					color: #333333;
					font-size:14px;
					margin: 0px;
					padding: 0px;
					white-space:nowrap;	overflow:hidden; text-overflow: ellipsis;}
			.frmselect-company-buttons{
				
				
				}
			.selectedPartner{
					border:4px solid #cf5;
			}
