body {
  padding-top: 70px;
  padding-bottom: 30px;
}
.input-file { position: relative; margin: 0; } /* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn {  }

.icon-plus-sign:before {
  content: "\f055";
}

.selected_file > div{
    padding: 6px 25px;
    width: auto;
    margin: 0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.5);
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color:#FFF;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.map,#proces {
    height: 100%;
    width: 100%;
    position: fixed;
  }


#toolbar {
    height: auto;
    width: auto;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1501;
    border-radius: 5px;
    background-color: white;
    border: 3px solid rgba(0, 0, 0, 0.2);
}
#toolbar > div {
    display: inline-block;
    width: auto;
}
#toolbar  img {
    width: 20px;
    height: 20px;
}

#navbar_narzedzia{
    height: 35px;
    margin-top: 35px;
}
#navbar_narzedzia > li{
    height: 35px;
}
#navbar_narzedzia > li > a{
    padding: 7.5px 10px;
}












/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */

@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Basier Circle', sans-serif;
}

/* #login-modal .modal-dialog {
    width: 600px;
} */

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    max-height: 30px;
    min-height: 30px;
    line-height: 28px;
    overflow: auto;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
    border: 3px solid rgba(0, 0, 0, 0.5);
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    /* border-radius: 0px; */
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    /* border-radius: 0px; */
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  /* border-radius: 0px; */
}


li.user_section {
    text-align: center;
    width: 240px;
}
li.user_section > a,
li.user_section.open > a {
    align-items: center;
    background: var(--blue-color) !important;
    color: var(--white-color) !important;
    display: flex;
    gap: 10px;
    height: 70px;
    margin: 0;
    padding: 10px;
}
li.user_section img {
    border: 2px solid white;
    border-radius: 70px;
    height: 30px;
    width: 30px !important;
}

li.user_section > ul.dropdown-menu {
    width: 100%;
}
li.user_section > ul.dropdown-menu > li {
    width: 100%;
}
li.user_section > ul.dropdown-menu > li a {
    padding: 20px;
}

.user_button {
    border-radius: 0px;
}

#gmina_icon{
    padding: 2px 15px 2px 15px;
}
#gmina_icon > img {
    max-height:66px;height: 100%;
}
#top_nav{
    float: left;
}
#top_nav > li > ul > li {
    height: 35px;
}
#top_nav > li > ul > li > a {
    padding: 7.5px 15px;

}
#top_nav > li > ul > li > ul > li {
    font-size: unset;
}

#nazwa_gminy {
    height: 35px;
    width: auto;
    display: inline-block;
    color: white;
}
#nazwa_gminy > a {
    padding: 7.5px 15px;
    color: white;
}
#nazwa_gminy > a:hover,#top_nav > li > ul > li > ul > li:hover{
    color: white;
}
.kursor { cursor: pointer; cursor: hand; }

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:767px) {
    #nazwa_gminy {
        text-align: center;
    }
    #top_nav{
       /* float: none;*/
       width: 50%;
       text-align: center;
       max-height: none;
    }
    #top_nav > li > ul > li {
        height: auto;
        overflow: auto;
    }

    #top_nav > li > ul > li > ul > li> a{
        text-align: center;
    }
    #login-modal .modal-dialog {
        width: auto;
        z-index: 1500;
    }

    li.user_section {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    li.user_section > a {
        height: 40px;
    }

    li.user_section.open > a {
        height: 40px;
    }

    .user_button {
        border-radius: 4px;
    }
}
