﻿#cmbZonas , #cmbLocalidades{
	width:100%;
}

.imgStyle{
	max-width: 50px;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	position:relative;
}

#grillaContainer {
	margin-top: 15px;
    margin-bottom: 40px;
    height: 421px;
    overflow-y: auto;
    border-bottom: 1px solid lightgrey;
    overflow-x: hidden;
}

.nivelTexto{
	padding-bottom: 15px !important;
}

#grilla td{
	font-size: 13px;
}

#grilla {
	overflow-x: auto;
}

#rubros > div{
	margin-top:30px;
}

td
{
    white-space:pre-wrap;
}

label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.beneficio_subrubro{
	width:240px;
	background-color:#FFF;
	border:1px solid #333;
	border-radius:5px;
	padding:10px;
}
.beneficio_subrubro input, .beneficio_subrubro label{
  display: inline;
}


/*Scroll de tabla*/
table {
    /*width: 716px;  140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

table tbody {
    /*
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;*/
}

table thead th {
   width: 125px;
}

table tbody td {
    width: 125px;  
}

thead tr th { 
    height: 30px;
    line-height: 30px;
    text-align: center;
}

tbody tr:hover {

    background-color:#d9d8d8;
}

.w3-striped tbody tr:nth-child(even):hover {
     background-color:#d9d8d8;
}


tbody td:last-child, thead th:last-child {
    border-right: none !important;
}

.table>thead>tr>th {
    vertical-align: middle !important;
    border-bottom: 2px solid #ddd;
}

input[type="button"]
{
    /*
    color: #82a237;
    border: none;
    padding: 27px;
    margin-top: 12px;
    font-weight: bold;
    background-image: url(../../Content/_private/tooltipArrow.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 37px;
    background-size: 8px;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;*/

    color: #82a237;
    border: none;
    padding: 27px;
    background: transparent;
    border-bottom: 2px solid #82a237;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
}


input[type="button"]:hover
{
    /*
    color: #82a237;
    border: none;
    padding: 27px;
    margin-top: 12px;
    font-weight: bold;
    background-image: url(../../Content/_private/tooltipArrow.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 1px 37px;
    background-size: 8px;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;*/

    color: #82a237;
    border: none;
    padding: 27px;
    background: transparent;
    margin-top: 5px;
    font-weight: bold;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
}


input[type=checkbox]
{
	height: 29px !important;
    width: 16px !important;
    background-color: #F00; 
    color: #0F0;
}

input:checked {
    background-color: #F00; 
    color: #0F0;
}
				
