/*body {
    background: #f5f6fa;
font-family: 'Oswald', sans-serif;


    overflow: hidden;
}

.index {
    width: 100vw;
    height: 100vh;
}

.container {
    max-width: 1400px !important;
}

.navbar {
    background: black !important;
}

.nav-link {
    color: #fff !important;
}

.navbar-nav > .active > a {
    background-color: #1a1e16;
}

.masthead {
    color: white;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url('/img/background.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
  }
  
  @media (min-width: 992px) {
    .masthead {
      height: 100vh;
    }
    .masthead h1 {
      font-size: 5.5rem;
    }
  }
*/

.invert {
	transform: scaleX(-1) !important;
	-moz-transform: scaleX(-1) !important;
	-webkit-transform: scaleX(-1) !important;
	-ms-transform: scaleX(-1) !important;
}

.col-centered {
	float: none !important;
	margin: 0 auto !important;
}

.float-left {
	float: left;
}

.dropdown .dropdown-menu li.active a {
	color: white !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-10 {
	margin-left: 10px;
}

.form-group.logo {
	height: 150px;
	width: 120px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*Using a background color, but you can use a background image to represent a button*/
	background-color: #fff;
}
#logo {
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	/*This makes the button huge. If you want a bigger button, increase the font size*/
	font-size: 50px;
	/*Opacity settings for all browsers*/
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.dtrg-group.dtrg-start.dtrg-level-0 {
	background-color: #3c8dbc !important;
	color: white !important;
}

.dtrg-group.dtrg-start.dtrg-level-1 td {
	background-color: #28bacc !important;
	color: white !important;
}
table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #ccc;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 2em;
	font-size: 0.9em;
}

table thead {
	background-color: #3c8dbc !important;
	color: white;
}

#datatable-optionals thead,
#datatable-benefits thead {
	display: none !important;
}

/*tr.odd td:first-child,
tr.even td:first-child {
    padding-left: 4em;
}*/
.vertical-align-column td {
	vertical-align: middle !important;
}

.dtrg-group.dtrg-start.dtrg-level-2 td:first-child {
	padding-left: 4.4em;
}
/* css de add age range */
.tableContainer {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.celdasContainer {
	padding: 5px;
	/* float: left; */
}
.inputContainer {
	width: 90%;
	margin: 2px;
	border: none;
	border-bottom: 1px solid #ccc;
}
.toggleDependents {
	/* background: red; */
	display: none;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}
/* css de add age range */
