.bd-callout-primary {
	border-left-color: rgb(34, 23, 76) !important;
	border-width: 1px 1px 1px 0.25rem !important;
}

div.bd-callout {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-width: 1px 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-image: initial;
	border-radius: 0.25rem;
	width: 100%;
}
.grid-item {
	width: 380px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
	background-color: #FFF;
}

.grid-item-shadow {
	box-shadow: 6px 8px 21px #909090;
}

.notif {
	height: 430px;
}

/*Conf de circulo semanas*/
#cont-semanas {
	text-align: center;
}

#cont-semanas>p {
	color: #20184C;
	font-weight: bolder;
	margin: 0px;
	font-weight: bold;
}

#cont-semanas>#cont-semanas-semana {
	font-size: 19px;
}

#cont-semanas>#cont-semanas-dia {
	line-height: 43px;
	font-size: 55px;
}

#cont-semanas>#cont-semanas-mes {
	font-size: 13px;
	line-height: 24px;
}

#cont-semanas>p:nth-child(2) {
	font-size: 33px;
}

#notificacion-titulo {
	color: #20184C;
	font-weight: bolder;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

.welcome-text {
	color: #404041;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	line-height: .8em;
	margin-bottom: 0;
}

.welcomeUserFullName {
	color: #25ACE4;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 4.1em;
	line-height: 1em;
}

/*Conf de HeadCount Colaboradores*/
#tbHeadcount {
	width: 100%;
	height: 100%;
	font-weight: bolder;
}

#tbHeadcount>tbody>tr>td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

#tbHeadcount>tbody>tr>td:nth-child(2) {
	text-align: left;
}

#tbHeadcount>tbody>tr>td>img {
	width: 85px;
}

#tbHeadcount>tbody>tr>td>p:nth-child(2) {
	font-size: 39px;
	color: #22174C;
}

#tbHeadcount>tbody>tr>td>p {
	margin: 0px;
	color: #404041;
}

/*Conf de Fechas compromiso*/
#tbFechasCompromiso {
	width: 100%;
	height: 100%;
	font-weight: bolder;
}

#tbFechasCompromiso>tbody>tr>td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

#tbFechasCompromiso>tbody>tr>td:nth-child(2) {
	text-align: left;
}

#tbFechasCompromiso>tbody>tr>td>p:first-child {
	font-size: 39px;
	color: #22174C;
}

#tbFechasCompromiso>tbody>tr>td>p {
	margin: 0px;
	color: #22174C;
}

#tbFechasCompromiso>tbody>tr>td>img {
	width: 85px;
}

/*Conf de administracion del personal*/
.management>p {
	margin: 0px;
	font-weight: bolder;
	color: #22174C;
}

.management>p:first-child {
	font-size: 25px;
}

#tbManagement {
	width: 100%;
	font-weight: bolder;
	text-align: center;
	color: #22174C;
}

#tbManagement>tbody>tr:first-child>td>p {
	text-align: left;
}

#tbManagement>tbody>tr:first-child>td>p:first-child {
	padding-left: 30px;
}

#tbManagement>tbody>tr>td>p {
	margin: 0px;
}

.managementIndicator {
	font-size: 32px;
}

.managementIndicatorText {
	color: #404041 !important;
}

.managementImage {
	width: 20%;
}

.managementImage>img {
	width: 50px;
	margin-top: 5px;
}

.titulo {
	color: rgb(0, 155, 223);
	font-weight: 700;
}

.content-title {
	border-bottom: 3px solid rgb(13, 44, 82);
}

.title {
	font-size: 24px;
	/*color: rgb(22,44,83);*/
	color: rgb(13, 44, 82);
	/*font-weight: bolder;*/
}

.item {
	position: relative;
	/*border: 1px solid #333;*/
	/*margin: 2%;*/
	overflow: hidden;
	/*width: 540px;*/
}

.btn-ayuda {
	color: #22174C !important;
	font-weight: 900 !important;
    background-color: transparent;
}

.btn-ayuda img {
	max-height: 14px;
}

.btn-accion {
    font-size: 25px;
    background-color: #FFF;
    color: #0275d8;
    padding: .2rem .2rem;
}

