@charset "UTF-8";

/* PLUGIN STYLE */

/* ---------------------------------------------------------------------- */
/* General
/* ---------------------------------------------------------------------- */
.amci-root {width: 100%;}

.amci-root button {font-size: 12px; text-transform: uppercase;}
.amci-root .qode-btn.qode-btn-icon.qode-btn-solid {line-height: 38px;}
.amci-root .qode-btn.qode-btn-icon {height: 38px;}
.amci-root .qode-btn.qode-btn-icon .qode-btn-text {padding-right: 15px; padding-left: 15px;}
.amci-root .qode-btn.qode-btn-icon .qode-button-v2-icon-holder {font-size: 12px;}
.amci-root input {font-size: 14px; padding: 8px 3px; width: 100%; float: left;}
.amci-root select {font-size: 14px; padding: 8px 2px; width: 100%; float: left;}

.amci-root table.dataTable.no-footer {border-bottom: 1px solid #0f2c52;}
.amci-root table.dataTable thead {background-color: #0f2c52; color: #ffffff !important; font-size: 15px;}
.amci-root table.dataTable tbody {font-size: 15px;}
.amci-root .dataTables_wrapper .dataTables_paginate .paginate_button {min-width: 14px; padding: 10px; margin-left: 2px; font-size: 14px; line-height: 14px;}
.amci-root .dataTables_wrapper .dataTables_paginate .paginate_button:hover {background: #0f2c52; color: #ffffff !important;}

@media only screen and (max-width: 1200px) {
    .amci-root .qode-btn.qode-btn-icon.qode-btn-solid {margin-top: 3px;}
}