html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
fieldset {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('subset-ProximaNova-Regular.eot');
	src: url('subset-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('subset-ProximaNova-Regular.woff2') format('woff2'),
		url('subset-ProximaNova-Regular.woff') format('woff'),
		url('subset-ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('ProximaNova-Semibold.eot');
	src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('ProximaNova-Semibold.woff2') format('woff2'),
		url('ProximaNova-Semibold.woff') format('woff'),
		url('ProximaNova-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Black';
	src: url('ProximaNova-Black.eot');
	src: url('ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('ProximaNova-Black.woff2') format('woff2'),
		url('ProximaNova-Black.woff') format('woff'),
		url('ProximaNova-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('ProximaNova-Bold.eot');
	src: url('ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('ProximaNova-Bold.woff2') format('woff2'),
		url('ProximaNova-Bold.woff') format('woff'),
		url('ProximaNova-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.mce-branding-powered-by {
	display: none !important;
}


* {
	font-family: 'Proxima Nova Rg', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
	
}
*:focus {
    outline: none !important;
    outline: 0 !important;
}

body {
	height:100%;
	width:100%;
	background-color:#e9e9e9;
	position:static;
	font-size: 0px;
}

body.disabled {
	overflow:hidden !important;;
}

.wait_cur * {
	cursor:wait !important;	
}


::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #aaa;
}

::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 1ex;
}



#main-container-pseudo {
	height:100vh;
	width:100vw;
	background: #252525;
	display: flex;
	justify-content: center;
	align-items: center;
    position: fixed;
    z-index:6;
    top:0;
    left:0;
    flex-wrap: wrap;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(70, 70, 70) 0%,rgb(43, 43, 43) 65%,rgb(31, 31, 31) 100%);
    /*background: linear-gradient(135deg, rgb(255, 0, 0) 0%,rgba(0, 255, 0, 1) 50%,rgba(0, 0, 255, 1) 100%);*/
    

}
#main-admin-container {
	-webkit-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main-admin-container.hidden {
	opacity: 0.2;
}

#main-container-pseudo.collapsing {
	/*width:70px;*/
	background:#302b3a;
}

#main-login-container {
	flex:0 1 1;
}


#main-login-container h1 {
	font-weight: 300;
	color:rgba(255,255,255,0.8);
	font-size:26px;
	text-align: center;
	margin-bottom:10px;
	font-size: 0px;
}

#main-login-container h1 img {
	height:60px;
	margin-bottom:20px;
}

#main-login {
	width:480px;
	padding:30px;
	background-color:#fff;
	box-shadow: 4px 7px 40px rgba(0, 0, 0, 0.33);
	border-radius: 2px;
	position: relative;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#main-login-inset {
	padding:22px 0px;
	/*box-shadow: inset 0px 75px #52346c;*/
}

#main-login-pic {
	height:90px;
	width:90px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 50%;
	margin-bottom:30px;
	background-image: url('../res/def_avatar.jpg');
	background-size: cover;
	background-position: 50%;
	border: solid 4px #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}

#btn-prijava {

}

#main-login label {
	display: block;
	font-size:12px;
	text-align: left;
	text-transform: uppercase;
	color: #777;
	font-weight: 500;
	margin-left:6px;
	font-family: 'ProximaNova-Semibold', Helvetica;
}

#main-login a {
	font-size: 12px;
	margin-left:40px;
	margin-top:10px;
	display: block;
	color: #888;
}


#main-login input {
	border-radius: 2px;
	border:solid 1px #888;
	margin-top:8px;
	padding:13px;
	width:calc(100% - 26px);
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main-login input:hover,#main-login input:focus  {
	box-shadow: inset 0 0 8px rgba(33, 74, 99, 0.32);
}
#main-login-overlay {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	height:10px;
	width:10px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0);
	z-index:2;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main-login.loading #main-login-overlay {
	transform: scale(80);
	background-color: #149dee;
}

#main-login.loading.done #main-login-overlay {
	background-color: #4caf50;
}

#main-login.loading.error #main-login-overlay {
	background-color: #dc2f22;
}

#main-login-overlay-context {
	position: absolute;
	z-index: 3;
	color: #fff;
	left:0;
	width:100%;
	height:15px;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	font-size:15px;
	display: none;
	text-align: center;
}


#main-login-below {
	font-size:13px;
	display: block;
	width:520px;
	margin-left:20px;
	padding-top:20px;
}

#main-login-below li a {
	color: #fff;
}

#main-login-below li {
	display: inline-block;
}

#main-login-below li:after {
	content:'|';
	display: inline-block;
	margin-left:20px;
	color: #fff;
	margin-right: 20px;
}

#main-login-below li:last-child:after {
	display: none;
}

.form-full_row {
	padding:25px 25px;
	margin-top:10px;
}
.form-full_row.form-full_row_top {
	margin-top:0;
	padding-top:6px;
}
.form-full_row.form-full_row_middle {
	padding-top:0;
	padding-bottom:0;
}
.form-full_row.form-full_row_bottom {
	text-align: right;
	padding-top:6px;
	padding-bottom:6px;
}
input-wrap {
	display:block;
}
.input-group {
	position:relative; 
}
input:not(.d) {
  	font-size:18px;
  	padding:10px 0px 10px 0px;
  	display:block;
  	width:100%;
 	border:none;
 	border-bottom:1px solid #757575;
	background: 0;
}
input:not(.d):focus { outline:none; left:0; }
label:not(.d) {
  	color:#888; 
  	font-size:18px;
  	font-weight:normal;
  	position:absolute;
  	pointer-events:none;
  	left:10px;
  	top:10px;
  	transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
input:not(.d):focus ~ label, input:not(.d):valid ~ label {
	left:0;
  	top:-12px;
 	font-size:15px;
  	color:#149dee;
}

.input-bar { position:relative; display:block; width:100%; }
.input-bar:before, .input-bar:after {
  	content:'';
  	height:2px; 
  	width:0;
  	bottom:1px; 
  	position:absolute;
  	background:#149dee; 
  	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}
.input-bar:before {
  	left:50%;
}
.input-bar:after {
  	right:50%; 
}

input:not(.d):focus ~ .input-bar:before, input:not(.d):focus ~ .input-bar:after {
  	width:50%;
}

.input-highlight {
  	position:absolute;
  	height:60%; 
  	width:70%; 
  	top:25%; 
  	left:0;
  	pointer-events:none;
  	opacity:0.5;
}
input:not(.d):focus ~ .input-highlight {
	-webkit-animation:inputHighlighter 0.3s ease;
	-moz-animation:inputHighlighter 0.3s ease;
	animation:inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
	from { background:#aaa; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#aaa; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#aaa; }
  to 	{ width:0; background:transparent; }
}



button#btn-prijava {
	position: relative;
 	overflow: hidden;
  	padding: 16px 36px;
  	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(0,0,0,.87);
	background-color: #FFF;
	transition: all .2s ease-in-out;
	display: inline-block;
	height: 48px;
	padding: 0 29px;
	margin: 6px 0;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-image: none;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: .03em;
	position: relative;
	overflow: hidden;

	color: #FFF;
   	background-color: #149dee;
}

button#btn-prijava:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: rgba(255,255,255,0.4);
  border-radius: 100%;
  opacity: .6;

  transform: scale(0);
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

button:not(:active):after {
  animation: ripple 1s ease-out;
}

/* fixes initial animation run, without user input, on page load.
 */
button:after {
  visibility: hidden;
}

button:focus:after {
  visibility: visible;
}


















#admin-nav-container, #admin-content-container {
	display: inline-block;
	vertical-align: top;
}

#admin-nav-container {
	height:100vh;
	background-color: #1b2631;
	font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    position: fixed;
    left:0;
    top:0;
    z-index: 5;
}

#admin-nav-container.expanded {
	/*width:240px;*/
	overflow: hidden;
    box-shadow: 0 0 110px rgba(0, 0, 0, 0.4);
    border-right:solid 4px rgba(255,255,255,0.3);
}

#admin-nav-container ul li {
	width:100%;
	text-align: center;
	color: rgba(255,255,255,0.9);
	font-size:0px;
	cursor: pointer;
	height:60px;
}

#admin-nav-container ul li a {
	display: block;
	color: inherit;
}

#admin-nav-container ul li:hover {
	background-color: rgba(255,255,255,0.1);
}

#admin-nav-container ul li i {
	display: inline-block;
	cursor: pointer;
	height:60px;
	line-height: 60px;
	width:70px;
	text-align: center;
	font-size:21px;
}

#admin-nav-container ul li.active {
	background-color: #444;
}

#admin-nav-container ul li span {
	font-size: 0px;
}

#admin-nav-container.expanded ul li {
	text-align: left;
	white-space: nowrap;
}

#admin-nav-container.expanded ul li i {
	display: inline-block;
	vertical-align: middle;
}

#admin-nav-container.expanded ul li span {
	font-size:14px;
	display: inline-block;
	vertical-align: middle;
	margin-left:-4px;
	white-space: nowrap;
	overflow: hidden;
}







#admin-preloader {
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	background-color: #fff;
	background-image: url('https://d13yacurqjgara.cloudfront.net/users/814064/screenshots/2421910/loading-anim-1.gif');
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index:8;
	filter: brightness(0.9);
}
#admin-preloader.full {
	left:70px;
	width:calc(100% - 70px);
	z-index:4;
}

#admin-content-container {
	min-height: calc(100vh - 60px);
	padding:30px;
	padding-left:70px;
	display: block !important;
}

.admin-content-overview-row {
	margin-bottom:15px;
	max-height: calc(100vh - 15px);
}

.overview-row_element-tile {
	display: inline-block;
	background-color: #fff;
	margin-left:30px;
	vertical-align: top;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-color: rgba(83, 88, 88, 0.15);
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.mt20 {
	margin-top:20px;
}

.overview-row_element-tile:hover {
    box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.23);
}

.overview-row_element {
	padding:20px 30px;
}

.row_4 .overview-row_element-tile {
	width:calc(25% - 30px);
}
.row_4 .overview-row_element-column {
	width:calc(25% - 30px);
	display: inline-block;
	margin-left:30px;
	vertical-align: top;
}

.overview-row_element-column .overview-row_element-tile {
	width:calc(100% - 30px) !important;
}

.overview-row_element.left-accent_green { box-shadow: inset 3px 0px #4CAF50; background-color: rgba(76, 175, 80, 0.05); }
.overview-row_element.left-accent_red { box-shadow: inset 3px 0px #f44336; background-color: rgba(244, 67, 54, 0.05); }
.overview-row_element.left-accent_blue { box-shadow: inset 3px 0px #2196f3; background-color: rgba(33, 150, 243, 0.05); }
.overview-row_element.left-accent_purple { box-shadow: inset 3px 0px #673ab7; background-color: rgba(103, 58, 183, 0.05); }
.overview-row_element.left-accent_orange { box-shadow: inset 3px 0px #FF9800; background-color: rgba(255, 152, 0, 0.05); }
.overview-row_element.left-accent_green h2 { color: #4CAF50; }
.overview-row_element.left-accent_red h2 { color: #f44336; }
.overview-row_element.left-accent_blue h2 { color: #2196f3; }
.overview-row_element.left-accent_purple h2 { color: #673ab7; }
.overview-row_element.left-accent_orange h2 { color: #FF9800; }

.overview-row_element h2 {
	font-size:16px;
	font-weight: 600;
	margin-bottom:4px;
	color:#555;
}

.overview-row_element h3 {
	font-size:25px;
	font-weight: 600;
	color: #333;
}

.overview-row_element h3 span {
	font-weight: 400;
	font-size:16px;
	color: #555;
}

h3.element-online {
	vertical-align: middle;
	padding:4px 20px;
	padding-left:28px;
	position: relative;
	display: inline-block;
	border-radius: 20px;
	font-size:14px;
	font-weight: 400;
	margin-top:4px;
}

.left-accent_green h3.element-online {
	border:solid 2px #4caf50;
	color: #4caf50;
}

.left-accent_red h3.element-online {
	border:solid 2px #f44336;
	color: #f44336;
}
h3.element-online:before {
	content:'';
	display: inline-block;
	height:5px;
	width:5px;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	left:18px;
	top:calc(50% - 3px);
}

.left-accent_red h3.element-online:before {
	background-color: #f44336;
}

.left-accent_green h3.element-online:before {
	background-color: #4caf50;
}

#todo-list-growth h2, #todo-list-container h2 {
	margin-bottom:15px;
}

#todo-list-container {
	padding:30px 0px !important;
	overflow: auto;
	max-height: calc(100% - 60px);
    position: relative;
    padding-bottom: 0 !important;
}

#todo-list-container h2 {
	padding:0px 30px;
}


.row_2 {
	position: relative;
}
.row_2 .overview-row_element-tile.element-3p {
	width:calc((100% / 4 * 3) - 30px) !important;
}

.row_2 .overview-row_element-tile.element-2p {
	width:calc((100% / 4 * 2) - 30px);
}

.row_2 .overview-row_element-tile.element-1p {
	width:calc((100% / 4) - 30px);
}

.row_2 .overview-row_element-tile.element-1p#todo-list-floating {
	position: absolute;
	height:auto;  
}

#todo-list-container {
	max-height:calc(100% - 60px);
	position: relative;
	height: auto !important
}

ul.overview-todo {
	margin-top:25px;
	border-top:solid 1px #ddd;
}

ul.overview-todo li {
	font-size:15px;
	color:#444;
	padding:15px 30px;
	cursor: pointer;
}

ul.overview-todo li:nth-child(2n-1) {
	background-color: #f5f5f5;
}

ul.overview-todo li:hover {
	background-color: #f2f2f2;
}

#todo-list-new {
	font-size:25px;
	position: absolute;
	right:20px;
	bottom:20px;
	height:50px;
	line-height:50px;
	width:50px;
	text-align: center;
	display: block;
	background-color: #009688;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.33);
	color: #fff;
}

#todo-list-new:hover {
	background-color: #037368;
}

#todo-list-new i {
	margin-top:-2px;
}

#overview-todo-new {
	color: #aaa;
}

#popup-container {
	background-color: rgba(44,44,44,0.7);
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	z-index: 8;
	display: none;
	justify-content: center;
	align-items: center;
}

#popup {
	font-size:15px;
	background-color: #fff;
	box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.23);
	border-radius: 2px;
	overflow: hidden;
	transform: translate(0,250px);
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
    opacity:0.2;
}

#popup.center {
	opacity:1 !important;
	transform: translate(0,0);
}

._popup-default-container {
	padding:20px 20px;
}
._popup-default-container input-wrap .input-bar:before, ._popup-default-container input-wrap .input-bar:after {
	background: #444 !important;
}

._popup-default-container input-wrap input:focus ~ label, input:valid ~ label {
	color: #444 !important;
}

._popup-default-container .form-full_row {
	padding-bottom:4px;
}

._popup-default-container .form-full_row.form-full_row_bottom {
	padding-top: 0px;
	margin-top:0px;
}


#btn-nov-todo {
	border:0;
	background-color: rgba(0,0,0,0.07);
	font-weight: 500;
	-webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#btn-nov-todo:hover {
	background-color: rgba(0,0,0,0.09);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
}

#popup-loader {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
    background-size: cover;
    background-position: 50%;
    border-radius: 2px;
    background-image: url(https://s-media-cache-ak0.pinimg.com/originals/dd/67/4f/dd674f89d713bb2645a3292510219998.gif);
    filter:grayscale(1);
}


.overview-simple_list {
	font-size:15px;
	margin-top:10px;
	border-top:solid 1px #ddd;
	cursor: pointer;
}

.overview-simple_list li {
    padding: 16px 20px;
    color: #555;
    position: relative;
}

.overview-simple_list.list-el_del li a.el_del-btn {
	position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    top: calc(50% - 15px);
    color: #333;
}

.overview-simple_list li:not(.hide):hover {
	cursor: pointer;
	background-color: #f1f1f1 !important;
}

.overview-simple_list li:nth-child(2n-1) {
    background-color: #f7f7f7;
}

.overview-row_element.element_full_height {
	max-height: calc(100vh - 115px);
	overflow: auto;
}

.element_half_height {
	max-height: calc(50vh - 115px);
	overflow: auto;
}

.overview-row_element.element-no-w-padding {
	padding: 20px 0px;
}

.overview-row_element.element-no-h-padding {
	padding-top:0;
	padding-bottom:0;
}

.overview-row_element.element-no-w-padding.element-no-bottom-padding {
	padding-bottom: 0;
}
.overview-row_element.element-no-w-padding h2 {
	padding:0px 20px;
	margin-bottom:20px;
}

.overview-simple_list li.list-el_static {
	text-align: center;
    color: #9e9e9e;
    background-color: #eee !important;
}
.overview-simple_list li.list-el_static:hover {
	background-color: #ddd !important;
}

.overview-simple_list-stat li {
	font-size:20px;
	color: #333;
	font-weight: 500;
}

.overview-simple_list-stat li span {
	color:#aaa;
	font-size:14px;
	font-weight: 400;
}

.def-table {
    font-size: 15px;
    margin-left: 30px;
    width: calc(100% - 30px);
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-color: rgba(83, 88, 88, 0.15);
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.def-table:hover {
	box-shadow: 1px 4px 25px rgba(0, 0, 0, 0.23);
}

.def-table td, th {
	text-align: left;
	padding:20px;
}

.def-table th {
	font-weight: 600 !important;
	color: #222;
	border-bottom: solid 1px #eee;
}

.def-table td {
	color: #444;
}

.row_1 .admin-table-full {
	font-size:14px;
	margin-left:30px;
}

.def-table tr:not(.table-header):hover {
	background-color: #f2f2f2;
}

  
[data-todo] {
	position: relative;
}
[data-todo].finished {
	/*background-color: #4CAF50 !important;
    color: #fff !important;*/
}

[data-todo].finished:hover {
	/*background-color: #4CAF50 !important;*/
}
[data-todo].finished .fin-ico {
	-webkit-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-right:10px;
    font-size: 16px;
    opacity:1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 5px;
    color: #fff;
}
[data-todo].finished .fin-ico {
	-webkit-transform:rotate(0deg);
    opacity:1;
    background-color: #38c93e;
    border-radius: 50%;
}


[data-todo] .todo-rem {
	height:15px;
	width:15px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:20px;
}

@-webkit-keyframes todoRotate {
    from{
        -webkit-transform:rotate(145deg);
        opacity:0.2;
    }       
    to{
        -webkit-transform:rotate(0deg);
        opacity:1;
        background-color: #38c93e;
	    border-radius: 50%;
    }                       

}

.people-table-options {
	font-size:18px;
}

.people-table-options a {
	display: inline-block;
	color: inherit;
	marign-right:4px;
	cursor: pointer;
}



.floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 25px;
    height: 56px;
    line-height: 50px;
    width: 56px;
    text-align: center;
    background-color: #4CAF50;
    border-radius: 50%;
    color: #fff;
    box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.51);
    -webkit-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.floating-button:hover {
	transform: scale(1.05);
}

#overview-all-produkti {
	position: relative;
	overflow-x: hidden;
}

#overview-all-produkti > form {
	position: fixed;
	padding:20px;
    width: calc(69.3% - 40px);
    z-index: 10;
    background: #f1f1f1;
}

#overview-all-produkti > form input[type="file"] {
	width: 100%;
	opacity: 1;
}

.table-content:first-child {
	margin-top: 60px;
}


.gal-sel-pad {
	padding-top: 44px !important;
}