.modal-dialog {pointer-events:auto;}
#filtry .form-control, #filtry .btn{display:inline;}
#filtry .form-control{width:auto;}
.filtry{width:auto; display:inline;}
.form-group.is-invalid{border:1px solid #dc3545;}
.rozwin i.right{position:absolute; right:20px;}
.custom-checkbox.form-check-inline{display: inline-flex;}
label.custom-control-label, label.only-label{
  font-weight: 400 !important;
}
.nieaktywny{opacity:0.5;}
.szczegoly, .add{cursor:pointer;}
#gps_zabierz{margin-left:20px;}
.fota100{max-width:100px;}
.toasts-top-left {z-index: 1060; top:50%; left:50%; transform:translate(-50%, -50%);}
.toasts-bottom-right {z-index: 1060;}
.f11{font-size:11px;}
.table.f11 td, .table th{padding:0.3rem;}
.table.f11 > thead > tr > th:not(.sorting_disabled), .table.f11 > thead > tr > td:not(.sorting_disabled) {
  padding-right: 17px;
}
.f13{font-size:13px;}
.alert.mont{padding:5px;}
.confirm, .confirm_karta{cursor:pointer;}
#map{height:1000px;}
#accordion th{background: #eee;}
.toasts-top-right {position: absolute; left: 50%; top: 50%; z-index: 5040; transform: translate(-50%, -50%);}
.profile-user-img.prd-img {width:auto;}
.cert_typ_header{display:inline; float:none;}
.cert_typ_header_icon{position: absolute; right: 20; top: 16;}
.add_to_list, .remove_from_list{cursor:pointer;}
.hidden{display:none;}




#flash {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9999;
    background-color:#006633;
    opacity:0.8;
}
#flash.flash-warning {
	background-color:orange;
}
#flash.flash-danger {
	background-color:red;
}
.flash-info{position:relative; text-align:center; width:100%; top:40%; font-size:30px; color:#fff;}
.flash-warning .flash-info{color:#000;}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999;
    background-color:#000;
    opacity:0.8;
}
.ladowanie{position: relative; text-align:center; width:100%; top:40%; font-size:30px; color:#fff;}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #009933;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00ff33;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #99ff00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
