/* Ustawienia styli zgodnych z WCAG 2.0 AA */
.jrc-settings-contrast-tlo {
    background-color: #006f3d!important;
}

.btn-default {
	background-color: #108279!important;
}

.btn-primary {
	background-color: #4772D6!important;
}

.jrc-grey-text {
	color: #757575!important;
}

.sidebar-tabs {
	/* background-color: #6C7491!important; */
}

.sidebar-content {
    background-color: rgba(245,245,245,.9);
}

.sidebar-header {
    background-color: rgba(0,60,136,.5);
}

#address-search-uli-adr-inp {
    background-color: #ffffff!important;
    background-image: none!important;
    color: #212121!important; /*elegant-color-dark*/
}

#wcag-ustawienia {
	position: absolute;
	right: 100px;
	z-index: 10;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #address-search-uli-adr-inp {
       width: 10rem;
    }
    
    #search-adr-div {
        left: 70px;
        top: 50px;
    }
    
    #wcag-ustawienia {
        right: 40px;
        top: 0px;        
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #address-search-uli-adr-inp {
       width: 10rem;
    }
    
    #search-adr-div {
        left: 70px;
        top: 50px;
    }
    
    #wcag-ustawienia {
        right: 40px;
        top: 0px;        
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    #address-search-uli-adr-inp {
       width: 10rem;
    }
    
    #search-adr-div {
        left: 100px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    #address-search-uli-adr-inp {
       width: 20rem;
    }
    
    #search-adr-div {
        left: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #address-search-uli-adr-inp {
       width: 20rem;
    }
    
    #search-adr-div {
        left: 200px;
    }
}

.progress {
    position: relative;
    height: 0.2rem;
}