.cf_option_list_2cols .column {
    width: 100%;
    float: left;
}
.cf_option_list_2cols, .cf_option_list_3cols, .cf_option_list_4cols{
	margin-left: 20px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable{
	width: 750px !important;
}
.mensaje span{
	display: block;
    text-align: justify;
    margin-top: 20px;
}
#FrameEncuesta {
    width: 100%;
    height: 1100px;
    border: none;
}
.cf_datepicker{
	padding: .375rem .75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cf_option_list_2cols, .cf_option_list_3cols, .cf_option_list_4cols{
	margin-left: 20px;
}

.cf_field_comments {
    FONT-SIZE: medium;
    letter-spacing: 0px;
    padding-left: 0px;
    font-style: italic;
    color: steelblue;
    margin-bottom: 20px;
}

ul#css_nav li a:link, ul#css_nav li a:visited,ul#css_nav li.css_nav_current_page{
	height: 40px;
}


span.fecha {
    white-space: nowrap;
}
span.fecha label{
    width: 50px;
    min-width: 50px;
    display: inline-block;
}

table tr button{
    background: #5CB85C;
    min-height: 30px;
    min-width: 30px;
    color: white;
    font-weight: 900;
    font-size: larger;
}

span.fecha {
    white-space: nowrap;
}
span.fecha label{
    width: 50px;
    min-width: 50px;
    display: inline-block;
}
table.plan_trabajo thead tr {
    background: darkgray;
    color: white;
}
table.plan_trabajo thead tr th, table.plan_trabajo tfoot tr th{
    color: white;
    padding: 2px 6px;
}
table.plan_trabajo{
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}
table.plan_trabajo tbody tr td{
    padding: 2px 6px;
}
table.plan_trabajo tbody tr:nth-child(even){
    background: #e3e3e3;
}
table.plan_trabajo input, table.plan_trabajo textarea{
	padding: 5px;
}

table.presupuesto{
    margin-top: 0px;
	display: block;
    overflow-x: scroll;
}

table.plan_trabajo tfoot tr th{
	text-align: right;
	background: darkgray;
}

table.plan_trabajo select{
	width: auto !important;
}


