label {
	display: block;
    user-select: none;
    font-weight: 500;
}

input:not([type=checkbox]):not([type=file]), select {
	width: 100%;
	height: 32px;
	text-indent: .5rem;
    border: 1px solid rgba(225,225,225,1.00);
	border-radius: var(--border-radius-2);
	background-color: rgba(245,245,245,1.00);
    color: #444;
	font-weight: 600;
	box-sizing: border-box;
    -webkit-appearance: none !important;
    transition: .25s border;
}

form textarea {
    width: 100%;
    resize: vertical;
	border-radius: var(--border-radius-2);
	background-color: rgba(245,245,245,1.00);
    color: #444;
	border: 1px solid rgba(220,220,220,1.00);
	box-sizing: border-box;
	font-weight: 600;
	padding: .5rem;
    transition: .25s border;
    -webkit-appearance: none !important;
}

input:focus:not([type=checkbox]):not([type=file]):not(.select2-search__field), form textarea:focus {
    border: 1px solid rgba(14,161,85,1.00);
}

input[type=date], input[type=month] {
	text-indent: .25rem!important;
}

input[type=date]:invalid::-webkit-datetime-edit {
	color: #757575;
}

input[type=file]:read-only {
    background-color: rgba(255,255,255,0.00);
}

input::-webkit-input-placeholder {
    text-transform: none;
}

input:disabled {
	user-select: none;
	cursor: not-allowed;
}

input:read-only {
	background-color: rgba(235,235,228,1.00)!important;
	cursor: not-allowed;
}

input::-webkit-inner-spin-button {
	height: 32px;
}

/* SELECT2 */

form .select2-container {
    width: 100%!important;
	margin-bottom: 1rem;
}

.select2-container .select2-selection--single {
    height: 32px;
    font-size: 13.3333px;
	padding-left: .5rem;
	border: 1px solid rgba(220,220,220,1.00);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

.select2-container .select2-selection--multiple {
	min-height: 30px;
	display: flex;
}

.select2-container .select2-search--inline {
	width: 100%!important;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
	font-size: 13.3333px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
    background-color: rgba(235,235,228,1.00);
}

.select2-container--default .select2-selection--single {
    background-color: rgba(245,245,245,1.00);
    color: rgb(117, 117, 117);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(117, 117, 117);
	font-size: 13.3333px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #757575 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #757575 transparent;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid rgba(220,220,220,1.00);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
    background-color: rgba(245,245,245,1.00);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: var(--bc-verde-1);
	color: white;
	margin-left: 5px;
	margin-right: 0;
	border: none;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #FFFFFF;
	margin-right: 5px;
	transition: .25s color;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid rgba(220,220,220,1.00);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(220,220,220,1.00);
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2 .select2-container .select2-container--default .select2-container--disabled .select2-container--focus {
    width: 100%!important;
}

/* BOTONES */

.b-verde, .b-rojo, .b-amarillo {
    display: block;
    height: 32px;
    color: white;
    font-weight: 600;
    padding: 0 1rem;
    border: none;
	border-radius: var(--border-radius-2);
	cursor: pointer;
	overflow: hidden;
    transition: .25s background-color;
}

form button:disabled {
    background-color: rgba(235,235,228,1.00);
    color: black;
    border: 1px solid rgba(200,200,200,1.00);
    cursor: not-allowed;
}

form button:disabled:hover {
    background-color: rgba(235,235,228,1.00);
    color: black;
    border: 1px solid rgba(200,200,200,1.00);
    cursor: not-allowed;
}

.b-verde {
    background-color: rgba(14,161,85,1.00);
}

.b-verde:hover {
    background-color: rgba(9,114,60,1.00);
}

.b-rojo {
	background-color: rgba(231,76,60,1.00);
}

.b-rojo:hover {
	background-color: rgba(207,41,25,1.00);
}

.b-amarillo {
	background-color: rgba(243,156,18,1.00);
}

.b-amarillo:hover {
	background-color: rgba(203,128,10,1.00);
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.tabla-productos {
    text-align: left;
}

.tabla-productos th {
    height: 2.5rem;
    padding-right: .5rem;
    font-weight: 600;
    color: #666;
}

.tabla-productos td:not(:last-child) {
    height: 2.5rem;
    padding-right: .5rem;
}