.modal-dialog {
    max-width: 90% !important;
    margin: 30px auto;
}

.dataTables_wrapper.container-fluid {
    padding: 0 0px;
}

.ingris {
    /* height: 25px;*/
}

.flexcroll {
    height: 100%;
    height: 400px;
    overflow-y: scroll;
}

.flexcroll300 {
    height: 100%;
    height: 400px;
    overflow-y: scroll;
}

.flexcroll {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}


/* Let's get this party started */

.flexcroll::-webkit-scrollbar {
    width: 12px;
}


/* Track */

.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(51, 179, 90, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.error {
    font-size: 0.7em;
    color: #d9534f;
    margin-bottom: 0;
}

.console {
    max-height: 40px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    color: #33b35a;
    padding-left: 10px;
}

section.charts div[class*="col-"] {
    margin-bottom: 8px;
}

.ui-dialog {
    z-index: 9999 !important;
}

.scrolly {
    /*	height: 100%;
	min-height: 300px;
	max-height: 600px;*/
    overflow-y: scroll;
    display: block;
}

.label-shadow {
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.5);
}

.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control::placeholder {
    color: #b9b9b9;
    opacity: 1;
}


/* MODAL NUEVO PEDIDO */

.modal-body {
    padding: 4px 10px 4px 10px;
}

#newpeid {
    /*    height: 90%;
    min-height: 450px;*/
}

#controlsPedidos {
    border: 1px solid #d8d9d9;
    padding-top: 6px;
    background-color: hsla(200, 9%, 93%, .2);
}

.pg-10 {
    padding: 8px;
}

.tableFixHead {
    overflow-y: auto;
    height: 100%;
    max-height: 500px;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background-color: #33b35a;
    color: #fff;
}


/* Just common table stuff. Really. */

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

table#tablaObrasId td {
    font-size: 13px;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

.form-control {
    padding: .2rem .5rem;
}

.icon-buttons {
    display: flex;
    justify-content: space-evenly;
    padding: 5px !important;
}


/* UPLOAD INPUT */

#dropzone {
    min-height: 200px;
    display: grid;
    vertical-align: middle;
    text-align: center;
    border: 2px dotted #cacaca;
    padding: 15px;
}

.img-container {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
#img-preview {
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#img-preview img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#dropzone .fa {
    color: #55b45b;
}
#dropzone .btn {
	border: 1px solid #d9d9d9;
} 


/* ---------- aligns ----------------------*/ 
.space-between {
    justify-content: space-between;
}


.card-header .form-group {
    margin-bottom: 0;
}