/*
@autor apologutierrez
Estilos de los cotroles de redBR
*/
.contentApp{
   margin-left: 45px;
   margin-right: 45px;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
 }
 .x_title {
    border-bottom: 2px solid #E6E9ED;
    /*padding: 1px 5px 6px;*/
    padding: 1px;
    margin-bottom: 5px;
 }
 
 .x_title .filter {
    width: 40%;
    float: right;
 }
 
 .x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    font-size: 15px !important;
    overflow: hidden;
    white-space: nowrap;
 }

 .x_title h2 small {
    margin-left: 5px;
    font-size: 75% !important;
 }
 
 .x_title span {
    color: #333333;
 }
 
 .x_content {
    /*padding: 0 5px 6px;*/
    padding: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
 }
  .x_content h4 {
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
 }
 
 .x_content h4 small {
    color: #c22821;
 }
 
 .panel_trasparente {
    opacity: 0.9 !important;
    ;
 }

.grilla {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.grilla {
    border-collapse: collapse;
}

.grilla thead{
   border-bottom: 10px solid #eee;
}

.grilla td{
   border-bottom: 1px solid #ddd;
   vertical-align: top;
   padding-top: 20px;
}

th{
   text-align: center !important;
}

.compartir{
   display: none;
}

.anchoCelda{
   width: 90% !important;
   padding: 5px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

@media screen and (max-width: 600px) {
   .compartir{
      display: block;
   }

   .anchoCelda{
      width: 300px !important;
      padding: 5px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
   }

   .grilla {
      border: 0;
    }
  
    .grilla caption {
      font-size: 1.3em;
    }
    
    .grilla thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .grilla tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    .grilla td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: center;
      margin-right: 10px;
    }
    
    .grilla td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    .grilla td:last-child {
      border-bottom: 0;
    }
  }

 a {
    color: #3b3b40;
    text-decoration: none;
 }
 
 a,
 a:visited,
 a:focus,
 a:active,
 :visited,
 :focus,
 :active,
 .btn:focus,
 .btn:active:focus,
 .btn.active:focus,
 .btn.focus,
 .btn:active.focus,
 .btn.active.focus {
    outline: 0;
 }
 
 a:hover,
 a:focus {
    color: #990000;
    text-decoration: none;
 }
 ul.quick-list {
    padding-left: 0;
    display: inline-block;
}
ul.quick-list li {
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 
 ul.quick-list li i {
    padding-right: 10px;
    color: #424242;
 }
 
 .accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
 }
 
 .accordion .panel-heading {
    background: #e1e1e1;
    padding: 13px;
    width: 100%;
    display: block;
 }
 
 .accordion .panel:hover {
    background: #FFF;
 }
 
 .panel-title {
    font-size: 14px !important;
 }

 .btnTab {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 10px;
	display: inline-block;
	margin: 0px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn {
   border-radius: 0px;
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger,
a.btn-secondary {
   color: #FFF;
}

.btn-success {
   background: #26B99A;
   border: 1px solid #169F85;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
   background: #169F85;
}

.btn-primary {
   background: rgba(170, 25, 32, .85) !important;
   border: 1px solid rgba(170, 25, 32, .85) !important;
   color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
   color: #FFF !important;
   background: #711611 !important;
}
.btn{
   margin: 0px !important;
}

@media screen and (max-width: 600px) {
   .btn-mod.btn-small{
      padding: 15px 50px !important;
   }
}

 /*Preloader*/
.lading-fade {
   opacity: 0.7;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1050;
   background-color: #000;
   transition: opacity .15s linear;
}

.loading {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 1060;
   outline: 0;
   width: 100%;
   height: 100%;
}

.contenLoader {
   position: relative;
   margin-left: 47%;
   margin-top: 15%;
}

.preloader {
   position: absolute;
   width: 80px;
   height: 80px;
   border: 5px solid #ddd;
   border-top: 5px solid #c22821;
   border-radius: 50%;
   animation-name: girar;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
}

.imgLoader {
   position: fixed;
   margin-left: 22px;
   margin-top: 23px;
   width: 80px;
   height: 80px;
}

.msjLoader {
   position: absolute;
   margin-top: 90px;
   margin-left: -115px;
   width: 300px;
   text-align: center;
   color: #FFF;
}

@keyframes girar {
   from {
      transform: rotate(0deg);
   }

   to {
      transform: rotate(360deg);
   }
}

.modal-backdrop.in {
   opacity: 0.7 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
   background-color: #c22821 !important;
   ;
   color: #fff;
}

/* Paginador*/
.dataTables_length {
   width: 40%;
   float: left;
}

.dataTables_length label {
   font-weight: normal;
   text-align: left;
   white-space: nowrap;
}

.dataTables_length select {
   width: 75px;
   display: inline-block;
}

.dataTables_filter {
   width: 50%;
   float: right;
   text-align: right;
}

.dataTables_info {
   width: 60%;
   float: left;
}

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

.pagination {
   margin: 0px 0 !important;
}

.paging_full_numbers {
   width: 400px;
   height: 22px;
   line-height: 22px;
}

.paging_full_numbers a:active {
   outline: none;
}

.paging_full_numbers a:hover {
   text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
   border: 1px solid #aaa;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   padding: 2px 5px;
   margin: 0 3px;
   cursor: pointer;
}

.paging_full_numbers a.paginate_button {
   background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
   background-color: #ccc;
   text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
   background-color: #99B3FF;
   color: #FFF !important;
}

.paging_full_numbers a.paginate_active strong {
   color: #FFF !important;
}

.pagination.pagination-split li {
   display: inline-block;
   margin-right: 3px;
}

.pagination.pagination-split li a {
   border-radius: 4px;
   color: #191818cf !important;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
   color: #191818cf !important;
   border: 0px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
   /*color: #c22821 !important;*/
   color: #FFF !important;
   background-color: #c22821 !important;
   border-radius: 100px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
}
/* ***** autocomplete ***** */
.autocomplete-suggestions {
   border: 1px solid #B2B2B2;
   background: #FFF;
   cursor: default;
   overflow: auto;
}

.autocomplete-suggestion {
   padding: 2px 5px;
   font-size: 1.2em;
   white-space: nowrap;
   overflow: hidden;
}

.autocomplete-selected {
   background: #d6d6d5;
}

.autocomplete-suggestions strong {
   font-weight: normal;
   color: #c22821;
   font-weight: bolder;
}

.imgLogin {
	margin: 0 0;
	min-height: 250px;
   height: 250px !important;
   margin-bottom: 50px;
}

.imgLogin h4 {
   font-family: 'Roboto', sans-serif;
	font-weight: 400;
   font-size: 12pt;
   text-align: center;
	text-transform: none;
	color: #98a5a5;
	letter-spacing: 0;
}

.imgLogin h2 {
   font-family: 'Roboto', sans-serif;
	font-weight: 400;
   font-size: 18pt;
   text-align: center;
	text-transform: none;
	color: #808181;
	letter-spacing: 0;
}

.imgLogin a:link {
	text-decoration: none !important;
}

.imgLogin p {
   font-size: 10pt;
   text-align: center;
	text-transform: uppercase;
	color: #666;
	font-weight: 300;
	line-height: normal;
}

.imgLogin .avatar {
	position: relative;
	z-index: 2;
	margin-top: -330px;
}

.imgLogin .title {
	opacity: 1;
	margin: -120px 0;
}

.imgLogin .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 1;
	/*background-color: rgba(218, 218, 218, 0.20);*/
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

/*DetePiker*/
.daterangepicker table{
   font-size: 12px;
}

.daterangepicker .ranges li {
   color: #73879C;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
   background: #c22821;
   border: 1px solid #c22821;
   color: #fff;
 
}

.daterangepicker .input-mini {
   background-color: #eee;
   border: 1px solid #ccc;
   box-shadow: none !important;
}

.daterangepicker .input-mini.active {
   border: 1px solid #ccc;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
   font-size: 12px;
   padding: 1px;
   height: auto;
   margin: 0;
   cursor: default;
   height: 30px;
   border: 1px solid #ADB2B5;
   line-height: 30px;
   border-radius: 0px !important;
}

.daterangepicker select.monthselect {
   margin-right: 2%;
}

.daterangepicker td.in-range {
   background: #E4E7EA;
   color: #73879C;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
   background-color: #c22821;
   color: #fff;
}

.daterangepicker th.available:hover {
   background: #eee;
   color: #34495E;
}

.daterangepicker:before,
.daterangepicker:after {
   content: none;
}

.daterangepicker .calendar.single {
   margin: 0 0 4px 0;
}

.daterangepicker .calendar.single .calendar-table {
   width: 224px;
   padding: 0 0 4px 0 !important;
}

.daterangepicker .calendar.single .calendar-table thead tr:first-child th {
   padding: 8px 5px;
}

.daterangepicker .calendar.single .calendar-table thead th {
   border-radius: 0;
}

.daterangepicker.picker_1 {
   color: #fff;
   background: #34495E;
}

.daterangepicker.picker_1 .calendar-table {
   background: #34495E;
}

.daterangepicker.picker_1 .calendar-table thead tr {
   background: #213345;
}

.daterangepicker.picker_1 .calendar-table thead tr:first-child {
   background: #1F82B9;
}

.daterangepicker.picker_1 .calendar-table td.off {
   background: #34495E;
   color: #999;
}

.daterangepicker.picker_1 .calendar-table td.available:hover {
   color: #34495E;
}

.daterangepicker.picker_2 .calendar-table thead tr {
   color: #1F82B9;
}

.daterangepicker.picker_2 .calendar-table thead tr:first-child {
   color: #73879C;
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
   color: #fff;
   background: #1F82B9;
}

.daterangepicker.picker_4 .calendar-table thead tr:first-child {
   color: #fff;
   background: #34495E;
}

.daterangepicker.picker_4 .calendar-table td,
.daterangepicker.picker_4 .calendar-table td.off {
   background: #ECF0F1;
   border: 1px solid #fff;
   border-radius: 0;
}

.daterangepicker.picker_4 .calendar-table td.active {
   background: #34495E;
}

.calendar-exibit .show-calendar {
   float: none;
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #ccc;
   margin-bottom: 20px;
   border: 1px solid rgba(0, 0, 0, 0.15);
   overflow: hidden;
}

.calendar-exibit .show-calendar .calendar {
   margin: 0 0 4px 0;
}

.calendar-exibit .show-calendar.picker_1 {
   background: #34495E;
}

.calendar-exibit .calendar-table {
   padding: 0 0 4px 0;
}
/*Sobre escribir los estilos */
.form-control{
   padding-right: 0 !important;
   padding: 3px 6px !important;
}