body {
	background: #ede8e8;
	margin-top: 100px;
}

.contenedor {
	width: 100%;
	padding: 10px 5%;
}

.nos_header {
	width: 100%;
	background: white;
	position: fixed;
	top: 0px;
	padding: 10px 5%;
	box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.16), 0 0.125rem 0.625rem rgba(0,0,0,.12);
}

.empresa_div {
	width: calc(100% - 20px);
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 20px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.16), 0 0.125rem 0.625rem rgba(0,0,0,.12);
}


.nombre_empresa {
	width: 100%;
	margin-bottom: 1rem;
	padding: 1.2rem;
	text-align: center;
}

.nombre_empresa img {
	height: 40px;
}

.empresa {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	background: white;
}

.empresa td:first-child {
	font-weight: bold;
}

.empresa td {
	border: 1px solid #dedede;
	padding: 0.5rem 1rem;
}

.empresa th { 
	color: white;
	padding: 0.5rem 1rem;
}

.nombre_empresa.Anselmi,	.empresa.Anselmi		th { background: #266FCB; border: 1px solid #266FCB; }
.nombre_empresa.Leverbox,	.empresa.Leverbox		th { background: #FF7712; border: 1px solid #FF7712; }
.nombre_empresa.Assistcargo,.empresa.Assistcargo	th { background: #358244; border: 1px solid #358244; }
.nombre_empresa.Sri, 		.empresa.Sri			th { background: #54A0FF; border: 1px solid #54A0FF; }
.nombre_empresa.Jla, 		.empresa.Jla			th { background: #444444; border: 1px solid #444444; }

.empresa.Anselmi		td:first-child, .empresa.Anselmi		a { color: #266FCB; text-align: center; }
.empresa.Leverbox		td:first-child, .empresa.Leverbox		a { color: #FF7712; text-align: center; }
.empresa.Assistcargo	td:first-child, .empresa.Assistcargo	a { color: #358244; text-align: center; }
.empresa.Sri 			td:first-child, .empresa.Sri			a { color: #54A0FF; text-align: center; }
.empresa.Jla 			td:first-child, .empresa.Jla			a { color: #444444; text-align: center; }

.empresa.Anselmi		tr:nth-child(2n+1) { background: #E9F0F6; }
.empresa.Leverbox		tr:nth-child(2n+1) { background: #FDEEE3; }
.empresa.Assistcargo	tr:nth-child(2n+1) { background: #EBF1EC; }
.empresa.Sri			tr:nth-child(2n+1) { background: #E1EEFF; }
.empresa.Jla			tr:nth-child(2n+1) { background: #ECECEC; }

.empresa.Anselmi		tr:hover { background: #DDE8F5;  }
.empresa.Leverbox		tr:hover { background: #F4E2D4;  }
.empresa.Assistcargo	tr:hover { background: #DEECE1;  }
.empresa.Sri			tr:hover { background: #D8E7FB;  }
.empresa.Jla			tr:hover { background: #E1E1E1;  }

.empresa.Anselmi		td { border-color: #DBE4EF; }
.empresa.Leverbox		td { border-color: #F3E8E0; }
.empresa.Assistcargo	td { border-color: #DBE7DD; }
.empresa.Sri			td { border-color: #D6E2F0; }
.empresa.Jla			td { border-color: #E4E4E4; }

.menu {
	background: white;
	padding: 10px 10px 0px 10px;
	margin-top: 20px;
	box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.16), 0 0.125rem 0.625rem rgba(0,0,0,.12);
	width: calc(90% - 40px);
	margin: 0 auto;
}

.menu ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.menu ul li {
	float: left;
	margin-right: 50px;
	height: 35px;
	line-height: 38px;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.2s linear;
}

.menu input {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	float: right;
	margin-right: 0px;
}

.menu .active {
	font-weight: bold;
}

.menu li:hover {
	border-bottom: 1px solid #3F3F3F;
}

.menu li a {
	color: #3F3F3F;
	text-decoration: none;
}

.menu button {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-left: 10px;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  @media(max-width: 768px) {
    min-height: calc(100vh - 20px);
  }
}

.selectpick {
	border: 1px solid #ced4da;
}