@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,300&display=swap');
body{
	font-family: Poppins;
	color: #2F3A5F;
	font-size: 15px;
    font-weight: 300;
    line-height: 2;
}

.btn_submit{
	background:#1a899d;
	font-family: Poppins;
	font-size: 15px;
    font-weight: 300;
    line-height: 2;
}
.btn_submit:hover, .btn_submit:focus {background:#1a899d;}





.btn-close-overlay{background:#1a899d;}
div.tess-help-icon:hover {background: #1a899d;}
@media (max-width: 700px){
td {min-width: 100%}
}

#order-data-steps .active{
	    background: #1a899d;
		    border-left: 3px solid #1a899d;
}

#order-data-steps > div {
	background: #fff;
	 border-left: 3px solid #1a899d;
}


hr {
    background: #1a899d;
	
}

th:first-child, td:first-child {
    
}

div.tess-help-icon {

    background:  #1a899d;
    border: 1px solid  #1a899d;
}

input.formadvertentie {

    border: 1px solid #000000;
    
}

.nav-tabs .nav-item .nav-link {
	border-left: 3px solid #1a899d;
}

.nav-tabs .nav-item .nav-link.active {
	background-color: #1a899d;
}

.nav-tabs .nav-item .nav-link {
	border-left: 3px solid #1a899d;
}

.nav {
	border-bottom: 3px solid #1a899d;
}

.btn-success{
	background-color: #1a899d !important;
    border-color: #1a899d !important;
}


.fa-solid, .fas {
	color:  #1a899d !important;
}

input:checked + .slider {
  background-color: #5cb85c !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1a899d !important;
}

.disabled{
	background-color:#b3b5b7 !important;
}
		
		
