.frm_consultoriossd input[type="text"],
.frm_consultoriossd input[type="email"],
.frm_consultoriossd input[type="password"],
.frm_consultoriossd select,
.frm_consultoriossd textarea {
    width: 90%;
}

.frm_consultoriossd textarea {
    height: 150px;
}

.consultoriossd_alert_box {
    padding: 10px 20px !important;
    font-weight: 600;
    margin: 5px 0 15px !important;
    background: #fff !important;
    border-left: 4px solid #fff !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}

.consultoriossd_alert_message {
    border-left-color: #46b450 !important;
}

.consultoriossd_alert_error {
    border-left-color: #cc0000 !important;
}

.consultoriossd_alert_warning {
    border-left-color: #e6db55 !important;
}

ul.consultoriossd_pagination {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 20px 0px;
}

ul.consultoriossd_pagination>li {
    display: inline-block;
}

ul.consultoriossd_pagination>li>a,
ul.consultoriossd_pagination>li>span,
ul.consultoriossd_pagination>li>span.spacer {
    display: inline-block;
    margin: 2px 0.5px;
    text-decoration: none;
    padding: 4px;
    border-radius: 5px;
}

.frm_consultoriossd .form-group {
    margin-bottom: 30px;
}

.frm_consultoriossd .form-group label {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.frm_consultoriossd .form-group small {
    font-size: 12px;
}

.frm_consultoriossd .nav-link {
    color: #4a5568;
    display: flex;
    align-items: center;
}

.frm_consultoriossd .nav-link:hover,
.frm_consultoriossd .nav-link:hover svg {
    color: #0056b3;
    fill: #0056b3;
}

.frm_consultoriossd .nav-link svg {
    margin-right: 10px;
    fill: #4a5568;
}

.frm_consultoriossd .nav-link.active svg {
    fill: #fff;
}

.frm_consultoriossd .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.frm_consultoriossd .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.055);
    max-width: none;
    padding: 0px;
}

.frm_consultoriossd .card .nav-pills {
    margin-bottom: 0px;
}

.frm_consultoriossd .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.frm_consultoriossd .mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.frm_consultoriossd .bg-gray-300 {
    background-color: #e2e8f0;
}

.frm_consultoriossd .h-100 {
    height: 100% !important;
}

.frm_consultoriossd .shadow-none {
    box-shadow: none !important;
}

.frm_consultoriossd .tab-content .tab-pane {
    padding-bottom: 60px;
}

.frm_consultoriossd .tab-content .tab-pane h6 {
    text-transform: uppercase;
}

.frm_consultoriossd .tab-content .tab-pane .btnsaveContainer {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.frm_consultoriossd .tab-content .tab-pane .consultoriossd_file_types_container {
    width: 100%;
}

.frm_consultoriossd .tab-content .tab-pane .consultoriossd_file_types_container th,
.frm_consultoriossd .tab-content .tab-pane .consultoriossd_file_types_container td {
    padding: 10px 0px;
}

.frm_consultoriossd .tab-content .tab-pane .custom-control-input {
    z-index: 1;
    top: 7px;
    width: 2rem;
}

.frm_consultoriossd .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px;
}

.frm_consultoriossd .ajax-loader,
.frm_consultoriossd .ajax-message-container {
    display: none;
}

.frm_consultoriossd .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #007bff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.frm_consultoriossd .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.frm_consultoriossd .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.frm_consultoriossd .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.frm_consultoriossd .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1rem);
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.frm_consultoriossd .consultoriossd_remove_image {
    background: url("../images/del.png") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}

.frm_consultoriossd .consultoriossd_wp_image_upload img {
    max-width: 150px;
}

#staff_fields {
    margin-bottom: 40px;
}

.woocommerce .select2-container .select2-selection--single,
.frm_consultoriossd .select2-container .select2-selection--multiple {
    height: 36px;
    padding: 3px;
    border-color: #e1e1e1;
    background-color: #fcfcfc;
    color: #919191;
    border-radius: 0px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.woocommerce .select2-container .select2-selection--multiple .select2-selection__rendered li,
.frm_consultoriossd .select2-container .select2-selection--multiple .select2-selection__rendered li {
    padding: 0px 10px 0px 20px;
}

table.dataTable td.text_center,
table.dataTable thead th.text_center {
    text-align: center !important;
}

/*---------------------------------------------------------------------------------------------
*
*  Repeater
*
*---------------------------------------------------------------------------------------------*/
.acf-repeater {
    /* table */
    /* row handle (add/remove) */
    /* add in spacer to th (force correct width) */
    /* row */
    /* sortable */
    /* layouts */
    /*
  	&.-row > table > tbody > tr:before,
  	&.-block > table > tbody > tr:before {
  		content: "";
  		display: table-row;
  		height: 2px;
  		background: #f00;
  	}
  */
    /* empty */
    /* collapsed */
    /* collapsed (block layout) */
    /* collapsed (table layout) */
}

.acf-repeater>table {
    margin: 0 0 8px;
    background: #F9F9F9;
}

.acf-repeater>table>tbody tr.acf-divider:not(:first-child)>td {
    border-top: 10px solid #EAECF0;
}

.acf-repeater .acf-row-handle {
    width: 16px;
    text-align: center !important;
    vertical-align: middle !important;
    position: relative;
    /* icons */
    /* .order */
    /* remove */
}

.acf-repeater .acf-row-handle .acf-order-input-wrap {
    width: 45px;
}

.acf-repeater .acf-row-handle .acf-order-input::-webkit-outer-spin-button,
.acf-repeater .acf-row-handle .acf-order-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.acf-repeater .acf-row-handle .acf-order-input {
    -moz-appearance: textfield;
    text-align: center;
}

.acf-repeater .acf-row-handle .acf-icon {
    display: none;
    position: absolute;
    top: 0;
    margin: -8px 0 0 -2px;
    /* minus icon */
}

.acf-repeater .acf-row-handle .acf-icon.-minus {
    top: 50%;
    /* ie fix */
}

body.browser-msie .acf-repeater .acf-row-handle .acf-icon.-minus {
    top: 25px;
}

.acf-repeater .acf-row-handle.order {
    background: #f4f4f4;
    cursor: move;
    color: #aaa;
    text-shadow: #fff 0 1px 0;
}

.acf-repeater .acf-row-handle.order:hover {
    color: #666;
}

.acf-repeater .acf-row-handle.order+td {
    border-left-color: #DFDFDF;
}

.acf-repeater .acf-row-handle.pagination {
    cursor: auto;
}

.acf-repeater .acf-row-handle.remove {
    background: #F9F9F9;
    border-left-color: #DFDFDF;
}

.acf-repeater th.acf-row-handle:before {
    content: "";
    width: 16px;
    display: block;
    height: 1px;
}

.acf-repeater .acf-row {
    /* hide clone */
    /* hover */
}

.acf-repeater .acf-row.acf-clone {
    display: none !important;
}

.acf-repeater .acf-row:hover,
.acf-repeater .acf-row.-hover {
    /* icons */
}

.acf-repeater .acf-row:hover>.acf-row-handle .acf-icon,
.acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon {
    display: block;
}

.acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift,
.acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift {
    display: none;
}

body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift,
body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift {
    display: block;
}

body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.hide-on-shift,
body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.hide-on-shift {
    display: none;
}

.acf-repeater>table>tbody>tr.ui-sortable-helper {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.acf-repeater>table>tbody>tr.ui-sortable-placeholder {
    visibility: visible !important;
}

.acf-repeater>table>tbody>tr.ui-sortable-placeholder td {
    background: #F9F9F9;
}

.acf-repeater.-row>table>tbody>tr>td,
.acf-repeater.-block>table>tbody>tr>td {
    border-top-color: #E1E1E1;
}

.acf-repeater.-empty>table>thead>tr>th {
    border-bottom: 0 none;
}

.acf-repeater.-empty.-row>table,
.acf-repeater.-empty.-block>table {
    display: none;
}

.acf-repeater .acf-row.-collapsed>.acf-field {
    display: none !important;
}

.acf-repeater .acf-row.-collapsed>td.acf-field.-collapsed-target {
    display: table-cell !important;
}

.acf-repeater .acf-row.-collapsed>.acf-fields>* {
    display: none !important;
}

.acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target {
    display: block !important;
}

.acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target[data-width] {
    float: none !important;
    width: auto !important;
}

.acf-repeater.-table .acf-row.-collapsed .acf-field.-collapsed-target {
    border-left-color: #dfdfdf;
}

.acf-repeater.-max .acf-icon[data-event=add-row] {
    display: none !important;
}

.acf-repeater>.acf-actions .acf-button {
    float: right;
    pointer-events: auto !important;
}

.acf-repeater>.acf-actions .acf-tablenav {
    float: right;
    margin-right: 20px;
}

.acf-repeater>.acf-actions .acf-tablenav .current-page {
    width: auto !important;
}

.type-recepcion.status-draft .column-primary::before,
.type-proveedores.status-draft .column-primary::before,
.type-productos.status-draft .column-primary::before,
.type-compras.status-draft .column-primary::before {
    content: "Draft";
    color: #fff;
    background-color: #6c757d;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 10px;
}

td.acf_total::before,
td.acf_precio::before {
    content: "$";
}

.acf-shortcode-field table {
    width: 100%;
    border-collapse: collapse;
}

.acf-shortcode-field table th,
.acf-shortcode-field table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.acf-shortcode-field table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.acf-shortcode-field table td {
    background-color: #fff;
}

.acf-shortcode-field table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.acf-shortcode-field table tr:hover {
    background-color: #f1f1f1;
}

.um-admin-boxed-links.um-admin-ajaxlink a {
    width: 25%;
}