.brand-link .brand-image{
    float: none;
    width: 80%;
    padding: 0 20px 0 0;
    max-height: initial;
    margin: 0 auto;
}
.btn-primary{
    background-color: #007bff !important;
}
.form-upload-meta{
    display: flex;
    justify-content: end;
    align-items: center;
}
.app-months-list li {
    display: inline-block;
    list-style-type: none;
    width: auto;
    margin-right: 5px;
    padding: 0 7px 7px 0;
    font-weight: 600;
}
.app-months-list li .app-month-selected {
    font-weight: 900;
    text-decoration: underline;
}
.app-weeks-list li {
    display: inline-block;
    list-style-type: none;
    width: auto;
    margin-right: 5px;
    padding: 0 7px 7px 0;
    font-weight: 600;
}
.app-weeks-list li .app-week-selected {
    font-weight: 900;
    color: #ffffff;
    background-color: #28a745;
    padding: 10px;
    border-radius: 4px;
}
.labels-meta{
    position: fixed;
    background-color: #e8e9ec;
}
.container-type-incident{
    padding: 3px 10px;
}
.color-incident-f{
    background-color: #ffc7ce;
    color: red;
}
.color-incident-A{
    background-color: #c6efce;
}
.color-incident-R{
    background-color: #548235;
    color: #fff;
}
.color-incident-I{
    background-color: #ffc000;
    color: #fff;
}
.color-incident-FJ{
    background-color: #66ff33;
}
.color-incident-F{
    background-color: #c65911;
    color: #fff;
}
.color-incident-V{
    background-color: #c65911;
    color: #fff;
}
.color-incident-B{
    background-color: #c00000;
    color: #fff;
}
.color-incident-PCG{
    background-color: #bf8f00;
    color: #fff;
}
.color-incident-PSG{
    background-color: #fff;
}
.color-incident-D{
    background-color: #404040;
    color: #fff;
}
.color-incident-FXT{
    background-color: #00b0f0;
}
.modal-dialog{
    max-width: 700px;
}
.calendar {
    display: flex;
    position: relative;
    padding: 16px;
    margin: 0 auto;
    max-width: 320px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.month-year {
    position: absolute;
    bottom:62px;
    right: -27px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
    color: #94A3B8;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.year {
    margin-left: 4px;
    color: #CBD5E1;
}
.days {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-right: 46px;
}
.day-label {
    position: relative;
    flex-basis: calc(14.286% - 2px);
    margin: 1px 1px 12px 1px;
    font-weight: 700;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #1E293B;
}
.day {
    position: relative;
    flex-basis: calc(14.286% - 2px);
    margin: 1px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 300;
}
.day.dull {
    color: #94A3B8;
}
.day.today {
    color: #0EA5E9;
    font-weight: 600;
}
.day::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.day:hover {
    background: #E0F2FE;
}
.day .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MODAL */
.app-title-modal-delete{
    font-size: 24px;
}

.action_btn{
    background-color: #009eda !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 14px;
}

.delete_btn_modal{
    background-color: #dd4b39 !important;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 14px;
}

.fstElement.fstSingleMode{
    width: 100%;
    text-align: left;
}

.fstElement.fstSingleMode .fstToggleBtn{
    font-size: 16px;
    padding: 6px 10px;
}

.fstElement.fstSingleMode .fstQueryInput{
    font-size: 16px;
    padding: 5px 10px;
}

.fstElement.fstSingleMode .fstResultItem{
    font-size: 14px;
    display: block;
    padding: 5px 10px;
}

.guest-search-employee-container {
    background: #f3f4f6;
    padding: 20px 20px;
}

.guest-search-employee-container .container {
    display: flex;
    justify-content: end;
}

.guest-search-employee-container .wrapper{
    display: flex;
    align-items: flex-end;
}

.guest-search-employee-container .col-form-label{
    font-size: 12px;
}

.c--input{
    border-radius: 5px !important;
}

.c--input:focus{
   outline: none !important;
}

.btn-dark{
    background-color: #1E293B !important;
}

.fstElement{
	width: 100% !important;
	font-size: 12px !important;
}

.fstMultipleMode .fstControls{
	width: 100% !important;
}

.c--advice-date{
	display: inline-block;
	padding: 10px 20px;
	background-color: #bb0b60;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
}

.c--price-total{
	color: #14b63c;
	font-size: 30px;
    font-weight: bold;
}

.expand-toggle{
	display: none;
	cursor: pointer;
}

.expand-content{
	display: none !important;
}

.c--btn-edit{
	background-color: #28a745 !important;
	color: white !important;
	padding: 5px;
	border-radius: 5px;
	font-size: 18px;
}

.c--btn-edit.text-success:hover{
	background-color: #1b7730 !important;
	color: white !important;
}

.c--btn-delete{
	background-color: #dc3545 !important;
	color: white !important;
	padding: 5px;
	border-radius: 5px;
	font-size: 18px;
}

.c--btn-delete.text-danger:hover{
	background-color: #97232f !important;
	color: white !important;
}

.c--btn-meta{
	background-color: #007bff !important;
	color: white !important;
	padding: 5px;
	border-radius: 5px;
	font-size: 18px;
}

.c--btn-meta.text-primary:hover{
	background-color: #135296 !important;
	color: white !important;
}

span[aria-current="page"] span{
	background-color: #1e293b !important;
    color: white !important;
}

th[scope="col"] a{
	color: #007bff;
}

th[scope="col"] i{
	display: none;
}

.c--table-width-big{
	width: 350%
}


/* BILL */
.c--container-nomina{
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c--header-bill, .c--footer-bill {
	font-weight: bold;
	color: #333;
}
.c--header-bill {
	margin-bottom: 20px;
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
}
.c--info-table-bill, .c--details-table-bill {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #fff;
}
.c--info-table-bill td, .c--details-table-bill td, .c--details-table-bill th {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}
.c--details-table-bill th {
	background-color: #e6e6e6;
	text-align: center;
	color: #000;
}
.c--totals-bill {
	text-align: right;
	margin-top: 20px;
	color: #444;
}
.c--totals-bill span {
	font-weight: bold;
	color: #000;
}
.c--amount-in-words-bill {
	margin-top: 10px;
	font-style: italic;
	color: #666;
}


/* MEDIA QUERIE */

@media (max-width: 768px) {
    .table-res thead {
        display: none;
    }
    .table-res tbody,
    .table-res tr,
    .table-res td {
        display: block;
        width: 100%;
    }
    .table-res td {
        position: relative;
        padding-left: 50%;
        text-align: right;
        border: none;
    }
    .table-res td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }

	.expand-toggle{
		display: block;
	}

	.app-heading-buttons{
		margin-top: 10px;
	}

	.c--btn-edit{
        font-size: 24px;
	}

	.c--btn-delete{
        font-size: 24px;
	}

	.c--btn-meta{
		font-size: 24px;
	}

	.c--btns-mobile-all{
		padding-left: .75rem !important;
		padding-right: 0 !important;
	}

	.c--btns-mobile-all a{
		flex: 1 1 auto;
		margin-bottom: 0;
		text-align: center;
	}

	.c--table-width-big{
		width: 100%
	}
}