.title {
	color: #00A9E4;
    text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.btn {
	border-radius: 12px;
	text-transform: uppercase;
	min-width: 120px;
	transition: transform .2s !important;
}

.btn:hover {
	transform: scale(1.1);
}

.btn.btn-action {
	background: linear-gradient(to right, rgb(0, 161, 217), rgb(65, 188, 170)) !important;
	color: #FFFFFF;
	font-weight: bold;
}
.btn.btn-action:hover {
	background: linear-gradient(to right, rgb(49, 173, 155), rgb(2, 138, 185)) !important;
}

.btn.btn-secondary {
	background-color: #FFFFFF;
	color: #009ADF;
	font-weight: bold;
	border-color: #D1D1D0;
	border-width: 2px;
}

.btn.btn-secondary:hover {
	background: #53B8E5;
	color: #FFFFFF;
	border-color: #009ADF;
}

label {
	text-transform: uppercase;
    color: #98999D;
    margin-right: 12px;
    font-weight: 500;
}

.title-recibo-nomina {
    text-transform: uppercase;
    color: #009DDF;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.image-field {
	display: flex;
	align-items: center;
}

.image-field-image {
	max-height: 100px;
}

.image-field-input {
    border-width: 0;
    height: 50px;
    position: absolute;
	text-align:center;
    font-weight: bold;
    font-size: 30px;
    padding: 5px;
    background-color: transparent;
    color: #3F3E40;
    margin-top: 12px;
}

.request-item h1 {
    color: #21A2D9;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.request-item {
	float: right;
    width: 100%;
    height: 110px;
    border-radius: 20px;
    box-shadow: 6px 6px 9px 2px #777;
    background-color: #FFFFFF;
	padding: 25px 25px;
	margin-bottom: 25px;
	cursor: pointer;
	align-items: center;
}

.request-item h1 {
	color: #21A2D9;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.request-item span {
	color: #818084;
	font-weight: bold;
	font-size: .85rem;
}

.calendar-controls {
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.calendar-controls span {
	text-transform: uppercase;
	color: #009DDF;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}

.status div {
	margin-left: auto;
  margin-right: auto;
  display: block;
}
.status img {
	height: 20px;
	filter: drop-shadow(0 0 3px #777);
}

.status span {
	text-transform: uppercase;
	color: #818084;
	padding-left: 8px;
	font-size: 14px;
}

.table .thead-dark-custom th {
    color: #FFFFFF;
    background-color: #5F4979;
    border-color: #FFFFFF;
}

.profile-picture img {
    height: 12rem;
    border-radius: 50%;
    border: .7rem solid #00A9E4;
    cursor: pointer;
    width: 12rem;
    padding: 0;
    margin-bottom: 0.8rem;
}

.profile-picture img.changed {
    border: .7rem solid #FAB45F;
}

.profile-picture-changed-notice {
	display: none;
	font-size: .8rem;
	color: #98999D;
}

.links {
	margin-top: .5rem;
}

.link img {
	height: 120px;
}

.document-item img {
	height: 25px;
}

.notifications-counter-layout {
    position: absolute;
    left: 6px;
    bottom: 8px;
    top: 0px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #8EB335;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;   
    z-index: 100;
}