/**
 *
 * $LastChangedDate$
 * $LastChangedRevision$
 *
 */
 
/* titillium-web-regular - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v5-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600 - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('../fonts/titillium-web-v5-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-italic - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../fonts/titillium-web-v5-latin_latin-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600italic - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: local('Titillium Web SemiBold Italic'), local('TitilliumWeb-SemiBoldItalic'),
       url('../fonts/titillium-web-v5-latin_latin-ext-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-700 - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v5-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-700italic - latin_latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'),
       url('../fonts/titillium-web-v5-latin_latin-ext-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/titillium-web-v5-latin_latin-ext-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

a {
  color: #54AAE3;
  outline: 0;
}

body[class*="environment"] {
  background: #f7f7f7;  
}

body[class*='environment'] .navbar {
  background: #92904ee6 !important;  
}

nav .environment {
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}
.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

button:hover, button:active, button:focus,
a:hover, a:active, a:focus {
  outline: 0;
}

#content a:hover {
  text-decoration: underline;
}

img {border:0;}

.hidden {
  display: none !important;
}

#content {
  display: block;
  float: left;
  padding: 0px 50px 50px 50px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.breadcurmb-container + #content {
  margin-top: 0;
}

.messages-stack {
  display: inline-block;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.messages-errors {
  border-left: 5px solid #fed7e0;
  background: none repeat scroll 0 0 #fdf1f1;
  color: #f58282; 
}

.messages-warnings {
  border-left: 5px solid #DED8C1;
  background: none repeat scroll 0 0 #FEF5D7;
  color: #BBB7A8; 
}

.messages-info,
.messages-info-content {
  border-left: 5px solid #B4EEDF;
  background: none repeat scroll 0 0 #ecfbf7;
  color: #6DD2B7; 
}

.breadcurmb-container {
  padding: 30px 50px 50px 50px;
  box-sizing: border-box;
}

div.breadcurmb {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #bfc4c8;
  padding-bottom: 13px;
  margin: 0 0 35px 0;
}

div.breadcurmb h4 {
  margin: 0;  
  float: left;
}

div.breadcurmb .qtip-form-help {
  display: none;
  float: right;
  height: 25px;
  margin-right: 10px;
  padding-top: 5px;
}

.popup_content h2.breadcurmb,
div.breadcurmb h4 {
  display: block;
  float: left;
  font-size: 14px;
  font-family: 'Titillium Web';
  font-weight: 600;
  color: #273137;
  
}

div.breadcurmb h4:not(:last-of-type):after {
  content: ">>";
  margin: 0 5px;
  font-size: 80%;
}

.logos {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  column-gap: 10px;
  margin-top: 50px;
}

.logos a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logos.top {
  margin-top: 0px;
  margin-bottom: 50px;
}

.logos a img {
  width: 75%;
  max-width: fit-content;
}

/************** FORMS *************/
form label {
  display: block;
  width: 200px;
  text-align: left;
  line-height: 1.3;
}

form table label.radio {
  display: inline;
  text-align: center;
  cursor: pointer;
}

form label .fa,
form label .fas {
  margin-left: 5px;   
  font-size: 14px;
} 

form .full-width label {
  width: 100%;
}
 
form textarea {
  display: block;
  float: left;
  border: 1px solid #CCCDCE;  
  margin: 2px 0 0px 0;
  padding: 5px;
  color: #75778C; 
}

form textarea {
  width: 250px;
}

table .form-field-error .fas,
.field-container .form-field-error {
  margin-left: 5px;
  line-height: 27px;
  color: #f58282;
}

.field-container input[type=radio] {
  margin: 0 5px;
}

.field-container-radio label {
  width: 100%;
}

button.btn,
a.btn {
  display: block;
  float: left;
  background: none repeat scroll 0 0 #de3333;  
  color: #FFFFFF;
  height: 30px;
  margin: 0 0 0px;
  padding: 2px 20px 8px 20px;
  text-decoration: none;
  text-align: center;
  border: 0px;
}


.accordion button {
  float: none;
}

.accordion .card-body h2 {
  margin-bottom: 15px;
}

button.btn.back,
a.btn.back {
  background: #5dacef;
}

a.btn.info {
  background: #28a745;
}

button.btn-link {
  background: none;
  color: #212529;
  font-weight: bold;
}

button.btn-draft {
  color: #007bff;
  border: 1px solid #007bff;
  background: transparent;
  display: inline;
}

.card-header {
  background: #54aae312;
}

.accordion > .card > .card-header {
  background: unset;
}

.card-header button {
  padding: 0;
}

form.ceeb .form-inline {
  gap: 5px;
}

.form-check.form-check-inline label {
  cursor: pointer;
}

.field-container.input-modal-button {
  display: flex;
}

.field-container.input-modal-button button {
  border: none;
  background: none;
  margin-left: 5px;
}

/************** END FORMS *************/

.form-field-colorpicker {
  display: block;
  float: left;
  position: relative;
}
  
.form-field-colorpicker .color-selector {
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0) url("../images/select2.png") repeat scroll 0 0;
  height: 36px;
  width: 36px;
}

.form-field-colorpicker .color-selector span {
  display: block;
  float: left;
  height: 28px;
  width: 28px;
}

.form-field-colorpicker .colorpickerHolder {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 356px;  
}

footer {
  text-align: center;
}

.qtip-content p {
  margin: 10px 0;
}

.qtip {
  max-width: 500px;
}

.data-filter {
  display: block;
  float: left;
  clear: left;
  width: 100%;    
  min-height: 50px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;     
  box-sizing: border-box;      
  padding: 8px 10px 9px 10px;
  margin: 10px 0 15px 0;
  border-bottom: solid 1px #dedede;
  border-top: solid 1px #dedede;
  background: #f9f9f9;
}

.data-filter > .status {
  display: inline-block;
  float: left;
  width: 240px;  
  height: calc(3em + 0.1rem + 60px);
} 

.data-filter > .others {
  display: inline-block;
  float: left;
  width: calc(100% - 240px);  
} 

.data-filter .item {
  margin-right: 15px;
  height: calc(1.5em + 0.05rem + 22px);
}

.data-filter .item.select-multiple,
.data-filter .status .item {
  height: auto;
  min-height: calc(1.5em + 0.05rem + 22px);
}

.data-filter .item.select-multiple.clear {
  clear: left;
}

.data-filter .form-control {
  height: calc(1.5em + 0.05rem + 2px);
}

form .form-inline .form-field {
  width: 230px;  
}

form .full-width .form-field {
  width: 95%;  
}

.brak-danych-checkbox {
  display: flex;
}

.brak-danych-checkbox label {
  width: auto !important;
  /*margin-left: 15px;*/
  margin-right: 15px;
}

#ceeb-accordion .form-field {
  width: 500px;
}

#ceeb-accordion .form-field[type=checkbox] {
  width: 25px;
}

#ceeb-accordion .card-header .fas.different-value {
  display: none;
}

#ceeb-accordion .card-header.different-value .btn {
  color: #e88024;
}

#ceeb-accordion .card-header.different-value .fas.different-value {
  display: unset;
}

#ceeb-accordion .different-value label {
  font-weight: bold;
  color: #e88024;
}

.card-body.zapisz-ceeb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.select2-results li:nth-child(odd) {
  background: #fafafa;
}

.select2-results .select2-highlighted {
  background: #3875d7 !important;
  color: #fff !important;
}

.data-filter select {
  width: 230px;
  height: 22px;
  margin: 2px 0 0px 0;
  color: #75778C; 
}

.data-filter span.item {
  display: block;
  float: left;
  margin-bottom: 10px;  
}
  
.data-filter label {
  min-width: 0;
  margin-left: 23px;
}

.data-filter label:first-child {
  margin-left: 0;
}

.data-filter label {
  font-size: 14px;
  color: #3f4a57;
  padding: 0 10px;
}

.data-filter .form-check-inline label {
  margin-left: 0;
}

.data-filter select,
.data-filter input {
  clear: left;
}

.data-filter label {
  display: block;
  padding: 0 0 0 3px;
  margin-bottom: 0;
} 

.user-box {
  color: #a9b2b9;
  font-size: 14px;
}

.user-box .fa-user {
  margin-right: 10px;
}

.user-box .fa-sign-out-alt {
  margin-right: 2px;
}

.user-box a {
  color: #de3333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.user-box a:hover {
  color: #fff;
  text-decoration: none;
}

.user-box .separator {
  margin: 0 7px;
}

footer {
  font-size: 12px;
}

/* ================== TOP MENU ================== */

.top-nav li > a {
  color: #fff;
  padding: 0 12px 0 0;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.top-nav li a:hover {
  color: #de3333;
  text-decoration: none;
}

.dropdown-menu {
  background-color: #343a40;
}

body[class*='environment'] .dropdown-menu {
  background-color: #92904ee6;
}

a.dropdown-item {
  color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
}

/* ================== LOGIN FORM ================== */

.forget-pass {
  text-decoration: underline;
  font-size: 13px;
  margin-left: 18px;
}

.login-form label {
  margin-right: 25px;
  width: auto;
}

.submit-btn {
  margin-left: 70px;
}


/* ================== TABLES ================== */

.table {
  font-size: 0.8rem;
}

.table td, .table th {
  border-top: 1px solid #ebedef !important;
  vertical-align: middle !important;
  text-align: center;
}

.table.raport tr.last {
  box-shadow: 0 1px 1px -1px #494c54;
}

.table.raport tr.last + tr td {
  border-top: none !important;
}

.table tr.align-right,
.table td.align-right {
  text-align: right;  
}

.thead-dark {
  background: #494c54;
  color: #fff;
}

.table tfoot .total {
  font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.02) !important;
}

.view-data-spacer {
  border-bottom: 1px solid #bfc4c8;
}


input[type=date] {
  border: 1px solid #cccdce;
    color: #75778c;
    display: block;
    float: left;
    height: 27px;
    margin: 0;
    padding: 0 5px;
    width: 170px;
}


.search-btn {
  margin-top: -3px !important;
  padding: 2px 15px 8px 15px !important;
}

.search-btn i {
  margin-right: 5px;
}

fieldset {
  min-width: fit-content !important;
}

form .tab-table  {
  width: 600px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
  -moz-box-shadow: inset hoff voff blur color;
  box-shadow: inset hoff voff blur color;
}

table .fa, 
table .fas {
  color: #54AAE3;
}

.view-data table tr td:last-child {
  min-width: 95px;
}

table td.fa-icons-links a,
table tr td:last-child a {
  margin: 0 3px;
}

#content table tr td.icons a:hover {
  text-decoration: none;
  opacity: 0.9;
}

a:hover .fas {
  color: #1ac6c2;
}

table tr td.icons a + a {
  margin-left: 3px;
}

table a.grey {
  opacity: 0.5;
}

table thead td a.sort {
  display: inline-block;
  width: 30px;  
}

table thead td a.sort span .fas {
  font-size: 12px;
  color: #fff; 
}

table thead td a.sort_desc span.desc .fas {
  color: #5dacef;
}

table thead td a.sort_asc span.asc .fas {
  color: #5dacef;
}

table td.action-btns {
  min-width: 180px;
}

h1 {
  font-size: 1.3rem;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: 6px;
  color: #212529;
  margin-bottom: 25px;
}

h2 {
  font-size: 1.2rem;
  margin: 5px 0;
  color: #212529;
}

h2.line {
  padding-bottom: 5px;
  border-bottom: 1px dotted #dcdcdc;
  margin-bottom: 15px;
}
  
h3 {
  font-size: 1.2rem;
}

.buttons-records-list {
  margin: 20px 0 0;
  display: block;
  float: right;
}

.buttons-records-list.left {
  float: left;
}
  
.buttons-records-list.center {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;  
}

.buttons-records-list a {
  margin-left: 20px;
}

.buttons-records-list.center a {
  margin: 0 10px;
}

.pagination_links input {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  margin: 7px 5px 0 5px;
  padding: 14px 5px;
  text-align: center;
}

.pagination_links .dots {
  display: block;
  float: left;
}

.pagination_links {
  margin: 10px 0 0 0;
  text-align: center;
  display: block;
  float: left;
  width: 30%;
}

#content .pagination_links a {
  display: block;
  float: left;
  min-width: 22px;
  height: 24px;
  padding: 0px 4px 0px 4px;
  margin: 10px 3px;
  font-weight: normal !important;
  color: #8d9396;
  text-decoration: none;
}

#content .pagination_links a:hover,
#content .pagination_links a.current {
  color: #FFF;
  background: #de3333;
  text-decoration: none;
}

.after-btns {
  margin-top: 50px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.kominiarz-podsumowanie .view-data-spacer {
  margin-bottom: 20px;
}

.kominiarz-podsumowanie .koszty table {
  width: 50%;
}

#calendar {
  display: block;
  float: left;
  height: 80%;
}

#calendar.tasks-list {
  margin-bottom: 30px;
}

td .color {
  display: inline-block;
  height: 15px;
  width: 15px;
}

#map {
  width: 600px;
  height: 300px;
}

.action-mapaKominiarza #map,
.tab-plate-mapa #map,
.zlecenia-adresu #map,
.action-mapaRealizacjiKominiarza #map {
  width: 100%;
}

span.item.clear {
  clear: both;
}

.module-UzytkownicyPozycjeGeograficzne #map,
.module-PojazdyPozycjeGeograficzne #map,
.module-AkwizytorzyMiejsca #map,
.module-Mapa #map,
.module-Adresy #map,
.action-mapaRealizacjiKominiarza #map,
.action-wykonaneTelefonyMapa #map {
  width: 100%;
  height: 500px;  
}

td.kwota-ujemna,
td.kwota-zaliczka {
  color: #DE6A89;
  font-weight: bold;
}


.fa-icon-chooser {
  float: left;
  width: 50%;
  height: 300px;
  overflow: hidden;
  display: block;
  overflow-y: visible;
}

.fa-icon-chooser .title {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
  clear: left;
}

.icons-group {
  padding-left: 1px;
}

.fa-icon-chooser a {
  float: left;
  width: 40px;
  height: 30px;
  padding: 5px 12px 12px;
  margin: 0 12px 12px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
  color: inherit;
}

.fa-icon-chooser a.selected {
  color: #fff;
  background: #6adebf;
}  

.status-item {
  padding: 3px 10px;
  border-radius: 3px;
  color: #FFF;
  min-width: 150px;
  display: flex;
  align-items: center;
}

.form-group .status-item {
  font-size: 0.8rem;
}

.status-item {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  grid-auto-columns: min-content;
  padding: 3px 10px;
  border-radius: 3px;
  color: #FFF;
  grid-gap: 10px;
  min-width: 150px;
}

.status-item .fas {
  color: #fff;
  padding-top: 3px;
}

table.list a {
  text-decoration: none;
}

.btn.rezygnacja {
  background: #ce5757;
}

.btn.do-umowienia {
  background: #ddde6a;
}

.dodatkowe-zlecenie {
  display: none;
}

.tabs {
  display: block;
  float: left;
  clear: left;
  border-bottom: 1px solid #bfc4c8;
  padding: 0 15px;
}

.tabs a   {
  display: block;
  float: left;    
  border-bottom: none;
  padding: 5px 7px;
  text-decoration: none;  
  margin-right: 15px;
  color: #354048;
  font-size: 14px;
}

.tabs a.current {
  background: #4cabed;
  color: #FFF;
}

#content .tabs a:hover {
  background: #4cabed;
  color: #FFF;
  text-decoration: none;
}

.accordion .card.form-error > .card-header button:after,
.nav-tabs a.form-error::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: red;
  margin-left: 5px;
}

.accordion #card-poprzedni-protokol button {
  color: #e88024;
}

 div.tab {
  display: block;
  float: left;
  width: 98%;     
  padding: 10px;  
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;     
  box-sizing: border-box;       
  background: #FFF;
}

.error_box {
  display: block;
  float: left;  
  border: 1px solid #fed7e0;
  background: none repeat scroll 0 0 #fdf1f1;
  padding: 10px 15px; 
  color: #f58282;
}

.info_box {
  display: block;
  float: left;  
  border: 1px solid #d7eefe;
  background: none repeat scroll 0 0 #f1f7fd;
  padding: 10px 15px; 
  color: #6594c3;
}

a.map-localize,
table a.status-action {
  background: #6adebf;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

fieldset.localize {
  margin: 10px 0;
  min-height: 40px;  
}

form .data-realizacji {
  font-weight: bold;
  font-size: 18px;
  color: #7bd442;
  height: 28px;
}

form .istniejace-zlecenia-adres span {
  color: #f58282;
  font-weight: bold;
  width: 230px;
}

.tab-plate-adres fieldset {
  clear: both;
  float: left;
  margin-top: 20px;
}

.tab-plate-adres .view-data {
  float: left;
  width: 100%;
}

.uprawnienia input[type=radio] {
  width: auto;
}

.data-filter .filter-btns {
  margin-top: 10px;
  display: block;
  float: left;
  clear: left;
} 

.data-filter .filter-btns a {
  margin-right: 20px;
  background: #bfbfbf;
}

td.id {
  width: 100px;
}

.navbar-brand .logo {
  width: 30px;
}

.modal span.line {
  clear: left;
  float: left;
}

.modal-header {
  text-align: center;
  display: inline-block;
}

.modal-footer {
  justify-content: space-evenly;
}

.orders-table {
	margin-top: 42px;
}

.zlecenia-adresu #map {
	margin-top: 20px;
}

.zlec-mapa {
	margin-bottom: 20px;
}

strong.phonenumber {
  font-weight: bold;
}

.form-group div.checkbox {
  clear: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}

.form-group div.checkbox > input {
  cursor: pointer;
}

.form-group div.checkbox > label {
  float: right;
  cursor: pointer;
  margin-left: 10px;
}

form.realizuj .card.form-group-realizuj {
  margin-bottom: 10px
}

.card.form-group-realizuj .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.card.form-group-realizuj .card-header .fas {
  opacity: 0.6;
}

.form-group-protokoly .card.form-group-realizuj textarea {
  width: 100%;
}

.form-realizuj-submit {
  margin-top: 10px;
}

.form-group .form-field-colorpicker.nullable {
  height: 38px;
  margin-left: 10px;
}

.form-group .form-field-colorpicker.nullable > span {
  display: none;
}

.form-group input:checked + .form-field-colorpicker.nullable > span {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.table td.protokol a {
  margin: 0 3px;
}

.fas.color-error,
.table td.zlecenie-wyplacone .fa-times,
.protokol-niedostepny-email,
.table td.protokol.protokol-niedostepny .far,
.table td.protokol.protokol-niedostepny .fas,
div.protokol-ikony-pdf.protokol-niedostepny .far,
div.protokol-ikony-pdf.protokol-niedostepny .fas {
  color: #f58282;
}

.table .ceeb-szablon-wyslany .far,
.table td.zlecenie-wyplacone .fa-check,
.table td.protokol.protokol-wyslany .far,
.table td.protokol.protokol-wyslany .fas,
div.protokol-ikony-pdf.protokol-wyslany .far,
div.protokol-ikony-pdf.protokol-wyslany .fas {
  color: #6DD2B7;
}

.table-months {  
  float: left;
  width: 150px;
  margin: 20px 20px 20px 0;
}

.table-months img {
  width: 20px;
}

.table-markers-status {
  float: left;
  width: 350px;
  margin: 20px 0;
}

.table-markers-status img {
  width: 20px;
}

.help-tooltip i {
  color: #808488;
}

.help-tooltip {
  display:inline-block;
  position:relative;
}

.help-tooltip .bottom {
  min-width:200px; 
  top:40px;
  left:50%;
  transform:translate(-90%, 0);
  padding:10px 20px;
  color:#FFFFFF;
  background-color:#808488;
  font-weight:normal;
  font-size:13px;
  border-radius:8px;
  position:absolute;
  z-index:99999999;
  box-sizing:border-box;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.help-tooltip:hover .bottom {
  visibility:visible; opacity:1;
}

.help-tooltip .bottom i {
  position:absolute;
  bottom:100%;
  left:90%;
  margin-left:-12px;
  width:24px;
  height:12px;
  overflow:hidden;
}

.help-tooltip .bottom i::after {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:50%;
  transform:translate(-50%,50%) rotate(45deg);
  background-color:#808488;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.module-Konfiguracja form label {
  width: 600px;
}

button.wykonawca,
button.route,
button.mapa-realizacji,
button.adresy-odleglosci {
  background: none;
  border: none;
}

button.wykonawca:focus,
button.route:focus,
button.mapa-realizacji:focus,
button.adresy-odleglosci:focus {
  outline: none;
}  

a.gmaps-popup.dzwonic i,
table a.dzwonic i,
a.gmaps-popup.odbiera i,
table a.odbiera i {
  color: #d6d6d6;
}

a.gmaps-popup.nie-dzwonic i,
table a.nie-dzwonic i,
a.gmaps-popup.nie-odbiera i,
table a.nie-odbiera i {
  color: #e06767;
}

a.gmaps-popup.loading i,
table a.loading i {
  display: none;
}

a.gmaps-popup .sk-chase {
  display: inline-block;  
}

:root {
  --sk-size: 12px;
  --sk-color: #494c54;
}  
  
table td.telefon {
  min-width: 90px;    
} 

form span.telefon-input input.form-control,
#calendar span.telefon span,
span.telefon a {
  display: none;
}

#calendar span.telefon .fas,
span.telefon .fas {
  cursor: pointer;
  color: #54AAE3;
  width: 50px;
  height: 25px;
  line-height: 25px;
}

span.telefon .fas:hover {
  color: #0056b3;
}

#calendar span.telefon.visible span,
span.telefon.visible a {
  display: inline;
}

form span.telefon-input.visible input.form-control {
  display: inline-block;
}

form span.telefon-input.visible .fas,
#calendar span.telefon.visible .fas,
span.telefon.visible .fas {
  display: none;
}

.gmpas-popup.wiele-zlecen,
span.telefon.visible .wiele-zlecen {
  color: #ff9047;
}

span.telefon.visible .wiele-zlecen .fas {
  display: inline-block;
  width: auto;
  color: #ff9047;
}

.gallery {
  width: 100%;
  float: left;  
}

.gallery .image {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;  
  margin-right: 30px;
  margin-bottom: 20px;
  width: 150px;  
}

.gallery .gallery-item img {
  max-width: 150px;
  max-height: 150px;
}  

a.is-zdjecie .fas {
  color: #6DD2B7
}

.popup-extra {
  min-width: 180px;
  line-height: 20px;
}

.login-barcodes .card-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.login-barcodes .card {
  padding: 20px;
}

.login-barcodes .card > img {
  width: max-content;
  margin: auto;
}

.login-barcodes .card-body {
  padding-bottom: 0;
}

.login-barcodes .orlen img.logo {
  width: 24px;
}

.login-barcodes img.logo {
  margin-right: 5px;
}


tr.karta-pojazdu-group td {
  border-top: 1px dotted #c9ccd5 !important;
}

.fa-exclamation-triangle.do-sprawdzenia {
  color: #de3333;
}

.map-marker-uzytk-pozycja {
  padding: 5px;
  font-weight: bold;
}

.conditional-child {
  display: none;
}

.conditional-child.conditional-child-visible {
  display: flex;
}

.ceeb-dane h3 .fa {
  font-size: 0.9em;
  opacity: 0.4;
}

.ceeb-dane .table {
  table-layout: fixed;
}

.ceeb-dane .table-striped tr.roznice {
  background: #f3eed8 !important;
}

table.ceeb-dane td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: left;
  width: 50%;
}

#phone-modal .modal-footer {
  justify-content: space-evenly;
}

#phone-modal .modal-body .fas {
  display: none;
}

#phone-modal .modal-body a {
  float: left;
  clear: both;
}

#chat {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#chat:after, #chat:before {
  content: " ";
  display: table;
}

#chat .menu {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #eee;
  padding-bottom: 50px;
  height: 100%;
  width: 240px;
  background: #fff;
  overflow-y: scroll;
}

#chat .menu .section-header {
  margin-top: 10px;
  padding: 5px 20px;
  font-weight: bold;
}

/*#chat .menu .channels {*/
/*  margin-top: 20px;*/
/*}*/

#chat .menu .channel {
  display: inline-block;
  width: 100%;
  padding: 2px 30px;
  font-size: 0.9rem;
  cursor: pointer;
}

#chat .menu .channel .new-count {
  display: none;
}

#chat .menu .channel.new .new-count {
  display: inline-block;
  font-weight: bold;
}
#chat .menu .actions {
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: bold;
}

#chat .body {
  background: #fff;
}

#chat .menu > .header,
#chat .body > .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 15px 13px 15px 17px;
}

#chat .messages {
  height: 500px;
  overflow-y: scroll;
  --sk-size: 30px;
}

#chat .messages .sk-chase {
  margin-top: 50px;
}

#chat .messages .no-messages {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#chat .message {
  padding: 5px 20px;
  border-top: 1px dotted #ebebeb;
}

#chat .message.new {
  background: #daecff1c;
  border-right: 4px solid;
}

#chat .message .header {
  width: 100%;
  margin-bottom: 3px;
}

#chat .message .user {
  font-weight: bold;
  font-size: 0.8rem;
}

#chat .message .content {
  /*padding: 12px 17px 13px;
  border-radius: 10px;
  display: inline-block;
  max-width: 80%;*/
}

#chat .message .content img.attachment {
  max-width: 50%;
}

#chat .message .date {
  color: #B3B3B3;
  font-size: 0.8rem;
  margin-left: 4px;
}

/*#chat .message.right >.pull-right {*/
/*  margin-left: 15px;*/
/*}*/

/*#chat .message:not(.right) .content {*/
/*  background: #03a9f4;*/
/*  color: #fff;*/
/*  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
/*}*/

/*#chat .message.right {*/
/*  text-align: right;*/
/*}*/

/*#chat .message.right .content {*/
/*  background: #eee;*/
/*}*/



@media (min-width:768px) {
  #chat .body {
    padding-left: 240px;
  }
}@media (max-width:767px) {
  #chat .menu {
    height: calc(100% - 58px);
    display: none;
    z-index: 1;
    top: 58px;
  }
  #chat .menu.toggled {
    display: block;
  }
  #chat .body {
    overflow: hidden;
  }
}
#chat .ms-user {
  padding: 15px;
  background: #f8f8f8;
}
#chat .ms-user>div {
  overflow: hidden;
  padding: 3px 5px 0 15px;
  font-size: 11px;
}
#chat #ms-compose {
  position: fixed;
  bottom: 120px;
  z-index: 1;
  right: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

#chat .reply {
  box-shadow: 0 -20px 20px -5px #fff;
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #eee;
  background: #f8f8f8;
}

#chat .reply textarea {
  width: calc(100% - 130px);
  font-size: 13px;
  border: 0;
  padding: 10px 15px;
  resize: none;
  height: 60px;
  background: 0 0;
}

#chat .reply button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 60px;
  font-size: 25px;
  color: #2196f3;
  background: 0 0;
}

#chat .reply button.nowa-wiadomosc {
  right: 60px;
}

#chat .button:hover {
  background: #f2f2f2;
}

#chat button.delete-channel {
  display: none;
  border: 0;
  padding: 0;
  background: 0 0;
  color: #54AAE3;
}

#chat button.delete-channel.enabled {
  display: inline-block;
}

.navbar .messages-mobile {
  display: none;
}

.navbar .messages-mobile .count {
  display: inline-block;
  border-radius: 50%;
  background: #de3333;
  color: #FFF;
  font-weight: bold;
  width: 21px;
  height: 21px;
  margin: 0 0 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
}

.user-box .messages .count {
  display: inline-block;
  border-radius: 50%;
  background: #de3333;
  color: #FFF;
  font-weight: bold;
  width: 21px;
  height: 21px;
  margin: 0 5px 0 0;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
}

.card.protokol {
  margin-bottom: 10px;
}

.card.protokol .center-group > * {
  border: 1px dashed #c6e8ff;
  padding: 1rem;
  text-align: center;
  background: #f7fcff;
  color: #999292;
}

.card.protokol .center-group > div + div {
  margin-top: 10px;
}

.card.protokol .center-group div.fields {
  padding: 0.3rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.card.protokol span.percent {
  margin-left: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #000;
}

.card.protokol .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.25rem;
}

.card.protokol .card-body button.upload,
.card.protokol .card-body .drop-zone {
  display: none;
}

.card.protokol .card-body > div {
  width: 20%;
}

.card.protokol .card-body .protokol a + .metryczka {
  margin-top: 5px;
}

.card.protokol .card-body .protokol .metryczka div {
  clear: left;
  font-size: 0.7em;
  opacity: 0.5;
}

.card.protokol .card-body .actions {
  text-align: right;
}

.card.protokol .card-body button {
  border: none;
  color: #54AAE3;
  background: none;
}

#content .card.protokol a:hover {
  text-decoration: none;
  color: #54AAE3;
}

#upload-progress-modal .modal-body {
  text-align: center;
}

a.report-zlec + span.status-item {
  margin-bottom: 5px;
}

.rachunki-pozycje tr td:nth-child(2),
.rachunki-pozycje tr td:nth-child(3)
{
  width: 15%;
}

.rachunki-pozycje tbody tr td:nth-child(2) input,
.rachunki-pozycje tbody tr td:nth-child(3) input,
.rachunki-pozycje tfoot input
{
  text-align: right;
}

.fuel-level-bar {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin-left: 5px;
}

.fuel-level-bar .bar {
  position: relative;
  width: 10px;
  height: 100%;
  background: #fff;
  border: 2px solid #d5d5d5;
}

.fuel-level-bar .fill {
  position: relative;
}

iframe {
  border: none;
}

.card-multiple .card + .card {
  margin-top: 20px;
}

#push-subscription-button {
  text-decoration: none;
  text-align: center;
  border: 0px;
  background: transparent;
  color: #a9b2b9;
  cursor: pointer;
}

#push-subscription-button.enabled {
  color: #00e300;
}

#push-subscription-button.disabled {
  color: #e1ec3e;
}

#push-subscription-button.loading {
  color: #ecbc28;
}

#push-subscription-button.error {
  color: #de3333;
}

.liczba-zrealizowanych {
  display: inline-block;
  background: #5cd314;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

.liczba-do-realizacji-dzien {
  display: inline-block;
  background: #42c3cc;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

.liczba-zrealizowanych-dzien {
  display: inline-block;
  background: #5cd314;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

.liczba-zrealizowanych a,
.liczba-zrealizowanych-dzien a {
  color: #fff;
}

.liczba-niewgranych-ceeb {
  display: inline-block;
  background: #dd7010;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

.liczba-niewgranych-ceeb a {
  color: #FFF;
}

.liczba-niewgranych-ceeb a:hover {
  color: #1ac6c2;
}

.liczba-wgranych-dzien-ceeb {
  display: inline-block;
  background: #099972;
  color: #FFF;
  font-weight: bold;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
}

.list-group.raporty + .list-group.raporty {
  margin-top: 10px;
}

h6.uzytkownicy-kalendarz-tooltip {
  width: 100%;
  text-align: center;
}

td form {
  display: inline-block;
}

td span.proba-kontaktu {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

td span.proba-kontaktu.ZAJETE {
  background: #feff00;
}

td span.proba-kontaktu.NIE_ODBIERA {
  background: #aa0000;
}

td span.proba-kontaktu.ODEBRANE {
  background: #00e300;
}