/*
 Theme Name:   Hello Elementor Child with Salesforce (#009EDB) or Teamleader (#00ACA9)
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A plain-vanilla & lightweight theme for Elementor page builder
 Author:       Elementor Team
 Author URI:   https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 Template:     hello-elementor
 Text Domain:  hello-elementor
 Version:      1.0.0
*/
 
@import url("../hello-elementor/style.css");

/*Login form css*/
li.my_login{
	font-weight: 400;
    fill: #000000;
    background-color: #F8F8FF;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-color: #000000;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 30px !important;
    transition: all .3s;
    font-size: 15px;
}
li.my_login a{
	color: #000000;
}

/*My account page css*/
#customer_login .woocommerce-form {
    background-color: #d7d7d7;
    min-height: 380px;
    border: 0;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 2%);
    transition: all 0.3s ease-in-out;
}
#customer_login h2 {
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
#customer_login h2::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #009EDB;
    bottom: -10px;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 700;
    font-size: 13.5px;
    font-size: .9rem;
}
#customer_login .woocommerce-form .form-row input {
    background-color: transparent;
    border: 1px solid #818181;
    margin-top: 10px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block !important;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
    margin: 2px;
}
.woocommerce .woocommerce-orders-table.woocommerce-MyAccount-orders{
	border-color: #BABABA;
}
.woocommerce .woocommerce-orders-table thead tr th{
	padding: 12px;
}
.woocommerce .woocommerce-orders-table thead tr{
	background: #f2f2ff;
}
.woocommerce table.my_account_orders td{
    padding: 9px 8px;	
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm{
	border: 2px solid #bababa;
    padding: 20px;
    border-radius: 10px;
}
.woocommerce-EditAccountForm input[type=text],.woocommerce-EditAccountForm input[type=email],.woocommerce-EditAccountForm input[type=password]{
    border: 1px solid #ddd;	
}
.woocommerce-EditAccountForm fieldset{
	border: none;
    padding: 0;	
}
/*search_company form css*/
.heading_form h1{
	font-size: 23px;
}
.search_company #Search input{
	display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-top: 5px
}

/*Footer bar*/
.bottom_footer{
	width: 100%;
	bottom: 0;
}

/*Result table css*/
#result-table thead tr th {
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    background-color: #009EDB;
}
#result-table th.header:after {
    content: "\f0dc";
}
#result-table th.headerSortUp:after{
    content: "\f0de";
}
#result-table th.headerSortDown:after{
    content: "\f0dd";
}
/*Loader*/
.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #009EDB;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*bedrijven page css*/
#map, #pano {
    height: 400px;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    display: inline-block;
}
.tab_seclection .elementor-tab-desktop-title.elementor-active{
    background: #009EDB;	
}
.tab_seclection .elementor-tab-desktop-title.elementor-active:hover{
    background: #009EDB;	
}
.tab_seclection .elementor-tab-desktop-title.elementor-active a{
	color: white !important;
}
.tab_seclection .elementor-tab-desktop-title{
	background: #EBEBEB;
}
.tab_seclection .elementor-tab-desktop-title:hover{
	background-color: #dcdcdc;
}
.tab_seclection .elementor-tabs-wrapper div.elementor-tab-desktop-title {
    display: inline-block;
    border-radius: 8px 8px 0 0 !important;
    margin: -1.2px;
}
.tab_seclection .elementor-tab-content{
	background: #f8f8f8;
}
.fancy-table tr:nth-child(even) {
    background-color: #EBEBEB;
}
.info-table td {
    padding-top: 0px;
    padding-bottom: 0px;
}
.fancy-table {
    color: #333;
}
.fancy-table th {
    font-weight: bold;
    vertical-align: middle;
}
table.info-table tr th:first-child, table.info-table tr td:first-child {
    padding-left: 0;
}
.info-table .row-divider{
    padding-top: 30px !important;
}
table.fancy-table th{
    text-transform: uppercase;
}
/*order form css*/
.product_description{
    color: #585757;
    font-family: "Montserrat", "Sans-serif";
    font-size: 14px;
    font-weight: 600;
    margin-top: -1px;
}
.elementor-field-option{
	padding-top: 20px;
}
.elementor-field-option input[type="radio"]{
	float: left;
    width: 3%;
    margin-top: 12px;	
}
.elementor-field-option label{
    float: left;
    width: 94%;
    margin-left: 3%;
    line-height: 21px;
    font-size: 14px;	
}
.elementor-field-option label b {
    color: #009EDB;
}
/*creditscss*/
#piechart > div{
	margin-top: -60px;
}

/*Global css*/
.search_company #Search button,.form-button,.glo-form-button,.woocommerce button.woocommerce-Button,#customer_login button{
    background-color: #009EDB!important;
	border-color: #009EDB!important;
    color: white;
    font-size: 16px;
	padding: 10px 30px;
    border-radius: 4px;
    transition: all .3s;
    font-weight: 600;
    margin-top: 12px;
	line-height: unset;
	outline: none;
}
.search_company #Search button:hover,.form-button:hover,.glo-form-button:hover,.woocommerce button.woocommerce-Button:hover,#customer_login button:hover{
	background-color:#1DBF73;
	border-color: #1DBF73;
	color: #fff;
}
.form-button,.glo-form-button{
	float: right;
}
li.my_login a:hover:after,li.my_login a:after,ul li.menu-item-object-page.d-none,.hidden,#togglePassword,#toPdf,#hidden_btn{
	display:none
}
#result-table th.header:after,#result-table th.headerSortDown:after,#result-table th.headerSortUp:after{
	font-family: "Font Awesome 5 free";
    padding-left: 5px;
}
body a{
    color: #333;	
}
.roated_class img{
	transform: rotate(30deg);
}
table th, table td,.woocommerce-EditAccountForm fieldset{
    border: none !important;
}
.contact_btn.form-button{
	margin-left: 20px;
    margin-right: 20px;
    text-align: center;
	display: block;
	float: none;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,table tbody tr:hover>td, table tbody tr:hover>th{
	background-color: transparent !important;
}
.woocommerce-LostPassword.lost_password a, .woocommerce-privacy-policy-text a {
    color: #009EDB;
}

.elementor-3482 .elementor-element.elementor-element-e4e6256 > .elementor-widget-container,.elementor-button{
    background-color: #009EDB!important;
}

@media only screen and (min-width: 1024px) {
	.pdf_btn_width a.elementor-button-link{
		width: 60%;
	}
}