/* 
// ======================================================================
// 						HEADER
// ======================================================================
*/

:root { --blue: #00c6da; /* --blue: #40ace2; */ --blue2: #006476; /* --blue2: #369dd1; */ --blue3: #00acf2; --orange: #f88d02; --gray-light: #d4d4d4; --gray: #676767; --gray2: #8d8d8d; --gray3: #a9a6a7; --gray4: #f5f5f5; --gray5: #d8d8d8; /* --gray6:			#f5f5f5; */ --red: #ef2d00; --orange: #f88d02; --bg: #edecec; }

/* 
// ======================================================================
// 						GENERAL
// ======================================================================
*/

body { font-family: roboto; font-size: 13px; line-height: 1.42857143; color: #676767; background-color: var(--bg); }

/* 
// ======================================================================
// 						ICONS
// ======================================================================
*/

i { display: inline-block; background-position: center !Important; background-repeat: no-repeat !Important; }

.mib3-menu-ico { background: url('../../../ux/img/icons/menu.svg'); height: 36px; width: 36px; }

.mib3-logo-ico { background: url('../../../ux/img/icons/logo-mib.svg'); height: 20px; width: 58px; }

.mib3-user-arrow-ico { background: url('../../../ux/img/icons/arrow-user.svg'); height: 9px; width: 14px; }

.mib3-toolbar-icon { height: 26px; width: 26px; }

    .mib3-toolbar-icon.save-ico { background: url('../../../ux/img/icons/save.svg'); }

    .mib3-toolbar-icon.new-ico { background: url('../../../ux/img/icons/new.svg'); }

    .mib3-toolbar-icon.copy-ico { background: url('../../../ux/img/icons/copy.svg'); }

    .mib3-toolbar-icon.paste-ico { background: url('../../../ux/img/icons/paste.svg'); }

    .mib3-toolbar-icon.delete-ico { background: url('../../../ux/img/icons/delete.svg'); }

    .mib3-toolbar-icon.history-ico { background: url('../../../ux/img/icons/history.svg'); }

.mib3-icon.arrow-back { background: url('../../../ux/img/icons/arrow-back.svg'); height: 20px; width: 15px; }

.mib3-icon.arrow-prev { background: url('../../../ux/img/icons/arrow-prev.svg'); height: 20px; width: 15px; }

.mib3-icon.arrow-next { background: url('../../../ux/img/icons/arrow-next.svg'); height: 20px; width: 15px; }

.mib3-icon.plus-gray { background: url('../../../ux/img/icons/plus-gray.svg'); height: 23px; width: 23px; }

.mib3-icon-calendar { background: url('../../../ux/img/icons/calendar.svg'); height: 20px; width: 20px; }

.mib3-ico-arrow-down { background: url('../../../ux/img/icons/calendar.svg'); height: 20px; width: 20px; }

.mib3-icon-search { cursor: pointer; background: url('../../../ux/img/icons/search.svg'); height: 20px; width: 20px; }

.mib3-icon.refresh-white { background: url('../../../ux/img/icons/refresh-white.svg'); height: 25px; width: 25px; }

.mib3-icon.save-white { background: url('../../../ux/img/icons/save-white.svg'); height: 25px; width: 25px; }

.mib3-icon.plus-white { background: url('../../../ux/img/icons/plus.svg'); height: 25px; width: 25px; }

.mib3-icon.delete-white { background: url('../../../ux/img/icons/delete-white.svg'); height: 22px; width: 16px; }

.mib3-icon.advances-search { background: url('../../../ux/img/icons/advances-search.svg'); height: 20px; width: 20px; }

.mib3-icon.columns-white { background: url('../../../ux/img/icons/columns-white.svg'); height: 20px; width: 20px; }

.mib3-icon.more-white { background: url('../../../ux/img/icons/more-white.svg'); height: 22px; width: 16px; }

.mib3-icon.filter-gray,
.mib3-icon.filter-white,
.mib3-icon.filter-blue { height: 26px; width: 26px }

.mib3-icon.filter-gray { background: url('../../../ux/img/icons/filter-gray.svg'); }

.mib3-icon.filter-blue { background: url('../../../ux/img/icons/filter-blue.svg'); }

.mib3-icon.filter-white { background: url('../../../ux/img/icons/filter-white.svg'); }

.mib3-icon.list { background: url('../../../ux/img/icons/list.svg'); height: 25px; width: 25px; }

.mib3-icon.image { background: url('../../../ux/img/icons/image.svg'); background-size: 200px; }

.mib3-icon.plus-red { background: url('../../../ux/img/icons/plus-red.svg'); height: 20px; width: 20px; }

/* 
// ======================================================================
// 						Buttons
// ======================================================================
*/

.mib3-menu-btn { cursor: pointer; background: var(--blue2); display: flex; align-items: center; justify-content: center; height: 76px; width: 76px; }

    .mib3-menu-btn span { cursor: pointer; }

.mib3-btn-add { display: flex; justify-content: center; align-items: center; background: var(--blue); border-radius: 50%; left: 45px; cursor: pointer; height: 42px; width: 42px; }

.mib3-toolbar-icons { cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px 0 rgba(157, 157, 157, 0.5); background-color: #fff; border-radius: 50%; overflow: hidden; height: 38px; width: 38px; }

    .mib3-toolbar-icons.disable,
    .form-filters-button.disable { background: #f1f0f0; }
    /* .mib3-toolbar-icons:hover, */
    .mib3-toolbar-icons.activated,
    .form-filters-button.activated { border: 3px solid var(--blue); }

.mib3-btn { cursor: pointer; }

    .mib3-btn.btn-default { display: inline-block; border: solid 1px var(--blue); color: var(--gray); font-size: 12px; display: flex; align-items: center; justify-content: center; padding: 9px 14px; height: 30px; width: 115px; }

        .mib3-btn.btn-default.red { color: var(--red); border: solid 1px var(--red); }

        .mib3-btn.btn-default.blue { color: var(--gray); border: solid 1px var(--blue); }

    .mib3-btn.file-upload { display: flex; justify-content: center; align-items: center; border: solid 1px var(--blue); height: 38px; width: 114px; }
/* 
// ======================================================================
// 						HEADER
// ======================================================================
*/
.mib3-logo { margin: 0 0 0 25px; font-size: 0; }

.mib3-header { background: var(--blue); display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 4px 0 rgba(164, 164, 164, 0.5); height: 76px; z-index: 2; position: relative; }

.mib3-user-thumb { background: #fff; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; margin: 0 10px 0 0; width: 63px; height: 63px; }

    .mib3-user-thumb img { width: 100%; }

.mib3-top { display: flex; align-items: center; }

.mib3-user-wrap { cursor: pointer; display: flex; align-items: center; padding: 0 20px 0 0; }

.mib3-user-name { color: #fff; }

.mib3-user-wrap .mib3-user-arrow-ico { margin: 0 0 0 10px; }

.mib3-toolbar { display: flex; justify-content: flex-end; align-items: baseline; padding: 12px 0; }

    .mib3-toolbar .mib3-toolbar-icons { margin: 0 0 0 10px; }

.mib3-toolbar-return { cursor: pointer; display: flex; align-items: center; font-size: 14px; margin: 0 0 0 10px; }

    .mib3-toolbar-return .mib3-icon.arrow-back { margin: 2px 10px 0 0; }


.mib3-toolbar-icon-img.history-icon { margin: 0 0 0 -2px; }

/* 
// ======================================================================
// 						CONTENT
// ======================================================================
*/

.mib3-container { display: flex; justify-content: center; flex-flow: column; padding: 0 40px; position: relative; }

.mib3-content { display: flex; flex: 1; flex-flow: column; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); margin: 0 0 20px; }

.mib3-content-header,
.mib3-form { padding: 15px; }

.mib3-content-header { display: flex; flex: 1; background-color: #f5f5f5; min-height: 60px; }

.mib3-content-header-tit { color: var(--blue); font-size: 21px; }

.mib3-form { display: flex; flex-flow: column; }

    .mib3-form.form-col { flex-flow: column; }

    .mib3-form.form-row { flex-flow: wrap; }

    .mib3-form.col:first-child { flex-grow: 1; }

.mib3-form-fieldset { position: relative; display: flex; flex-grow: 1; flex-flow: column; flex: 0 49%; border-bottom: 1px solid var(--gray-light); transition: all 0.4s; margin: 0 0 40px; }

    .mib3-form-fieldset.required { border-bottom: 1px solid var(--red); }

        .mib3-form-fieldset.required:before { content: 'This field is required!'; color: var(--red); position: absolute; bottom: -20px; left: 0; }

    .mib3-form-fieldset:hover { border-bottom: 1px solid var(--blue); }

        .mib3-form-fieldset:hover .mib3-form-label { color: var(--blue); }

.form-row .mib3-form-fieldset:nth-child(odd) { margin: 0px 22px 40px 0; }


.mib3-form-label { font-size: 13px; color: #676767; margin: 0 0 11px; }

.mib3-form-input { color: #8d8d8d; border: none; }

.mib3-form-check { border: 1px solid var(--gray); height: 15px; width: 15px; }

.form-checkbox { position: relative; margin: -6px 0 9px; height: 19px; width: 17px; }

    .form-checkbox label { cursor: pointer; position: absolute; left: 0; top: 0; }

    .form-checkbox input[type="checkbox"] { opacity: 0; margin: 0; padding: 0; }

    .form-checkbox label:before { content: ""; border: 1px solid var(--gray3); display: inline-block; height: 16px; width: 16px; }

    .form-checkbox label:after { color: var(--blue); content: ""; display: inline-block; border-left: 2px solid; border-bottom: 2px solid; transform: rotate(-45deg); height: 6px; width: 9px; }

    .form-checkbox label:before,
    .form-checkbox label:after { position: absolute; }

    .form-checkbox label::before { top: 3px; }

    .form-checkbox label::after { left: 4px; top: 7px; }

    .form-checkbox input[type="checkbox"] + label:after { content: none; }

    .form-checkbox input[type="checkbox"]:checked + label:after { content: ""; }

    .form-checkbox input[type="checkbox"]:focus + label:before { outline: var(--blue) auto 5px; }

.mib3-form-date { display: flex; justify-content: space-around; }


    .mib3-form-date .mib3-form-input { flex: 1; }

.mib3-form-icon-wrap { display: flex; justify-content: space-around; }

    .mib3-form-icon-wrap .mib3-form-input { flex: 1; }

    .mib3-form-icon-wrap .mib3-icon { cursor: pointer; }

.mib3-form-ico.mib3-icon-calendar { cursor: pointer; margin: 0 0 10px; }
/* 
// ======================================================================
// 						MIB SIDEBAR
// ======================================================================
*/
.body-sidebar { overflow-y: hidden; }

.mib3-sidebar { display: flex; flex-flow: row-reverse; background: rgba(0, 0, 0, 0.6); position: fixed; top: 76px; left: 0; right: 0; bottom: 0; }

.mib3-sidebar-container { right: 0; top: 65px; bottom: 0; position: relative; background: #fff; }

.mib3-sidebar-header { position: relative; display: flex; flex-flow: column; background: var(--gray4); min-height: 100px; min-width: 700px; }

    .mib3-sidebar-header.toolbar-icon { }

        .mib3-sidebar-header.toolbar-icon .mib3-sidebar-header-icon-wrap { position: relative; top: -15px; }

        .mib3-sidebar-header.toolbar-icon .mib3-sidebar-header-title { position: relative; bottom: -20px; }

.mib3-sidebar-header-title-bar { display: flex; align-items: center; justify-content: space-between; flex: 1; }

.mib3-sidebar-header-title { color: var(--blue); letter-spacing: -0.2px; font-size: 20px; text-transform: uppercase; }

.mib3-sidebar-ico-close { cursor: pointer; margin: -10px 0 0 0; }

.mib3-sidebar-header-title-bar,
.mib3-sidebar-header-icon-wrap { padding: 0 25px; }

.mib3-sidebar-header-icon-wrap { display: flex; justify-content: flex-end; }

    .mib3-sidebar-header-icon-wrap .form-filters-button { margin: 0 0 0 10px; }

/* 
// ======================================================================
// 						EDIT HYSTORY
// ======================================================================
*/


.mib3-history { }

.mib3-history-content { margin-left: 15px; margin-top: 15px; }

.mib3-history-date { font-size: 16px; color: var(--blue); padding: 0 0 5px; border-bottom: 1px solid var(--gray-light); }

.mib3-history-card,
.mib3-history-date { margin: 0 0 35px; }

.mib3-history-card { display: -webkit-box; position: relative; margin-bottom: 10px; }

    .mib3-history-card .mib3-user-thumb { height: 50px; width: 50px; }

.mib3-history-card-text-wrap { line-height: 23px; margin-right: 60px; }

.mib3-history-card-user { font-size: 16px; font-weight: 500; color: var(--blue); margin-bottom: 0px; }

.mib3-history-card-text { display: flex; align-items: center; font-size: 16px; margin-bottom: 0px; }

    .mib3-history-card-text:before { content: '•'; font-size: 20px; margin: 0 6px 0 0; }

.mib3-history-card-date-info { display: flex; margin-bottom: 10px; }

.mib3-history-card-update-time { display: flex; }

.mib3-history-card-btn-bulk-edit { color: var(--orange); cursor: pointer; border: 1px solid var(--orange); letter-spacing: -0.2px; display: flex; align-items: center; justify-content: center; border-radius: 20px; margin: 0 0 0 10px; width: 66px; }

.mib3-sidebar-load-more { display: flex; justify-content: center; align-items: center; flex-flow: column; position: absolute; left: 0; right: 0; bottom: 65px; }

.mib3-sidebar-progress-bar { display: flex; background: var(--gray5); border-radius: 2.5px; overflow: hidden; margin: 0 0 17px; height: 5px; width: 185px; }

    .mib3-sidebar-progress-bar span { background: var(--blue); }

.mib3-sidebar-btn-load-more { display: flex; justify-content: center; align-items: center; color: #fff; background: var(--blue); font-size: 16px; border-radius: 8px; height: 37px; width: 134px; }

.mib3-user-info { display: flex; position: absolute; background: #fff; border: 1px solid var(--blue); border-radius: 4px; box-shadow: 0 2px 7px 0 rgba(104, 104, 104, 0.5); padding: 15px; min-width: 380px; max-width: 600px; top: 60px; left: -15px; z-index: 1; }

    .mib3-user-info:before { content: ''; position: absolute; top: 40px; left: -11px; border-style: solid; border-width: 7px 11px 7px 0; border-color: transparent var(--blue) transparent transparent; height: 0; width: 0; }

    .mib3-user-info:after { content: ''; position: absolute; top: 40px; left: -11px; border-style: solid; border-width: 7px 11px 7px 2px; border-color: transparent #fff transparent transparent; height: 0; width: 0; }

    .mib3-user-info .mib3-user-thumb { height: 60px; width: 60px; }

.mib3-user-info-content .mib3-user-name { font-size: 18px; font-weight: 500; color: var(--blue); word-wrap: break-word; margin-bottom: 0px; }

.mib3-user-txt { font-size: 17px; font-weight: normal; color: var(--gray); margin-bottom: 0px; }

.mib3-no-history-text { font-size: large; color: var(--blue); text-align: center; }

/* 
// ======================================================================
// 									Criteria Highlights
// ======================================================================
*/

.criteria_highlights { display: flex; justify-content: center; flex-flow: column; padding: 0 40px; position: relative; }

.criteria_highlights-content { display: flex; flex: 1; flex-flow: column; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); margin: 0 0 20px; }

.criteria_highlights-content-header { display: flex; flex: 1; background-color: #f5f5f5; justify-content: flex-end; min-height: 60px; }

.criteria_highlights-menu { background: #fff; display: flex; align-items: center; flex-grow: 1; justify-content: flex-end; }

.criteria_highlights-menu-link { cursor: pointer; font-size: 13px; position: relative; text-transform: uppercase; transition: all 0.20s; margin: 0 30px 0 0; }

    .criteria_highlights-menu-link:before { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; }

    .criteria_highlights-menu-link:hover:before,
    .criteria_highlights-menu-link.active:before { border-bottom: 2px solid var(--blue); }

.criteria_highlights-toolbar { position: relative; background: var(--bg); min-height: 60px; }

    .criteria_highlights-toolbar .mib3-btn-add { position: absolute; bottom: -20px; }

.criteria_highlights-main { display: flex; flex-flow: column; padding: 20px 130px; }

.criteria_highlights-row { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--gray-light); padding: 0 0 10px; margin: 0 0 10px; }

.criteria_highlights-row-info { display: flex; flex: 1; }

    .criteria_highlights-row-info .criteria_highlights-id { margin: 0 20px 0 0; width: 260px; }

.criteria_highlights-text { padding: 0 30px 0 0; }

.criteria_highlights-btn-delete { cursor: pointer; display: flex; align-items: center; justify-content: center; background-color: var(--red); border-radius: 50%; height: 30px; width: 30px; }

    .criteria_highlights-btn-delete .mib3-icon.delete-white { background-size: contain; height: 17px; width: 14px; }

    .criteria_highlights-btn-delete img { width: 14px; }

.criteria_highlights-text { flex: 1; }

    .criteria_highlights-text input { width: 100%; }

.criteria_highlights-row-info input { /* border-bottom: 1px solid var(--bg); */ border: none; width: 100%; }

    .criteria_highlights-row-info input:hover { /* border-bottom: 1px solid var(--blue); */ }

/* 
// ======================================================================
// 									Criteria Highlights Sidebar
// ======================================================================
*/

.criteria_highlights .mib3-sidebar-header { width: 960px; }

.mib3-sidebar-form-fiter { display: flex; padding: 0 25px; }

.mib3-sidebar-form-filter-select-fieldset:hover .mib3-sidebar-form-fieldset-hover { display: block; }

.mib3-sidebar-form-fieldset-hover { display: none; padding: 10px; border: 1px solid red; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(144, 144, 144, 0.5); }

.mib3-sidebar-form-filter-select-wrap { display: flex; align-items: baseline; justify-content: space-between; flex: 1; position: relative; top: -4px; }

    .mib3-sidebar-form-filter-select-wrap:before { content: ''; position: absolute; background: red; }

.mib3-sidebar-form-filter-select { color: var(--gray); cursor: pointer; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; -webkit-font-smoothing: antialiased; padding: 9px 9px 11px 13px; border-bottom: 1px solid red; width: 260px; }


.select-point { position: absolute; top: 8px; right: 13px; font: 16px 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #666; }

.form-filter-select:before { display: none; }

.select-hidden { display: none; visibility: hidden; padding-right: 10px; }

.form-filter-select { cursor: pointer; display: inline-block; position: relative; font-size: 16px; color: #fff; height: 22px; width: 179px; }

.select-options,
.form-filter-select-styled { font-size: 13px; }

.form-filter-select-styled { color: var(--gray); border-bottom: 1px solid var(--gray-light); position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: all 0.2s ease-in; }

    .form-filter-select-styled:after { content: ""; position: absolute; top: 5px; right: 10px; background: url(../../../ux/img/icons/arrow-down-gray.svg) no-repeat center; height: 11px; width: 15px; }

    .form-filter-select-styled.active { border-bottom: 1px solid var(--blue); }

        .form-filter-select-styled.active:after { transform: rotate(180deg); border-color: transparent transparent #fff transparent; }

/*
// ========================================
			select
// ========================================
*/

.select-options { display: none; position: absolute; background: #fff; box-shadow: 0 2px 4px 0 rgba(144, 144, 144, 0.5); right: 0; left: 0; top: 24px; list-style: none; z-index: 1; }

    .select-options li { color: var(--gray); padding: 5px 0; text-indent: 15px; transition: all 0.15s ease-in; }

        .select-options li:hover { color: var(--blue); background: #fff; }

        .select-options li[rel="hide"] { display: none; }

/*
// ========================================
			form filters
// ========================================
*/

.mib3-sidebar-form-filter-search { position: relative; }

    .mib3-sidebar-form-filter-search:before { content: ''; border-bottom: 1px solid var(--gray-light); position: absolute; left: 0; right: 0; bottom: 5px; }

    .mib3-sidebar-form-filter-search:hover:before { border-bottom: 1px solid var(--blue); }

.mib3-sidebar-form-filter-input { border: none; background: transparent; position: relative; top: -5px; }

    .mib3-sidebar-form-filter-input .small { width: 50px; }

.mib3-sidebar-form-filters-buttons-wrap { display: flex; position: relative; }

.mib3-sidebar-header .mib3-sidebar-form-filters-buttons-wrap { top: -15px; }

.mib3-sidebar-form-filters-buttons-wrap .form-filters-button { margin: 0 0 0 20px; }

.form-filters-button { cursor: pointer; display: flex; justify-content: center; align-items: center; background: var(--blue); box-shadow: 0 2px 4px 0 rgba(157, 157, 157, 0.5); border-radius: 50%; height: 38px; width: 38px; }

    .form-filters-button .mib3-icon.refresh-white { margin: -1px 0px 0 0px; }

/*// ========================================
			table
// ======================================== */
.mib3-criteria .mib3-table-wrap { overflow-y: auto; max-height: 670px; }

.mib3-table { width: 100% }

    .mib3-table td,
    .mib3-table th { padding: 10px 3px; vertical-align: middle; }

    .mib3-table th { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: -0.1px; }

    .mib3-table thead tr { background: #fff; height: 45px; width: 100%; }

    .mib3-table tr { width: 100%; }

    .mib3-table thead th.blue { color: var(--blue); }

    .mib3-table tbody tr:nth-child(odd) { background: var(--gray4); }

    .mib3-table .form-checkbox { margin: 0 auto; }

    .mib3-table .mib3-sidebar-form-filter-input { border-bottom: 1px solid var(--gray-light); top: 0; }

/*// ========================================
		mib3-criteria	table
// ======================================== */

.mib3-criteria .mib3-table th:nth-child(1),
.mib3-criteria .mib3-table td:nth-child(1) { width: 5%; }

.mib3-criteria .mib3-table th:nth-child(2),
.mib3-criteria .mib3-table td:nth-child(2) { width: 5%; }

.mib3-criteria .mib3-table th:nth-child(3),
.mib3-criteria .mib3-table td:nth-child(3) { width: 7%; }

.mib3-criteria .mib3-table th:nth-child(4),
.mib3-criteria .mib3-table td:nth-child(4) { width: 16%; }

.mib3-criteria .mib3-table th:nth-child(5),
.mib3-criteria .mib3-table td:nth-child(5) { width: 19%; }

.mib3-criteria .mib3-table th:nth-child(6),
.mib3-criteria .mib3-table td:nth-child(6) { width: 16%; }

.mib3-criteria .mib3-table th:nth-child(7),
.mib3-criteria .mib3-table td:nth-child(7) { width: 16%; }

.mib3-criteria .mib3-table th:nth-child(8),
.mib3-criteria .mib3-table td:nth-child(8) { width: 16%; }

/*// ========================================
			table pagination
// ======================================== */

.mib3-table-pagination-wrap { display: flex; align-items: center; justify-content: space-between; background: var(--gray5); margin: 30px 0 0; padding: 9px 30px; position: absolute; left: 0; right: 0; bottom: 0; }

.mib3-table-pag-wrap { display: flex; align-items: center; }

    .mib3-table-pag-wrap .pag-text { margin: 0 10px 0 0; }

    .mib3-table-pag-wrap .form-filter-select { width: 100px; }

    .mib3-table-pag-wrap .form-filter-select-styled,
    .mib3-table-pag-wrap .form-filter-select-styled.active { border: none; }

    .mib3-table-pag-wrap .select-options { top: initial; bottom: 25px; width: 110px; }

.mib3-sidebar-form-filter-select-fieldset { margin: 0 0 -2px; }

.mib3-table-pag-wrap .form-filter-select-styled:after { transform: rotate(180deg); }

.mib3-table-pag-wrap .form-filter-select-styled.active:after { transform: rotate(0); }

.mib3-table-pag-wrap .form-filter-select-styled:after { top: 7px; }

.mib3-table-pag-text { color: var(--gray); }

.mib3-table-pag-input-wrap { display: flex; align-items: center; }

.mib3-table-pag-input { color: var(--gray); border: none; background: #fff; text-align: center; margin: 0 3px 0 5px; height: 18px; width: 31px; }

.mib3-table-pag-btn { background: var(--blue); color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; text-transform: uppercase; margin: 0 0 0 10px; height: 35px; width: 35px; }

.mib3-table-pag-num-list { display: flex; align-items: center; }

.mib3-table-pag-num-item { position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 35px; }

    .mib3-table-pag-num-item:hover:after,
    .mib3-table-pag-num-item.selected:after { content: ''; position: absolute; background: var(--blue); display: flex; justify-content: center; align-items: center; border-radius: 50%; height: 35px; width: 35px; top: -7px; left: 0; }

    .mib3-table-pag-num-item.selected span,
    .mib3-table-pag-num-item:hover span { color: #fff; }

    .mib3-table-pag-num-item span { position: relative; z-index: 1; }

.mib3-table-pag-num { display: flex; align-items: center; }

.mib3-table-pag-btn { cursor: pointer; }

.mib3-table-pag-btn-prev,
.mib3-table-pag-btn-next { cursor: pointer; display: flex; align-items: center; justify-content: center; }

/*// ========================================
			beradcrumb
// ======================================== */

.mib3-bradcrumb-wrap { display: flex; justify-content: space-between; align-items: center; }

.mib3-bradcrumb-title-wrap { display: flex; flex-flow: column; }

.mib3-bradcrumb-title { color: var(--blue); font-size: 20px; font-weight: 500; letter-spacing: -0.2px; }

.mib3-bradcrumb-list { display: flex; }

.mib3-bradcrumb-list-item { color: var(--gray); }

.mib3-bradcrumb-list-item-link { cursor: pointer; }

    .mib3-bradcrumb-list-item-link,
    .mib3-bradcrumb-list-item-link:hover,
    .mib3-bradcrumb-list-item:last-child a:hover { text-decoration: underline; }

.mib3-bradcrumb-list-item:last-child a { color: var(--blue); text-decoration: none; }

.mib3-bradcrumb-list-item:before { content: '•'; margin: 0 3px; }

.mib3-bradcrumb-list-item:first-child:before { display: none; }

.mib3-table-filter-wrap { background: var(--gray4); display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 10px 0 25px; }

    .mib3-table-filter-wrap .mib3-sidebar-form-fiter { align-items: baseline; padding: 0; }

    .mib3-table-filter-wrap .mib3-sidebar-form-filter-select-fieldset { margin: 0 10px 0 0; }

    .mib3-table-filter-wrap .mib3-sidebar-form-filters-buttons-wrap .form-filters-button { margin: 0 0 0 7px; }

    .mib3-table-filter-wrap .mib3-sidebar-form-filters-buttons-wrap { margin: 0 0 0 20px; }

/* 
// ======================================================================
// 								New Upload Sidebar
// ======================================================================
*/

.new-upload-sidebar-wrap { padding: 20px; overflow-y: auto; position: absolute; left: 0; right: 0; bottom: 0; top: 90px; }

.new-upload-sidebar-title { font-size: 13px; text-transform: uppercase; margin: 0 0 5px; }

.new-upload-sidebar-file { box-shadow: 0 2px 4px 0 rgba(196, 196, 196, 0.5); padding: 20px; }

.new-upload-sidebar-file-nav { background: var(--gray4); display: flex; align-items: center; }

.new-upload-sidebar-file-nav-menu-item { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0 20px; padding: 10px 0; border-bottom: 3px solid var(--blue); border-bottom: 3px solid; border-color: transparent; }

    .new-upload-sidebar-file-nav-menu-item:hover,
    .new-upload-sidebar-file-nav-menu-item.active { color: var(--blue); border-bottom: 3px solid var(--blue); }

.new-upload-sidebar-file-wrap { }

.new-upload-sidebar-file-content { }

.new-upload-sidebar-file-load { font-size: 13px; display: flex; align-items: center; justify-content: center; margin: 0 0 20px; }

.new-file-upload-input[type="file"] { display: none; }

.new-file-upload { border: 1px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; }

.mib3-img-upload-preview { background: url('../../../ux/img/icons/image.svg') no-repeat center; background-size: 200px; min-height: 123px; min-width: 200px; }

    .mib3-img-upload-preview img { max-width: 500px; }

.new-upload-sidebar-file-container { min-height: 238px; display: flex; flex-grow: 1; align-items: center; justify-content: center; flex-flow: column; border: 1px dashed var(--gray2) !important; }

/* 
// ======================================================================
// 								Dropzone
// ======================================================================
*/
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }

    100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); }
}

@-moz-keyframes passing-through {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }

    100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); }
}

@keyframes passing-through {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30%, 70% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }

    100% { opacity: 0; -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); }
}

@-webkit-keyframes slide-in {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
}

@-moz-keyframes slide-in {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
}

@keyframes slide-in {
    0% { opacity: 0; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); }

    30% { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

    10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

    20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}

@-moz-keyframes pulse {
    0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

    10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

    20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}

@keyframes pulse {
    0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

    10% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

    20% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}

.dropzone,
.dropzone * { box-sizing: border-box; }

.dropzone { background: white; border: 1px dashed var(--gray2) !important; min-height: 240px; margin: 0; }

    .dropzone.dz-clickable { cursor: pointer; display: flex; flex-grow: 1; align-items: center; justify-content: center; }

        .dropzone.dz-clickable * { cursor: default; }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message * { cursor: pointer; }

    .dropzone.dz-started .dz-message { position: absolute; }

    .dropzone.dz-drag-hover { border-style: solid; }

    .dropzone .dz-preview:hover { z-index: 1000; }

        .dropzone .dz-preview:hover .dz-details { opacity: 1; }

    .dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }

    .dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }

    .dropzone .dz-preview.dz-image-preview { flex: 1; flex-wrap: nowrap; position: relative; padding: 0 0 17px; }

        .dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

            .dropzone .dz-preview.dz-image-preview .dz-details:before { content: ''; border-left: 2px solid #d8d8d8; position: absolute; height: 30px; bottom: -7px; left: 263px; }

    .dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; }

    .dropzone .dz-preview:hover .dz-details { opacity: 1; }

    .dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }

        .dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }

        .dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); padding: 3px; }

        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }

            .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }

        .dropzone .dz-preview .dz-details .dz-filename span,
        .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }

    .dropzone .dz-preview:hover .dz-image img { /* transition: all 0.20s;
	transform: scale(1.05, 1.05); */ }

    .dropzone .dz-preview .dz-image { display: block; margin: 20px auto 25px auto; position: relative; overflow: hidden; width: 400px; z-index: 10; }

        .dropzone .dz-preview .dz-image img { display: block; }

    .dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

    .dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

    .dropzone .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }

        .dropzone .dz-preview .dz-success-mark svg,
        .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }

    .dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; display: none; }

    .dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }

    .dropzone .dz-preview .dz-progress { pointer-events: none; overflow: hidden; background: #d8d8d8; -webkit-transform: scale(1); position: absolute; right: 80px; bottom: 16px; height: 3px; width: 240px; opacity: 1; z-index: 1; }

        .dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }


        .dropzone .dz-preview .dz-progress .dz-upload { background: #979797; position: relative; border-radius: 0; height: 5px; width: 240px; }

    .dropzone .dz-preview.dz-complete .dz-progress { background: #00abf4; }

    .dropzone .dz-preview.dz-error .dz-error-message { display: block; }

    .dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }

    .dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -50px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }

.data-dz-errormessage { color: #fff; }

.dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }

.dropzone .dz-preview { margin: 0; display: block; }

    .dropzone .dz-preview .dz-details { position: relative; padding: 0; opacity: 1; }

    .dropzone .dz-preview.dz-complete .dz-progress,
    .dropzone .dz-preview.dz-image-preview .dz-details { display: inline-block; }

    .dropzone .dz-preview.dz-image-preview .dz-details { text-align: right; z-index: 22; }

    .dropzone .dz-preview .dz-image img { width: 100%; }


#previews { border: 1px solid; height: 300px; }

.dropzone .dz-preview .dz-details .dz-size { display: none; }


    .dropzone .dz-preview .dz-details .dz-filename span,
    .dropzone .dz-preview .dz-details .dz-size span { font-size: 14px; color: #676767; }

.dropzone .dz-preview .dz-details .dz-filename span { text-align: right; padding: 0; right: 0; }

.dropzone .dz-preview .dz-details .dz-filename { position: relative; width: 250px; }

.dropzone .dz-preview .dz-progress:before { content: ''; position: absolute; height: 30px; left: -20px; top: 0; border-left: 2px solid red; }

.dropzone .dz-preview .dz-details .dz-filename:hover { z-index: 2; }

.dropzone .dz-preview .dz-remove { font-size: 0; position: absolute; bottom: 27px; right: 75px; height: 20px; width: 20px; z-index: 22; }

    .dropzone .dz-preview .dz-remove:before { content: ''; display: block; font-size: 20px; background: url('../../../ux/img/icons/plus-red.svg'); height: 20px; width: 20px; }

.dz-message { display: flex; position: relative; flex-flow: column; align-items: center; justify-content: center; }

    .dz-message:before { content: ''; background: url(../../../ux/img/icons/image.svg) no-repeat center; background-size: 200px; height: 123px; margin: 0 0 15px; width: 200px; }

.dz-message-text { font-size: 13px; }

.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }

.dz-message span { position: relative; font-size: 13px; }

    .dz-message span:before { content: ''; background: url(../../../ux/img/icons/image.svg) no-repeat center; background-size: 200px; height: 123px; width: 200px; }

    .dz-message span:after { content: 'click to browse'; display: inline-flex; align-items: center; justify-content: center; color: #676767; border: solid 1px #00abf4; font-size: 13px; letter-spacing: -0.1px; margin: 0 0 0 10px; height: 38px; width: 114px; }


.dropzone-form { display: flex; flex-grow: 1; }

.dz-preview.dz-image-preview { }


.dz-complete .dz-progress { display: none; }



.dz-preview.dz-complete .dz-remove { border: 1px solid var(--red); display: flex; align-items: center; justify-content: center; height: 29px; width: 114px; bottom: 18px; right: 100px; }

    .dz-preview.dz-complete .dz-remove:before { display: none; }

    .dz-preview.dz-complete .dz-remove:after { content: 'delete'; background: none; color: var(--red); font-size: 12px; }


/* 
// ======================================================================
// 								Tab Menu 
// ======================================================================
 */

.mib3-menu-tab > input,
.mib3-menu-tab section > div { display: none; }

#mib3-menu-tab1:checked ~ section .mib3-menu-tab1,
#mib3-menu-tab2:checked ~ section .mib3-menu-tab2,
#tab3:checked ~ section .tab3 { display: block; }


/* 
// ======================================================================
// 								Upload from url
// ======================================================================
 */
.new-upload-sidebar-file-img-url-preview { display: flex; flex-grow: 1; flex-flow: column; justify-content: center; background: white; border: 1px dashed var(--gray2); padding: 20px 50px; min-height: 240px; }

.new-upload-sidebar-file-img-url-preview-form { display: flex; justify-content: space-between; position: relative; }

.new-upload-sidebar-file-img-url-preview-img-wrap { text-align: center; margin: 0 0 40px; }

.new-upload-sidebar-file-img-url-preview-img { max-width: 400px; position: relative; bottom: -5px; left: -1px; }

.new-upload-sidebar-file-img-url-preview-form .mib3-form-fieldset { flex: 1; justify-content: center; margin: 0; }

    .new-upload-sidebar-file-img-url-preview-form .mib3-form-fieldset .mib3-form-input { padding: 0 60px 5px 0; }

.new-upload-sidebar-file-img-url-preview-form .mib3-btn { position: absolute; right: 0; bottom: 5px; width: initial; }

.new-upload-sidebar-file-progress-bar-wrap { display: flex; align-items: flex-end; position: relative; height: 28px; margin: 0 0 0 16px; }

    .new-upload-sidebar-file-progress-bar-wrap:before { position: absolute; left: -15px; top: 0; content: ''; border-left: 2px solid var(--gray5); height: 29px; }

.new-upload-sidebar-file-progress-bar { display: flex; background: var(--gray5); margin: 0 0 3px; height: 2px; width: 295px; }

    .new-upload-sidebar-file-progress-bar span { background: var(--blue); display: inline-block; height: 2px; }

.upload-status-info { color: var(--gray3); font-size: 11px; margin: 0 0 5px; }

.new-upload-sidebar-file-progress-bar-wrap .btn-cancel { position: absolute; right: 0; top: -1px; width: 20px; height: 20px; cursor: pointer; }

.new-upload-sidebar-file-load-btn-wrap { border-left: 2px solid var(--gray5); display: flex; align-items: center; }

    .new-upload-sidebar-file-load-btn-wrap .mib3-btn { margin: 0 0 0 15px; }

.new-upload-sidebar-file-img-container { display: flex; flex-grow: 1; flex-flow: column; justify-content: center; background: white; min-height: 240px; }

#dnd-container { display: flex; align-items: center; justify-content: center; flex-flow: column; border: 1px dashed var(--gray2); }

.thumb-info { display: flex; align-items: center; justify-content: center; flex-flow: column; /* display: none; */ }

.dnd-thumb-image-wrap { display: flex; align-items: center; justify-content: center; max-width: 400px; margin: 20px 0; }

    .dnd-thumb-image-wrap img { width: 100%; }

.thumb-data { display: none; }

.new-upload-sidebar-file-load { font-size: 13px; display: flex; align-items: center; justify-content: center; margin: 0 0 20px; }

    .new-upload-sidebar-file-load .file-name { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0 10px 0 0; max-width: 240px; }

        .new-upload-sidebar-file-load .file-name.separator { position: relative; margin: 0 25px 0 0; border-right: 2px solid blue; height: 38px; display: flex; align-items: center; }

.new-file-upload-input[type="file"] { display: none; }

.new-file-upload { border: 1px solid #ccc; display: inline-block; padding: 6px 12px; cursor: pointer; }

/* 
// ======================================================================
// 								Default card
// ======================================================================
*/
.mib3-main-container { display: flex; justify-content: center; flex-flow: column; padding: 0 40px; position: relative; }

.mib3-main-content { display: flex; flex: 1; flex-flow: column; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); margin: 0 0 20px; }

.mib3-main-content-header { display: flex; flex: 1; background-color: #f5f5f5; justify-content: flex-end; min-height: 60px; }

    .mib3-main-content-header .mib3-main-content-menu { background: none; }

.mib3-main-content-menu { background: #fff; display: flex; align-items: center; flex-grow: 1; justify-content: flex-end; }

.mib3-main-content-menu-link { cursor: pointer; font-size: 13px; position: relative; text-transform: uppercase; transition: all 0.20s; margin: 0 30px 0 0; }

    .mib3-main-content-menu-link:before { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; }

    .mib3-main-content-menu-link:hover:before,
    .mib3-main-content-menu-link.active:before { border-bottom: 2px solid var(--blue); }

.mib3-main-content-menu .mib3-toolbar-icons { margin: 0 0 0 10px; }

.mib3-main-content-toolbar { position: relative; background: var(--bg); min-height: 60px; }

    .mib3-main-content-toolbar .mib3-btn-add { position: absolute; bottom: -20px; }

.mib3-main-content-main { display: flex; flex-flow: column; padding: 30px; }

    .mib3-main-content-main .mib3-table-wrap,
    .mib3-main-content-tolboar,
    .mib3-image-list-content { margin: 0 0 20px; }

/* 
// ======================================================================
// 							Image List
// ======================================================================
*/

.mib3-image-list-content { display: flex; flex-wrap: wrap; }

.mib3-main-content-tolboar { background-color: #f5f5f5; display: flex; align-items: center; flex-flow: row; justify-content: center; flex: 1; padding: 10px 20px; min-height: 60px; }

.mib3-main-content-title { color: #10A0DB; font-size: 21px; }

.mib3-main-content-tolboar .mib3-main-content-menu { background: none; }

.mib3-image-list-item { position: relative; display: inline-block; align-items: center; justify-content: center; background: #000; margin: 0 11px 15px; width: calc(100%/8); }

    .mib3-image-list-item.selected { }

        .mib3-image-list-item.selected:after,
        .mib3-image-list-item.selected:before { content: ''; position: absolute; }

        .mib3-image-list-item.selected:before { left: 0; right: 0; top: 0; bottom: 0; border: 10px solid var(--blue); z-index: 2; }

        .mib3-image-list-item.selected:after { transform: rotate(45deg); height: 20px; width: 13px; border-bottom: 5px solid rgba(255, 255, 255, 0.70); border-right: 5px solid rgba(255, 255, 255, 0.70); top: 15px; right: 23px; z-index: 3; }


    .mib3-image-list-item .form-checkbox { position: absolute; top: 20px; left: 20px; height: 18px; width: 17px; margin: 0; }

        .mib3-image-list-item .form-checkbox label:before { background: #fff; }

    .mib3-image-list-item img { width: 100%; }

    .mib3-image-list-item.over { border: 2px dashed var(--gray3); }

.mib3-image-list-item-name { display: flex; align-items: center; justify-content: center; position: absolute; bottom: 0; color: #fff; background: rgba(0, 0, 0, 0.60); left: 0; right: 0; height: 50px; margin-bottom: 0; }

    .mib3-image-list-item-name em { display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 150px; text-align: center; }

[draggable] { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; /* Required to make elements draggable in old WebKit */ -khtml-user-drag: element; -webkit-user-drag: element; }


/* 
// ======================================================================
// 							Auto Complelte Selectize
// ======================================================================
*/


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder { visibility: visible !important; background: #f2f2f2 !important; background: rgba(0, 0, 0, 0.06) !important; border: 0 none !important; -webkit-box-shadow: inset 0 0 12px 4px #fff; box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after { content: '!'; visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper { -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header { position: relative; padding: 5px 8px; border-bottom: 1px solid #d0d0d0; background: #f8f8f8; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close { position: absolute; right: 8px; top: 50%; color: #303030; opacity: 0.4; margin-top: -12px; line-height: 20px; font-size: 20px !important; }

    .selectize-dropdown-header-close:hover { color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup { border-right: 1px solid #f2f2f2; border-top: 0 none; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child { border-right: 0 none; }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before { display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header { border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] { position: relative; padding-right: 24px !important; }

    .selectize-control.plugin-remove_button [data-value] .remove { z-index: 1; /* fixes ie bug (see #392) */ position: absolute; top: 0; right: 0; bottom: 0; width: 17px; text-align: center; font-weight: bold; font-size: 12px; color: inherit; text-decoration: none; vertical-align: middle; display: inline-block; padding: 2px 0 0 0; border-left: 1px solid #0073bb; -webkit-border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

        .selectize-control.plugin-remove_button [data-value] .remove:hover { background: rgba(0, 0, 0, 0.05); }

    .selectize-control.plugin-remove_button [data-value].active .remove { border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove { border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single { position: absolute; right: 0; top: 0; font-size: 23px; }

.selectize-control { position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input { color: #303030; font-family: inherit; font-size: 13px; line-height: 18px; -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active { background: #fff; cursor: text; display: inline-block; }

.selectize-input { border: none; display: inline-block; overflow: hidden; position: relative; box-sizing: border-box; width: 100%; z-index: 1; }

    .selectize-input.full { background-color: #fff; }

    .selectize-input.disabled,
    .selectize-input.disabled * { cursor: default !important; }

    .selectize-input > * { vertical-align: baseline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; }

.selectize-control.multi .selectize-input > div { cursor: pointer; margin: 0 3px 3px 0; padding: 2px 6px; background: #1da7ee; color: #fff; border: 1px solid #0073bb; }

    .selectize-control.multi .selectize-input > div.active { background: #92c836; color: #fff; border: 1px solid var(--blue2); }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active { color: #ffffff; background: #d2d2d2; border: 1px solid #aaaaaa; }

.selectize-input > input { display: inline-block !important; padding: 0 !important; min-height: 0 !important; max-height: none !important; max-width: 100% !important; margin: 0 1px !important; text-indent: 0 !important; border: 0 none !important; background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

    .selectize-input > input::-ms-clear { display: none; }

    .selectize-input > input:focus { outline: none !important; }

.selectize-input::after { content: ' '; display: block; clear: left; }

.selectize-input.dropdown-active::before { content: ' '; display: block; position: absolute; background: #f0f0f0; height: 1px; bottom: 0; left: 0; right: 0; }

.selectize-dropdown { position: absolute; z-index: 10; border: 1px solid #d0d0d0; background: #fff; margin: -1px 0 0 0; border-top: 0 none; box-sizing: border-box; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

    .selectize-dropdown [data-selectable] { cursor: pointer; overflow: hidden; }

        .selectize-dropdown [data-selectable] .highlight { background: rgba(125, 168, 208, 0.2); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }

    .selectize-dropdown .option,
    .selectize-dropdown .optgroup-header { padding: 5px 8px; }

    .selectize-dropdown .option,
    .selectize-dropdown [data-disabled],
    .selectize-dropdown [data-disabled] [data-selectable].option { cursor: inherit; opacity: 0.5; }

    .selectize-dropdown [data-selectable].option { opacity: 1; }

    .selectize-dropdown .optgroup:first-child .optgroup-header { border-top: 0 none; }

    .selectize-dropdown .optgroup-header { color: #303030; background: #fff; cursor: default; }

    .selectize-dropdown .active { background-color: var(--blue); color: #fff; }

        .selectize-dropdown .active.create { color: var(--gray); }

    .selectize-dropdown .create { color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content { overflow-y: auto; overflow-x: hidden; max-height: 200px; -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input { cursor: pointer; }

    .selectize-control.single .selectize-input.input-active,
    .selectize-control.single .selectize-input.input-active input { cursor: text; }

    .selectize-control.single .selectize-input:after { content: ' '; display: block; position: absolute; top: 50%; right: 15px; margin-top: -3px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #808080 transparent transparent transparent; }

    .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-width: 0 5px 5px 5px; border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after { left: 15px; right: auto; }

.selectize-control.rtl .selectize-input > input { margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled { opacity: 0.5; background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items { }

.selectize-control.multi .selectize-input.disabled [data-value] { color: #999; text-shadow: none; background: none; -webkit-box-shadow: none; box-shadow: none; }

    .selectize-control.multi .selectize-input.disabled [data-value],
    .selectize-control.multi .selectize-input.disabled [data-value] .remove { border-color: #e6e6e6; }

        .selectize-control.multi .selectize-input.disabled [data-value] .remove { background: none; }

.selectize-control.multi .selectize-input [data-value] { text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3); box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03); background: linear-gradient(to bottom, #00c6da 0%,#00a6c4 0%); }

    .selectize-control.multi .selectize-input [data-value].active { background-color: #0085d4; background-image: linear-gradient(to bottom, var(--blue2) 0%, #0593ad 100%); }

.selectize-control.single .selectize-input { -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8); box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #fefefe, #f2f2f2); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single { border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header { padding-top: 7px; font-weight: bold; font-size: 0.85em; }

.selectize-dropdown .optgroup { border-top: 1px solid #f0f0f0; }

    .selectize-dropdown .optgroup:first-child { border-top: 0 none; }

#form_aside_upload { padding-top: 10px; }

.form-image-field-container { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; }

.form-image-field-img { max-width: 100%; object-fit: contain; max-height: 4.5rem; }

.form-image-field-input-full { width: 100%; }

.form-image-field-input-partial { width: 90%; }

@media (max-width: 650px) {
    .form-image-field-img { width: 100vw; max-height: 100%; }

    .form-image-field-input-partial { width: 100%; }
}

.column-select-alignment {
    margin-top: 9px;
    margin-bottom: -9px;
}

.advsearch-title {
    padding-right: 5px;
    max-width: 600px;
}

.select-column-min-width {
    min-width: 120px;
}