/* CSS Document */
.service_content{
	display: none;
}
.service_content_edit{
	display: none;
}
.btn{
	position:relative;
	z-index: 9;
}
.menu-xtras{
	position:absolute;
	margin-top:-40px;
	margin-left: -75px;
	z-index: 90;
}
.xtras-menu{
	min-width: 150px;
	right: 82px;
	padding: 0;
	display: none;
	position: relative;
	background-color: #00a65a !important;
	border-color: #eee;
	border-radius: 4px;
	background-clip: padding-box;
	color: white;
	list-style: none;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.xtras-menu a{
	color: white;
	text-decoration: none;
}
.xtras-menu a:hover{
	color: white;
	text-decoration: none;
}
.xtras-menu li{
	width: 100% !important;
	padding: 5px;
	text-align: right;
	word-break:break-all;
}
.xtras-menu li:hover{
	cursor: pointer;
	background-color: #222d32;
}
.fa{
	width: 10px;
	text-align: center;
}
.infoAd_div{
	display: none;
	position:absolute;
	width: 100%;
	margin-left:-15px;
	z-index:5;
}
.infoAd_divcontent{
	position: relative;
	background-color: #00a65a !important;
	border-color: #eee;
	border-radius: 4px;
	background-clip: padding-box;
	color: white;
	list-style: none;
	margin: 5px;
	padding: 15px;
	clear: both;
}
.infoAd_add{
	width: 100%;
}
.infoAd_add tr:first-child{
	border-top: none;
}
.infoAd_add tr{
	border-top: thin dotted rgba(163,163,163,1.00);
}
.infoAd_add td:first-child{
	text-align: right;
	padding-right: 5px;
	border-right: thin dotted rgba(163,163,163,1.00);
	
}
.infoAd_add td:nth-child(2){
	padding-left:  5px;
}
.custom_input{
	border:rgba(201,201,201,.3) thin solid;
	border-radius: 10px;
	background-color:rgba(255,255,255,0.47);
	padding-left:5px;
	-webkit-appearance:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 0 !important;
}
.roster_details_table{
	width: 80% !important;
	margin: 0 auto;
}
.info_pagos{
	width: 100%;
	text-align: center;
}
.info_pagos .info_pagos_ind{
	width: 20%;
	display: inline-block;
	margin: 1%;
}
.info_pagos .info_pagos_ind div{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.info_pagos .info_pagos_ind .info_pagos_ind_details{
	text-align: right;
	padding-right: 3px;
}
.info_pagos .info_pagos_ind .info_pagos_ind_buttons{
	text-align: left;
	padding-left: 3px;
}
.file_anchor{
	display: inline-block;
	word-break: break-all;
}
.menu_map{
	position: absolute;
	width: 750px;
	margin-top: 85px;
	z-index:1;
	background-color: rgba(255,255,255,0.61);
	right: 50px;
	border-radius: 5px;
	padding: 5px;
}
.mapa_content{
	overflow: hidden;
	height: 88% !important;
	width: 100% !important;
}
#mapa {
	height: 100% !important;
	width: 100% !important;
  }
.modal{
	top:10px !important;
}
.modal .modal-dialog{
	width: 800px !important;
	margin: 0 auto;
	float: none;
}
@media only screen and (max-width: 784px){
	.menu-xtras{
		margin-top:-3px;
		margin-left: 100px;
	}
	.roster_details_table{
		width: 100% !important;
	}
	.info_pagos .info_pagos_ind{
		width: 100%;
	}
	.menu_map{
		width: 100%;
		margin-top: 125px;
		right: 0;
	}
	.menu_map .text-left{
		display: none;
	}
	.modal .modal-dialog{
		width: 100vw !important;
	}
}
@media only screen and (max-width: 400px){
	.info_pagos .info_pagos_ind{
		width: 100%;
		margin-bottom: 10px;
		border-bottom: rgba(156,156,156,.20) thin solid;
		padding-bottom: 5px;
	}
	.menu_map .text-right input{
		font-size: 11px;
	}
	.menu_map{
		background-color: rgba(255,255,255,0.9);
	}
}