.btn-primary { 
	background-color: #0c2b97 !important; 
	border-color: #0c2b97 !important; 
}

.brother { 
	background-color: #0c2b97 !important; 
}

.link { 
	color: white;
	opacity: 0.6;
}

.link:hover {
	text-decoration: none;
	color: white;
	opacity: 0.8;
}

.dropdown-item:hover {
	background-color: #0c2b97 !important;
	color: white;
}

.files input {
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 120px 0px 85px 35%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
}

.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}

.files{ position:relative}

.files:after {  pointer-events: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 50px;
	right: 0;
	height: 56px;
	content: "";
	background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}

.color input{ background-color:#f1f1f1;}

.files:before {
	position: absolute;
	bottom: 10px;
	left: 0;  pointer-events: none;
	width: 100%;
	right: 0;
	height: 57px;
	content: " or drag it here. ";
	display: block;
	margin: 0 auto;
	color: #2ea591;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

/* PAGINATION */
.card-footer nav ul {
	display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
	border-radius: .25rem !important;
	margin-right: 1rem!important;
	margin-top: 1rem!important;
	justify-content: flex-end!important;
}

.card-footer nav ul li {
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0c2b97;
    background-color: #fff;
    border: 1px solid #ddd;
}

.card-footer nav ul li a {
	color: #0c2b97;
    background-color: #fff;
}

.card-footer nav ul li.active {
	background-color: #0c2b97;
	color:white;
}

/* PLACE SEARCH MAP */
#map {
height: 300px;
}
#description {
font-size: 15px;
font-weight: 300;
}

#infowindow-content .title {
font-weight: bold;
}

#infowindow-content {
display: none;
}

#map #infowindow-content {
display: inline;
}

table.table-responsive {
	overflow-x: auto !important;
	width: 100% !important;
	display: block !important;
}