/* Colors
Light Grey (BG) - #ededed - rgba(237, 237, 237, 1)
Silver (Borders) - #d9d9d9 - rgba(217, 217, 217, 1)
Grey (Main Text) - #4f4f4f - rgba(79, 79, 79, 1)
Full Blue - #1890ff - rgba(24, 144, 255, 1)
Blue - #40a9ff - rgba(64, 169, 255, 1)
Full Red - ##ff4d4f - rgba(255, 77, 79, 1)
Red - #ff7875 - rgba(255, 120, 117, 1)
Green - #389e0d - rgba(56, 158, 13, 1)
Yellow - #ffec3d - rgba(255, 236, 61, 1)
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

/* Reset */
html, body { margin: 0; padding: 0; }
a { text-decoration: none; transition: 0.5s; }
a:hover { text-decoration: none; transition: 0.5s; }

/* CepTech Base Classes */
body { font-family: 'Nunito', sans-serif; font-size: 14px; color: #4f4f4f; background-color: #ededed; }

.vert-center .t { display: table; width: 100%; height: 100vh; }
.vert-center .t .r { display: table-row; }
.vert-center .t .r .c { display: table-cell; vertical-align: middle; }

a { color: #1890ff; }
span.primary { color: #1890ff; }
span.danger { color: #ff7875; }
span.positive { color: #389e0d; }
span.warning { color: #ffec3d; }
span.italic { font-style: italic; }

input.primary { background-color: rgba(24, 144, 255, 0.1); }
input.danger { background-color: rgba(255, 120, 117, 0.1); }
input.positive { background-color: rgba(56, 158, 13, 0.1); }
input.warning { background-color: rgba(255, 236, 61, 0.1); }

.empty { position: relative; display: block; width: 100%; text-align: center; }
.empty i { position: absolute; left: 50%; top: 0; margin-left: -24px; font-size: 48px; opacity: 0.08; }
.empty span { display: block; padding: 16px 0; opacity: 0.6; }

.card { padding: 16px; border-radius: 4px; background-color: #FFF; overflow: hidden; box-shadow: 0 0 0 0.5px rgba(0,0,0,.05), 0 2px 5px 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 2px 0 rgba(0,0,0,.1); }
.card.title-only { margin-bottom: 16px !important; padding-bottom: 0; }
.card.has-tabs { box-shadow: 0px 4px 5px 0.25px rgba(0,0,0,.1); }
a.card:hover { background-color: #323031; border-color: #DDD42A; transition: 0.5s; }
.card .image { display: block; width: calc(100% + 32px); margin: -16px 0 8px -16px; padding: 0 0 80px 0; background-position: center center; }
.card .card-title { position: relative; display: block; width: calc(100% + 32px); margin: -16px 0 8px -16px; padding: 8px 16px; border-bottom: 1px solid #d9d9d9; font-size: 16px; }
.card .card-title.large { padding: 12px 16px; font-size: 16px; }
.card.title-only .card-title { margin-bottom: 0; border-bottom: 0; }
.card .card-title i { display: inline-block; vertical-align: middle; }
.card .card-title span { display: inline-block; vertical-align: middle; padding: 2px 0 0 4px; }
.card .card-title span.inline { vertical-align: top; padding: 0 0 0 0; }
.card .card-title a.anchor-right { position: absolute; top: 8px; right: 8px; }
.card .card-content { display: block; width: 100%; }
.card.has-tabs .card-content { padding-top: 32px; }
.card.has-tabs .card-content { display: none; }
.card.has-tabs .card-content.active { display: block; }
.card .card-content table { margin-top: 16px; }
.card .card-item { display: block; width: 100%; color: #4f4f4f; padding: 4px 0; border-radius: 4px; border-bottom: 1px solid rgba(217, 217, 217, 0.3); }
.card .card-item:last-child { border-bottom: 0; }
.card .card-item:hover { width: 100%; padding-left: 8px; background-color: rgba(64, 169, 255, 0.1); }
.card .card-item h5 { margin: 0 0 0 0; padding: 2px 0; font-size: 14px; font-weight: 400; }
.card .card-item p { margin: 0 0 0 0; padding: 2px 0; font-size: 12px; font-weight: 400; opacity: 0.6; }
.card .card-tabs { display: block; width: calc(100% + 33px); margin: -16px; margin-left: -17px; background-color: #ededed; }
.card .card-tabs .tab { display: inline-block; vertical-align: top; padding: 16px; border-radius: 4px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; background-color: #ecf6ff; cursor: pointer; transition: 0.5s; }
.card .card-tabs .tab.active,
.card .card-tabs .tab:hover { background-color: #FFF; color: #1890ff; transition: 0.5s; }
.card .card-title form.filters .field { display: inline-block; vertical-align: top; width: auto; }

body.dashboard .card-container .card .card-content { min-height: 259px; }

.field { position: relative; display: block; width: 100%; margin: 16px 0; }
.field:last-child { margin-bottom: 0px; }
.field.align-center { text-align: center; }
.field .label { position: relative; display: block; width: 100%; margin: 4px 0; font-size: 12px; }
.field .input { position: relative; }
.field .input input:not(.button),
.field .input select { display: block; width: 100%; margin: 0 0 0 0; padding: 4px 8px; border: 1px solid #d9d9d9; border-radius: 4px; color: #4f4f4f; font-size: 14px; font-family: 'Nunito', sans-serif; transition: all 0.5s; line-height: 1.5; outline: 0 !important; }
.field .input input[type="checkbox"] { width: 16px; height: 16px; margin-top: 4px; }
.field .input textarea { display: block; width: 100%; min-height: 200px; margin: 0 0 0 0; padding: 4px 8px; border: 1px solid #d9d9d9; border-radius: 4px; color: #4f4f4f; font-size: 14px; font-family: 'Nunito', sans-serif; transition: all 0.5s; line-height: 1.5; outline: 0 !important; }
.field .input.has-icon input { width: 100%; padding-left: 34px; }
.field .input input:not(.button):hover,
.field .input input:not(.button):focus,
.field .input input:not(.button):active { border-color: #40a9ff; }
.field .input > i.material-icons { position: absolute; left: 8px; top: 7px; transition: translateY(-50%); font-size: 18px; color: #4f4f4f; pointer-events: none; }

.field .input input.error,
.field .input textarea.error,
.field .input select.error { background-color: #fff1f1; color: #615353; border-color: #ff7875; }

.button { position: relative; margin: 0 0 0 0; padding: 4px 16px; border: 1px solid #d9d9d9; border-radius: 4px; background-color: #FFF; color: #4f4f4f; text-decoration: none !important; transition: all 0.5s; cursor: pointer; line-height: 1.5; font-size: 14px; font-family: 'Nunito', sans-serif; outline: 0 !important; }
.button.has-icon { padding-left: 34px; }
.button.has-icon.icon-right { padding-right: 34px; padding-left: 16px; }
.button > i.material-icons { position: absolute; left: 8px; top: 5px; transition: translateY(-50%); font-size: 18px; color: #4f4f4f; pointer-events: none; transition: color 0.5s; }
.button.icon-right > i.material-icons { position: absolute; left: auto; right: 6px; top: 5px; transition: translateY(-50%); font-size: 18px; color: #4f4f4f; pointer-events: none; transition: color 0.5s; }

.button:hover,
.button:focus,
.button:active { border-color: #40a9ff; color: #40a9ff; }
.button:hover > i.material-icons,
.button:focus > i.material-icons,
.button:active > i.material-icons  { color: #40a9ff; }

.button.primary { background-color: #1890ff; border-color: #1890ff; color: #FFF; }
.button.primary > i.material-icons { color: #FFF; }
.button.primary:hover,
.button.primary:focus,
.button.primary:active { background-color: #40a9ff; border-color: #40a9ff; }

.button.danger { background-color: #ff4d4f; border-color: #ff4d4f; color: #FFF; }
.button.danger > i.material-icons { color: #FFF; }
.button.danger:hover,
.button.danger:focus,
.button.danger:active { background-color: #ff7875; border-color: #ff7875; }

.button.positive { background-color: #389e0d; border-color: #389e0d; color: #FFF; }
.button.positive > i.material-icons { color: #FFF; }
.button.positive:hover,
.button.positive:focus,
.button.positive:active { background-color: #73d13d; border-color: #73d13d; }

.button.excel { background-color: #107c41; border-color: #107c41; color: #FFF; }
.button.excel > i.material-icons { color: #FFF; }
.button.excel:hover,
.button.excel:focus,
.button.excel:active { background-color: #21a366; border-color: #21a366; }

.button-container { display: inline-block; margin: -2px; }
.button-container.align-right { display: block; max-width: none !important; text-align: right; }
.button-container .button { display: inline-block; margin: 2px; }
.button-container .inline { display: inline-block !important; width: auto !important; margin: 2px; }

.chip { display: inline-block; min-width: 80px; padding: 4px 16px; border-radius: 4px; background-color: #1890ff; color: #FFF; text-align: center; }
.chip.primary { background-color: #1890ff; }
.chip.positive { background-color: #389e0d; }
.chip.danger { background-color: #ff4d4f; }

.avatar { border-radius: 50%; background-size: cover; background-position: center center; }

body > .notifications-wrapper { display: none; }
body > .notifications-overlay { position: absolute; top: 0; right: 0; width: calc(100%); max-width: 400px; padding: 24px; overflow: hidden; }
body > .notifications-overlay.empty { display: none; padding: 0; }
body > .notifications-overlay .notification { position: relative; display: block; margin: 16px 0; transition: 1s; animation: slide-left 0.5s forwards; }
body > .notifications-overlay .notification::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.0); z-index: 0; }
body > .notifications-overlay .notification:first-child { margin-top: 0; }
body > .notifications-overlay .notification:last-child { margin-bottom: 0; }
body > .notifications-overlay .notification .title { font-size: 16px; }
body > .notifications-overlay .notification a.close { position: absolute; top: 8px; right: 8px; color: #4f4f4f; }

body > .notifications-overlay .notification.primary::before { background-color: rgba(64, 169, 255, 0.1); }
body > .notifications-overlay .notification.danger::before { background-color: rgba(255, 120, 117, 0.1); }
body > .notifications-overlay .notification.warning::before { background-color: rgba(255, 236, 61, 0.1); }
body > .notifications-overlay .notification.positive::before { background-color: rgba(56, 158, 13, 0.1); }

body > .notifications-overlay .notification.closing { left: auto; animation: slide-right 0.5s forwards; }

/* Login Page */
body.login form.login { display: block; width: 100%; max-width: 460px; margin: 0 auto; padding: 32px; }
body.login form.login h1 { margin: 8px 0; font-size: 28px; text-align: center; }

/* Dashboard */
.header { display: inline-block; vertical-align: top; width: 160px; max-width: 160px; height: 100vh; margin: 0 -3px 0 0; border-right: 1px solid #d9d9d9; background-color: #FFF; }
.header .wrapper { display: block; width: 100%; height: 100vh; }
.header a { display: block; color: #4f4f4f; text-decoration: none; transition: 0.5s; }
.header a:hover { background-color: rgba(64, 169, 255, 0.1); }
.header .project { padding: 8px 0; }
.header .project h2 { margin: 0 0 0 0; padding: 8px 0 4px 0; font-size: 1.5em; text-align: center; }
.header .project h5 { margin: 0 0 0 0; padding: 0 0 8px 0; font-size: 0.83em; text-align: center; }
.header .user { padding: 8px; }
.header .user .avatar { display: inline-block; vertical-align: middle; width: 24px; height: 24px; margin: 0 -3px 0 0; }
.header .user .username { display: inline-block; vertical-align: middle; width: calc(100% - 24px); max-width: calc(100% - 24px); margin: 0 -3px 0 0; padding-left: 8px; text-align: left; font-size: 12px; overflow: hidden; text-overflow: ellipsis; }
.header .mobile-navigation { display: none; }
.header .spacer { display: block; padding: 4px 0; }
.header ul.navigation { display: block; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; }
.header ul.navigation li { position: relative; display: block; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; }
.header ul.navigation li.has-submenu::after { content: ""; position: absolute; top: 50%; margin-top: -2px; right: 8px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #4f4f4f; opacity: 0.6; }
.header ul.navigation li a { display: block; width: 100%; margin: 0 0 0 0; padding: 4px 8px; font-size: 12px; }
.header ul.navigation li:hover > a { background-color: rgba(64, 169, 255, 0.1); }
.header ul.navigation li a i { display: inline-block; vertical-align: middle; }
.header ul.navigation li a span { display: inline-block; vertical-align: middle; padding-left: 8px; }
.header ul.navigation li > ul { position: absolute; display: none; top: 0; left: 100%; width: 100%; max-width: 160px; margin: 0; padding: 0; background-color: #FFF; border-right: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; z-index: 99; }
.header ul.navigation li:hover > ul { display: block; }

.admin-content { display: inline-block; vertical-align: top; width: calc(100% - 162px); height: 100vh; margin: 0 -3px 0 0; overflow-y: auto; }
.admin-content .wrapper { display: block; width: 100%; padding: 24px; }
.admin-content .dashboard { display: flex; justify-content: flex-start; width: calc(100% + 32px); align-items: stretch; flex-wrap: wrap; margin: -16px; }
.admin-content .dashboard .card-container { width: calc(100% / 4); padding: 8px; }
.admin-content .dashboard .card-container .card { width: 100%; }

.admin-content .content-nav { margin: -8px; margin-bottom: 24px; }
.admin-content .bg-container { margin: -8px; }

.pagination { display: block; width: 100%; margin: -4px; }
.pagination a { display: inline-block; vertical-align: middle; min-width: 28px; margin: 4px; padding: 4px 6px; border: 1px solid #d9d9d9; border-radius: 6px; background-color: #fafafa; text-align: center; transition: 0.5s; }
.pagination a.on,
.pagination a:hover { border-color: #1890ff; background-color: #1890ff; color: #FFF; }
.pagination a.arrow { padding: 4px 4px 0 4px; }
.pagination a.arrow i { font-size: 20px; }

.archive table { display: table; width: 100%; max-width: 100%; }
.archive table tr td { padding: 12px; border-bottom: 1px solid #e8e8e8; transition: 0.5s; }
.archive table tr:last-child td { border-bottom: 0; }
.archive table thead tr td { background-color: #ededed; font-weight: 600; }
.archive table tbody tr:hover td { background-color: rgba(64, 169, 255, 0.1) !important; }
.archive table.striped tbody tr:nth-child(even) td { background-color: #fafafa; }
.archive table tbody td.center { text-align: center; }
.archive table tbody td.empty { display: table-cell; width: auto; background-color: #fafafa; }
.archive table tbody td.empty i { top: 10px; }
.archive table tbody tr.row-pagination td { padding-right: 56px; text-align: right; }
.archive table tbody tr td span.label { display: none; }
.archive table tbody tr td .action.drag { cursor: grab; text-align: center; }
.archive table .sortable-ghost { opacity: 0; }

.archive table tbody tr td.highlight-primary { background-color: rgba(64, 169, 255, 0.1) !important; }
.archive table tbody tr:nth-child(even) td.highlight-primary { background-color: rgba(64, 169, 255, 0.15) !important; }
.archive table tbody tr:hover td.highlight-primary { background-color: rgba(64, 169, 255, 0.05) !important; }

.archive table tbody tr td.highlight-danger { background-color: rgba(255, 120, 117, 0.1) !important; }
.archive table tbody tr:nth-child(even) td.highlight-danger { background-color: rgba(255, 120, 117, 0.15) !important; }
.archive table tbody tr:hover td.highlight-danger { background-color: rgba(255, 120, 117, 0.05) !important; }

.archive table tbody tr td.highlight-warning { background-color: rgba(255, 236, 61, 0.1) !important; }
.archive table tbody tr:nth-child(even) td.highlight-warning { background-color: rgba(255, 236, 61, 0.15) !important; }
.archive table tbody tr:hover td.highlight-warning { background-color: rgba(255, 236, 61, 0.05) !important; }

.archive table tbody tr td.highlight-positive { background-color: rgba(56, 158, 13, 0.1) !important; }
.archive table tbody tr:nth-child(even) td.highlight-positive { background-color: rgba(56, 158, 13, 0.15) !important; }
.archive table tbody tr:hover td.highlight-positive { background-color: rgba(56, 158, 13, 0.05) !important; }

.card.single { display: inline-block; min-width: 800px; }
.single-fields { display: block; width: 100%; padding: 0; }
.single-fields .field { display: block; width: 100%; padding: 0 0; }
.single-fields .field .label { display: inline-block; vertical-align: top; width: 20%; margin: 0 -3px 0 0; padding: 4px 16px 0 0; }
.single-fields .field.required > .label::after { content: " *"; color: #ff7875; }
.single-fields .field .input { display: inline-block; vertical-align: top; width: 80%; margin: 0 -3px 0 0; padding: 0 0 0 16px; }
.single-fields .field .input.right { text-align: right; }
.single-fields .field .input.ceptech-editor { display: block; width: 100%; margin: 0 0 0 0; padding: 16px 0; }
.single-fields .field .input > * { max-width: 640px; }
.single-fields .field .input .image-previewer { display: inline-block; margin: 8px 0; padding: 16px; background-color: #ededed; border: 1px solid #d9d9d9; border-radius: 6px; }
.single-fields .field .input .image-previewer .avatar { display: block; width: 64px; height: 64px; }
.single-fields .field .input .button { display: inline-block; width: auto; }
.single-fields .field .input .half { display: inline-block; vertical-align: top; width: 49%; }
.single-fields .field .input .half:first-child { padding-right: 8px; }
.single-fields .field .input .half:last-child { padding-left: 8px; }
.single-fields .field .input .half .field { margin: 4px 0; }
.single-fields .field .input .half .field .label { display: block; }
.single-fields .field .input .half .field .input { display: block; padding: 4px 0; }
.single-fields .field + hr { max-width: 1120px; margin: 32px 0; border-color: #d9d9d9; }
.single-fields .change { display: block; margin: 8px 0; padding: 16px; background-color: #ededed; border-radius: 4px; }
.single-fields .warning { display: block; width: auto; max-width: 1120px; margin: 32px 0; padding: 8px; background-color: rgba(255, 120, 117, 0.1); }

.option { padding: 4px 0; }
.cep-checkbox { position: relative; display: inline-block; vertical-align: middle; }
.cep-checkbox input[type="checkbox"] { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; cursor: pointer; opacity: 0; }
.cep-checkbox .cep-checkbox-inner { position: relative; top: 0; left: 0; display: block; width: 16px; height: 16px; background-color: #FFF; border: 1px solid #d9d9d9; border-radius: 2px; border-collapse: separate; transition: all 0.3s; }
.cep-checkbox .cep-checkbox-inner::after { content: " "; position: absolute; top: 50%; left: 22%; display: table; width: 5.75px; height: 9.15px; border: 2px solid #FFF; border-top: 0; border-left: 0; transform: rotate(45deg) scale(0) translate(-50%, -50%); opacity: 0; transition: all .1s; }
.cep-checkbox.checked::after { content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #1890FF; border-radius: 2px; visibility: hidden; }
.cep-checkbox.checked .cep-checkbox-inner { background-color: #1890FF; border-color: #1890FF; }
.cep-checkbox.checked .cep-checkbox-inner::after { content: " "; position: absolute; display: table; border: 2px solid #FFF; border-top: 0; border-left: 0; transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s; }
.option label { display: inline-block; vertical-align: middle; padding: 1px 0 0 4px; cursor: pointer; }

.icon-text > * { display: inline-block; vertical-align: middle; }
.icon-text > i { margin-right: 4px; }

body.single .card-content > .empty { max-width: 400px; margin: 16px 0; padding: 16px 0; border-radius: 4px; background-color: #ecf6ff; }
body.single .card-content > .empty i { top: 16px }

img.file-thumb { width: 100%; max-width: 200px; height: auto; }

/* Media Queries */
@media all and (max-width: 1200px) {

	.admin-content .dashboard .card-container { width: calc(100% / 3); }

}

@media all and (max-width: 1023px) {

	body > .notifications-overlay { top: auto; bottom: 0; padding: 8px; }
	body > .notifications-overlay .notification { margin: 8px 0; }
	body > .notifications-overlay .notification .title { font-size: 14px; }
	body > .notifications-overlay .notification .content { font-size: 12px; }

	.header { position: fixed; display: block; width: 100%; max-width: 100%; height: auto; margin: 0 0 0 0; border-right: 0; border-bottom: 1px solid #d9d9d9; z-index: 99; }
	.header .wrapper { height: auto; }
	.header .project { display: inline-block; vertical-align: middle; width: 100%; max-width: 180px; padding: 8px 16px; border-right: 1px solid rgba(217, 217, 217, 0.4); }
	.header .project h2 { font-size: 16px; padding: 0 0 0 0; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.header .project h5 { font-size: 12px; padding: 0 0 0 0; text-align: left; }
	.header .mobile-navigation { position: absolute; top: 14px; right: 16px; display: inline-block; vertical-align: middle; color: #4f4f4f; }
	.header .mobile-navigation:hover { background-color: transparent !important; }
	.header .navigation-container { display: none; }
	.header .navigation-container.active { position: fixed; top: 54px; left: 0; display: block; width: 100%; height: 100%; overflow-y: auto; padding-bottom: 58px; background-color: #FFF; z-index: 99; }

	.header .spacer { border-top: 1px solid rgba(217, 217, 217, 0.4); padding: 0 0 0 0; }
	.header ul.navigation li:hover > ul { display: none; }
	.header ul.navigation li.has-submenu::after { top: 14px; }
	.header ul.navigation li.active.has-submenu::after { top: 16px; border-bottom: 0; border-right: 4px solid transparent; border-left: 4px solid transparent; border-top: 4px solid #4f4f4f; }
	.header ul.navigation li.active > ul { position: relative; background-color: rgba(237, 237, 237, 0.4); top: 0; left: 0; right: auto; display: block; max-width: 100%; padding-left: 8px; border-right: 0; border-top: 0; border-bottom: 0; }

	.card.single { width: calc(100% + 16px); min-width: auto; }

	.admin-content { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 0 0 0; padding-top: 54px; }

	.admin-content .dashboard .card-container { width: calc(100% / 2); }

	.archive *:not(.pinch-zoom) > table { display: block; width: 100%; }
	.archive *:not(.pinch-zoom) > table thead { display: none; }
	.archive *:not(.pinch-zoom) > table tbody { display: block; width: 100%; }
	.archive *:not(.pinch-zoom) > table tbody tr { position: relative; display: block; width: 100%; padding: 8px 0; }
	.archive *:not(.pinch-zoom) > table tbody tr td { display: block; width: 100%; padding: 8px; text-align: right !important; border-bottom: 0; }
	.archive *:not(.pinch-zoom) > table tbody tr td.empty { display: block; width: 100%; padding: 8px; text-align: center !important; }
	.archive *:not(.pinch-zoom) > table tbody tr td:not(.empty) span.label { position: absolute; display: block; left: 8px; font-size: 12px; font-weight: 600; }

}

@media all and (max-width: 768px) {

	body.login form.login { width: 80%; padding: 32px 24px; }

	.admin-content .dashboard .card-container { width: 100%; }

	.single-fields .field .label { display: block; width: 100%; padding: 4px 0; }
	.single-fields .field .input { display: block; width: 100%; padding: 4px 0; }
	.single-fields .field .input > * { max-width: 100%; }

}

@media all and (max-width: 480px) {

	.card .card-title.large { font-size: 14px; padding: 8px 16px; }
	.card .card-title.large a.anchor-right { font-size: 12px; top: 4px; }

	.archive table tbody tr td { padding-top: 32px; }
	.archive table tbody tr td span.label { position: absolute; left: 8px; margin-top: -24px; font-size: 12px; }

	.card .card-title > i { display: none; }

}

/* Animations */

@keyframes slide-left { 0% { left: 100%; } 100% { left: 0%; } }
@keyframes slide-right { 0% { right: 0%; } 100% { right: -100%; } }
