#wpcontent {
    background: #fff;
}

.inventorywrap .wpinventory-add-container {
    margin-top: 15px;
}

.inventorywrap * {
    vertical-align: top;
}

.inventorywrap #inventory_search span,
.inventorywrap #inventory_search input[type="text"],
.inventorywrap #inventory_search select,
.inventorywrap #inventory_search label {
    font-size: 13px;
}

.inventorywrap #inventory_search label {
    margin-right: 4px;
}

.inventorywrap #inventory_search span + span {
    margin-left: 15px;
}

.inventorywrap #inventory_search .search {
    font-size: 12px;
    color: inherit;
    background-color: transparent;
}

.inventorywrap th {
    padding: 10px 10px 10px 0;
}

.inventorywrap td {
    padding: 10px;
}

.inventorywrap td h3,
.inventorywrap th h3 {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.inventorywrap textarea {
    width: 500px;
    height: 100px;
}

.inventorywrap .grid {
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.inventorywrap a.delete,
.inventorywrap a[class*="delete-"] {
    color: #900;
}

.inventorywrap .mediasortable {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    min-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.inventorywrap .media-container:empty {
    display: none;
}

.inventorywrap .imagewrapper,
.inventorywrap .imageplaceholder {
    border: 1px solid #ccc;
    padding: 11px 11px 10px 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin: 0 5px 5px 0;
    vertical-align: top;
    cursor: crosshair;
}

.inventorywrap .imagecontainer {
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}

.inventorywrap div.mediacontainer {
    line-height: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 12px 20px 0 0;
    padding: 5px 10px;
    position: relative;
}

.inventorywrap div.mediacontainer p {
    margin: 5px 0;
}

.inventorywrap div.mediacontainer p.media_url {
    font-size: 12px;
    color: #888;
    line-height: 15px;
    margin-top: 0;
    vertical-align: baseline;
}

.inventorywrap div.mediacontainer p.media_url label {
    margin-right: 5px;
    vertical-align: baseline;
}

.inventorywrap .imagecontainer img {
    height: 100px;
    width: auto;
}

.inventorywrap .ui-sortable-placeholder {
    visibility: visible !important;
    border: 2px dashed #ccc;
    background: #eee;
    padding: 10px 10px 9px 9px;
}

.inventorywrap .sortable-handle {
    color: #666;
}

.inventorywrap .ui-sortable-helper {
    opacity: .7;
}

.inventorywrap .media-container a.delete {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-filter: "alpha(opacity=60)"; /* IE8 */
    filter: alpha(opacity=60); /* Old IE */
    -khtml-opacity: 0.60; /* Old Safari */
    -moz-opacity: 0.60; /* Old Firefox, Netscape */
    opacity: 0.60; /* Standard */
}

.inventorywrap .media-container a.delete:hover {
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
    filter: alpha(opacity=100); /* Old IE */
    -khtml-opacity: 1; /* Old Safari */
    -moz-opacity: 1; /* Old Firefox, Netscape */
    opacity: 1; /* Standard */
}

.inventorywrap .media-container .media-deleted {
    border: 1px dashed red;
    background: #fcc;
}

.inventorywrap .sortnotice {
    background: #ccc;
    font-weight: bold;
    color: #444;
    padding: 5px 10px;
    margin-top: 0;
}

.inventorywrap {
    /* background: #f1f1f1; */
    margin: 10px 20px 0 2px;
    /*font-size: 20px;*/
    line-height: normal;
}

.inventorywrap li {
    margin: 0 0 15px;
}

.hide_header h2 {
    display: none !important;
}

.wpim_header h2 {
    display: block;
    background: #1e9ee5 url(../images/admin-h-icon.png) 30px center no-repeat;
    color: white;
    margin: -10px -20px 10px -22px;
    padding: 10px 20px 10px 148px;
    height: 100px;
    line-height: 100px;
}

.wpim_header h2 span.support-and-version {
    float: right;
    margin-right: 30px;
    font-size: 13px;
    position: relative;
    width: 200px;
    display: block;
    line-height: 20px;
    text-align: right;
    height: 100px;
    min-width: 200px;
}

.wpim_header h2 span.support-and-version a {
    font-size: 35px;
    color: white;
    margin-left: 20px;
}

.wpim_header h2 span.support-and-version span.support {
    display: block;
    margin-top: 20px;
}

.wpim_header h2 span.support-and-version span.version {
    color: white;
    display: block;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.inventorywrap th {
    padding: 10px 10px 10px 0;
    text-align: left;
}

.inventorywrap td {
    padding: 10px;
}

.inventorywrap td h3,
.inventorywrap th h3 {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.inventorywrap textarea {
    width: 500px;
    height: 100px;
}

.theme_row {
    display: block;
    width: 100%;
}

.theme_row th,
.theme_row td {
    display: block;
    width: 100%;
}

.inventorywrap .theme_screenshot {
    display: block;
    height: auto;
    vertical-align: top;
    width: 100%;
}

.inventorywrap .grid {
    border-collapse: collapse;
    margin: 20px 0;
}

.inventorywrap tr.title {
    font-size: 15px;
}

.inventorywrap .grid td,
.inventorywrap .grid th {
    padding: 4px 8px;
}

.inventorywrap .grid td {
    border: 1px solid #ddd;
}

.inventorywrap th.name,
.inventorywrap td.name {
    width: 250px;
}

.inventorywrap th.number,
.inventorywrap td.number {
    text-align: right;
}

.inventorywrap tr.not_used th,
.inventorywrap tr.not_used th label,
.inventorywrap tr.not_used td span,
.inventorywrap tr.not_used input[type="text"] {
    color: #999;
    text-decoration: line-through;
}

.inventorywrap tr.not_used input[type="checkbox"] + label {
    color: #444;
    text-decoration: none;
}

.inventorywrap .grid td.action a {
    position: relative;
}

.inventorywrap .grid td.action a .dashicons,
.inventorywrap .grid td.action a .dashicons:before {
    margin: 0 0;
    font-size: 19px;
    text-decoration: none;
}

.inventorywrap .grid td.action a span.tip {
    display: none;
    position: absolute;
    background: black;
    color: white;
    left: -15px;
    top: -25px;
    height: 15px;
    line-height: 15px;
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 2px;
    white-space: nowrap;
}

.inventorywrap .grid td.action a span.tip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    top: 19px;
    left: 30%;
}

.inventorywrap .grid td.action a:hover span.tip {
    display: inline-block;
}

.inventorywrap .grid tr.title th {
    background: #ccc;
}

.inventorywrap .grid tr.title th strong {
    margin-left: 5px;
}

.inventorywrap .grid td,
.inventorywrap .grid th {
    padding: 10px;
}

.inventorywrap .grid td {
    border: 1px solid #ddd;
}

.inventorywrap .gridsmall td,
.inventorywrap .gridsmall th,
.inventorywrap .gridsmall input,
.inventorywrap .gridsmall select {
    font-size: .9em;
    line-height: 1.1em;
    padding: 3px 4px;
}

.inventorywrap th.name,
.inventorywrap td.name {
    width: 250px;
}

.inventorywrap th.number,
.inventorywrap td.number {
    text-align: right;
}

.inventorywrap tr.not_used th,
.inventorywrap tr.not_used th label,
.inventorywrap tr.not_used td span,
.inventorywrap tr.not_used input[type="text"] {
    color: #999;
    text-decoration: line-through;
}

.inventorywrap tr.not_used input[type="checkbox"] + label {
    color: #444;
    text-decoration: none;
}

.inventorywrap .grid td.action a {
    margin: 0 6px;
}

.inventorywrap .grid tr.title th {
    background: #ccc;
}

.inventorywrap .grid tr.title th strong {
    margin-left: 5px;
}

.inventorywrap a.delete {
    color: #900;
}

.inventorywrap .mediasortable {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    min-height: 20px;
    overflow: hidden;
}

.inventorywrap .imagewrapper,
.inventorywrap .imageplaceholder {
    border: 1px solid #ccc;
    padding: 11px 11px 10px 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin: 0 5px 5px 0;
    vertical-align: top;
    cursor: crosshair;
}

.inventorywrap .imagecontainer {
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}

.inventorywrap div.mediacontainer {
    line-height: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 12px 20px 0 0;
    padding: 5px 10px;
    position: relative;
}

.inventorywrap div.mediacontainer p {
    margin: 5px 0;
}

.inventorywrap div.mediacontainer p.media_url {
    font-size: 12px;
    color: #888;
    line-height: 15px;
    margin-top: 0;
    vertical-align: baseline;
}

.inventorywrap div.mediacontainer p.media_url label {
    margin-right: 5px;
    vertical-align: baseline;
}

.inventorywrap .imagecontainer img {
    height: 100px;
    width: auto;
}

.inventorywrap div.ui-sortable-placeholder {
    visibility: visible !important;
    border: 2px dashed #ccc;
    background: #eee;
    padding: 10px 10px 9px 9px;
}

.inventorywrap .ui-sortable-helper {
    opacity: .7;
}

.inventorywrap .media-container a.delete {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-filter: "alpha(opacity=60)"; /* IE8 */
    filter: alpha(opacity=60); /* Old IE */
    -khtml-opacity: 0.60; /* Old Safari */
    -moz-opacity: 0.60; /* Old Firefox, Netscape */
    opacity: 0.60; /* Standard */
}

.inventorywrap .media-container a.delete:hover {
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
    filter: alpha(opacity=100); /* Old IE */
    -khtml-opacity: 1; /* Old Safari */
    -moz-opacity: 1; /* Old Firefox, Netscape */
    opacity: 1; /* Standard */
}

.inventorywrap .media-container .media-deleted {
    border: 1px dashed red;
    background: #fcc;
}

.inventorywrap .sortnotice {
    background: #ccc;
    font-weight: bold;
    color: #444;
    padding: 5px 10px;
    margin-top: 0;
}

.inventorywrap .inventory-config tr th {
    width: 270px;
}

.inventorywrap div.lists {
    overflow: auto;
    padding: 0;
    transition: padding-left .5ms;
    position: relative;
    max-width: 1200px;
}

.inventorywrap div.display_setting_fields {
    background: transparent url(../images/drag_drop_arrow.png) 20% 0 no-repeat;
    padding-top: 55px;
}

.inventorywrap .wpim_available_display_fields {
    width: 30%;
    display: inline-block;
}

.inventorywrap .list_available li .remove {
    display: none;
}

.inventorywrap .wpim_field_views {
    display: inline-block;
    width: calc(69% - 30px);
    padding: 0 0 0 30px;
}

.inventorywrap .list-wide {
    width: 38%;
    max-width: 38%;
}

.inventorywrap .list_selected {
    border: 1px dashed #1e9ee5;
}

.inventorywrap .wpim_field_views .list ul {
     min-height: 0;
     max-height: 0;
     overflow: hidden;
     transition: max-height .5s ease;
 }

.inventorywrap .wpim_field_views .list.expanded ul {
    min-height: 200px;
    max-height: 2000px;
    padding-bottom: 40px;
}

.inventorywrap .wpim_field_views .add_all {
    display: none;
    padding: 10px 14px;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px dashed #1e9ee5;
}

.inventorywrap .wpim_field_views .expanded .add_all {
    display: block;
}

.inventorywrap .list h3 {
    background: #1e9ee5;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.inventorywrap .list h3::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    font-family: "dashicons";
    content: "\f347";
    transform: rotate(0);
    transition: transform .5s ease;
}

.inventorywrap .list.expanded h3::after {
    transform: rotate(180deg);
}

.inventorywrap .sortable {
    padding: 0;
    min-height: 200px;
    margin: 0;
}

.inventorywrap .sortable li {
    border: 1px solid #1e9ee5;
    display: block;
    width: auto;
    padding: 5px;
    margin: 1px 0 3px;
    border-radius: 5px;
    cursor: move;
    font-size: 12px;
    min-height: 17px;
    position: relative;
}

.inventorywrap .sortable li.ui-state-highlight {
    padding: 4px;
    border: 2px dashed #888;
    color: #888;
    background: white;
}

.inventorywrap .wpim_field_views .list .remove {
    color: red;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    opacity: .3;
}

.inventorywrap .wpim_field_views .list li:hover .remove {
    opacity: 1;
}

.inventorywrap .sortable .more-tag {
    border: 1px solid #1e9ee5;
    font-size: 20px;
    padding: 10px 20px !important;
    background: #1e9ee5 !important;
    color: #fff !important;
}

.inventorywrap .sortable .more-tag:before,
.inventorywrap .sortable .more-tag:after {
    border-bottom: 1px solid #fff !important;
}

div.wpinventory_pagination {
    text-align: right;
}

div.wpinventory_pagination span {
    float: left;
    color: #888;
}

div.wpinventory_pagination a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: white;
    background: #aaa;
    width: auto;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 2px;
    text-decoration: none;
    border: 1px solid transparent;
}

div.wpinventory_pagination a.page_prev {
    margin-right: 6px;
}

div.wpinventory_pagination a.page_next {
    margin-left: 4px;
}

div.wpinventory_pagination a.page_current {
    font-weight: bold;
    background: #444;
}

div.wpinventory_pagination a:hover {
    border: 1px solid #444;
    color: #444;
    background: #ccc;
}

.inventorywrap div.add_on {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 300px;
    height: 460px;
    border: 1px solid #aaa;
    padding: 0 10px 10px 10px;
    background: white;
    margin: 0 10px 10px 0;
}

.inventorywrap div.add_on_installed {
    opacity: .7;
}

.inventorywrap div.add_on h3 {
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    margin: 0 -10px 10px;
    padding: 10px 20px;
}

.inventorywrap .inventory-config h3 {
    text-decoration: underline;
}

.inventorywrap .inventory-config th h4 {
    display: inline-block;
    font-size: 1.10em;
    text-decoration: underline;
    padding-bottom: 0;
    margin-bottom: 0;
}

.inventorywrap div.add_on .image {
    overflow: hidden;
    height: 250px;
    text-align: center;
    position: relative;
}

.inventorywrap div.add_on .image span {
    position: absolute;
    top: 50%;
    left: 35px;
    right: 35px;
    font-size: 25px;
    background: rgba(0, 90, 0, .7);
    color: white;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    margin-top: -19px;
}

.inventorywrap div.add_on img {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 auto;
    width: 250px;
    height: auto;
}

.inventorywrap div.add_on div.description {
    height: 100px;
    overflow: hidden;
}

.inventorywrap div.add_on p.learn_more {
    text-align: center;
}

.inventorywrap div.add_on p.learn_more a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 auto;
    padding: 8px 16px;
    background: #090;
    border: 1px solid #090;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.inventorywrap div.add_on p.learn_more a:hover {
    background: #0a0;
}

.inventorywrap form.donate {
    float: right;
    margin-bottom: -40px;
}

tr.license_keys td:first-child {
    vertical-align: top;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.form-table td p.license {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 5px;
}

.form-table td p.license_valid {
    background: #080;
}

.form-table td p.license_invalid {
    background: #800;
}

form.inventory-config {
    position: relative;
}

.wpim_tabs {
    margin-top: 10px;
    padding: 0 15px;
    border-bottom: 1px solid #aaa;
}

form.inventory-config .wpim_tabs {
    padding: 0;
    border-bottom: 1px solid #aaa;
    width: 25%;
    display: inline-block;
}

.wpim_main_content {
    width: calc(74% - 25px);
    display: inline-block;
    padding: 0 0 0 25px;
}

.wpim_tabs a {
    outline: 0;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #aaa;
    box-shadow: none;
    padding: 5px 10px;
    background: #ccc;
    text-decoration: none;
    margin-right: -1px;
    border-bottom: 1px solid #ccc;
}

form.inventory-config .wpim_tabs a {
    padding: 10px;
    background: #fff;
    color: #000;
    display: block;
    transition: font-size .2s ease;
    border: none;
}

.wpim_tabs a.active {
    background: transparent;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 7px 15px;
}

form.inventory-config .wpim_tabs a.active,
form.inventory-config .wpim_tabs a:hover {
    font-size: 1.2rem;
    border: none;
    font-weight: 400;
}

form.inventory-config .wpim_tabs a.active {
    background: #349ce4;
    color: #fff;
}

.wpim_subtabs {
    display: none;
}

.wpim_subtabs.active {
    display: block;
}

.wpim_subtabs a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 0;
    font-size: 16px;
}

.wpim_subtabs a.active {
    font-weight: bold;
}

input[type="checkbox"].toggle-switch {
    display: none;
}

input[type="checkbox"].toggle-switch + .toggle-container {
    display: none;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

input[type="checkbox"].toggle-switch:checked + .toggle-container {
    display: block;
    -webkit-animation: slideDown .5s;
    -moz-animation: slideDown .5s;
    -o-animation: slideDown .5s;
    animation: slideDown .5s;
}

h1 .wpim-toggle-section,
h2 .wpim-toggle-section,
h3 .wpim-toggle-section,
h4 .wpim-toggle-section,
h5 .wpim-toggle-section {
    font-size: 12px;
    margin-left: 10px;
}

.wpim_notice {
    border: 1px solid black;
    border-left: 6px solid black;
    background: white;
    margin: 5px 0;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px #aaa;
}

.wpim_error,
.wpim_danger,
.inventorywrap .grid .wpim_error,
.inventorywrap .grid .wpim_danger {
    border-left: 6px solid red;
}

.wpim_warning,
.inventorywrap .grid .wpim_warning {
    border-left: 6px solid #ffa500;
}

.wpim_success,
.inventorywrap .grid .wpim_success {
    border-left: 6px solid green;
}

.wpim_status_notice {
    position: relative;
    padding-left: 50px;
}

.wpim_status_notice:before {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 26px;
    font-family: dashicons;
}

.wpim_status_notice.wpim_error:before,
.wpim_status_notice.wpim_danger:before {
    color: #aa0000;
    content: "\f534";
}

.wpim_status_notice.wpim_warning:before {
    color: #ffa500;
    content: "\f227";
}

.wpim_status_notice.wpim_success:before {
    color: #00aa00;
    content: "\f147";
}

.wpim-widefat {
    width: 90%;
}

.button-small + input[type="text"] {
    margin-top: -1px;
}

.wpim-status-panel {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    border: 2px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 0 4px #888;
    background: white;
    margin: 0 10px 20px;
}

.wpim-status-panel h3 {
    margin: -7px -15px 8px;
    padding: 0 15px 8px;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

.wpim-status-panel .status-primary {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 0;
}

.wpim-status-panel .status-primary p {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    width: auto;
    min-width: 60px;
    height: 60px;
    line-height: 57px;
    border-radius: 60px;
    color: white;
    font-size: 50px;
    font-weight: bold;
}

.wpim-status-panel .status-primary span {
    display: block;
    font-size: 11px;
    max-width: 90%;
    margin: 3px auto 0;
    line-height: 13px;
}

.wpim-status-panel .status-related {
    display: inline-block;
    margin-left: 3px;
}

.wpim-status-panel .status-related p {
    font-size: 12px;
    color: #444;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.wpim-status-panel .status-related p span {
    font-weight: bold;
}

.wpim-status-panel .status-related p:nth-child(1) {
    margin-left: -2px;
}

.wpim-status-panel .status-related p:nth-child(2) {
    margin-left: 5px;
}

.wpim-status-panel .status-related p:nth-child(3) {
    margin-left: 7px;
}

.wpim-status-panel .status-related p:nth-child(4) {
    margin-left: 0;
}

.wpim-status-success {
    border-color: green;
}

.wpim-status-success .status-primary p {
    background: green;
}

.wpim-status-warning {
    border-color: #ffa500;
}

.wpim-status-warning .status-primary p {
    background: #ffa500;
}

.wpim-status-danger {
    border-color: #aa0000;
}

.wpim-status-danger .status-primary p {
    background: #aa0000;
}

tr.warning td {
    background: #fdd;
    border: 1px solid #fba0a0 !important;
}

.wpim-tooltip {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    line-height: normal;
    cursor: pointer;
}

.wpim-tooltip:after {
    font-family: Dashicons;
    font-size: 19px;
    content: "\f223";
    position: absolute;
    top: 0;
    right: 0;
}

.wpim-tooltip span {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: black;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    max-width: 250px;
    width: 30vw;
    z-index: 255555;
}

.wpim-tooltip span:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    z-index: 255555;
}

.wpim-tooltip:hover span,
.wpim-tooltip:hover span:before {
    display: inline-block;
}

#inventory_item_form .sub-entry {
    border: 1px solid #aaa;
    padding: 0 10px;
    box-shadow: 0 0 5px #aaa;
    background: white;
}

.inventorywrap .dashicons-spin {
    display: inline-block;
    -webkit-animation: spinner-loader 2s infinite linear; /* Safari 4+ */
    -moz-animation: spinner-loader 2s infinite linear; /* Fx 5+ */
    -o-animation: spinner-loader 2s infinite linear; /* Opera 12+ */
    animation: spinner-loader 2s infinite linear;
}

/*  Columns  */

.wpim_column_row {
    clear: both;
    padding: 30px 0;
}

.wpim_column {
    float: left;
}

.wpim_column div.list {
    width: 100%;
    max-width: none;
}

.wpim_last_column {
    margin: 0 0 30px !important;
}

.wpim_one_quarter {
    width: 20.5%;
    margin: 0 6.5% 30px 0;
}

.wpim_one_third {
    width: 30%;
    margin: 0 5% 30px 0;
}

.wpim_one_half {
    width: 42%;
    margin: 0 8% 30px 0;
}

.wpim_three_quarter {
    width: 70%;
    margin: 0 10% 30px 0;
}

.wpim_setting_omitted {
    font-style: italic;
    color: #666;
}

/*  End columns  */

@-webkit-keyframes slideDown {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        -webkit-transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
    }
}

@-moz-keyframes slideDown {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        -moz-transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -moz-transform: scaleY(1);
    }
}

@-o-keyframes slideDown {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        -o-transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -o-transform: scaleY(1);
    }
}

@keyframes slideDown {
    0% {
        display: none;
        opacity: 0;
        max-height: 0;
    }
    1% {
        display: block;
        opacity: 0;
        transform: scaleY(0);
        max-height: 1000px;
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@-moz-keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.not_the_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  Media Queries  */

@media only screen and (max-width: 700px) {
    form.inventory-config {
        padding-left: 0;
    }

    form.inventory-config .wpim_tabs {
        display: block;
        max-width: none;
        position: relative;
        top: unset;
        left: unset;
    }
}

@media only screen and (max-width: 890px) {
    /*  This is where EVERYTHING breaks down to one column  */
    .wpim_one_quarter,
    .wpim_three_quarter {
        width: 46.7%;
    }
}

@media only screen and (max-width: 550px) {
    /*  This is where EVERYTHING breaks down to one column  */
    .wpim_one_quarter,
    .wimone_third,
    .wpim_one_half,
    .wpim_one_quarter + .wpim_three_quarter {
        clear: both !important;
        width: 100% !important;
        margin: 0 0 30px !important;
        padding: 0 !important;
        float: none !important;
        display: block !important;
    }
}

