.txt-c{
	text-align: center;
}
.buttonsPop i{
	margin:0px 5px;
	font-size: 15px;
}
.button-container{
	text-align: center;
}
.button-container .btn-primary{
	text-align: center;
	font-size: 16px;
}
.button-container .btn-primary i{
	padding: 5px 10px;
}
.modal-content{
	border-radius: 10px;
}
.modal-header{
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	background-color: #FF9700;
}
.modal-header h4{
	color: #FFF;
}
.modal-header .close{
	color: #FFF;
	opacity: 0.7 !important;
}
.modal-header .close:hover{
	color: #C8C8C8;
	font-weight: bolder;
	opacity: 0.9 !important
}
.modal-header .close:focus{
	color: #C8C8C8;
	font-weight: bolder;
	opacity: 0.9 !important
}
.modal-footer{
	border-radius: 0px 0px 10px 10px;
	background-color: #FF9700;
}
.modal-footer .btn-secondary{
	background: -webkit-linear-gradient(top, #999, #444);
}
.modal-footer .btn-secondary:hover{
	background: -webkit-linear-gradient(bottom, #999, #444);
	color: #fff;
	font-weight: bold;
}
.modal-footer .btn-secondary:focus{
	background: -webkit-linear-gradient(bottom, #999, #444);
	color: #fff;
	font-weight: bold;
}
.modal-body{
	position: relative;
}
#detalle-pop{
	border-radius: 10px;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	z-index: 3000;
	width: 50%;
	-webkit-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);
}
.close-pop{
	float: right;
	background: transparent;
	border: none;
}
.close-pop span{
	color: white;
	font-size: 25px;
	font-weight: bold;
}
#detalle-pop .header{
	border-radius: 10px 10px 0px 0px ;
	padding: 10px;
	overflow: hidden;
    background-color: #FF9700;
}
#detalle-pop .header h4{
	color: white;
}
#detalle-pop .body{
	border-radius:0px 0px 10px 10px;
	padding: 10px;
	overflow: hidden;
    background-color: #FFF;
}
.btn-radius{
	width: 50px;
	height: 50px;
	border: 5px solid #ABABAB;
	border-radius: 50%;
}
.btn-green{
	background: -webkit-linear-gradient(bottom, #47D178, #94ffba, #47D178);
}
.btn-yellow{
	background: -webkit-linear-gradient(bottom, #BFAE30, #FFE840, #BFAE30);
}
#detalle-pop table thead th{
	font-size: 15px;
	font-weight: bold;
	line-height: 0px;
}

#detalle-pop table tr:nth-child(even){
	background: white;
}
#detalle-pop table td{
	padding: 13px 8px;
}
#detalle-pop #EstadoSolicitud{
	color: royalblue;
    margin-left: 25px;
}
#detalle-pop table{
	margin: 25px 0;
}

@media (max-width: 978px) {

	#detalle-pop{
		top: 0%;
		left: 5%;
		width: 90%;
	}
	.button-container h4{
		text-align: center;
		margin: 0;
	}
}
@media (min-width: 979px) {

	.button-container h4{
		text-align: right;
		margin: 0;
	}
}
