﻿
body
{
	/*font-family: "Ubuntu", Helvetica, Arial, sans-serif!important;*/
	background-color:#f3f3f3;
}
.navbar
{
	margin-bottom:0;
}
.navbar-text
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.navbar .container
{
	background-color:#333;
	color:#FFF;
}
.navbar-inverse {
    /*background-image: linear-gradient(to left, #777 0%, #343333 100%);*/
    }
.navbar-brand 
{
	height:auto;
}
.navbar-brand img
{
	width:150px;
	height:auto;
}
.navbar .container p
{
	/*font-family: Berlin Sans FB;*/
	font-size:20px;
	
}
.navbar .container h3
{
	font-family: Arial Black;
	margin-top:25px;
	color:#E7E7E7;
}
.navbar .logoText
{
	color: #60B0D8;
}
.nav-tabs {
    margin-left: -16px;
}
.containerPpal
{
	padding-top:15px;
	background-color:#fff;
}
.containerCabecera
{
	padding: 5px 15px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	
}
.label-cabecera
{
	color:#777;
	text-transform: uppercase;
}
.contenido
{
	background-color: #fff;
}
.barra
{
	background-color:#343232;
	color:#ccc;
	padding:5px 0;
}
.navbar-inverse a, .barra a
{
	color:#CCC;
}

.navbar-nav > li a
{
	color:#e7e7e7;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, #tabContainer 
{
	color:#666;
	background-color:#f3f3f3;
}
.input-group-addon
{
	cursor: pointer;
}
.errorRow
{
	background-color:#fff;
	padding-top:15px;
}
.page-header {
	margin: 20px 0 0px;
	padding: 0;
    position: relative;
    border: 0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0;
}
.table-bordered thead tr
{
	background-color: #585858;
    color: #E7E7E7;
}
.table-bordered thead th
{
	font-weight:normal;
}
.page-title
{
	float:left;
}
.page-header-form
{
	margin-top: 31px;
    float: right;
    z-index: 10;
}
#btnRow
{
	padding-right: 40px;
    height: 50px;
}
#listImporte
{
	width: 30%;
}
#listTotales
{
	width: 45%;
}
.breadcrumb-line {
    margin: 0 0 35px 0;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    position: relative;
}

/* ===== Infinite rotation animation ===== */

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: #2C3A3F;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.overlay span
{
	color: #f3f3f3;
    position: relative;
    top: 40%;
    left: 50%;
}
.glyphicon-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/* == Giro del boton Salir== */
.glyphicon-rotate:hover {
    -animation: rotate .3s linear;
    -webkit-animation: rotate2 .5s linear;
}

@-webkit-keyframes rotate2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes rotate {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* == FIN Giro del boton Salir== */

.row-header
{
	margin-left:0px;
}

.button-header
{
	margin-top:20px;	
}

.fechaPago, .importePago, .impAnticipo, .impAntConsumido, .estadoPeriodo
{
	cursor:default !important;	
}
.tx-fechaPago:focus, .tx-importePago:focus, .tx-impAnticipo:focus, .tx-impAntConsumido:focus, .tx-estadoPeriodo:focus
{
	border:1px solid #ccc !important;
	box-shadow:none !important;	
}


/*Signin*/
.signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal
{
	z-index:99999;
}
.modal-header
{
	background-color:#265a88;
	color:#FFF;
}

.list-group-item.active
{
	opacity:0.7;
}

/*Tamaño de Glyphicon*/
.glyphicon-2x{font-size: 2em;}
.glyphicon-3x{font-size: 3em;}
.glyphicon-4x{font-size: 4em;}
.glyphicon-5x{font-size: 5em;}

/*Color de Glyphicon*/
.gly-color-blueMisFacilidades{color: #60B0D8;}

/*Ajuste de top*/
.top5 { margin-top:5px; }
.top6 { margin-top:6px; }
.top7 { margin-top:7px; }
.top8 { margin-top:8px; }
.top9 { margin-top:9px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

/*Ajuste de bottom*/
.bottom5 { margin-bottom:5px; }
.bottom6 { margin-bottom:6px; }
.bottom7 { margin-bottom:7px; }
.bottom8 { margin-bottom:8px; }
.bottom9 { margin-bottom:9px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.pasosPlan_check
{
	width:40px;
	float:left;
}
.pasosPlan_desc
{
	float:left;
}
.pasosPlan_button
{
	width:100px;
	float:left;
}
.defineMinuta_trDisabled
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.areatel, .areamov
{
	width:90%;
	display:inline;
}

.panel-nuevos-planes > .btn-group-vertical > .btn
{
	margin-top:10px;
}

.valing-center {
    vertical-align: middle !important;
}

.cargaObligacion .form-inline label
{
	margin-left:20px;
}
.cargaObligacion .carga_ics .form-control[disabled],
.cargaObligacion .carga_oblig .form-control[disabled]
{
	background: transparent;
	border:none;
	box-shadow:none;
	cursor:inherit;
}
.label-control
{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
}

.form-control
{
	font-size: 12px;
}

.form-group label
{
	font-size: 12px;
}

/*===== Page title statistics =====*/ 

.statistics {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.statistics > li {
  min-width: 130px;
  margin: 5px 25px;
  position: relative;
  float:left;
  text-align: left;
}
.statistics > li > span {
  font-size: 11px;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.statistics.list-justified > li {
  margin: 0;
  padding-left: 50px;
}
.statistics.list-justified > li:first-child {
  padding-left: 0;
}

.statistics-info {
  margin-bottom: 8px;
}
.statistics-info > a {
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0;
}
.statistics-info > a > span {
  color: white;
  padding: 5px 6px 6px 6px;
  margin: 0;
  display: block;
}
.statistics-info > strong {
  font-size: 22px;
  font-weight: 600;
  display: block;
  float: left;
  margin-top: 2px;
}

@media (max-width: 479px) {
  .statistics > li {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .statistics.list-justified > li {
    padding-left: 0;
  }
  .statistics.list-justified li {
    margin-top: 20px;
  }
  .statistics.list-justified li:first-child {
    margin-top: 0;
  }
}

.progress-micro {
    height: 2px;
}
.progress {
    margin-bottom: 0;
    background-color: #5bc0de;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.table-pop
{
	font-size:10px;
}
.table-pop th
{
	text-transform: capitalize;
}
.table-impresion
{
	font-size:10px;
}
.table-impresion th
{
	text-transform: capitalize;
	background-color: #FFF;
	font-weight:bold !important;
	color: #666;
}
.tablePlanPago th
{
	text-align:center;
}
.msg322 li
{
	list-style:none;
}
#modal_acuse
{
	font-size: 12px;
}

.list-group-cuota
{
	margin-top: 20px;
}

.list-group-item-cuota
{
 display:inline;
 margin-right: -5px;
 }
.list-group-item-cuota:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
}

.panel-impresiones .btn-group-vertical  .btn
{
	margin-top:10px;
}

/* # Error and Login pages styling
================================================== */

.error-wrapper { 
  padding-bottom: 35px; 
}
.page-condensed .error-wrapper { 
  padding-top: 35px; 
}

.error-wrapper h1 { 
  color: #fff; 
  font-size: 100px; 
  line-height: 1; 
  margin-bottom: 35px; 
  font-weight: 300; 
  text-stroke: 1px transparent; 
  display: block; 
  text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9, 
               0 3px 0 #bbb, 
               0 4px 0 #b9b9b9, 
               0 5px 0 #aaa, 
               0 6px 1px rgba(0,0,0,.1), 
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3), 
               0 3px 5px rgba(0,0,0,.2), 
               0 5px 10px rgba(0,0,0,.25), 
               0 10px 10px rgba(0,0,0,.2), 
               0 20px 20px rgba(0,0,0,.15); 
}
.error-wrapper.offline h1 { 
  font-size: 120px; 
}
.error-wrapper h6 { 
  margin-bottom: 15px; 
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  margin-top: 0;
}

.error-content { 
  width: 440px; 
  margin: auto; 
}
.error-content input[type=text] { 
  background: #fff url(../images/interface/filter.png) no-repeat 12px; 
  padding-left: 32px; 
}

.modal .volverError
{
	display:none;
}
 /* ===== Panel toolbar ===== */

.panel-toolbar { 
  border-bottom: 1px solid #ddd; 
  background-color: #fff; 
  margin: 0; 
  padding: 0; 
}

.panel-toolbar .dropdown.open > a { 
  background: #fff; 
  color: #999; 
}
.panel-toolbar .dropdown.open > a .caret { 
  border-top-color: #999999; 
  border-bottom-color: #999999; 
  outline: 0; 
}
.panel-toolbar > li:first-child { 
  border-left: 1px solid #DDD; 
}
.panel-toolbar > li { 
  display: block; 
  float: left; 
  border-right: 1px solid #DDD; 
}
.panel-toolbar > li > a { 
  display: inline-block; 
  white-space: nowrap; 
  color: #555; 
  padding: 11px 14px; 
  font-size: 12px; 
  font-weight: 600; 
}
.panel-toolbar > li > a:hover, 
.panel-toolbar > li > a:focus { 
  color: #428BCA; 
}
.panel-toolbar > li > a:active { 
  background-color: #fcfcfc; 
}
.panel-toolbar > li.active > a { 
  background-color: #fff; 
  color: #428BCA; 
}
.panel-toolbar > li > a > i { 
  float: left; 
  margin-right: 6px; 
} 

@media (max-width: 479px) {

  .panel-toolbar > li > a { 
    text-indent: -9999px; 
  }
  .panel-toolbar > li > a > i { 
    text-indent: 0; 
    margin-right: 0; 
  }

}

/* ===== Tables ===== */

.table {
  margin-bottom: 0;
}

.table > thead > tr > th {
  border-bottom-width: 1px;
  outline: 0;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px 12px;
}

.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
  padding: 8px 10px;
}

.table > thead > tr > td.danger, 
.table > tbody > tr > td.danger, 
.table > tfoot > tr > td.danger, 
.table > thead > tr > th.danger, 
.table > tbody > tr > th.danger, 
.table > tfoot > tr > th.danger, 
.table > thead > tr.danger > td, 
.table > tbody > tr.danger > td, 
.table > tfoot > tr.danger > td, 
.table > thead > tr.danger > th, 
.table > tbody > tr.danger > th, 
.table > tfoot > tr.danger > th {
  background-color: #FDF5F5;
}

.table > thead > tr > td.success, 
.table > tbody > tr > td.success, 
.table > tfoot > tr > td.success, 
.table > thead > tr > th.success, 
.table > tbody > tr > th.success, 
.table > tfoot > tr > th.success, 
.table > thead > tr.success > td, 
.table > tbody > tr.success > td, 
.table > tfoot > tr.success > td, 
.table > thead > tr.success > th, 
.table > tbody > tr.success > th, 
.table > tfoot > tr.success > th {
  background-color: #F5FAF4;
}

.table > thead > tr > td.warning, 
.table > tbody > tr > td.warning, 
.table > tfoot > tr > td.warning, 
.table > thead > tr > th.warning, 
.table > tbody > tr > th.warning, 
.table > tfoot > tr > th.warning, 
.table > thead > tr.warning > td, 
.table > tbody > tr.warning > td, 
.table > tfoot > tr.warning > td, 
.table > thead > tr.warning > th, 
.table > tbody > tr.warning > th, 
.table > tfoot > tr.warning > th {
  background-color: #FFFDF0;
}

.table > thead > tr > td.info, 
.table > tbody > tr > td.info, 
.table > tfoot > tr > td.info, 
.table > thead > tr > th.info, 
.table > tbody > tr > th.info, 
.table > tfoot > tr > th.info, 
.table > thead > tr.info > td, 
.table > tbody > tr.info > td, 
.table > tfoot > tr.info > td, 
.table > thead > tr.info > th, 
.table > tbody > tr.info > th, 
.table > tfoot > tr.info > th {
  background-color: #F5FBFD;
}

.table > thead > tr > td.active, 
.table > tbody > tr > td.active, 
.table > tfoot > tr > td.active, 
.table > thead > tr > th.active, 
.table > tbody > tr > th.active, 
.table > tfoot > tr > th.active, 
.table > thead > tr.active > td, 
.table > tbody > tr.active > td, 
.table > tfoot > tr.active > td, 
.table > thead > tr.active > th, 
.table > tbody > tr.active > th, 
.table > tfoot > tr.active > th {
  background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th,
.table-hover > tbody > tr:hover > td, 
.table-hover > tbody > tr:hover > th {
  background-color: #fcfcfc;
}


/* Feedback table */

.table-feedback thead > tr > th,
.table-feedback tbody > tr > td { 
  text-align: center; 
  width: 10%; 
}
.table-feedback thead > tr > th:first-child,
.table-feedback tbody > tr > td:first-child { 
  text-align: left; 
  width: auto; 
}
.table-feedback .radio, 
.table-feedback .checkbox, 
.table-feedback .checker, 
.table-feedback .choice { 
  margin: 0; 
}

.paginado 
{
	margin-top:10px;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: #FCFCFC;
    border-color: #E5E5E5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none;
}

.pagination {
	margin: 5px 0;
}


/* Panel trigger */

.panel-trigger { 
  width: 100%; 
  padding: 0; 
}
.panel-trigger > a { 
  width: 100%; 
  display: block; 
  padding: 10px 40px 10px 14px ;
}
.panel-trigger > a:hover, 
.panel-trigger > a:focus, 
.panel-trigger.active > a { 
  background-color: #fcfcfc; 
}
.panel-trigger.active { 
  color: #3D9AE4; 
}
.panel-trigger > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 11px;
  background-color: #546672;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
 }

.panel-trigger.active > a:after {
  content: "";
  background-color: #ccc;
  background-image: url(../images/minus.png);
 }
