/*************************  Spinner  *****************************/
#loading2{
  /*display: none;*/
  text-align: center;
  position: fixed;
  padding-top:10%;
  width: 100%;
  height: 100%;
  z-index:999999;
  background-color: #F2F2F2;
  filter:alpha(opacity=60); /* IE */
  -moz-opacity:0.6; /* Mozilla */
  opacity: 0.6; /* CSS3 */
}
#loading2 img{
  filter:alpha(opacity=100); /* IE */
  -moz-opacity:1; /* Mozilla */
  opacity: 1; /* CSS3 */
}
/*************************  Spinner End  *****************************/
.error_list
{

  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;

  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;

  list-style: none;
  margin: 20px 0px;
  padding: 15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.text-bolder {
  font-weight: bolder !important;
}


.ui-datepicker-calendar a, .ui-datepicker-calendar span {
  width: inherit !important;
  /*	display: inherit;
     margin: auto; 
     text-decoration: none; 
     color: #404040; */
}

.limpiar{
  clear:both;
}

.panel-title-custom a{
  color: #000 !important;
  text-decoration: none !important;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h35{
  height: 35px;
}

.margin-top-40
{
  margin-top: 40px;
}

.margin-top-20
{
  margin-top: 20px;
}

.margin-bottom-40
{
  margin-bottom: 40px;
}

.margin-bottom-20
{
  margin-bottom: 20px;
}

.btn
{
  font-size: 10px;
}

.sticky_header thead td, .sticky_header thead th{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.sticky_td1 thead td:nth-child(1),
.sticky_td1 thead th:nth-child(1){
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3 !important;
  background-color: red;
}

.sticky_td1 tbody td:nth-child(1),
.sticky_td1 tbody td:nth-child(1){
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.sticky_td2 thead td:nth-child(1),.sticky_td2 thead th:nth-child(1),
.sticky_td2 thead td:nth-child(2),.sticky_td2 thead th:nth-child(2){
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
}

.sticky_td2 tbody td:nth-child(1),
.sticky_td2 tbody td:nth-child(2){
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.sticky_td3 tbody td:nth-child(1),
.sticky_td3 tbody td:nth-child(2),
.sticky_td3 tbody td:nth-child(3){
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.sticky_td3 thead td:nth-child(1),.sticky_td3 thead th:nth-child(1),
.sticky_td3 thead td:nth-child(2),.sticky_td3 thead th:nth-child(2),
.sticky_td3 thead td:nth-child(3),.sticky_td3 thead th:nth-child(3){
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
}

input[type=date]
{
  padding-top: 0px;
  padding-bottom: 0px;
}


.p15 {
  padding: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.p10 {
  padding: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.p5 {
  padding: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.p0 {
  padding: 0px !important;
}

.px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.px5 {
  padding: 0px 5px !important;
}
.py5 {
  padding: 5px 0px !important;
}
.mx5 {
  margin: 0px 5px !important;
}
.my5 {
  margin: 5px 0px !important;
}
.px10 {
  padding: 0px 10px !important;
}
.py10 {
  padding: 10px 0px !important;
}
.mx10 {
  margin: 0px 10px !important;
}
.my10 {
  margin: 10px 0px !important;
}



@media (min-width: 992px) {
  .modal-lg {
    width: 1000px;
  }
}

@media (min-width:1092px) {
  .modal-xl {
    width:1200px !important;
  }
}

@media (min-width:1092px) {
  .modal-xxl {
    width:calc(100% - 50px) !important;
  }
}

.btn-group-xs>.btn,
.btn-xs {
  padding:3px 5px !important;
}

.closeLoading
{
  margin: -10% 0 0 0;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}

.t500E
{
  height: 500px;
  background-color: #8b00ff;
}

.f10
{
  font-size: 10px !important;
}

.table-hover > tbody > tr:hover td {
  color: black;
  opacity: 0.5 !important;
}

.spanXls {
  display: inline-block;
}

.pvtFilteredAttribute .pvtAttr,
.pvtFilteredAttribute .pvtTriangle
{
  background-color: darkgray !important;
  color:white;
  font-weight: bold;
}

.td-esquina-roja
{
  background-color: inherit;
  background-image: linear-gradient(225deg, red, red 5px, transparent 5px, transparent) !important;
}

.alert-amarillo {
  background-color: yellow
}

.modal-altura-auto {
  height: calc(100vh - 200px);
  overflow:auto;
}

.flex {
  display: flex;
}