body {
    background-color: /*#FFFFFF;*/#270089 !important;
	/*background: url(../images/background_lines_1.jpg);*/
	/*background: url(../images/background_city_1.jpg);*/
	background: url(../images/background_city_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: scroll;*/
	background-attachment: fixed;
    /*background-position: center top;*/
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif !important;
}
.bg-info{
	background-color:#270089 !important;
}
.background {
    background: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-color:/*#6F6F6F;	*/#270089;
}


/******************** NEW ********************/
.card-img-top {
    width: 100%;
	height: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);    
}
.style-cursor-pointer {  
   cursor:pointer !important;
}
.box-color-one {  
   background-color:#e8e4f4 !important;
   color:#000 !important;
}
.box-color-one:hover {  
   background-color:#6347b3 !important;
   color:#fff !important;
}
.padding-top-bottom-four {  
  padding-bottom:4px !important;
  padding-top:4px !important;
}
.padding-top-bottom-three {  
  padding-bottom:3px !important;
  padding-top:3px !important;
}
.padding-top-bottom-two {  
  padding-bottom:2px !important;
  padding-top:2px !important;
}
.padding-left-top-right-twenty {  
  padding-left:20px !important;
  padding-top:20px !important;
  padding-right:20px !important;
}
.padding-bottom-twenty {    
  padding-bottom:20px !important;  
}
.background-color-one-table-one {
  background-color:#d3d3d3 !important;
}
.background-color-two-table-one {
  background-color:#b1a6d1 !important;
}
.background-color-three-table-one {
  background-color:#ffffff !important;
}
.background-color-four-table-one {
  background-color:#eaeaea !important;
}
.background-color-five-table-one {
  background-color:#d8d8d8 !important;  
}
.container-table-one {
  max-width:100% !important;
}
.text-bold-one {
    font-weight:bold !important;
}
.text-color-black-one {
    color:#1d1d1b !important;
}
.text-color-black-two {
    color:#000000 !important;
}
.padding-left20 {
    padding-left:20px;
}
.padding-right20 {
    padding-right:20px;
}
.card-accordion-one {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: /*#ffffff;*//*#f2f2f2;*/#f9f9f9;
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0,0,0,.090) !important; */
    /* border-radius: .25rem !important; */
    /* box-shadow: 0 0 15px rgb(0 0 0 / 8%) !important; */
}
.card-accordion-one:hover {
    background-color: /*#e8e4f4;*//*#f2f2f2;*/#e9ecf0;/*#6347b3;*//*#e8e4f4;*/
}
.card-header-accordion-one {
    margin-bottom: 0;
    background-color: /*rgba(0,0,0,.03);*/rgb(28 10 219 / 8%);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    /*background-clip: border-box;*/
    border: 1px solid rgba(0,0,0,.090) !important;
    border-radius: .25rem !important;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%) !important;
}
.card-none {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    /*background-clip: border-box;*/
    border: 1px solid rgba(0,0,0,.0) !important;
    border-radius: .25rem !important;
	box-shadow: 0 0 15px rgba(0,0,0,.0) !important;
}
.background-gray-title {
    background-color:/*#E9ECF0*/#dcddf5 !important;
}
.form-group {
    margin-bottom: /*1rem;*/0rem;
}
.btnuno {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: /*0.9rem;*/0.8rem;/*1.5rem;*/
    line-height: /*1.5;*/1.2rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btnuno-excel {
    color: #fff;
    background-color: #6347B3;
    border-color: #6347B3;
	background-image: url(http://pruebas.hank.mx/app/administrador/images/new/icono_formats_16x16_excel.svg);    
    background-position-x: 8px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 16px;    
    padding-left: 30px;	
}
.btnuno-excel:hover {
    color: #fff;
    background-color: /*#101820;*/#5B5B5B;
    border-color: /*#101820;*/#5B5B5B;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 0.7rem!important;
	padding-left: 0.7em !important;
    padding-right: 0rem !important;
}
.pt-md-3, .py-md-3 {
    padding-top: 0.7rem!important;
	padding-left: 0.7em !important;
    padding-right: 0rem !important;
}
.border-bottom {
    /*border-bottom: 1px solid #270089 !important;*/
	border-bottom: 0px solid transparent !important;
}
.icon-forward {
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: center;
	padding-left:5px;
	width:20px;
	height:16px;
}
.font-16 {
    font-size:16px !important;
}
.margin-top-title-uno {
    margin-top: 5px !important;
}
.margin-top-title-dos {
    margin-top: 1px !important;
}
.dropdown-header {
    display: block;
    /*padding: .5rem 1.5rem;*/
	padding-left: .5rem;
	padding-right:  1.5rem;
	padding-top:  .1rem;
	padding-bottom: .1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item {
    display: block;
    width: 100%;
    /* padding: .25rem 1.5rem; */
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-left: .5rem;
    padding-right: 1.5rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
	font-size: 14px;
}
.text-bold {
    font-weight: bold; !important;
}
.text-color-uno {
    color:#606060 !important;
}
.text-color-dos {
    color:#290098 !important;
}
.text-style-title {
    text-transform: lowercase !important;
}
.text-decoration-none {
    text-decoration:none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: 1px solid /*rgba(0,0,0,.15);*/#D8D8D8;
    /*border-radius: .25rem;*/	
	border-bottom-right-radius:0rem !important;
	border-bottom-left-radius:.25rem !important;
	border-top-left-radius:0rem !important;
	border-top-right-radius:0rem !important;	
}
.h2, h2 {
    font-size: /*1.5rem;*/1.2rem;	
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: /*0.9rem;*/0.8rem;/*1.5rem;*/
    line-height: /*1.5;*/1.2rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: /*.375rem .75rem;*/0.4rem;
    font-size: /*1rem;*/0.84rem;
    font-weight: /*400;*/normal;
    line-height: 1.5;
   /* color: /*#495057;#98A0A7;*/
    color: /*#495057;*/#020202;
    background-color: /*#F3F2F0;*/#FFFFFF;
    background-clip: padding-box;
    border: 1px solid /*#C7C7C7*/#D4D9DD;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid transparent !important;
    font-size: 0.85rem;
	text-align: left !important;
}
.table td, .table th {
    padding: /*.75rem;*/0.8rem;
    vertical-align: top;
    border-top: 0px solid transparent !important; 
	font-size: /*0.84rem*/0.85rem !important;
	text-align: left !important;
}
.margin-bottom-doce {
    margin-bottom:12px; !important; 
}
.font-size-084rem {
    font-size: /*0.85rem;*/0.84rem !important; 
}
.color-text-gray-uno {
    color:#6F7070 !important;
	margin-top: 0.4rem !important;	
	margin-right: inherit;
}
.btn-primary {
    color: #FFFFFF;
    background-color: /*#6D84A6;*//*#101820;*/#270089;
    border-color: /*#5B7395;*//*#101820;*/#270089;
}
.btn-primary:hover {
    color: /*#FFFFFF;*/#FFFFFF;
    background-color: /*#525D70;*//*#101820;*//*#270089;*/#6347B3;
    border-color: /*#404857;*//*#101820;*//*#270089;*/#6347B3;
}

.btn-login {
    color: #FFFFFF;
    background-color: #101820;
    border-color: #101820;
}
.btn-login:hover {
    color: #FFFFFF;
    background-color: #6347B3;
    border-color: #6347B3;
}

.btn-primary-xls {
    color: #FFFFFF;
    background-color: /*#6D84A6;*/#6347B3;
    border-color: /*#5B7395;*/#6347B3;
}
.btn-primary-xls:hover {
    color: /*#FFFFFF;*/#FFFFFF;
    background-color: /*#525D70;*//*#101820;*//*#270089;*//*#6c757d;*/#101820;
    border-color: /*#404857;*//*#101820;*//*#270089;*//*#6c757d;*/#101820;
}
.btn-four {
    color: #FFFFFF;
    background-color: #290098;
    border-color: #290098;
}
.btn-four:hover {
    color: #FFFFFF;
    background-color: /*#6347B3;*/#101820;
    border-color: /*#6347B3;*/#101820;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
    font-size: 0.85rem;
}
.background-color-one {
    background-color:/*#F2F2F2*/#f2efff !important;
}
.padding-top-doce {
    padding-top:12px;
}
.padding-bottom-doce {
    padding-bottom:12px;
}
.padding-top-bottom-02rem {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.padding-top-bottom-045rem {
    text-align:left;
	padding-top: 0.45rem !important;
	padding-bottom:0.45rem !important;
}
.text-uppercase-075 {
    font-size: 0.75rem !important;
}
.box-shadow-image {
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 50%) !important;
}
.style-title-one {
    text-align: left; 
	font-size: 0.85rem !important;
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
	background-color: /*#ddddea;*/#eeebff;
	color: #6347b3;
	text-transform: lowercase !important;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0.8rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-footer-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
/********************* END *******************/
.background_2 {
    background: url(../images/background_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-color:/*#6F6F6F;	*//*#101820;*/#270089;
}
.background_3 {
    background: url(../images/background_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-color:/*#6F6F6F;	*/#101820;
}
.linea {
	height:1px;
	background-color: #cacaca;
}
a {
    color: /*#8DA3C5;*/#666;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: /*#FFFFFF;*//*#000;*//*#F08908;*/#270089;
}



.btn-black {
    color: #FFFFFF;
    background-color: #101820;
    border-color: #101820;
}
.btn-black:hover {
    color: #FFFFFF;
    background-color: /*#000000;*/#5B5B5B;
    border-color: /*#000000;	*/#5B5B5B;
}
.font-bold-16 {
	font-size:16px;
	font-weight:bold;   
}
.margin15 {
    margin:15px;    
}
.padding15 {
    padding:15px;    
}
.background-color1 {
    background-color:/*#270089*/#101820 !important;
}
.border-radius25rem {
    border-radius:.25rem
}
.titletop1 {
    font-size:18px; 
	line-height:20px; 
	color:/*#000000;*/#FFFFFF;/*#969bfb;*/
	font-weight:bold; 
	text-align:left; 
	vertical-align:top;
}
.subtitletop1 {
    font-size:14px; 
	color:#FFFFFF;
}
.align-righttop {
    text-align:right; 
	vertical-align:top;
}
.back-filter-star {	
	background: url(https://hank.mx/app/administrador/images/back_filter_star.svg);
    background-repeat: no-repeat;    
    background-position: right top;
	background-size: 40px 40px;	
}
.bubble-content-right-one {	
	position: absolute;
	top: -9px;
	right: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #ff1700;
	color: #fff;
	font-style: normal;
	font-weight: bold;	
}

.background-color-table-1 {	
	background-color:#0095A8;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-2 {	
	background-color:#007969;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-3 {	
	background-color:#679F38;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-4 {	
	background-color:#B1B32A;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-5 {	
	background-color:#FF9E00;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-6 {	
	background-color:#F96900 !important;
	color:#FFFFFF !important; 
	font-weight:bold;	
}
.background-color-table-7 {	
	background-color:#BDBDBD !important;
	color:#000000 !important; 
	font-weight:bold;	
}
.background-color-table-8 {	
	background-color:#616161;
	color:#FFFFFF !important; 
	font-weight:bold;	
}

.btn-info {
    color: #fff;
    background-color: #270089;
    border-color: #270089;
}
.btn-info:hover {
    color: #fff;
    background-color: #3C3C3B;
    border-color: #3C3C3B;
}


.bg-white {
background-color:  /*#525D70!important;*/#333!important;
}

.blanco {
    color:#FFFFFF;
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #E1E4E9;
}


.bg-success{
	background:/*#270089*//*#270089*/#270089  !important;
}
.bg-secondary{
	/*background:#323A47  !important;*/
	background:/*#DADADA*//*#E9ECF0*/#e8e9f7  !important;
}
.bg-third{
	background:#270089  !important;
}
.bg-fourth{
	background:#878C90  !important;
}
.alinealeft{

}



.h1, h1 {
    font-size: /*1.5rem;*/1.5rem;
}

.h3, h3 {
    font-size: 1.1rem;
}
.h4, h4 {
    font-size: 1.0rem;
}
.h5, h5 {
    font-size: 0.9rem;
}
.h6, h6 {
    font-size: 0.8rem;
}
.text-primary {
    color: #270089!important;
}
.text-dark {
    color: #666!important;
}
.text-dark:hover {
    color: #101820!important;
	text-decoration:none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #270089;
    border-color: #270089;
}
.page-item.active .page-link:hover {
    z-index: 1;
    color: #fff;
    background-color: #3C3C3B;
    border-color: #3C3C3B;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #5C5A5B;
    border-color: #5C5A5B;
}
.badge-primary {
    color: #fff;
    background-color: #E65300;
}
.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: rgba(0,0,0,.05); gris*/
	/*background-color: rgba(252,247,232,0.9);*/
	background-color: /*rgba(16,24,32,0.08);*//*#F2F2F2;*//*#f5f4ff;*/#eeecff;
	/*background-color: rgba(198,191,185,0.2);arena*/
}

button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.page-link {
    /*
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #101820;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
	*/
	position: relative;
    display: block;
    padding: .45rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #101820;
    background-color: transparent;
    border: 1px solid #dee2e6;
    height: 30px;
    width: 30px;
    font-size: .84rem;
    text-align: center;
    vertical-align: middle;
	width: auto !important;
}
.page-link:hover {
    color: #fff;
    background-color: /*#F08908;*/#6347b3;
    border: 1px solid /*#F08908;*/#6347b3;
}
/*********************************************************************************************/

@media (min-width: 768px) {
/*
.pl-md-3, .px-md-3 {
    padding-left: 0.5rem!important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
	padding-right: 0rem!important;
}
*/
.pl-md-3, .px-md-3 {
    /* scroll menu */
	padding-left: 0.5rem!important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
	padding-right: 0rem!important;

	/* fixed menu
	position: fixed;
    z-index: 1000;
    width: 100%;*/
}
.pt-md-5, .py-md-5 {
    padding-top: 0rem!important;
}



}
.linea_color{
  text-decoration: /*underline;*/none;
  color: /*#007bff;*/#290098;
}
.linea_color:hover{
  text-decoration: underline;
 
}
.linea_color_sa{
    text-decoration: underline;
    color: #007bff;
}
