/* BASE STYLES
============================================================================= */
html         { overflow-y:auto; }
.login        { 
	bottom:0; 
	padding-top:100px;
	position:absolute; 
	text-align:center;
	top:0;  
	width:100%; 
}


.navbar-custom
{
	background-color: #428bca;
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.navbar-header>a, .navbar-nav>li>a {
color: #fff !important;
text-decoration: none;
}




/* PAGES
============================================================================= */
.page-home 		{ background:#00D0BC; color:#00907c; }
.page-about 	{ background:#E59400; color:#a55400; }
.page-contact 	{ background:#ffa6bb; color:#9e0000; }

/* ANIMATIONS
============================================================================= */

.page.ng-leave 	{ z-index:9999; }
.page.ng-enter 	{ z-index:8888; }

/* page specific animations ------------------------ */

/* home -------------------------- */
.page-1.ng-leave         {
    -webkit-transform-origin: 0% 0%;
	-webkit-animation: rotateFall 1s both ease-in;
	-moz-transform-origin: 0% 0%;
	-moz-animation: rotateFall 1s both ease-in;
	transform-origin: 0% 0%;
	animation: rotateFall 1s both ease-in;
}
.page-1.ng-enter 		{  
    -webkit-animation:scaleUp 0.5s both ease-in;
	-moz-animation:scaleUp 0.5s both ease-in;
	animation:scaleUp 0.5s both ease-in;    
}

/* about ------------------------ */
.page-2.ng-leave        {
    -webkit-animation:slideOutLeft 0.5s both ease-in;
	-moz-animation:slideOutLeft 0.5s both ease-in;
	animation:slideOutLeft 0.5s both ease-in;   
}
.page-2.ng-enter 		{  
    -webkit-animation:slideInRight 0.5s both ease-in;
	-moz-animation:slideInRight 0.5s both ease-in;
	animation:slideInRight 0.5s both ease-in;    
}

/* contact ---------------------- */
.page2-.ng-leave      {
    -webkit-transform-origin: 50% 50%;
	-webkit-animation: rotateOutNewspaper .5s both ease-in;
	-moz-transform-origin: 50% 50%;
	-moz-animation: rotateOutNewspaper .5s both ease-in;
	transform-origin: 50% 50%;
	animation: rotateOutNewspaper .5s both ease-in;
}
.page-2.ng-enter 		{ 
    -webkit-animation:slideInUp 0.5s both ease-in;
	-moz-animation:slideInUp 0.5s both ease-in;
	animation:slideInUp 0.5s both ease-in;  
}


.page {
    transition-timing-function: ease;
    transition-duration: 250ms;
}
 
.page.ng-enter {
    transition-property: none;
    transform: translate3d(100%,0,0);
}
 
.page.ng-enter.ng-enter-active {
    transition-property: all;
    transform: translate3d(0,0,0);
}
 
.page.ng-leave {
    transition-property: all;
    transform: translate3d(0,0,0);
}
 
.slideLeft.ng-leave.ng-leave-active {
    transition-property: all;
    transform: translate3d(-100%,0,0);
}

/* rotate and fall */
@-webkit-keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@-moz-keyframes rotateFall {
	0% { -moz-transform: rotateZ(0deg); }
	20% { -moz-transform: rotateZ(10deg); -moz-animation-timing-function: ease-out; }
	40% { -moz-transform: rotateZ(17deg); }
	60% { -moz-transform: rotateZ(16deg); }
	100% { -moz-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
	0% { transform: rotateZ(0deg); }
	20% { transform: rotateZ(10deg); animation-timing-function: ease-out; }
	40% { transform: rotateZ(17deg); }
	60% { transform: rotateZ(16deg); }
	100% { transform: translateY(100%) rotateZ(17deg); }
}

/* scale up */
@keyframes scaleUp {
	from 		{ opacity: 0.3; -webkit-transform: scale(0.8); }
}
@-moz-keyframes scaleUp {
	from 		{ opacity: 0.3; -moz-transform: scale(0.8); }
}
@-webkit-keyframes scaleUp {
	from 		{ opacity: 0.3; -webkit-transform: scale(0.8); }
}

/* slide in from the right */
@keyframes slideInRight {
	from 	{ transform:translateX(100%); }
	to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
	from 	{ -moz-transform:translateX(100%); }
	to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
	from 	{ -webkit-transform:translateX(100%); }
	to 		{ -webkit-transform: translateX(0); }
}

/* slide in from the bottom */
@keyframes slideInUp {
	from 	{ transform:translateY(100%); }
	to 		{ transform: translateY(0); }
}
@-moz-keyframes slideInUp {
	from 	{ -moz-transform:translateY(100%); }
	to 		{ -moz-transform: translateY(0); }
}
@-webkit-keyframes slideInUp {
	from 	{ -webkit-transform:translateY(100%); }
	to 		{ -webkit-transform: translateY(0); }
}

/* slide in from the bottom */
@keyframes slideOutLeft {
	to 		{ transform: translateX(-100%); }
}
@-moz-keyframes slideOutLeft {	
	to 		{ -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slideOutLeft {
	to 		{ -webkit-transform: translateX(-100%); }
}

/* rotate out newspaper */
@-webkit-keyframes rotateOutNewspaper {
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@-moz-keyframes rotateOutNewspaper {
	to { -moz-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
	to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

#div_vidrio {
position: absolute;
top: 0;
left: 4;
width: 100%;
height: 100%;
z-index: 900000;
background-color: #15191F;
opacity: .7;
}

#div_loading {
position: absolute;
top: 0%;
left: 20%;
width: 5%;
height: 5%;
z-index: 1000;
background-color: white;
/*opacity: .7;*/
}

body {
  padding-top: 50px;
  background: url(../../img/bg.jpg) repeat;

}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.page-header {
  margin-bottom: 1px;
  margin-top: 10px;
  /*border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/

}

.page-subheader {
  margin-bottom: 17px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


.big-button {
        display:inline-block;
		font-family:Arial, "Helvetica", sans-serif;
		  
		font-weight:bold;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		text-shadow:1px 1px 0px #07526e;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		cursor:pointer;
		border: none;
		border-radius: 5px;
	}

.blue{
  background: #109bce;
  background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999;
}

.green{
  background: #52ea00;
  background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
  box-shadow:  inset 0px 1px 0px #1FFF29, 0px 5px 0px 0px #256D03, 0px 10px 5px #999;
}

.yellow{
	background: #EAA800;
	background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
    box-shadow:  inset 0px 1px 0px #CACA06, 0px 2px 0px 0px #413100, 0px 5px 3px #999;

}

.purple{
	background: #C500EA;
	background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
    box-shadow:  inset 0px 1px 0px #CACA06, 0px 2px 0px 0px #413100, 0px 5px 3px #999;

}

.big-button:active {
  top:3px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999;
}



.big-button:active:before {
  top: 7px;
  font-size: 50px;
  text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e/*, 3px 0px 1px #07526e, 3px 3px 1px #07526e,
     -2px 0px 1px #68cff2*/;
}

div.bloque {
	width: 100%;
    background-color: #efefef;
    border: 1px solid #c9c9c9;
   	margin: 10px 0;
	position: relative;
	left: 0;
	box-shadow: 0 0 8px #aaa;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
}

.padding{
	padding-top: 10px;
}



@media (max-width: 480px) {
    .big-button {
        font-size:10px;
        width:60px;
        height:60px;
    }
    .big-button span{
	font-size: 6px;
	}

}
 
@media screen and (max-width: @screen-md) {
    .lead {
        font-size:0.8em;
        width:100px;
        height:100px;
    }
}

@media (min-width: 1200px)  {
    .big-button {
        font-size:16px;
        width:6em;
        height:6em;
    }

    .big-button span{
	font-size: 10px;
	}

}

.sub{
	margin-left: 15px;
	margin-right: 15px;
}


.page-header > h1, .h1, h2, .h2, h3, .h3 {
margin-top: 10px;
margin-bottom: 0px;
}


tbody>tr:hover td {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
  background: -moz-linear-gradient(top, #999, #CCC);
}

.table tfoot tr {
	color: rgb(112, 112, 112);
	font-weight: normal;
    background: linear-gradient(rgb(248, 248, 248) 0px, rgb(236, 236, 236) 100%) repeat-x rgb(242, 242, 242);*/
	font-weight: bold;
}

tr.notaCredito
{
	background-color: #ff0202;
	color: #fff;
}

.logoImg
{
	padding-left: 60px;
}

.page{

	border: 1px solid #ccc;
	background-color: #fff;
	min-height: 100%
}

.search
{
	padding-top: 10px;	
}

.active > a{
	font-weight: bold;
}

.number{
	text-align: right;
}

.tab-pane > div{
	background-color: #fff;
}


h1custom {
font-size: 20px;
margin-top: 40px;
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
font-family: 'open_sansregular';
display: inline-block;
color: #fff;
border-color: #de3859 !important;
background-color: #d95c5c !important;
position: relative;
left: -30px;
padding: 5px 10px 5px 30px;
border-radius: 0 4px 4px 0;
border-color: rgba(0,0,0,0.15);
}


.full-width{
	width: 100%;
}

.check-ok
{
	color: #5CB85C;
}

tfoot>tr>td{
	font-weight: bold;
}

.separador{
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.table thead tr, .table thead tr th a {
	background-color: #428bca;
	color: #fff;

}

.table thead th,.table thead th a{
	text-align: center;
	
}


.colorgraph {
height: 5px;
border-top: 0;
background: #c4e17f;
border-radius: 5px;
background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
background-image: linear-gradient(to right, #B6E17F, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
margin-top: 0px;
margin-bottom: 20px;
}

.hrcolor{
	padding-left: 0px;	
}


@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}



.placeholders {
margin-bottom: 30px;
text-align: center;
}

.placeholder {
margin-bottom: 20px;
}

.img-responsive {
    margin: 0 auto;
}

.alertas{
 padding-top: 10px;
 padding-right: 15px; 	
}

@-webkit-keyframes blink {
  0%     { opacity: 0 } 50% { opacity: 0 }
  50.01% { opacity: 1 } 100% { opacity: 1 }
}
 
.blink {
  -webkit-animation: blink 0.7s infinite linear alternate;
  -webkit-font-smoothing: antialiased;
}

.requerido,.has-error{
	color: #a94442;
}

.requerido:after{

	content: "(*):";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

}