.frm_ins {
 margin: 5px;
 height: auto;
 display: none;
 background-color: white;
 border-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 overflow: hidden;
}

table#rec_tab {
 top: 1px;
}

#rec_tab th {
 font-weight: bold;
 padding: 12px 4px;
 padding-left: 6px;
 width: auto;
 background: rgb(191, 187, 188);
}

#rec_tab td {
 padding-top: 4px;
 padding-left: 8px;
 padding-bottom: 4px;
 padding-right: 0px;
 vertical-align: middle;
 text-align: center;
}

.dim_input {
 background-color: rgba(255, 255, 255, 1);
 padding: 0px 2px;
 border-bottom: none;
 height: 24px;
 margin: 0px;
}

#filtro th .btn {
 margin-left: 4px;
 font-size: 16px;
 line-height: 24px;
}

.btn_save {
 color: rgb(145, 150, 162);
 font-size: 18px;
}

.btn_duplicate_inline {
 color: rgba(96, 96, 96, 1.00);
 font-size: 18px;
}

.btn_delete_inline {
 color: rgba(215, 0, 0, 1.00);
 font-size: 18px;
}

.btn.btn-flat {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 6px;
 padding-right: 6px;
}

.form .btn.btn-raised,
.form .btn.btn-default {
 margin-top: 0px;
 margin-left: 5px;
}

.btn.btn-raised {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 6px;
 padding-right: 6px;
}

.btn.btn-default {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 6px;
 padding-right: 6px;
 background-color: #e5e6e6;
 border-color: #e5e6e6;
}

.btn.btn-inline {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 4px;
 padding-right: 4px;
 font-size: 13px;
}

#rec_tab .btn {
 padding-top: 1px;
 padding-bottom: 0px;
 padding-left: 8px;
 padding-right: 8px;
}

.input-group-content {
 vertical-align: -webkit-baseline-middle;
}

.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
 font-size: 11px;
 vertical-align: middle;
 padding-top: 2px;
 padding-bottom: 0px;
 padding-left: 3px;
 padding-right: 3px;
 line-height: 1.77;
 border-bottom: 1px solid rgba(189, 191, 193, 0.6);
 border-left: 1px solid rgba(189, 191, 193, 0.2);
}

.select2-container-multi .select2-choices {
 line-height: 24px !important;
 min-height: 24px !important;
 margin: 0px !important;
 padding: 0px 0px 0px 2px !important;
 position: relative;
 border: 0px solid transparent !important;
 cursor: text;
 overflow: hidden;
}

.select2-container-multi .select2-choices .select2-search-choice {
 padding: 4px 6px 4px 14px;
 margin: 1px 4px 1px 0;
 position: relative;
 font-size: 12px;
 line-height: 12px;
 background-color: #2196f3;
 color: #ffffff;
 cursor: default;
 border: 1px solid #1791f2;
 border-radius: #0d8aee;
 background-clip: padding-box;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
 padding: 0;
 margin: 0;
 min-height: 24px !important;
 font-family: sans-serif;
 font-size: 100%;
 color: #666;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 background: transparent !important;
 outline: 0;
}

.select2-search-choice-close {
 display: block;
 width: 12px !important;
 height: 20px !important;
 position: absolute;
 right: 3px;
 top: 0;
 outline: none;
}

.select2-search-choice-close:before {
 display: block;
 font-family: FontAwesome;
 font-weight: normal;
 font-style: normal;
 font-size: 10px;
 text-decoration: inherit;
 -webkit-font-smoothing: antialiased;
 margin: 0px !important;
 content: "\f00d";
 text-align: center;
 color: #fff;
}