.table td{
  padding: .2rem;
  vertical-align: middle;
  margin-right: 10px;
}
.body .table-responsive {
  padding-top: 0px;
  padding-bottom: 0px;
}
.select2-selection__rendered {
  color: #757171;
  font-size: 0.75rem;
  line-height: 28px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f1f0f0;
    border-radius: 4px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #f1f0f0;
}

.btn-table{
  padding-left: 10px;
  padding-right: 8px;
}

.input-search{
  margin-left: -12px;
  margin-right: -12px !important;
}

.table-no-btn tbody tr{
  height: 41px;
}

.main-title {
  color: #03cdd4;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05em;
  padding-top: 10px;
}

.coordinates {
  background: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 10px;
  padding:5px 10px;
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  border-radius: 3px;
  display: none;
}

.error
{
border: 1px solid #e74c3c
}

.btn-success:focus,
.btn-success:active,
.btn-success.active {
    background-color: #26A755;
    /* border-color: #000000; */
}
/* .borderless td, .borderless th {
  padding-left: 20px;
  border: none;
} */

.upper {
  text-transform: uppercase;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #f2f2f2;
    border-radius: 0.3rem;
    outline: 0;
}

.btn-disabled {
  color: #666;
  text-decoration: none;
  cursor: default !important;
  pointer-events: none;
}

.btn-active {
  color: rgba(0, 0, 0, 0.5) !important;
}

.toggle-group .toggle-handle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.dropzone {
	width: 100px;
	height: 80px;
	border: 1px dashed #999;
	border-radius: 3px;
	text-align: center;
}

.upload-icon {
	margin: 25px 2px 2px 2px;
}

.upload-input {
	position: relative;
	top: -62px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
