body{background:url(../images/fondo_login.jpg) #eee}
#Spinner{
	margin: 100px auto;
	position: absolute;
	top: 33%;
	bottom: 30%;
	right: 50%;
}
#preview-area {
	background-color: rgba(41, 128, 185,0.35);
	/*margin-top: -60px !important;*/
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto auto;
	z-index: 14000 !important;
}
.btn-info{
   background-color: #02A58D;
   border-color: #02917b;
}
.btn-info:hover, .btn-info:focus{
   background-color: #02917b;
   border-color: #02A58D;
}
.footer{
	height: 62px;
	background-color: #EBEBEB;
	border-top: 1px solid #CCCCCC !important;
}
.text-footer{
	font-weight: bold;
}
.text-footer a, .text-footer a:active{
	color: #02917B;
}
.text-footer a:hover{
	text-decoration: none;
	color: #00846e !important;
}
.swal-overlay {
  	background-color: rgba(2,145,123,0.45);
}
.swal-button {
	padding: 7px 19px;
	border-radius: 2px;
	background-color: #02A58D;
	font-size: 12px;
	border: 1px solid #02917b;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button:active{
	background-color: #02917b;
}
.bs-docs-nav .navbar-brand {
	color: #fff;
}
.bs-docs-nav .navbar-nav > li > a {
	color: #95d6cc;
}
.bs-docs-nav {
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	background-color: #02a58d;
	border-color: #05826f;
	box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #05826f;
}
a.perfil{
	color: #fff !important;
}
table {
	background-color: #fff;
}
body,html{position:relative;height:100%;}
.contenido{
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	min-height: 100%;
	height: auto;
	padding-top: 60px;
	margin-bottom: -65px !important;
}
.action-buttons a {
	margin: 0 5px;
	display: inline-block;
	opacity: 0.85;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.green{
	color: #02A58D !important;
}
.red{
	color: #FF4A60 !important;
}
.bigger-130 {
	font-size: 130% !important;
}