html {
  position: relative;
  min-height: 100%;
}
body.le{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "museo-sans-rounded",sans-serif;
	color: #636466;
	background: #f9f9f9;
	 margin-bottom: 60px;
}
.h-modulo{
	text-transform: uppercase;
    font-weight: 700;
    color: #636466;
    margin: 0;
}
h3{
	margin-top: 0;
    font-weight: 700;
    text-transform: none;
    font-size: 15px;
}
.le-header{
	background: #00a19a;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.logo-area{
	width: 240px;
	border-radius: 50px;
	background: #fff;
	padding: 10px 15px;
	float: left;
	position: relative;
	z-index: 10;
}
@media (max-width: 767px){
	.logo-area{
		width: 55px;
	}
	.logo{
		width: 25px;
	}
}
.title-section{
	background: #fecc2f;
    color: #fff;
    float: left;
    padding: 10px 20px 10px 40px;
    border-radius: 50px;
    margin-left: -35px;
    margin-top: 12px;
}
.le-title-section{
	margin: 0;
	padding: 0;
	padding: 30px 0;
	background: #EAF4F3;
	border-bottom: 1px solid #00afaa;
}
@media (max-width: 767px){
	.le-title-section{
		padding: 15px 0;
	}
	.le-user-name{
		border-bottom: 1px solid #ADD2D0;
		padding-bottom: 10px;
	}
}
.box-well{
	background-color: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,.125);
    padding: 10px;
}

.select-sucursal btn{
	margin-top: 10px;
}
.list-users{
	margin-top: 10px;
    margin-bottom: 80px;
}
.list-header{
	border-bottom: 1px solid #ededed;
	font-weight: 700;
}
.list-user{
	padding: 10px 0;
	background: #ededed;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list-numero{
	/* background: #E6DBD9;
	padding: 6px 12px;
	border-radius: 4px;
	color: tomato;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	font-size: 19px;
	border: 1px solid #DCC7C3; */
	background: url(img/bg.jpg) no-repeat center center;
	padding-top: 23px;
	border-radius: 4px;
	color: dimgrey;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	font-size: 17px;
	border: 1px solid #5CB85C;
	width: 50px;
	height: 80px;
}
.btn-circle{
	background: #5cb85c;
	color: #fff;
	border: 1px solid #4CAE4C;
	width: 100%;
	border-radius: 3px;
	padding: 5px;
}
.list-action{
	padding-top: 20px;
}
@media (min-width: 768px){	
	.list-nombre-rut{
		padding-top: 10px;
	}
	.list-opcion{
		padding-top: 10px;
	}
		
	.btn-circle{
		background: #5cb85c;
		color: #fff;
		border: 1px solid #4CAE4C;
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
}
.select-sucursal{
	margin-top: 20px;
	margin-bottom: 20px;
}
.le-next{
	margin-top: 10px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
	text-align: center;
	border-top: 1px solid #B6DCDA;
}
/* footer .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
} */

footer .container .text-muted {
  margin: 20px 0;
}
hr{
	border-bottom: 1px solid #7AD2CE;
}
.logout{
	margin-top: 20px;
}
@media (max-width: 767px){
	.logout{
		margin-top: 0px;
	}
}
.badge-red, .badge-yellow, .badge-green{
	padding: 5px;
	display: inline-block;
	border-radius: 3px;
	min-width: 35px;
	text-align: center;
	font-weight: 700;
}
.badge-red{
	background: tomato;
	color: #fff;
}
.badge-yellow{
	background: #fecc2f;
}
.badge-green{
	background: #5CB85C;
	color: #fff;
}
/* @media (max-width: 767px){
	.le-info-user h3{
		font-size: 10px;
	}
	.le-info-user p{
		font-size: 10px;
	}
} */

.badge{
	background: #BDBDBD;
}
.badge.active{
	background: tomato;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.login{
		width: 95%;
		margin: 50px auto;
		border: 2px solid #00a19a;
		border-radius: 3px;
		padding: 20px;
		font-family: Montserrat, Helvetica, Arial, sans-serif;
		background: rgba(255,255,255,.7);
	}
@media (min-width: 768px){

/* }
@media (min-width: 992px){ */
	.login{
		width: 300px;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 100px;
		margin-top: -112px;
		
	}

	.login label{
		text-transform: uppercase;
	}
}

@media (max-width: 992px){
	body.bgr{
		background-image: url(https://www.consalud.cl/contents/sv2014/css/img/back_login3.jpg) !important;
		background-size: cover;
	}
}

/*Popup Documentos*/

#docslist ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
#docslist li{
	padding: 10px;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
}
#docslist .actions{
	position: absolute;
	top: 3px;
	right: 3px;
}
#docslist .actions li{
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	float: left;
}

#docslist .actions li a{
	background: #5cb85c;
    padding: 10px;
    border-radius: 3px;
    margin-left: 3px;
    color: #fff;
    display: block;
}

#docslist .modal-footer{
	background: #477DAD;
    color: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    border: 3px solid #4C7090;
}
#docslist .modal-footer form{
	margin-bottom: 10px;
}