.dni{display:none;
	border:1px dotted red;
    background-color:#fff;
    padding:2px 3px;
    margin:0 1px;
    font-size:10px
    }
    
.dni-bar {
		display:none}

.q-debug{display:none;}
.q-debug-window{display:none;}

#qmaze-navigation-container{z-index:5;}

.qmaze-navigation{z-index:5;}

.qmaze-variable.active{color:#7f0043;}

.qmaze-optionpanel{color:#000;}

}
*/
.tile > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.tile > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  max-width: 100%;
}
.tile > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:3px solid #7f0043;
}

.q-hidden-value {
    display: none;
}

.pricingrow {
	padding: 0px 15%;
}

.pricingrow .table {
margin-top:50px;
}

th.tabco1,
th.tabco2,
th.tabco3,
th.tabco4{
font-size:20px;
background-color:#7f0043 ;
color:#fff;
border:none;
}

.table thead th {
border-left: 1px solid white !important;
}

.table-info {
    background-color: #cd6c9f;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #7f0043;
    color:white;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #cd6c9f;
}
.table-info, .table-info>td, .table-info>th {
     background-color: #cd6c9f; 
}

.td-grey {
background:#f6f6f6;
}

.td-li-grey {
background:#ebebeb;
}

.rightSign {
	content:url('/images/favicon.ico');
    margin: 0 auto;
}

.tabco1,
.tabco2,
.tabco3,
.tabco4 {
text-align:center;
}



