
/* * * * * * * * * * */
/* Hoja de Estilos   */
/* * * * * * * * * * */


/****************************/
/* Configuracion de botones */
/****************************/
.btn {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
	font-size: 13px;
	border-color: #d1d0d0;
}

.btn-ico {
	padding: inherit;
	font-size: initial;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
}

.btn-primary {
	background-color: #FA881C;
	border-color: #FA881C;
}

.btn-primary:hover {
	background-color: #CA6510;
	border-color: #FA881C;
}

.btn-primary:focus {
	background-color: #984C0C;
	border-color: #FA881C;
}

.btn-default:hover {
	background-color: #CA6510;
	border-color: #FA881C;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FECBA1;
    border-color: #FECBA1;
}

/***********************************/
/* Ajuste items de navegacion menu */
/***********************************/
.dropdown-item {
	font-size: small;
}

/* * * * * * * * * * * * * * */
/* Configuracion de Grillas  */
/* * * * * * * * * * * * * * */

table.tpTable
{
	width:100%;
	border: none;
}

table.innerTable
{
	width:800px;
}

table.tpTable caption {
	font-family: Montserrat;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 0px solid #8080D0;
	border-bottom: 0px;
	background: transparent;
	color: #555;
	text-transform: uppercase;
	display: table-header-group;
}

.caption {
	font-family: Montserrat;
	font-weight: bold;
	padding: 2px;
	border: 0px solid #8080D0;
	border-bottom: 0px;
	background: transparent;
	color: #555;
	text-transform: uppercase;
}

table.tpTable {
	font-family: Montserrat;
}

table.tpTable TH {
	font-weight: bold;
	font-family: Montserrat;
	text-align: center;
	padding: 2px;
	border: 0px solid #ccc;
	border-radius: 4px;
	background: transparent;
	color: #555;
}

table.tpTable TD {
	font-family: Montserrat;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	border: 1px #ccc;
	color: #555;
}

table.tpTable td
{
	border: none;
}

table.tpTable tr td {
	border-bottom: 1px solid #ccc;
	/*font: initial;*/
}

table.tpTable tr.tpSelected td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	color: #fff;
}

table.tpTable tr.tpSelected {
	color: #555;
	background: #FD7E14;
	/*background-image: url(images/expando_header.gif);
	background-repeat: repeat-x;*/
}

/* @doc="Cell containing a string value." */
table.tpTable td.tpStr {
	/*font-size: 0.9em;*/
	/*text-align: left;*/
	padding-left: 5px;
}

/* Cell containing numeric value. */
table.tpTable td.tpNum {
	/*font-size: 0.9em;*/
	/*text-align: left;*/
	padding-left: 5px;
}


/* @doc="Table containing filter controls." */ 
table.tpFilterLayout { 
        border: none; 
} 

/* @doc="Cell within table containing filter controls." */ 
table.tpFilterLayout td { 
        border: none; 
        background: none;
} 

/* @doc="Filter control." */ 
.tpFilter { 
        width: 90%;
        font-size: 0.8em;
        border-radius: 4px;
} 

/* @doc="Filter control for date values." */
.tpFilterDate {
	font-size: 0.8em;
	width: 60px;
	border-radius: 4px;
}

/* @doc="Style for odd-rows when using zebra styling." */
.tpOdd {
	color: #FD9843;
	background: white;
}

/* @doc="Style for even-rows when using zebra styling." */
.tpEven {
	color: #FD9843;
	background: #FFE5D0;
}

.button {
	/*font-family: Montserrat;*/
	display: inline-block;
	/*line-height: normal;*/
	border-radius: 4px;
	/*border: 1px solid #001D77;*/
	/*background: #00A1DE;*/
	/*font-weight: normal;*/
	/*color: #ffffff;*/
	/*padding: 4px 7px 3px;*/
	cursor: pointer;
}

.button:hover
{
	background: #CA6510;
	/*border: 1px solid #448dae;*/
	color: #ffffff;
}

.button:active
{
	background: #FA881C;
	border: 1px solid #FA881C;
	color: #ffffff;
}

table.tabGroupBar {
	border-collapse: initial;
}
	
td.tabGroupButtonOff:hover
{
	background-color: #eee;
	text-decoration: none;
}
	
td.tabGroupButtonOff
{
	box-sizing: border-box;
	background-color: transparent;
	color: black;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: none;
    background-image: none;
    border-bottom: 1px solid #ddd;
    border-collapse: initial;
}

td.tabGroupButtonOn {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-collapse: initial;
}

.tabGroupExtra {
	border-bottom: 1px solid #ddd;
	background: transparent;
	width: 100%;
	border-collapse: initial;
}

.tabGroupBody {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-collapse: initial;
	border: none;
}

.tabGroupGapTd {
	margin: 0px;
	border-bottom: 1px solid #ddd;
}


/* * * * * * * * * */
/* Ventanas Modal  */
/* * * * * * * * * */

.modalGroup {
	background: #FD9843;
}

.modalGroupBody {
	background: white;
  	padding: 3px;
  	background: #FFF;
  	position: relative;
  	top: 0px;
  	left: 0px;
}

.modalGroupBody .zenLabel{
	color: black;
}

.modalGroupBody H3{
	color: #448dae;
}

/* * * * * * * * * */
/* Tablas detalle  */
/* * * * * * * * * */
.tablaInterna{
	width: 100%;
	border-collapse: collapse;
	font-family: Montserrat;
	padding: 2px;
}

.tablaInternaDetalle{
	width: 300px;
}

.tablaInterna th 
{
	padding: 2px;
	background: #DDDDFF;
	border: 1px solid #448dae;
	text-align: center;
	color: #026890;
	white-space: nowrap;
}

.tablaInterna td
{
	color: #026890;
	border:1px solid #DDDDFF;
	/*white-space: nowrap;*/
}

.tablaInterna tr.alt td 
{
	color:#026890;
	background-color:#DDDDFF;
}

/* * * * * * * * * * * * * * * * * * */
/* Estilo configuracion de Navegador */
/* * * * * * * * * * * * * * * * * * */


.tn-pageLabel {
  /*font-family: Montserrat;*/
  font-size: unset;
  color: gray;
  margin-right: 5px;
  margin-left: 2px;
}

/* * * * * * * * * * * * * * * * */
/* Titulos especiales de cabecera */
/* * * * * * * * * * * * * * * * */
.headerTitle {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 2px;
	border: 0px solid #448dae;
	border-bottom: 0px;
	background: transparent;
	color: #026890;
	text-transform: uppercase;
}

/* * * * * * * * * * * * * * * * */
/* Alertas heredadas Bootstrap   */
/* * * * * * * * * * * * * * * * */
.alert{padding:15px;margin-bottom:1px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}

