﻿/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. */
/*FORMULARIOS*/
.form-label {
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /*width: 80px; esript 30/09/2022 */  
}

.form-control {
    text-align: left;
    flex-grow: 1;
    width: 100%;
	/*width: 50%; esript 30/09/2022 */
    margin-left: 0;
}

.label-left .form-label {
    text-align: right;
    padding: 0 0 0 0;
	/*padding: 0 0.3em 0 0;*/
}

/*for  4.14.2*/
.form-container select {
    min-height: 2em;
    width: 95%;
}
/*esript 30/09/2022 */
div.form-control input[type='text'] {
    max-width: 95% !important;
	width: 95% !important;
}
/*esript 30/09/2022 */
div.form-control textarea {
    width: 95% !important;
}