 @font-face { font-family: Gotham-Book; src: url('../fonts/Gotham-Book.ttf'); }

html, body{
    background-color: #fff;
    color: #636b6f;
    font-family: 'Gotham-Book';
    font-weight: 100;
    height: 100vh;
    margin: 0;
}
.flex-center {
	top: 50%;
 	transform: translateY(50%);
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}
.box{
	top: 15%;
 	transform: translateY(15%);
	margin-left:auto;
	margin-right:auto;
	width: 600px;
}
.form-box{
  margin: 50px auto;
  width: 900px;
}
.panel {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
}
.panel-login {
   border: none;
  -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
  }
  .navbar{
  	background-color: #22338A;
  }
  .navbar-toggler-right{
  	background-color: #fff;
  }
  .nav-item{
  	color: #fff;
  	font-size: 18px;
  }
  .btn-primary{
  	background-color: #22338A;
  }
.nav-link{
  font-weight: 300;
  font-size: 20px;
}
#map{
  width: 100%;
  height: 360px;
  border: 1px solid #ccc;
}
#map1{
  width: 100%;
  height: 360px;
  border: 1px solid #ccc;
  margin-bottom: 10px; 
}
#contributors{
  display: none;
}
#handymans{
  display: none;
}
.googleBox{
  width: 300px;
}
.googleTitle{
  font-size: 16px;
}
.up{
  width: 760px;
  font-size: 14px;
}
.box-up{
  border: 1px solid #333;
  min-height: 60px;
  margin-bottom: 10px;
}
.box-up1{
  border: 1px solid #333;
  height: 35px;
  margin-bottom: 10px;
}
.hr{
  border-top: 1px solid #333;
  margin-top: 22px;
  width: 200px;
}

.dv {
  height: 78vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 5px 10px 5px;
}
.dv-header{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.dv-header-title{
  flex: 2;
  padding-right: 15px;
}
.dv-header-select{
  display: block;
  width: 100%;
  padding-right: 15px;
}
.dv-header-columns{
  flex: 2;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.dv-header-operators{
  flex: 2;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.dv-header-search{
  flex: 4;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.dv-header-btn{
  display: block;
  width: 100%;
}
.dv-body {
  flex: 1;
  overflow: scroll;
}
.dv-table thead th {
  padding: 5px 10px;
}
.dv-table tbody td {
  padding: 5px 10px;
}
.dv-footer {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.dv-footer-item{
  display: flex;
  justify-content: space-between;
}
.dv-footer-sub{
  padding-left: 15px;
}
.dv-footer input{
  width: 50px;
}