/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl');
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl#iefix') format('embedded-opentype'),
    url('../font/icomoon/fonts/icomoon.ttf?h7vcyl') format('truetype'),
    url('../font/icomoon/fonts/icomoon.woff?h7vcyl') format('woff'),
    url('../font/icomoon/fonts/icomoon.svg?h7vcyl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-abacus:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-thumb-down:before {
  content: "\e90d";
}
.icon-thumb-up:before {
  content: "\e90e";
}
.icon-store:before {
  content: "\e909";
}
.icon-dashboard:before {
  content: "\e90a";
}
.icon-logout:before {
  content: "\e900";
}
.icon-settings:before {
  content: "\e901";
}
.icon-ftp:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-users:before {
  content: "\e904";
}
.icon-category:before {
  content: "\e905";
}
.icon-article:before {
  content: "\e906";
}
.icon-pizza:before {
  content: "\e907";
}
.icon-money:before {
  content: "\e908";
}

body, html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.none {
	display: none !important;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}

.main {
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

nav.menu {
	width: 250px;
	background: red;
	height: 100%;
	float: left;
	position: fixed;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px -9px 1px -1px #f8fafb !important;
}

.button {
	border-radius: 4px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	background: rgba(106,227,195, 1) !important;
	color: rgba(255,255,255,.95) !important;
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
}

.button:hover {
	color: #fff !important;
	background: rgba(31, 184, 143, 1) !important;
}

.input.time input {
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="color"],
input[type="tel"],
input[type="time"],
input[type="number"],
textarea,
select {
	background: #fff !important;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	transition: all .35s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.small-col.checkbox-input label::before,
.small-col.checkbox-input label::after {
	top: 31px !important;
	left: 45px !important;
}

label.active::before {
	background: rgba(106,227,195, 1);
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

select {
	appearance: none;
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
}

label {
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 15px !important;
}

h1 {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	font-size: 28px !important;
}

form {
	margin-top: 15px;
}

.col {
	max-width: 300px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-3 {
	max-width: 300px;
	float: left;
}

.col-4 {
	max-width: 400px;
	float: left;
}

.col-5 {
	max-width: 500px;
	float: left;
}

.logo {
	width: 100%;
	height: 70px;
	background: url('https://cdn.myshoptet.com/usr/www.elpeg.cz/user/logos/men____2.png') no-repeat center center;
	background-size: contain;
	display: block;
	margin-bottom: 25px;
}

.menu-link {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	color: rgb(32, 36, 40);
	transition: 0.3s all;
	position: relative;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.menu-link:before {
	width: 115%;
	height: 100%;
	background: rgba(106,227,195, 0.1);
	position: absolute;
	content: '';
	left: -7.5%;
	top: 0;
	opacity: 0;
	transition: .3s all;
	border-radius: 30px;
}

.menu-link:hover,
.menu-link.active {
	color: rgba(31, 184, 143, 1);
}

.menu-link:hover:before,
.menu-link.active:before {
	opacity: 1;
}

.menu-link span {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 30px;
	display: inline-block;
}

.menu-link--logout {
	width: 199px;
	position: absolute;
	bottom: 15px;
	color: #e43434 !important;
}

.menu-link--logout:before {
	background: rgba(217, 30, 30, 0.1) !important;
}

.menu-link--logout:hover {
	color: #fff !important;
}

.menu-link--logout:hover:before {
	background: #e43434 !important;
}

.sorting:hover {
	color: rgba(31, 184, 143, 1) !important;
	text-decoration: underline;
}

.priceInput {
	background: #fff !important;
	width: 70px !important;
	margin: 0 !important;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #9ba1a8 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	vertical-align: middle;
}

table td:first-child,
table th:first-child {
	padding-left: 15px;
}

tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

table td a {
	color: rgba(31, 184, 143, 1);
}

table td a:hover {
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

table .dblclick,
table .hover-tr {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover,
table .hover-tr:hover {
	background: rgba(106,227,195, 0.065);
}

table .view a,
table .delete a,
table .status a,
table .polygon a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .view a:hover,
table .delete a:hover,
table .status a:hover,
table .polygon a:hover {
	opacity: 1;
}

table .view a {
	background: url('../img/pencil.svg') no-repeat center left;
	background-size: contain;
}

table .delete a {
	background: url('../img/trash.svg') no-repeat center left;
	background-size: contain;
}

table .status a {
	background: url('../img/check.svg') no-repeat center left;
	background-size: contain;
}

table .status.deactive a {
	background: url('../img/ban.svg') no-repeat center left;
	background-size: contain;
}

table tr.not-active,
table tr.not-active a {
	color: #c6c6c6 !important;
}

table .polygon a {
	background: url('../img/polygon.svg') no-repeat center left;
	background-size: contain;
}

table th small {
	display: block;
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
    touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
    position: relative;
    display: flex;
}

ul.jqtree-tree .jqtree-title {
    color: #1c4257;
    vertical-align: middle;
    margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
        margin-left: 0;
    }

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
        margin-bottom: 1px;
    }

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: rgba(31, 184, 143, 1);
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: rgba(31, 184, 143, 0.3);
    background: linear-gradient(#bee0f5, #89afca);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px rgba(31, 184, 143, 1));
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
	margin-left: 0;
	margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
	margin-right: 0;
	margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}
    
span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

.float-right {
	float: right;
}

.float-right .col {
	padding-right: 0;
	padding-left: 10px;
}

.float-left {
	float: left;
}

.ml-15 {
	margin-left: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.jqtree-element {
	background: #fff !important;
	border: 0px solid rgb(225, 230, 234);
	border-radius: 4px;
	padding: 10px 11px 7px 17px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 2px rgba(63,71,79,.15);
	transition: 0.3s all;
}

.jqtree-element:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(63,71,79,.15);
}

.clear {
	clear: both;
}

#editor {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-toolbar {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	padding-bottom: 0 !important;
}

.col-3 {
	width: 33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.message.success::before {
	display: none;
}

.message {
	margin-top: 25px;
}

#ftp-images .thumb-editor {
	margin-bottom: 0;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-image-ftp {
	background: url('../img/img.svg') no-repeat center center !important;
	background-size: 18px !important;
}

.file-caption.form-control.kv-fileinput-caption {
	height: 4.8rem !important;
}

.file-input .file-preview .close {
	display: none;
}

.file-input .btn {
	line-height: 38px !important;
	cursor: pointer;
}

.login-section {
	width: 100%;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	background: rgba(255,255,255,0.7);
	border-radius: 4px;
	margin: 155px auto;
	border: 1px solid #e1e6ea;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	
}

.login-page h3,
.login-page legend {
	text-align: center;
	width: 100%;
}

.login-page legend {
	margin-bottom: 40px;
}

.login-page .col-3 {
	width: 50%;
}

.login-page .col-3:nth-child(3) {
	padding-right: 0;
}

.login-page .submit {
	text-align: center;
}

.login-page .submit .button {
	display: inline-block;
}

#branches {
	width: 150px;
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}

.small-col {
	width: 80px;
}

.col-left {
	width: 49.5%;
	float: left;
}

.col-right {
	width: 49.5%;
	float: right;
}

.col var {
	font-style: normal;
	width: 80px;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}

.order-table td:nth-child(1) {
	width: 150px;
}

.order-table th,
.order-table strong {
	color: #000;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
}

.small-boxes {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.small-box {
	width: 25%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px 0px 1px -1px #f8fafb !important;
	position: relative;
	overflow: hidden;
	color: #626262;
	transition: .35s ease-in-out all;
	cursor: pointer;
}

.small-box:hover {
	box-shadow: 3px -1px 15px -2px #dadee1,4px 0px 1px -3px #f8fafb !important;
}

.small-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: -7%;
	bottom: -11%;
	opacity: .25;
}

.small-box::before {
	position: absolute;
	right: 5%;
	bottom: 11%;
	font-size: 40px;
	color: #fff;
	z-index: 10;
}

.small-box.green::after {
	background: #00c650;
}

.small-box.green::before {
	color: rgba(41, 186, 100, 0.40);
}

.small-box.red::after {
	background: #e70606;
}

.small-box.red::before {
	color: rgba(232, 6, 6, 0.30);
}

.small-box.yellow::after {
	background: #f3e406;
}

.small-box.yellow::before {
	color: rgba(227, 212, 0, 0.64);
}

.small-box.blue::after {
	background: #0d52e6;
}

.small-box.blue::before {
	color: rgba(15, 83, 230, 0.30);
}

.settings-button {
	float: left;
	padding: 20px;
	padding-left: 50px;
	width: 200px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #5b6064;
	border: 1px solid #e1e6ea;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: all .35s;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.settings-button:hover {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106,227,195, .25) !important;
}

.settings-button span {
	font-size: 22px;
	line-height: 57px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.icon-tasks {
	background: #fff url('../img/tasks.svg') no-repeat left 15px center;
	background-size: 24px;
}

.tox.tox-tinymce {
	height: 600px !important;
}

#choose-branch {
	position: relative;
	top: 30px;
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

#pick-branch {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

#pick-branch::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	z-index: 2;
}

#pick-branch::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #e1e6ea transparent;
	content: '';
	position: absolute;
	left: 19px;
	top: -11px;
	z-index: 1;
}

.statistics-table th {
	width: 400px;
}

.pagination {
	width: 100%;
	float: left;
	margin: 30px 0 !important;
	white-space: nowrap;
}

.pagination li {
	position: relative;
	display: inline-block;
	color: #eec10f;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	transition: all .15s;	
	font-size: 1.25rem;
	margin-left: -1px;
	font-style: normal;
	border-radius: 2px;
	margin: 0 4px !important;
}

.pagination li a {
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
	padding: .75rem 1.5rem;
	font: inherit;
}

.pagination li.active {
	color: #fff;
	background: #eec10f;
}

.pagination li:hover {
	background: rgba(238, 193, 15, 0.10);
	color: #eec10f;
}

.buttons {
	width: calc(100% - 250px);
	height: 48px;
	position: fixed;
	background: #fff;
	text-align: center;
	padding: 5px 0;
	padding-right: 5px;
	right: 0;
	bottom: 0;
	border-top: 1px solid #e1e6ea;
	box-sizing: border-box;
	z-index: 100;
}

@media (min-width: 1000px) and (max-width: 1300px) {
	nav.menu {
		width: 70px;
		height: 100%;
		float: left;
		position: fixed;
		background: #fff;
		border-right: 1px solid #e1e6ea;
		box-sizing: border-box;
		padding: 20px;
		z-index: 100;
		padding-top: 150px;
		box-shadow: 3px -1px 5px -2px #e1e6ea,4px -9px 1px -1px #f8fafb !important;
	}
	
	.menu-link::before {
		width: 45px;
		height: 45px;
		background: rgba(106,227,195, 0.1);
		position: absolute;
		border-radius: 100%;
		content: '';
		left: -12px;
		top: -9px;
		opacity: 0;
		transition: .3s all;
	}
	
	.menu-link--logout {
		margin-top: 100px;
	}
	
	.menu-link {
		width: 100%;
		display: block;
		text-decoration: none;
		font-size: 0px;
		line-height: 1;
		font-weight: 500;
		color: rgb(32, 36, 40);
		transition: 0.3s all;
		position: relative;
		margin-bottom: 30px;
		text-decoration: none !important;
	}
	
	.main {
		width: calc(100% - 70px);
		box-sizing: border-box;
		padding: 0 25px;
		float: right;
	}
	
	.buttons {
		width: calc(100% - 70px);
	}
	
	.logo {
		position: absolute;
		left: 0;
		top: 0;
		background-size: contain;
	}
}

table img {
	object-fit: cover;
	border-radius: 3px;
}
