@charset "utf-8";

/* 
    Document   : estilo
    Created on : 03/03/2016, 03:28:27 PM
    Author     : saul.ibarra
    Description:
       Colores y estilo.
*/

html, body {
  height: 100%;  
}

/**************TIULOS************/
.bold {
	font-weight: bold;
}


.single-bordered{
	border-top: 1px solid #DDD;
	border-bottom: 0px none #FFF !important;	
}

.label {
	font-size: 12px;
	font-weight: normal;
}

.txtSmall{
	font-size: 12px;
}

.red {
	color: #FF0000;
}


#img_overlay{
    position:absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 100px 0px 0px 0px;
    padding: 100px 0px 0px 0px;
    border: 0px none #ff0000;
    z-index:90;
    /*supported by current Mozilla, Safari, and Opera*/-moz-opacity: 0.7;
    /*older Mozilla -khtml-opacity: 0.9;  */
    /*older Safari filter: alpha(opacity=70); */
    /*older IE */ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    display: none;
}


#chr-main-avisos{
	margin-top: 5px;
}

/**** LAY OUT *****/

.row-mobile {
	border-bottom: 1px solid #DDD;
	margin-bottom:5px;
	padding-bottom: 10px;
	
}






/**
	Inicio de from process bar
*/
.process-bar{
	clear:left;
	margin: 0 auto 15px auto;
	width: 800px;
	/*border: 1px solid #000;*/
}

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.process-bar ol{
    min-height: 38px;    
}
.process-bar li{
	height: 46px;
	width: 115px;
	float: left;
    display: inline;
   	font-weight: 300;   
   	margin: 0;
    padding: 0;
    margin-bottom: 15px;
    /*border: 1px solid #000;*/
 }
 
.process-bar a{
	padding:3px 2px 3px 10px;
	display:inline-block;
}
.process-bar .order{display:none;}


.stepPendiente{
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
   	background-position: right -414px;
   	background-repeat: no-repeat;
   	background-color: #EC971F;
}

.stepIniSel{
	background-image: url("/BovedaFiscal/images/brand-289C.png");
   	background-position: -18px 0px;
   	background-repeat: no-repeat;
}

.stepSelectedPair{
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
	background-position: right -230px;
   	background-repeat: no-repeat;
   	background-color: #0082C8;
}

.stepSelectedImpair{
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");   	
   	background-repeat: no-repeat;
   	background-position: right -276px;
   	background-color: #0082C8;
}

.stepPair {
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
   	background-position: right -322px;  
   	background-repeat: no-repeat;
   	background-color: #E7E7E7;
}

.stepPairBefore {
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
   	background-position: right -138px;  
   	background-repeat: no-repeat;
   	background-color: #E7E7E7;
}


.stepImpair {
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
   	background-position: right -184px; 
   	background-repeat: no-repeat;
   	background-color: #F6F6F6;
}

.stepImpairBefore {
	background-image: url("/BovedaFiscal/images/processStripeEnd.png");
   	background-position: right -92px;  
   	background-repeat: no-repeat;
   	background-color: #F6F6F6;
}


.stepLast {
	background-image: url("/BovedaFiscal/images/brand-289C.png");
   	background-position: right -414px; 
   	background-repeat: no-repeat;
}

.stepSelectedLast {
	
   	background-repeat: no-repeat;
   	background-position: right -276px;
   	background-color: #0082C8;
}


.stepPast{
	background-image: url("/BovedaFiscal/images/brand-289C.png");
   	background-position: -18px -138px;
   	font-weight: 300;   	
   	margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.wasTranslated {
	padding: 8px 10px 0 24px;
}


.process-bar .stepTextSel {
	font-size: 13px;
	padding: 12px 5px 0 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.process-bar  .stepText {
	font-size: 13px;
	padding: 14px 17px 0 5px;
	color: #000;
	text-align: center;
}

.process-bar  .stepTextPendienteSel {
	font-size: 13px;
	padding: 14px 13px 0 13px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/**
	Fin from process bar
*/


/** Menu superior **/

.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.navbar-inverse {  
  z-index: 9;
}

.navbar-inverse {
	background-color: #FFF !important;
}

.navbar-inverse .navbar-nav li a {
	color: #FFF;
}

.navbar-inverse .navbar-nav li a:hover {
	color: #777;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{
	background-color: #777;
}

.dropdown-menu {
	background-color: #B2B2B2;
}

.dropdown-menu li a:hover {
	background-color: #B2B2B2;
}

.navbar-header{
	min-height: 75px;
	float:none !important;
}

.navbar-brand {
  /*float: left;*/
  height: 70px;
  padding-top: 3px;
  padding-bottom: 0px;
}

.navbar-inverse .navbar-toggle {
	border-color: #FFF;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
	background-color: #777;
}


/********** Estilos Rotoplas *******/

@font-face {
    font-family: 'gothambookregular';
    src: url('gothambook-webfont.eot');
    src: url('gothambook-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothambook-webfont.woff2') format('woff2'),
         url('gothambook-webfont.woff') format('woff'),
         url('gothambook-webfont.ttf') format('truetype'),
         url('gothambook-webfont.svg#gothambookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham-Rounded-Medium';
    src: url('Gotham-Rounded-Medium.eot');
    src: url('Gotham-Rounded-Medium.eot?#iefix') format('embedded-opentype'),
         url('Gotham-Rounded-Medium.woff') format('woff'),
         url('Gotham-Rounded-Medium.ttf') format('truetype'),
         url('Gotham-Rounded-Medium.svg#Gotham-Rounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'signikaregular';
    src: url('signika-regular-webfont.eot');
    src: url('signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('signika-regular-webfont.woff2') format('woff2'),
         url('signika-regular-webfont.woff') format('woff'),
         url('signika-regular-webfont.ttf') format('truetype'),
         url('signika-regular-webfont.svg#signikaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'signikabold';
    src: url('signika-bold-webfont.eot');
    src: url('signika-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('signika-bold-webfont.woff2') format('woff2'),
         url('signika-bold-webfont.woff') format('woff'),
         url('signika-bold-webfont.ttf') format('truetype'),
         url('signika-bold-webfont.svg#signikabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('gotham-light-webfont.eot');
    src: url('gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-light-webfont.woff2') format('woff2'),
         url('gotham-light-webfont.woff') format('woff'),
         url('gotham-light-webfont.ttf') format('truetype'),
         url('gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#main-container {	
	/*height: 81.4%; /* For at least Firefox */
  	min-height: 81.4%;	
	padding-bottom: 10px;
}

#chr-breadcrumb{
	margin-top: 10px;
}

#footer{
	height: 10%; /* For at least Firefox */
  	min-height: 10%;	
	background: #00A6E4;	

}

#footer label {
	color: #FFF;
	font-size: 15px;
	margin-top: 20px;
}

 h1 {
	font-family: Gotham-Rounded-Medium;
	color: #0082C8;
    font-size: 30px;
}

 h3 {
	font-family: Gotham-Rounded-Medium;
	color: #0082C8;
    font-size: 25px;
}

 h4 {
	font-family: Gotham-Rounded-Medium;
	color: #0082C8;
    font-size: 15px;
}

.table-striped thead th {
	font-family: Gotham-Rounded-Medium;
	font-size: 13px;
	color: #0082C8;
}

.header-bordered div {
	font-family: Gotham-Rounded-Medium;
	font-size: 13px;
	color: #0082C8;
}

.lblheader {
	font-family: Gotham-Rounded-Medium;
	font-size: 13px;
	color: #0082C8;
	font-weight: bold;
}

.btn-primary {
	    background-color: #00BDF6;
	    border-color: #00A6E4;
}

.form-group label {
	font-family: signikaregular;
	color: #858585;
	font-size: 16px;
}*/


/******** Estilo para tablas **************/

.tblCell10{
	width: 10%;
}
.tblCell15{	
	width: 15%;
}

.tblCell20{
	width: 20%;
}

.tblCell30{
	width: 30%;
}

.tblCell40{
	width: 40%;
}


.single-bordered [class*=alxright-], .single [class*=alxright-] {
	text-align: right;
	padding-left: 0px;
    padding-right: 10px;
}

.align-right{
	text-align: right;
}

.align-center{
	text-align: center;
}

/****** Grid System ****************/

@media (min-width: 992px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 11%;
  }
  .col-sm-1 {
    width: 5.5%;
  }
}

