﻿/** Nav Bar */
header#header.navbar ul li.selected a::before,
.locale-dd ul li.selected a::before
{
    font-family: FontAwesome;
    content:"\F00C";
    letter-spacing: 3px;
    font-size:large;
    vertical-align:middle;
    padding-right: 5px;
}
header#header.navbar .dropdown-toggle .badge.further,
.locale-dd .dropdown-toggle .badge.further{
    right:40px;
}
header#header.navbar .dropdown .flag-badge,
.locale-dd .dropdown .flag-badge{
    margin-right: 5px;
    border-radius: 99px;
    border: 1px solid gray;
    height: 24px;
    width: 24px;
    top: -3px;
}


body .modal-lg {
    /* new custom width */
    width: 60%;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: 20%;
}


/** SIDE BAR BORDER FIX */
.sidebar-menu > ul > li > ul.sub:before{
	border: 0px !important;
}

.sidebar-menu > ul > li > ul.sub > li{
	border-left: 1px dotted #2e2f21;
}

.sidebar-menu > ul > li > ul.sub > li:before{
    border-top: 0px;
	border-left: 0px;
	border-bottom: 1px dotted #2e2f21;
	margin: 0;
    height: 17px;
    width: 17px;
}

.sidebar-menu > ul > li > ul.sub > li:last-child::before{
	border-left: 1px dotted #2e2f21;
	border-bottom: 1px dotted #2e2f21;
	content: "";
	display: inline-block;
	position: absolute;
}

.sidebar-menu > ul > li > ul.sub > li:last-child{
	border: 0px;
}


/** MISC */
.text-nowrap{white-space:nowrap}

.vertical-center {
  /*min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  display: flex !important;
  align-items: center;
  vertical-align: middle;
}

.Center-Image {
    margin:auto;
}

.clsDatePicker {
    z-index:100000 !important;
}

.legend_override {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

.fieldset_override {
    border: 1px double threedface;
    padding: 5px;
    border-radius: 5px;
}

.form-control:focus {
   border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/** PAGE  PANEL */
.panel-page > .panel-heading{
    padding:8px 10px;
    margin: 0;
    background-color:#f5f5f5;
    border-color:#ddd;
}

    .panel-page > .panel-heading .page_title {
        font-weight:600;
        text-align:center;
    }

    .panel-page > .panel-heading .description {
        text-align: center;
        font-style: italic;
        opacity: 0.7;
    }

.panel-page > .panel-heading .breadcrumb
{
    margin: 0;
    padding:1px 5px 0;
    text-align:left;
    background-color:inherit !important;
}

.panel-page > .panel-heading h3,
.panel-page > .panel-heading h4,
.panel-page > .panel-heading h6
{
    margin:5px 2px 0;
    padding:1px;
    text-align:center;
}

.panel-page > .panel-body
{
    padding:8px 15px;
}

.panel-page > .panel-footer{
    padding-bottom:20px;
}
.panel-page > .panel-footer .breadcrumb{
    margin:30px 0 15px;
    padding:1px 5px 0;
}


/** TEXT RELATED */
.strong,.bold{
    font-weight:bolder;
}
.text-gray{
    color:#999;
}
.badge-gray{
    background-color:#999;
}
.text-brown{
    color:#A4843C;
}


/** BADGE RELATED */
.badge-black{
    background-color:#494949;
}

.badge-brown{
    background-color:#A4843C;
}

.badge-sm{
    font-size: 9px;
    min-width: 8px;
}
.badge-xs{
    font-size: 8px;
    min-width: 7px;
}


/** Fix Brand Image on nav_bar, fix nature.css line 22  ***/
.navbar-brand img{
    position:relative !important;
    top:-1px !important;
}
.navbar-brand{
    padding:1px !important;
}



/** DATATABLE RELATED */

.dataTables_length select {
    display: inline;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_filter input {
    display: inline;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_filter input::-webkit-input-placeholder {
        color:#999;
    }

.dataTables_filter input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.dataTables_length select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables_wrapper .overboxinfo{
    padding: 10px;
    background-color:#FEFEFE;
    font-weight:bold;
    opacity:0.7;
}

/** 2023-08-16: En table-striped ignora los fondos para warning, danger, etc. */
table.dataTable.display > tbody > tr.row_selected td {
    background-color: #ECECEC;
}

/** info **/
table.dataTable.display > tbody > tr:nth-child(even).info > td, table.dataTable.display > tbody > tr:nth-child(even).info > th,
table.dataTable.stripe > tbody > tr:nth-child(even).info > td, table.dataTable.stripe > tbody > tr:nth-child(even).info > th {
    background-color: #D9EDF7;
}
table.dataTable.display > tbody > tr:nth-child(odd).info > td, table.dataTable.display > tbody > tr:nth-child(odd).info > th,
table.dataTable.stripe > tbody > tr:nth-child(odd).info > td, table.dataTable.stripe > tbody > tr:nth-child(odd).info > th {
    background-color: #D2E6F0;
}
table.dataTable.display tbody tr.even.info > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.info > .sorting_1 {
    background-color: #D1E5EF;
}
table.dataTable.display tbody tr.odd.info > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.info > .sorting_1 {
    background-color: #D0DEE8;
}
table.dataTable.display tbody tr.even.info > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.info > .sorting_2 {
    background-color: #D3E7F1;
}
table.dataTable.display tbody tr.odd.info > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.info > .sorting_2 {
    background-color: #D2E0EA;
}
table.dataTable.display tbody tr.even.info > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.info > .sorting_3 {
    background-color: #D5E0F3;
}
table.dataTable.display tbody tr.odd.info > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.info > .sorting_3 {
    background-color: #D4E2EC;
}
table.dataTable.display tbody tr.odd.info.row_selected td, table.dataTable.order-column.stripe tbody tr.odd.info.row_selected td {
    background-color: #C2D6E0;
    color: #555;
}
table.dataTable.display tbody tr.even.info.row_selected td, table.dataTable.order-column.stripe tbody tr.even.info.row_selected td {
    background-color: #C9DDE7;
    color: #555;
}
table.dataTable.display tbody tr.even.info.row_selected td a, table.dataTable.order-column.stripe tbody tr.even.info.row_selected td a,
table.dataTable.display tbody tr.odd.info.row_selected td a, table.dataTable.order-column.stripe tbody tr.odd.info.row_selected td a {
    color: #5e87b0;
}


/** warning even #fcf8e3 */
table.dataTable.display > tbody > tr:nth-child(odd).warning > td, table.dataTable.display > tbody > tr:nth-child(odd).warning > th,
table.dataTable.stripe > tbody > tr:nth-child(odd).warning > td, table.dataTable.stripe > tbody > tr:nth-child(odd).warning > th {
    background-color: #F6F2DD;
}
table.dataTable.display tbody tr.even.warning > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.warning > .sorting_1 {
    background-color: #F6F0DB;
}
table.dataTable.display tbody tr.odd.warning > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.warning > .sorting_1 {
    background-color: #EEEAD5;
}
table.dataTable.display tbody tr.even.warning > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.warning > .sorting_2 {
    background-color: #F8F2DD;
}
table.dataTable.display tbody tr.odd.warning > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.warning > .sorting_2 {
    background-color: #F0ECD7;
}
table.dataTable.display tbody tr.even.warning > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.warning > .sorting_3 {
    background-color: #FAF4DF;
}
table.dataTable.display tbody tr.odd.warning > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.warning > .sorting_3 {
    background-color: #F2EED9;
}
table.dataTable.display tbody tr.odd.warning.row_selected td, table.dataTable.order-column.stripe tbody tr.odd.warning.row_selected td {
    background-color: #E6E2CD;
    color: #555;
}
table.dataTable.display tbody tr.even.warning.row_selected td, table.dataTable.order-column.stripe tbody tr.even.warning.row_selected td {
    background-color: #ECE8D3;
    color: #555;
}
table.dataTable.display tbody tr.even.warning.row_selected td a, table.dataTable.order-column.stripe tbody tr.even.warning.row_selected td a,
table.dataTable.display tbody tr.odd.warning.row_selected td a, table.dataTable.order-column.stripe tbody tr.odd.warning.row_selected td a {
    color: #5e87b0;
}


/** danger even #f2dede */
table.dataTable.display > tbody > tr:nth-child(odd).danger > td, table.dataTable.display > tbody > tr:nth-child(odd).danger > th,
table.dataTable.stripe > tbody > tr:nth-child(odd).danger > td, table.dataTable.stripe > tbody > tr:nth-child(odd).danger > th {
    background-color: #F2D0D0;
    border-color: #ccc;
}
table.dataTable.display tbody tr.even.danger > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.danger > .sorting_1 {
    background-color: #edd8d8;
    border-color: #ccc;
}
table.dataTable.display tbody tr.odd.danger > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.danger > .sorting_1 {
    background-color: #edcece;
}
table.dataTable.display tbody tr.even.danger > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.danger > .sorting_2 {
    background-color: #ebd6d6;
}
table.dataTable.display tbody tr.odd.danger > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.danger > .sorting_2 {
    background-color: #ebcccc;
}
table.dataTable.display tbody tr.even.danger > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.danger > .sorting_3 {
    background-color: #ead4d4;
}
table.dataTable.display tbody tr.odd.danger > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.danger > .sorting_3 {
    background-color: #e9caca;
}
table.dataTable.display tbody tr.odd.danger.row_selected td, table.dataTable.order-column.stripe tbody tr.odd.danger.row_selected td {
    background-color: #E2C0C0;
    color: #555;
}
table.dataTable.display tbody tr.even.danger.row_selected td, table.dataTable.order-column.stripe tbody tr.even.danger.row_selected td {
    background-color: #E2CECE;
    color: #555;
}
table.dataTable.display tbody tr.even.danger.row_selected td a, table.dataTable.order-column.stripe tbody tr.even.danger.row_selected td a,
table.dataTable.display tbody tr.odd.danger.row_selected td a, table.dataTable.order-column.stripe tbody tr.odd.danger.row_selected td a {
    color: #5e87b0;
}

/** success even #dff0d8 */
table.dataTable.display > tbody > tr:nth-child(odd).success > td, table.dataTable.display > tbody > tr:nth-child(odd).success > th,
table.dataTable.stripe > tbody > tr:nth-child(odd).success > td, table.dataTable.stripe > tbody > tr:nth-child(odd).success > th {
    background-color: #D8F0D0
}
table.dataTable.display tbody tr.even.success > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.success > .sorting_1 {
    background-color: #D9EAD2
}
table.dataTable.display tbody tr.odd.success > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.success > .sorting_1 {
    background-color: #D2EACA
}
table.dataTable.display tbody tr.even.success > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.success > .sorting_2 {
    background-color: #DAECD4
}
table.dataTable.display tbody tr.odd.success > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.success > .sorting_2 {
    background-color: #D4ECCC
}
table.dataTable.display tbody tr.even.success > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.success > .sorting_3 {
    background-color: #DCEED6
}
table.dataTable.display tbody tr.odd.success > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.success > .sorting_3 {
    background-color: #D6EECE
}
table.dataTable.display tbody tr.odd.success.row_selected td, table.dataTable.order-column.stripe tbody tr.odd.success.row_selected td {
    background-color: #C8E0C0;
    color: #555;
}
table.dataTable.display tbody tr.even.success.row_selected td, table.dataTable.order-column.stripe tbody tr.even.success.row_selected td {
    background-color: #CFE0C8;
    color: #555;
}
table.dataTable.display tbody tr.even.success.row_selected td a, table.dataTable.order-column.stripe tbody tr.even.success.row_selected td a,
table.dataTable.display tbody tr.odd.success.row_selected td a, table.dataTable.order-column.stripe tbody tr.odd.success.row_selected td a {
    color: #5e87b0;
}




/*** Added to Cloud ... Brown Color Set ****/
.box.border.brown {
  border: 1px solid #e0be82;
}
.box.border.brown > .box-title {
  color: #FFFFFF !important;
  background-color: #ceb47b;
  border-bottom: 1px solid #e0be82;
}
.box.border.brown > .box-title h4 {
  color: #FFFFFF !important;
}
.box.border.brown > .box-title h4 i {
  color: #FFFFFF !important;
}
.box.border.brown > .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.border.brown > .box-title .tools > a :hover {
  color: #A4843C !important;
  opacity: 0.6 !important;
}



.box.solid.brown {
  border: 1px solid #D29369;
}
.box.solid.brown .box-title {
  color: #FFFFFF !important;
  background-color: #e0a075 !important;
  border-bottom: 1px solid #D29369;
}
.box.solid.brown .box-title h4 {
  color: #FFFFFF !important;
}
.box.solid.brown .box-title h4 i {
  color: #FFFFFF !important;
}
.box.solid.brown .box-title .tools > a {
  color: #f4f4f4 !important;
}
.box.solid.brown .box-title .tools > a :hover {
  color: #A4843C !important;
  opacity: 0.6 !important;
}
.box.solid.brown .box-body {
  color: #FFFFFF;
  background-color: #e0a075 !important;
}


/** TABLA RESPONSIVA PARA DATAGRID */
.box-body .table-responsive{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
}
.table-responsive .dataTables_length,
.table-responsive .dataTables_info{
    padding-left: 15px;
    padding-top: 10px;
}
.box-body .table-responsive .dataTables_filter{
   position: relative;
   min-height: 1px;
   padding: 10px 15px 10px 15px;

}
    .box-body .table-responsive .dataTables_filter label input {
        width: auto !important;
    }

.box-body .table-responsive .select-info {
    display:block;
}

.table-responsive table.no-wrap tr td {
    white-space:nowrap;
    /*text-overflow:ellipsis;
    overflow:hidden;*/
}


/** CHECKBOX FontAwesome */
input[type="checkbox"].fa-checkbox{
    /** display: none; ... Se omite en serializeToJSON, debe ser hidden */
    visibility:hidden;
    position:fixed;
}
input[type="checkbox"].fa-checkbox[disabled] + label {
    color:#BBB;
}
input[type=checkbox].fa-checkbox + label {
    display: inline-block;
    cursor: pointer;
    line-height: normal;
}

    input[type=checkbox].fa-checkbox + label:before{
        font-family: FontAwesome;
        display: inline-block;
        content:"\f096";
        letter-spacing: 3px;
        font-size:large;
        vertical-align:middle;
    }

    input[type=checkbox].fa-checkbox:checked + label:before{
        content:"\f046";
        letter-spacing: 5px;
        vertical-align:middle;
    }

    input[type=checkbox].fa-checkbox + label .small{
        display:block;
        margin: 0 0 0 30px;
    }


/** MEDIA RELATED */

/*Tabla responsiva [NO MORE TABLES] (cellphones chicos) -xs*/
@media only screen and (max-width: 320px) {

	/* Force table to not be like tables anymore */
	.no-more-tables-xs table,
	.no-more-tables-xs thead,
	.no-more-tables-xs tbody,
	.no-more-tables-xs th,
	.no-more-tables-xs td,
	.no-more-tables-xs tr {
		display: block;
        border-color:black;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables-xs thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables-xs tr { border: 1px solid #ccc; }

	.no-more-tables-xs td,
    .no-more-tables-xs table.table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

    .no-more-tables-xs table.table td {
        padding-left:100px;
    }

	.no-more-tables-xs td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables-xs td:before { content: attr(data-title); }
}


/*Tabla responsiva [NO MORE TABLES] (cellphones medianos) -sm*/
@media only screen and (max-width: 480px) {

	/* Force table to not be like tables anymore */
	.no-more-tables-sm table,
	.no-more-tables-sm thead,
	.no-more-tables-sm tbody,
	.no-more-tables-sm th,
	.no-more-tables-sm td,
	.no-more-tables-sm tr {
		display: block;
        border-color:black;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables-sm thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables-sm tr { border: 1px solid #ccc; }

	.no-more-tables-sm td,
    .no-more-tables-sm table.table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

    .no-more-tables-sm table.table td {
        padding-left:100px;
    }

	.no-more-tables-sm td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables-sm td:before { content: attr(data-title); }
}


/*Tabla responsiva [NO MORE TABLES] (cellphones grandes- phablets) -md*/
@media only screen and (max-width: 640px) {

	/* Force table to not be like tables anymore */
	.no-more-tables-md table,
	.no-more-tables-md thead,
	.no-more-tables-md tbody,
	.no-more-tables-md th,
	.no-more-tables-md td,
	.no-more-tables-md tr {
		display: block;
        border-color:black;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables-md thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables-md tr { border: 1px solid #ccc; }

	.no-more-tables-md td,
    .no-more-tables-md table.table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

    .no-more-tables-md table.table td {
        padding-left:100px;
    }

	.no-more-tables-md td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables-md td:before { content: attr(data-title); }
}


/*Tabla responsiva [NO MORE TABLES] (tablets)*/
@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
        border-color:black;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables tr { border: 1px solid #ccc; }

	.no-more-tables td,
    .no-more-tables table.table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

    .no-more-tables table.table td {
        padding-left:100px;
    }

	.no-more-tables td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}
/*
    Roberto Jimenez.
    05/Abr/2016
        - CSS para boton Type="File".
*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/** CAPTION ON TABLES */
table caption{
    padding:5px 10px;
}

/*
    se usa para el select2, para corregir el problema del tamaño del select responsivo.
    el plugin le asigna un tamaño especifico y no se adapta al tamaño de la pantalla.
*/
.input-group .select2-container--bootstrap {
    width:100% !important;
}

/*
    Backround "Spinner" para selects
    ../../img/loaders/12.gif
*/
.loaderSpinner{
    background-image: url(../img/loaders/12.gif);
    background-repeat: no-repeat;
    background-position: center;

}

/** TEXT RESPONSIVE ALIGNMENT */
@media (max-width: 768px) {
    .text-right-xs {
        text-align: right;
    }
    .text-left-xs {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .text-right-sm {
        text-align: right;
    }

    .text-left-sm {
        text-align: left;
    }
}
.select2-container .select2-selection--single .select2-selection__clear{
    margin-left: 10px;
}

.select2-results .select2-result-label .select2-hint,
.select2-chosen .select2-hint,
.select2-results ul li .select2-hint,
.select2-selection .select2-hint {
    color: #666;
    font-size: x-small;
}
.select2-results .select2-highlighted .select2-hint,
.select2-results ul li.select2-results__option--highlighted .select2-hint {
    color: #FFF !important;
}

.selOptSubtitle{
    color: #999;
    font-size:small;
    font-style:italic;
}


/** Textarea countable (char/word counter) */
.countable-counter{
    font-size:smaller;
}

.countable-counter .counter{
    font-weight:bold;
}
    .countable-counter .counter.countable-safe {
        color:#5e87b0;
    }
    .countable-counter .counter.countable-warning {
        color:#c09853;
    }
    .countable-counter .counter.countable-over {
        color: #d9534f;
    }


/** Bootstrap button */
.btn-secondary{
    color: #333333;
    background-color: #ececec;
    border-color: #adadad;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        color: #333333;
        background-color: #ddd;
        border-color: #bbb;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        background-image: none;
    }

    .btn-secondary.disabled,
    .btn-secondary[disabled],
    fieldset[disabled] .btn-secondary,
    .btn-secondary.disabled:hover,
    .btn-secondary[disabled]:hover,
    fieldset[disabled] .btn-secondary:hover,
    .btn-secondary.disabled:focus,
    .btn-secondary[disabled]:focus,
    fieldset[disabled] .btn-secondary:focus,
    .btn-secondary.disabled:active,
    .btn-secondary[disabled]:active,
    fieldset[disabled] .btn-secondary:active,
    .btn-secondary.disabled.active,
    .btn-secondary[disabled].active,
    fieldset[disabled] .btn-secondary.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-secondary .badge {
        color: #ffffff;
        background-color: #fff;
    }

    .cbx-btn-group .active:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content:"\f00c";
        padding-right: 7px;
    }

.cbx-btn-group .active:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f00c";
    padding-right: 7px;
}

.cbx-btn-group .active{
    z-index:1 !important;
}

/**
     Row with equal height columns
    Breaks responsiveness, must keep 12 column grid. All columns align on same row, no matter
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
    .row-eq-height .vertical-center {
        align-items: center;
        vertical-align: middle
    }

/*** DEMO BKGD * /
    #page{
        background-image: url('/img/demo_login_bkgd.png');
    }

header.navbar, #content, #sidebar{
    background-image: url('/img/demo_bkgd.png') !important;
}
*/

/* 2023-3-15: Corrige el salto de línea en un btn-group que excede el espacio reservado en el grid. Obliga a mantener los elementos en el grupo dentro de la línea. */
.btn-group{
    display: inline-flex !important;
    flex-wrap: nowrap;
}

.control-label.no-wrap{
    white-space: nowrap;
}