.dropdown-menu{
	min-width: 15rem;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

#map{
	position: absolute;
	top		: 0;
	bottom	: 0;
	width	: 100%;
	margin-top:5px;
	margin-bottom:0px;
}

#mapid{
	top		: 0;
	bottom	: 0;
	width	: 100%;
	min-height: 350px;
	margin-top:50px;
	margin-bottom:0px;
}

#loader {
	background-color: #F5F5F5;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -75px 0 0 -75px;
	border: 30px solid #E74D2B;
	border-radius: 50%;
	border-top: 30px solid #000000;
	width: 150px;
	height: 150px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.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;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination a {
    border-radius: 25px 25px 25px 25px;
    margin: 0 1px;
    font-size: 12px;
}

.page-item.active .page-link {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}
/*

table {
    font-family: Tahoma; 
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    border-collapse: collapse;
    margin: 10px 0px;
}

th{
    color: #FFFFFF;
    font-size: 7pt;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #969BA5;
    border-collapse: collapse;
    background-color: #fd7e14;
}

td{
    padding: 0.5em;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    border-color: #969BA5;
    border-collapse: collapse;
}


/*
div.dataTables_wrapper div.dataTables_info{
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter {
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;
}

.form-control-sm {
    height: calc(1.5rem + 1px);
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    background-color: #4CAF50;
    border-radius: 25px;
    padding: 0.3em 1em;
}
div.dataTables_wrapper div.dataTables_processing {
    background-color: #4CAF50;
    border-radius: 25px;
}
*/