body{
    background-color: white;
    
}

.esc_logo{
    height: 175px;
    width: 175px;
    position: absolute;
    top: 8;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.btn-login-page{
    color: #0089e1 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 15px;
    border: 4px solid #0089e1 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

.btn-login-page:hover {
color: #ffffff !important;
background: #da251d;
border-color: #da251d !important;
transition: all 0.4s ease 0s;
}

.alert-login{
	background: #eb3d00;
	color:#fff;
}

.footer-esc{
 
  right: 0;
  bottom: 0;
  left: 0;
  
 
}

.vela_logo{
	height:80px;
	width:80px;	
}
.search-input{
	margin-right: 10px;
	margin-top: 10px;
}

.card-header{
	border-bottom: 0;
}

.craue_formflow_steplist li.craue_formflow_done_step {
	text-decoration: line-through;
	color: red;
	}
	
.craue_formflow_steplist li.craue_formflow_skipped_step {
	text-decoration: line-through;
	color:green;
}

.craue_formflow_steplist li.craue_formflow_current_step {
	text-decoration: underline;
	color:purple;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #204a87;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.operation-cards .card:nth-child(n+2){
	margin-top:30px;
}

.order-panel-title{
	margin-top:12px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
	content: ' ' !important;
    
    border: 1px solid black !important;
    border-radius: 3px !important;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714' !important;
    font-size: 20px;
    text-align: center !important;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9 !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(0,-5px) !important;
    width: 20px !important;
    height: 20px !important;
    box-sizing: border-box !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Wybierz";
}
.select2-container .select2-selection--multiple{
	padding: 3px !important;
	border: 1px solid #cad1d7 !important;
}

div.dt-button-collection{
	width: 50% !important;
	margin-top: 0px !important;
}

@media (min-width: 768px){
.navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3.5rem !important;
}
}

.has-success:after {
    display:none;
}
.order-summary td{
	border-top: 0;
	padding: 0px;
	
}

.order-summary{
	border-top: 1px solid #e9ecef;
	
}

.fc-bg .alert-info {
    color: #000 !important;
    background-color: pink !important;
    border-color: pink !important;
}

.alert-info span{
    color: #000 !important;
    background-color: pink !important;
 
}


@media (max-width: 575.98px) {

}


@media (min-width: 576px) and (max-width: 767.98px) { 

	
}


@media (min-width: 768px) and (max-width: 991.98px) {
 }


@media (min-width: 1000px) and (max-width: 1460.00px) {

	h5{
	font-size: 0.7125rem;
	}
	
	.main-page__esc-manager-kontakt strong{
		padding: 0;
		font-size: 0.7025rem;
	}
 
 }


@media (min-width: 1460.01px) {
	
}


.text-resseting{
	   color: #0089e1 !important;
}

