html {
  height: 100%;
}

body {
  /* padding-top: 50px; */
  /*padding-bottom: 20px;*/
  background: white;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: #337ab7;
}


.logo {
  z-index: 1100;
}

.glyphicon {
  font-size: 1.2em;
}


.navbar {
    background-color: #efeeed;
    border-color: #C24D25;
}

.navbar img {
  display: inline-block;
  float: left;
}

.navbar .dropdown-item {
  padding-left: 10%;
}


.navbar .navbar-right {
    padding-right: 10px;
    float: right;
}

.navbar-inverse .navbar-left {
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a {
    color: #337ab7;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: #C24D25;
}

@media only screen and (min-width: 960px) {
  .dropdown-hover:hover .dropdown-hover-menu {
    display: block;
    margin-top: 0;
  }
}

.btn-default {
    background-color: #ffe2c3;
    color: #d36c00;
    border-color: #cccccc;
}

.btn-default:hover {
    background-color: #ffa240;
    color: #C24D25;
}

.btn-panel {
    background-color: #ffffff;
    color: #43A7E0;
    border-color: #cccccc;
    clear: both;
}

.btn-panel:hover {
    background-color: #ffffff;
    color: #C24D25;
}

.btn-swapper {
    background-color: #43A7E0;
    color: #cccccc;
    border-color: #cccccc;
}

.btn-swapper:hover {
    background-color: #ffffff;
    color: #43A7E0;
}

.jumbotron .container {
    /* padding-left: 225px; */
}

.main {
  position: fixed;
  /*top: 85px;*/
  /*margin-top: 85px;*/
  height: 100%;
  width: 100%;
  padding: 85px 10px 10px 10px;
  overflow: scroll;
  background-image: url("../images/albahli.JPG");
  background-size: cover;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  background: white;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* Whatever width you want */
}

.container {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}

.map {
  margin-top: 90px;
  width: 100%;
  height: 600px;
  /*height: 100%;*/
}
.map:-webkit-full-screen {
  height: 100%;
  margin: 0;
}
.map:fullscreen {
  height: 100%;
}
.map .ol-rotate {
  top: 3em;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}

.table { border-collapse: collapse; }
.table th, td {
   border-bottom: 1px solid #ddd;
   text-align: left;
   align: left;
}

.formtable th, td {
  padding: 2px;
}

#carousel-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 5px #666666;
  overflow: auto;
}

#warning-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 5px #666666;
  overflow: auto;
}

.carousel-caption {
  background-color: #fff;
  border-color: #337ab7;
  color: #000;
  opacity: 0.9;
}

.carousel-control {
  width: 0;
}

.carousel-indicators {
  bottom: 0;
}

.title-center {
    text-align: center !important;
    top: 33%;
    left: 66%;
    position: absolute;
}

.panel {
  padding: 5px;
  background-color: #efeeed;
  /* width: 100%; */
  border-color: #efeeed;
  margin: 0px 10px 10px 0px;

}

.swapper {
    position: relative;
    top: 250px;
    right: 50px;
    z-index: 3;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}


hr, .hr {
  border-color: #C24D25;
}


footer p {
  font-size: 12px;
  clear: both;
  position: fixed;
  bottom: 0;
  left: 15px;
  margin-bottom: 3px;
}
