/**
 * jQuery  Bootstrap year calendar 1.0.0
 * Copyright 2018, Allset
 * Licensed under the MIT license.

 * @author Piotr Zatorski
 */
.jqyc {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.jqyc-months .table td, .jqyc-months .table th {
    border-top: 0px;
    text-align: center;
}

.jqyc-not-empty-td:hover {
    cursor: pointer;
    background-color: #157EFB;
    color: #FFF;
    border-radius: 0.25rem;
}

.jqyc-not-empty-td:hover .text-danger {
    color: #FFF !important;
}

.jqyc-year-chooser .jqyc-year {
    text-align: center;
}

.jqyc-year-chooser {
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.jqyc-appended{
    background-color: #f6f7f8;
}

.jqyc-start-day-of-month {
    background-color: #157EFB;
    color: #FFF;
    border-radius: 0.25rem;
}

.jqyc-end-day-of-month {
    background-color: #157EFB;
    color: #FFF;
    border-radius: 0.25rem;
}


.jqyc-range-choosen-between{
    background-color: #157EFB;
    color: #FFF;
    border-radius: 0.25rem;
}

@media (min-width: 580px)
{
.container {
    max-width: 1200px;
}

}

.table-sm td, .table-sm th {
    padding: 0.1rem

}

.nacional {
	background:rgb(101, 255, 143);
	color: #05192d !important;
    font-weight: bold;

	
}



.description p {
	
	background:rgb(101, 255, 143);
    border-radius: 6px;
	font-size:14px;
    padding: 6px;
    color: #05192d;
    font-weight: bold;
    width: auto;
    display: inline-block;
	
}

.btn-secondary {
background:#787589 !important;	
	
}
.btn-primary {
background:#ef1d31  !important;	
	    border-color: #ef1d31;
}








.nolabo {
	background:#787589  !important;
	color: #fff !important;
    font-weight: bold;
	
}

.turi {
	background:#9729d8  !important;
	color: #05192d !important;
    font-weight: bold;
	
}

.trasla {
	background:#ef1d31!important;
	color: #fff !important;
    font-weight: bold;
	
}


.btn-terc {

	    background-color: #9729d8;
    border-color: #9729d8;
	color:white
}

body{background:#05192d;
color:white}