
.navbar-inverse {
    background-color: #318832 !important;
    /*background-color: rgba(1, 109, 3, 0.81) !important;*/
    border-style: none;
}

.navbar {
   /* border-bottom-style: none;*/
}  

#head .lead { 
    color: #016d03;
}

h4 {
    margin-bottom: 5px;
    margin-top: 5px
}

.secondary {
    margin-left: 0;
    margin-right: 0
}

.text-colored {
    color: #ffffff;
}

.toFocus:focus { 
    border-style: none;
    background-color: rgba(0, 153, 51, 0.2);
    outline-width: 0px;
}


/** upload form ***************************************************************/


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #337ab7;
    background-color: white;
    display: inline-block;
    cursor: pointer; 
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: coral;
}
  

/** OL switcher ***************************************************************/

@media (min-width: 800px) {
    .layer-switcher .panel {
        display: block !important;
        overflow-y: auto !important;
    }

    .ol-unselectable.ol-control.layer-switcher button {
        display: none;
    }
}    



/** Colors ********************************************************************/

.color-red {
    color: red !important;
}
.color-blue {
    color: blue !important;
}
.color-orange {
    color: orange !important;
}
.color-green {
    color: green !important;
}
.color-chartreuse {
    color: chartreuse !important;
}
.color-cornflowerblue {
    color: cornflowerblue !important;
}
.color-darkred {
    color: #cc0000 !important;
}

/** Generic Content ***********************************************************/

.collapse-title a:after {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f078';
    font-weight: 900;
    float: left;
    padding-right: 6px;
}

.collapse-title a.collapsed:after {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f054';
    font-weight: 900;
}
.collapse-title a, .collapse-title a:hover {
    text-decoration: none;
    color: black;
}

.sheet-label {
/*    font-size: 120%;
    margin-bottom: 5px;
    margin-top: 5px*/
}   


/** dropdownmenu inside dropdownmenu ******************************************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/** page for printing *********************************************************/

@page {
    size: A4 portrait;
    margin: 1cm
}

@page:right {
    @bottom-left {
        content: counter(page);
    }
}

@page:left {
    @bottom-left {
        content: "Page" counter(page) " of " counter(pages);
    }
}


/** input - slider Range*******************************************************/

input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #3276b1;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #3276b1;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3276b1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #3276b1;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #3276b1;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: white;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3276b1;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #3276b1;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #265b8a;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: white;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3276b1;
}
input[type=range]:focus::-ms-fill-upper {
  background: #3276b1;
}

/** social icons *******************************************************/

.social-icons {
  margin-top:30px;
}

.social-icons i {
  color: #fff
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.social-icons {
  margin-top: 15px;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

.social-icons ul li a:hover {
  color: #fff
}

.social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

.social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
.social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
.social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
.social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
.social-icons ul li a.instagram:hover {
  background-color: #C13584;
}



.spinner {
   margin: auto;
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #dbdcef;
   border-right-color: #318832;
   animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}


i.fab.fa-twitter {
	font-family:sans-serif;
}
i.fab.fa-twitter:before {
	content:"𝕏";
	font-size:1.2em;
}
