:root {
  --black: hsl(204, 16%, 18%);
  --dark: var(--gray5);
  --gray5: hsl(204, 16%, 33%);
  --gray4: hsl(204, 16%, 48%);
  --gray3: hsl(204, 16%, 63%);
  --gray2: hsl(204, 16%, 78%);
  --gray1: hsl(204, 16%, 93%);
  --light: var(--gray1);
  --white: #FFF;

  --primary: hsl(204, 100%, 37%);
  --primary-pale: hsl(204, 60%, 94%);
  --primary-light: hsl(204, 100%, 44%);
  --primary-dark: hsl(204, 100%, 30%);
  --brand: hsl(15, 88%, 65%);
  --brand-pale: hsl(15, 48%, 92%);
  --brand-light: hsl(15, 88%, 72%);
  --brand-dark: hsl(15, 88%, 58%);

  --blue: hsl(204, 100%, 37%);
  --red: hsl(1, 76%, 54%);
  --red-pale: hsl(1, 56%, 94%);
  --red-light: hsl(1, 76%, 64%);
  --red-dark: hsl(1, 76%, 44%);
  --green: hsl(142, 76%, 44%);
  --yellow: hsl(40, 96%, 64%);
  --yellow-pale: hsl(40, 56%, 94%);
  --yellow-light: hsl(40, 96%, 74%);
  --yellow-dark: hsl(40, 96%, 54%);
  --indigo: hsl(263, 90%, 51%);
  --purple: hsl(261, 51%, 51%);
  --cyan: hsl(188, 78%, 41%);
  --cyan-pale: hsl(188, 38%, 91%);
  --cyan-light: hsl(188, 78%, 51%);
  --cyan-dark: hsl(188, 78%, 31%);
  --teal: hsl(162, 73%, 46%);
  --teal-pale: hsl(162, 33%, 86%);
  --teal-light: hsl(162, 73%, 56%);
  --teal-dark: hsl(162, 73%, 36%);
}

/*
backgroundcolor: F2F2F2;
textcolor: 727272;
maincolor: F26D3C;
secondarycolor: F27676;
tertiarycolor: F2A487;

*/



body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #7D7D7D;
  background-color: #eceff1;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

main {
  width: 100%;
  padding-left: 251px;
  /*13.65%;*/
}

/* table {}
ul {}
ul li {} */

a>img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 22px 0 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
  background-color: #f48058;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
  border: none;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  /*height: 28px;*/
}

.f-r {
  float: right;
}

button:hover,
button:active {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #f48058;
  color: #f48058;
  cursor: pointer;
}

/* select {
  border-radius: 3px;
  border-width: 1px;
  border-color:  #d6d6d6;
  border-style: solid;
  background-color:  #ffffff;
  padding: 0.2em;
  width: 100%;
  color: #7d7d7d;
} */

.heading {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

#wrapper {
  display: flex;
  flex-direction: row;
  align-items: strech;
}

#search {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #959596;
  box-shadow: none;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 500;
  outline: none;
  padding-left: 2.5rem;
  background-image: url('../images/icons/search.svg');
  background-size: 1em;
  background-position: 0 0.2em;
  background-repeat: no-repeat;
  flex: auto;
  margin-right: 12em;
}

.none {
  display: none;
}

/*--------------------------------------*/
/* #LOGIN */
/*--------------------------------------*/

#login {
  padding-left: 0;
}

.testimonial {
  width: 700px;
  flex: none;
  color: #fff;
  background-image: linear-gradient(transparent, transparent, transparent, rgba(0, 0, 0, 0.45)), url("/images/hero.jpg");
  /* background-image: url("../images/hero.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recommendation {
  font-size: 1em;
  font-weight: 500;
  width: 80%;
  margin: auto;
}

.company {
  width: 80%;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 3.5em;
}

.person {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0.6em;
}

.person-role {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
}

.navigation>img {
  vertical-align: middle;
}

.flip-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.login-part {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  height: 100%;
  min-width: 600px;
  flex: auto;
  display: flex;
}

.center {
  position: relative;
  margin: auto;
}

.login {
  font-size: 1.95em;
  font-weight: 700;
  color: #ff7b3e;
  padding-left: 0.6em;
}

.login-form {
  width: 26em;
}

#login label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  color: #43444e;
}

#login input {
  margin-top: 0.6em;
  margin-bottom: 2em;
  width: 95%;
  border-radius: 0px;
  padding: 1em 2em;
  border: 2px solid #e4e4e4;
  font-size: 0.9em;
}

#login button {
  font-size: 0.9em;
  padding: 1em 5em;
  margin-left: 9em;
  margin-top: 1.2em;
  background-color: #ff7b3e;
  font-weight: 700;
  border-radius: 5px;
}

#login button:hover {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #ff7b3e;
  color: #ff7b3e;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e4e4e4;
  font-weight: 500;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e4e4e4;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e4e4e4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #e4e4e4;
  opacity: 1;
}



/*--------------------------------------*/
/* #SIDENAV */
/*--------------------------------------*/

#sidenav {
  height: 100%;
  width: 250px;
  /* width: 13.65%;
  min-width: 225px;
  max-width: 262px;*/
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  border-right: 1px solid #d6d6d6;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  z-index: 99;
  flex: none;
  position: fixed;
}

#sidenav .mfp-container {
  height: 70px;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  line-height: 70px;
}

#sidenav .mfp-container>img {
  vertical-align: middle;
  height: 55%;
}

#sidenav .logo-container {
  margin: -25px 0 0 -5px;
}

#sidenav h2 {
  color: #7d7d7d;
  font-size: 21px;
  font-weight: 800;
  margin: -5px 0 0 0;
  line-height: 0;
}

#sidenav h4 {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
}

#sidenav ul {
  text-align: center;
  padding-left: 45px;
  padding-top: 45px;
  line-height: 50px;
}

#sidenav li {
  font-size: 1rem;
  list-style: none;
  text-transform: uppercase;
  line-height: 4;
  text-align: left;
  padding-left: 0px;
}

#sidenav a {
  color: #7d7d7d;
}

#sidenav a:hover {
  color: #f48058;
}

#sidenav .active a {
  color: #f48058;
  font-weight: bold;
}

#sidenav .logout {
  background-color: #7d7d7d;
  color: #fff;
  text-transform: uppercase;
  width: 250px;
  position: absolute;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  font-size: 1rem;
}

#sidenav .logout a {
  color: #fff;
  font-weight: 500;
  margin-left: -33px;
}

#sidenav .logout a:hover {
  color: #f48058;
}

#sidenav .logout img {
  align: middle;
  vertical-align: -3px;
}

/*--------------------------------------*/
/* #TOPNAV */
/*--------------------------------------*/
#topnav {
  font-family: 'Roboto', sans-serif;
  color: #7d7d7d;
  position: relative;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

#topnav h3 {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 500;
  padding-left: 2em;
  background-image: url("/images/icons/back.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1.2em;
}

#topnav h3:hover {
  background-image: url("/images/icons/back_active.svg");
  color: #f48058;
}

#topnav ul {
  margin-left: -40px;
}

#topnav ul li {
  font-size: 15px;
  list-style: none;
  display: inline;
}

#topnav ul li::after {
  content: ' > ';
}

#topnav ul li:last-of-type::after {
  content: '';
}

#topnav a {
  color: #7d7d7d;
}

#topnav a:hover {
  text-decoration: underline;
  color: #f48058;
}

#topnav .active {
  font-weight: bold;
}

/*--------------------------------------*/
/* #clients - DASHBOARD */
/*--------------------------------------*/

#dashboard {
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #ffffff;
  color: #7d7d7d;
  float: left;
  margin: -5px 30px 30px 40px;
  width: 95%;
  position: relative;
  min-width: 1180px;
}

#dashboard .header {
  display: flex;
  height: 145px;
  /*179px; po slici*/
  flex-direction: row;
  justify-content: space-between;
  overflow: auto;
  padding: 25px 20px 25px 50px;
}

.box {
  min-height: 100%;
  display: inline-flex;
  /*flex-direction: row;
  justify-content: center;
  align-content: center;*/
}

#dashboard .header .box .title {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 600;
  height: 42px;
  width: 100%;
}

#dashboard .header .box .percentage {
  color: #ff7b3e;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  width: 50%;
  margin-top: 5px;
}

.increasing {
  color: #ff7b3e;
}

.decreasing {
  color: #7d7d7d;
}

#dashboard .header .box .counter {
  color: #7d7d7d;
  font-size: 18px;
  width: 50%;
}

#box-logo {
  width: 200px;
  color: #7d7d7d;
  font-weight: bold;
  font-size: 20px;
  /* ispod loga? */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: none;
}

#box-logo>img {
  display: block;
  width: 100px;
  height: auto;
}

#box-profit,
#box-revenues,
#box-clicks {
  min-width: 120px;
  max-width: 25%;
  max-height: 60%;
  flex-wrap: wrap;
  flex: auto;
  padding: 0 3% 0 3%;
  text-transform: uppercase;
}

#dashboard .header .box .graph {
  width: 100%;
  min-height: 30%;
}

#dashboard .header .box .graph>img {
  height: auto;
  width: 100%;
  max-height: 120px;
}

#box-trash-logo {
  flex: none;
  margin-left: 3em;
  margin-right: 4px;
}

/*--------------------------------------*/
/* #TABS */
/*--------------------------------------*/

.tabs {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  display: flex;
  height: 43px;
  flex-direction: row;
  align-items: flex-start;
  overflow: visible;
}

.tab-title {
  font-family: 'Roboto', sans-serif;
  display: flex;
  list-style: none;
  margin-bottom: 0 !important;
  flex-shrink: 0;
  font-size: 1rem;
}

#dashboard .tabs .tab-title>a {
  color: #7d7d7d;
  padding: 1rem 2rem;
}

.tabs dd>a,
.tabs .tab-title>a {
  background-color: transparent;
}

#dashboard .tabs .tab-title>a:hover {
  background-color: #fff;
  border-bottom: 3px solid #f48058;
}

#dashboard .tabs .tab-title.active {
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 3px solid #f48058;
}

#dashboard .tabs .tab-title.active>a:hover {
  border-bottom: none;
}

#hack {
  flex: 6;
  min-width: 0px;
}

#hacka {
  flex: auto;
}

#hackb {
  flex: auto;
}

#add {
  margin-top: 12px;
  margin-right: 32px;
}

/*--------------------------------------*/
/* #TABS CONTENT */
/*--------------------------------------*/

#dashboard .tabs-content {
  overflow: auto;
  max-height: 62vh;
  position: relative;
  border-radius: 0 0 3px 3px;
}

#dashboard .tabs-content .top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
}

#dashboard .tabs-content .top .ordinal {
  margin: 17px 0 10px 30px;
  font-size: 19px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.ordinal {
  border-radius: 50%;
  background-color: #f3f6f8;
  color: #7d7d7d;
  font-weight: bold;
  text-align: center;
}

#dashboard .tabs-content .top .top-icons {
  margin-top: 15px;
  margin-right: 20px;
}

.details {
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  height: 250px;
  flex-direction: row;
  justify-content: space-evenly;
  overflow: hidden;
  margin-top: -20px;
  flex: auto;
  overflow-x: auto;
}

.details>div {
  flex: auto;
  display: flex;
  min-width: 170px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
}

.list>h3 {
  width: 100%;
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 13px;
  margin: 6px 0 -2px 0;
  padding-left: 10px;
}

.list>h5 {
  width: 100%;
  color: #7d7d7d;
  font-size: 17px;
  font-weight: 300;
  margin: 0px 0 6px 0;
  padding-left: 10px;
}

.details.left {
  margin-left: 20px;
  width: 400px;
}

.left {
  margin-left: -2.5em;
}

.leftT {
  margin-left: -3.2em;
}

#machine-pic {
  width: 220px;
}

/* modal add machine*/

input:disabled {
  border-color: transparent;
  background-color: transparent;
}

#machine-info .m-title {
  text-align: left;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 0.45em;
}

#machine-info input {
  padding-left: 0;
}

#machine-info .modal-content {
  width: 40rem;
}

#machine-info .tabs .tab-title>a {
  color: #7d7d7d;
  padding: 1rem 2rem;
}

#machine-info .tabs {
  margin-left: -1.15em;
  width: 106.5%;
  overflow-y: clipped;
}

#machine-info .tabs .tab-title>a:hover {
  background-color: transparent;
  border-bottom: 3px solid #f48058;
}

#machine-info .tabs .tab-title.active {
  font-weight: bold;
  border-bottom: 3px solid #f48058;
}

#machine-info .tabs .tab-title.active>a:hover {
  border-bottom: none;
}

/*--------------------------------------*/
/* #DEVICES - FREE version */
/*--------------------------------------*/

#topname {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 2em 0 0 0;
  width: 97%;
  margin: auto;
}

#devices,
#reports {
  width: 97%;
  margin: auto;
  min-width: 1200px;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  height: 82%;
  /* or max-height! */
  overflow-y: scroll;
}

#devices .ordinal {
  line-height: 1.7em;
  padding: 0 0.65em;
}

/*
#devices .details > div {
  flex: none;
}*/

#devices .list>h5 {
  margin: 0 0 0.8em 0;
}

#devices .details {
  padding-bottom: 1.5em;
}

#device-info .modal-content {
  width: 53em;
}

#device-info .m-title {
  text-align: left;
  margin-top: -1.7em;
}

.modal-main {
  border-top: 1px solid #dedede;
  width: 104.4%;
  height: 27em;
  margin-left: -1.15em;
}

#filters>a {
  text-transform: uppercase;
  padding: 2em 2.5em;
  font-size: 0.7em;
  font-weight: 700;
}

#filters>a.active {
  color: #f48058;
  background-image: url("/images/icons/increase.svg");
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: 95% 50%;
}

.details .toners {
  width: 150px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  flex: none;
  padding-right: 20px;
}

.details .toners .percentage {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 40px;
  color: #7d7d7d;
  font-size: 13px;
  padding-top: 151px;
  background-position: top;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
  flex: none;
}

/*--------------------------------------*/
/* #USERS - PLUS version */
/*--------------------------------------*/

.user {
  /* height: 26.5em; */
  width: 17.55em;
  flex: none;
}

.user-copies {
  border-top: 1px solid #dedede;
  width: 116%;
  margin-left: -1.4em;
  padding: 0.7em 0;
}

#clients .permitions {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 0.9em;
  font-weight: 600;
  padding-left: 1.5em;
  margin-left: 0.8em;
  margin-top: 1em;
  background-image: url("/images/icons/denied.svg");
}

#clients .permitions.active {
  background-image: url("/images/icons/reports_active.svg");
  color: #ff7b3e;
}

#clients .list>h3 {
  font-size: 0.65em;
  letter-spacing: 1px;
  word-spacing: 2px;
}

#clients .list>h5 {
  font-size: 0.8em;
}

.month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.5em;
}

.limitations {
  font-weight: 400;
  padding-left: 0.6em;
}

.user-pic {
  height: 65%;
  text-align: center;
  margin-top: -0.6em;
}

.user-pic>img {
  border-radius: 50%;
  height: 220px;
  width: 220px;
  margin: auto;
}

.manage {
  /* postion: absolute; */
  right: 1em;
}

.user-name {
  font-weight: 700;
  font-size: 1.1em;
  padding-top: 0.8em;
}

.role {
  font-weight: 500;
  font-size: 0.8em;
  padding-top: 0.6em;
  padding-bottom: 1.7em;
}

/*--------------------------------------*/
/* #DASHBOARD - PLUS version */
/*--------------------------------------*/

#dash-topname {
  position: absolute;
  left: 12.3em;
  top: 2em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}

#cp {
  height: 21em;
  flex: 1;
  min-width: 800px;
  width: 1100px;
}

#user-act,
#mac-act {
  height: 21em;
  width: 15em;
  display: flex;
}

#no_user_act,
#no_mac_act {
  display: flex;
  margin-top: 2em;
}

.up {
  margin-top: -3em;
}

#user-act .min-graph,
#mac-act .min-graph {
  /* background-image: url("/images/device-activity.png");
  background-repeat: no-repeat;
  background-size: 85% auto;
  background-position: 50% 100%;*/
  height: 20em;
  width: 15em;
}

/*#cp .min-graph {
  background-image: url("/images/copies-prints.png");
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: 0% 100%;
}*/

#cp-graph.min-graph {
  margin-top: 1em;
  height: 88%;
  width: 100%;
}

#no_cp_graph {
  height: 100%;
}


#mac-graph.min-graph,
#user-act.min-graph {
  margin-top: -20px;
  height: 100%;
  width: 100%;
  overflow: visible;
}

.borderb {
  margin-top: 0.5em;
  border-bottom: 1px solid #7d7d7d;
}

button.graph-buttons {
  text-transform: none;
  color: #7d7d7d;
  background-color: transparent;
  font-size: 0.6em;
  box-shadow: inset 0px 0px 0px 1px #7d7d7d;
}

button.graph-buttons:hover,
button.graph-buttons.active {
  color: #f48058;
  box-shadow: inset 0px 0px 0px 1px #f48058;
}

input.graph-buttons {
  margin: 0;
  width: 7em;
  font-size: 0.6em;
  font-weight: 500;
  text-align: center;
  border: none;
  z-index: 100;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}


/* @-moz-document url-prefix() {
	input[type=date] {
		border: 0;
		clip-path: inset(0 19px 0 0);
		width: 8.5em;
	}	
} */

#time_button {
  font-size: 0.6em;
}

.border {
  padding: 0.1em 0 0 0;
  border: 1px solid #7d7d7d;
  border-radius: 3px;
}

.link-devices>a {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
}

.link-devices>a:hover {
  color: #f48058;
}

#dev-stat {
  height: 21em;
  flex: 1;
  min-width: 800px;
}

/*
.arrow-back {
  width: 2em;
  height: 1.5em;
  background-image: url("/images/icons/back.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}*/

.device {
  position: relative;
  width: 100%;
  height: 90%;
  flex: 1;
}

.page {
  width: 100%;
}

.min-graph {
  overflow: hidden;
}

.dev-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
}

.device .toners {
  width: 7em;
}

.device .toners .percentage {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 2.8em;
  color: #7d7d7d;
  font-size: 0.6em;
  padding-top: 11em;
  background-size: 2.1em auto;
  background-position: top;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
  flex: none;
}

.toners .cyan {
  background-image: url("/images/ink/Cyan/Cyan_0.png");
}

.toners .magenta {
  background-image: url("/images/ink/Magenta/Magenta_62.png");
}

.toners .yellow {
  background-image: url("/images/ink/Yellow/Yellow_5.png");
}

.toners .black {
  background-image: url("/images/ink/Black/Black_59.png");
}

#dev-stat .list {
  width: 9em;
  padding-top: 1em;
}

#dev-stat .list>h3 {
  padding-top: 1em;
  font-size: 0.8em;
  padding-left: 0;
}

#dev-stat .list>h5 {
  padding-left: 0;
}

#dev-stat .list.active>h3 {
  color: #ff7b3e;
}


.dev-page {
  font-size: 0.8em;
  font-weight: 600;
  padding-right: 1em;
  line-height: 2;
}

#arrow-forward>img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*--------------------------------------*/
/* #add-user modal*/
/*--------------------------------------*/

#add-user .modal-content {
  width: 38rem;
}

#add-user .m-title {
  text-align: left;
  padding-left: 1em;
  font-size: 0.9em;
}

#add-user ol {
  line-height: 3rem;
  margin-top: 2rem;
  margin-left: -1em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  width: 12em;
  /*
  list-style: none; counter-reset: li;*/
}

#add-user li {
  padding-left: 1.5em;
  /*
  counter-increment: li;*/
}

/*
#add-user li::before {
  border-radius: 50%;
  background-color:  red;
  text-align: center;
  content: counter(li);
}*/

#add-user .step {
  width: 100%;
  margin-right: -1em;
}

.back {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-top: 0.75em;
  margin-left: 32em;
}

.back:hover {
  color: #f48058;
  text-decoration: underline;
}

#add-user li.done {
  background-image: url("/images/icons/checked.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.5em;
  color: #bebebe;
  list-style-type: none;
  margin-left: -1.5em;
  padding-left: 3em;
}

/* style="list-style-type:none"*/

/* prezueto, treba skratiti/maknuti nepotrebno*/

/* The container */
.container {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  margin: 1em 5em 2em 0;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.1em;
  width: 1.1em;
  border-radius: 3px;
  background-color: #f3f6f8;
  border: 1px solid #d6d6d6;
}

/* On mouse-over, add a grey background color */
/*.container:hover input ~ .checkmark {
    background-color: #d6d6d6;
}*/

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  /* background-color: #2196F3;*/
  background-color: transparent;
  border: none;
  background-image: url("/images/icons/reports_active.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  overflow: visible;

  height: 1.3em;
  width: 1.3em;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: none;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*--------------------------------------*/
/* #statistics */
/*--------------------------------------*/

#statistics>div {
  max-width: 95rem;
  min-width: 60rem;
  margin: auto;
  flex: 1;
}

#statistics select {
  font-size: 0.9rem;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  width: 13em;
}

#statistics label {
  font-size: 0.7rem;
}

#results {
  width: 11rem;
  font-size: 11px;
  font-weight: 700;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  margin-bottom: 0.5em;
}

#statistics .graph {
  height: 30rem;
  width: 99%;
  background-color: #F3F6F8;
}

.graph-options {
  font-size: 0.6em;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

#statistics .bad-icons img {
  height: 2.2rem;
}

/*
#statistics img {
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 1.4em;
}*/

#no_graph,
#no-machine {
  height: 27rem;
  display: flex;
}

.b-right {
  border-right: 1px solid #f8f8f8;
}

/*--------------------------------------*/
/* #CLIENTS */
/*--------------------------------------*/

#clients .invoices {
  padding-top: 7em;
}

#clients .fix {
  padding-top: 1.9em;
}

.remove-client img {
  height: 1em;
}

.remove-client {
  width: 40px;
}

.increasing.triangle {
  font-size: 0.7em;
  background-image: url("/images/icons/increase.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 1.7em;
}

.decreasing.triangle {
  font-size: 0.7em;
  background-image: url("/images/icons/decrease.svg");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 1.7em;
}

#clients .client {
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #ffffff;
  color: #7d7d7d;
  padding: 15px 0 15px 0;
}

#clients .heading {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 700;
}

#clients .value {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 300;
}

#clients .percentage .increasing {
  color: #ff7b3e;
  font-size: 12px;
  font-weight: 700;
}

#clients .percentage .decreasing {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 700;
}

#clients .name {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 700;
}

#clients .verticalline {
  border-right: 1px solid #7d7d7d;
}

/*--------------------------------------*/
/* #REPORTS */
/*--------------------------------------*/

#reports .year {
  color: #e7eaeb;
  font-size: 92px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 1em;
}

#reports .invoices {
  padding-top: 100px;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 74%;
}

.boxes {
  display: flex;
  flex-direction: row;
}

#reports .box {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #ffffff;
  color: #7d7d7d;
  min-width: 200px;
  height: 240px;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1em;
}

#reports .month {
  font-family: "Roboto", sans-serif;
  padding: 20px;
  color: #7d7d7d;
  font-size: 22px;
  font-weight: 700;
  width: 90%;
}

#reports .columnname {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.invoice {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: right;
}

#reports .completed {
  color: #f48058;
}

#reports .status {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 3.6em;
  background-repeat: no-repeat;
  background-position: 1.4em 50%;
  background-size: 1.4em;
}

#reports .status.completed {
  background-image: url("/images/icons/check.svg");
}

#reports .status.awaiting {
  background-image: url("/images/icons/warning.svg");
}

#start {
  background-repeat: no-repeat;
  background-position: 1em 50%;
  background-size: 0.9em;
  background-image: url("/images/icons/start.svg");
  padding-left: 2.7em;
}

#start:hover {
  background-image: url("/images/icons/start_active.svg");
}

.table {
  width: 100%;
  height: 60%;
  border-spacing: 0;
  margin: 10px auto;
}

.table td {
  padding: 10px 20px;
  vertical-align: center;
}

.table th {
  text-align: left;
  vertical-align: bottom;
  padding: 10px 20px;
  border-bottom: 1px solid #d6d6d6;
}

.b {
  font-weight: 400;
}

.fix {
  position: fixed;
  left: 251px;
  right: 0;
  background-color: #eceff1;
  z-index: 20;
}

.fix-top {
  width: 70%;
  min-width: 700px;
  margin: auto;
}

#search-bar .list {
  text-transform: uppercase;
  color: inherit;
  font-size: 0.8rem;
}

.invoices {
  position: relative;
  width: 72%;
  min-width: 500px;
  margin: auto;
  padding-top: 160px;
  overflow-y: hidden;
}

.invoices .bbox {
  margin: 15px 0px;
}

.invoices .ordinal {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.ordinal {
  flex: none;
}

.rep-inv {
  background-image: url("/images/Duplico d.o.o..png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 5.5em;
  height: 80px;
  line-height: 80px;
  width: 170px;
  padding-left: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  flex: none;
}

.rep-inv.company {
  background-image: url("/images/customers/unknown.png");
}

.rep-inv>.tooltip {
  position: absolute;
  left: 390px;
  margin-top: 20px;
}

.rep-inv:hover .tooltip {
  display: inline-block;
}

.line {
  height: 60px;
  width: 55%;
  min-width: 400px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  flex: auto;
}

.line p {
  margin: auto;
  text-transform: uppercase;
  width: 100%;
}

.line-box {
  max-height: 40px;
}

.line .head {
  font-size: 0.7em;
  padding-bottom: 0.5em;
}

.line .body {
  font-size: 0.9em;
}

.nr-mach {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 1em;
  padding-left: 2em;
}

.nr-mach.unknown {
  background-image: url("/images/icons/warning.svg");
}

.nr-mach.correct {
  background-image: url("/images/icons/check.svg");
}

.pdf-inv {
  margin: auto;
  margin-right: -1em;
  width: 100px;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}

.pdf-inv img {
  height: 1em;
}

.rep-inv-det {
  margin-top: -16px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

.rep-inv-det>div {
  height: 10em;
  border-bottom: 1px solid #d6d6d6;
}

.rep-inv-det div>div {
  flex: auto;
  display: flex;
  min-width: 140px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
}

.rep-inv-det .list {
  line-height: 1.3em;
}

.state img {
  height: 1em;
  float: right;
  padding: 1em 1em 0.5em 0;
}

.state-det {
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 1.7em;
  padding-left: 0.8em;
  text-transform: uppercase;
  font-size: 0.6em;
  height: 1.7em;
}

.state-det.correct {
  background-image: url("/images/icons/check.svg");
}

.state-det.unknown {
  background-image: url("/images/icons/warning.svg");
}

.state {
  width: 140px;
}


/*--------------------------------------*/
/* #DASHBOARD */
/*--------------------------------------*/
#m-dashboard .boxes {
  max-width: 1300px;
}

#m-dashboard {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
}

.bbox {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #fff;
  color: #7d7d7d;
  margin: 15px;
}

#activity {
  /* max-height: 93.5%; */
  overflow-y: auto;
  flex: none;
  font-family: "Roboto", sans-serif;
  color: #777777;
  background-color: #fff;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

#noActivity {
  margin-top: 18em;
}

#noActivity>img {
  display: block;
}

.mini-no {
  color: #D9D9D7;
  font-size: 0.9em;
  width: 70%;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.no {
  color: #D9D9D7;
  font-size: 1.25em;
  width: 540px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#statistics .no {
  font-size: 1.6em;
}

#m-dashboard .no>img,
.no-machine .no>img {
  height: 1em;
  width: auto;
  vertical-align: bottom;
}

#activity .top {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 16em;
  margin-top: -1px;
  border-top: 1px solid #d6d6d6;
  border-radius: 3px;
}

#activity .fix-bottom {
  margin-top: 4.3em;
}

#activity-details {
  border-radius: 3px;
  border-width: 0px;
  border-style: solid;
  border-color: #d6d6d6;
}

#activity .fix-bottom .bottom {
  overflow-y: auto;
  z-index: 0;
}

#activity .bbox {
  height: 99%;
  width: 16em;
}

#activity .boxes {
  padding: 0;
}

.m-17 {
  margin-top: 15px;
}

#activity .g-subtitle {
  font-size: 0.8em;
}

#activity .company {
  font-weight: 700;
}

#activity .machine {
  border-left: 1px solid #7d7d7d;
  margin-left: 1.1em;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1.3em;
  padding-left: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}

#activity .machine>p {
  margin: 0;
}

#activity .machine>p:not(:last-child) {
  margin-bottom: 0.4em;
}

#activity .machine>span {
  font-weight: 400;
  padding-right: 1.1em;
}

.time {
  background-image: url("/images/icons/clock.svg");
  background-size: 1.3em;
  background-repeat: no-repeat;
  padding-left: 2em;
  margin-left: 0.9em;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 0.1em;
  margin-bottom: 2em;
}

.activity-mini {
  margin-top: 0.5em;
  border-bottom: 1px solid #f8f8f8;
}

.activity-mini .logo {
  background-image: url("/images/icons/activity.svg");
  background-size: 2.3em;
  background-repeat: no-repeat;
}

.d1 {
  flex: 1;
  min-width: 380px;
  margin: auto;
  justify-content: space-between;
}

.m {
  max-height: 226px;
  max-width: 158px;
  min-height: 215px;
  min-width: 150px;
  flex: auto;
}

.counter {
  color: #636363;
  font-size: 35px;
  font-weight: 500;
}

.title {
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.bb {
  font-weight: 700;
}

.xs {
  font-size: 0.8rem;
}

.just>img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.just {
  line-height: 1px;
}


#rented,
#storage,
#n-clients,
#out {
  background-repeat: no-repeat;
}

#rented,
#storage,
#out {
  background-position: 50% 20%;
  background-size: 3em;
}


#n-clients {
  background-position: 50% 15%;
  background-size: 4em;
}

#rented {
  background-image: url("/images/icons/rented.svg");
}

#storage {
  background-image: url("/images/icons/storage.svg");
}

#n-clients {
  background-image: url("/images/icons/n-clients.svg");
}

#out {
  background-image: url("/images/icons/out.svg");
}

.g-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.g-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 0.98rem;
  margin-top: 0.5rem;
}


/*pomoćni okvir*/
.red {
  border: 1px solid red;
}


.box-stats {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.7rem;
}

.percentagebig {
  color: #7d7d7d;
  font-size: 28px;
  font-weight: 600;
}

.light {
  color: #959595;
}

.box-stats.increasing {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url("/images/icons/increase.svg");
  background-size: 3.9em;
}

.box-stats.decreasing {
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url("/images/icons/decrease.svg");
  background-size: 3.9em;
}


.rev-graph {
  margin-top: -43px;
  height: 82%;
  background-repeat: no-repeat;
  background-size: 100% 98%;
}

.min-graph {
  margin-top: -43px;
  height: 90%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#clicks .min-graph {
  background-image: url("/images/clicks.png");
}

#rent .min-graph {
  background-image: url("/images/rent.png");
}

#revenue .rev-graph {
  background-image: url("/images/revenues.png");
}

/*--------------------------------------*/
/* #SETTINGS */
/*--------------------------------------*/

#settings {
  margin-top: 8vh;
}

#settings h3 {
  color: #7d7d7d;
  font-size: 21px;
  font-weight: 600;
}

#settings .list>h3 {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 13px;
}

#settings .details .list {
  max-width: 17em;
  padding-left: 0;

}

#settings .details {
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background: #fff;
  height: 7rem;
  padding-top: 30px;
  padding-left: 2em;
}

#settings .details>div {
  justify-content: flex-start;
  padding-left: 10px;
}

#settings .box-edit-logo {
  min-width: 8px;
  flex: none;
}

#contact-info,
#user-info,
#account-info {
  margin: auto;
  width: 70%;
  min-width: 820px;
}

#contact-info>h3,
#user-info>h3,
#account-info>h3 {
  padding-left: 10px;
  line-height: 50px;
}

#connection-info .box-wrap {
  min-height: 125px;
}

/*--------------------------------------*/
/* #SCROLLBAR (only chrome)*/
/*--------------------------------------*/

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar:horizontal {
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #7d7d7d;
  border-radius: 70px;
}

/*--------------------------------------*/
/* #ADD MACHINE */
/*--------------------------------------*/

.modal {
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  vertical-align: center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid white;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 22em;
}

#add-machine .modal-content {
  padding-left: 3em;
  padding-right: 3em;
}

#add-machine .close {
  margin-right: -60px;
}

input,
option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 92%;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background-color: #fff;
  color: #7d7d7d;
  padding: 0.2em;
  margin-bottom: 1em;
}

.m-title {
  margin-top: -1em;
  text-align: center;
}


/* The Close Button */
.close {
  color: #7d7d7d;
  float: right;
  font-size: 50px;
  font-weight: light;
  margin-top: -20px;
}

.close:hover,
.close:focus {
  color: #f48058;
  text-decoration: none;
  cursor: pointer;
}

.cancel {
  background-color: #f3f6f8;
  color: #7d7d7d;
}

.cancel:hover {
  background-color: #f3f6f8;
  box-shadow: inset 0px 0px 0px 2px #7d7d7d;
  color: #7d7d7d;
}

.modal button {
  width: 8em;
  margin: auto;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  padding: 0.6em;
}

.warning-modal {
  font-family: 'Roboto', sans-serif;
  min-width: 30em;
  padding: auto 5em;
  font-size: 0.85em;
}

.warning-modal h3 {
  padding-top: 2em;
  font-weight: 300;
}

.warning-modal h5 {
  font-weight: 500;
  font-size: 1.3em;
}

.close {
  margin-top: -25px;
  margin-right: -25px;
}

/*--------------------------------------*/
/* #RANDOM */
/*--------------------------------------*/

/* on resize*/

@media screen and (max-width: 1400px) {
  #sidenav {
    width: 78px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: -25px;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }

  #sidenav .mfp-container>img {
    height: 18px;
    padding-left: 26px;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }

  #sidenav .logout {
    width: 37px;
    padding-left: 72px;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }

  #sidenav h2,
  #sidenav h4,
  #sidenav svg {
    display: none;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }

  #navlist {
    overflow: hidden;
    margin-left: -5px;
    margin-bottom: 50px;
  }

  #navlist li:hover>.tooltip {
    display: inline-block;
  }

  main {
    padding-left: 54px;
  }

  .fix {
    left: 54px;
  }

  /*#m-dashboard .boxes {flex-wrap: wrap; overflow: auto;}
	#revenue {min-height: 400px; min-width: 400px;}*/
  /*#m-dashboard {padding-left: 100px;}*/
}


/*tooltips*/

.tooltip {
  font-weight: 500;
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase;
  line-height: 16px;
  z-index: 1080;
}

#navlist li:hover>.tooltip {
  position: fixed;
  left: 50px;
}

/* tooltip strelica*/
.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #7d7d7d #7d7d7d transparent;
}

.tabs dd>a:hover,
.tabs .tab-title>a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active>a,
.tabs .tab-title.active>a {
  background-color: transparent;
  color: #222222;
}

/* SLIDER - CHECKBOX */

.switch {
  position: relative;
  display: inline-block;
  width: 1.8em;
  height: 0.6em;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f6f8;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #7d7d7d;
  border-radius: 80px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.9em;
  width: 0.9em;
  left: -30%;
  bottom: -60%;
  background-color: #7d7d7d;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #F0B19B;
  border: 2px solid #F48058;
}

input:checked+.slider:before {
  -webkit-transform: translateX(1.6em);
  -ms-transform: translateX(1.6em);
  transform: translateX(1.6em);
  background-color: #F48058;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* grid elementi za probu */
/*

.container {
  display: grid;
  width: 750px;
  height: 600px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 1rem;
}

.revenues {
  grid-row: 1 / 3;
  grid-column: 1 / 5;
}

.sidebar {
  grid-row: 1 / 5;
  grid-column: 7 / 8;
}

.content-1 {
  grid-row: 1 / 2;
  grid-column: 5 / 6;
}

.content-2 {
  grid-row: 1 / 2;
  grid-column: 6 / 7;
}

.content-3 {
  grid-row: 2 / 3;
  grid-column: 5 / 6;
}

.content-4 {
  grid-row: 2 / 3;
  grid-column: 6 / 7;
}

.content-5 {
  grid-row: 3 / 5;
  grid-column: 1 / 4;
}

.content-6 {
  grid-row: 3 / 5;
  grid-column: 1 / 4;
}
.content-6 {
  grid-row: 3 / 5;
  grid-column: 4 / 7;
}






/* OTHER STYLES */

/*

.item {
  background-color: #1EAAFC;
  background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  color: #ffffff;
  border-radius: 4px;
  border: 6px solid #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}


.sidebar {
  background-image: linear-gradient(203deg, #3EDFD7 0%, #29A49D 90%)
}

.content-1,
.content-2,
.content-3 {
  background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%);
}

*/

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #ffffff;
  padding: 0.2em;
  width: 100%;
  color: #7d7d7d;
}

@-moz-document url-prefix() {
  select {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    border-radius: 3px;
    border-width: 1px;
    border-color: #d6d6d6;
    border-style: solid;
    background-color: #ffffff;
    padding: 0px !important;
    width: 100%;
    color: #7d7d7d;
  }
}

.select_input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background: #fff url('/images/icons/arrow_down.png') no-repeat 98% 55% !important;
  background-size: .76rem !important;
  width: 94.5%;
  /* ¿que? */
}

#devices {
  height: initial;
  max-height: 82%;
}

.no-machine {
  padding-top: 3rem;
  width: 100%;
  height: 100%;
}

.no-machine>img {
  width: 10em;
}

.invalid {
  color: #f48058;
  border: 1px solid #f48058;
}

.modal-error {
  color: #f48058;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

.btn-empty {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  line-height: 0;
  padding: 5px;
}

.btn-empty:hover,
.btn-empty:active {
  box-shadow: none;
}

button[data-controls=next] {
  transform: rotate(180deg);
}

.device {
  width: initial !important;
  height: initial !important;
  border: 0;
}

/* .tns-item:nth-child(odd) {
  border-right: 1px solid #acacac;
}
.tns-item:only-child {
  border-right: 0 !important;  
} */

/* 
._fade-in {
  animation: animate-fade-in ease-in 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0)
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
  }
}

._fade-out {
  animation: animate-fade-out ease-out 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes animate-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0)
  }
} */
._d-none {
  display: none !important;
}

/* MULTISELECT */
/* #statistics {
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #ffffff;
  color: #7d7d7d;
  float: left;
  margin: -5px 30px 0px 40px;
  width: 95%;
  position: relative;
  min-width: 1180px;
} */
#statistics>div {
  max-height: calc(100vh - 310px);
  max-width: 87rem;
  min-width: 60rem;
  margin: auto;
  flex: 1;
}

#statistics select,
#statistics input,
#statistics option {
  font-size: 0.9rem;
  /* padding-top: 0.4em;
  padding-bottom: 0.4em;*/
  width: 13em;
  padding: 0.35rem !important;
}

#statistics-form input:hover,
#statistics-form input:focus {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #f48058;
  outline: 0;
  cursor: pointer;
}

#statistics label {
  font-size: 0.7rem;
}

#statistics-form>div {
  flex-grow: 1;
}

#results {
  width: 11rem;
  font-size: 11px;
  font-weight: 700;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  margin-bottom: 0.5em;
}

#statistics .graph {
  height: 28rem;
  width: 99%;
  background-color: #fff;
  /* #F3F6F8; */
  display: flex;
}

.graph-options {
  font-size: 0.6em;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.b-right {
  border-right: 1px solid #f8f8f8;
}

/* input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-clear-button{
  display: none; 
  -webkit-appearance: none;
} */


.select_multiple {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  border-radius: 3px;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
  background-color: #ffffff;
  padding: 0.2em !important;
  width: 11rem;
  height: 2em;
  color: #7d7d7d;
  text-align: left;
  text-transform: none;
  background: #fff url('/images/icons/arrow_down.png') no-repeat 98% 55%;
  /*prijasnja boja - #f8f9fa */
  background-size: .76rem !important;
}


.dropdown {
  position: absolute;
  margin: auto;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  border-top: 0;
  width: 10.85rem;
  z-index: 1000;
  background-color: white;
}

.choice {
  background-repeat: no-repeat;
  background-position: 6% 50%;
  background-size: 0.7em;
  padding: 0.2em;
  padding-left: 1.8em;
  font-size: 0.83em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.choice:hover {
  cursor: pointer;
  background-color: #eceff1;
}

.select_multiple:disabled {
  background-color: #eceff1 !important;
  background: none;
}

.select_multiple:disabled:hover {
  box-shadow: inset 0px 0px 0px 0px #f48058;
}

/* USERS */

.w-auto {
  width: auto;
}

.fgrow {
  flex-grow: 1;
}

/* .form-action {

} */


/* Alerts */
#alert-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
}

.alert {
  padding: 1rem;
  width: calc(100% - 2rem);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.alert-info {
  color: var(--cyan-pale);
  background-color: var(--cyan);
  border-bottom: 1px solid var(--cyan-light);
}

.alert-warning {
  color: var(--yellow-pale);
  background-color: var(--yellow);
  border-bottom: 1px solid var(--yellow-light);
}

.alert-danger {
  color: var(--red-pale);
  background-color: var(--red);
  border-bottom: 1px solid var(--red-light);
}

.alert-success {
  color: var(--teal-pale);
  background-color: var(--teal);
  border-bottom: 1px solid var(--teal-light);
}

.alert-message {
  font-size: .9rem;
  font-weight: 400;
  flex: 1 1 0;
  min-width: 0;
}

.alert-close {
  flex: 0 1 2rem;
  background-color: transparent;
  font-size: 2rem;
  padding: 0;
  line-height: 1em;
  border: 1px solid transparent;
}

.alert-close:hover,
.alert-close:active {
  box-shadow: none;
  color: currentColor;
  background-color: transparent;
  outline: 0;
  border: 1px solid currentColor;
}

/* Animations */
._fade-in {
  animation: animate-fade-in ease-in 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes animate-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    max-height: 0;
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    max-height: fit-content;
  }
}

._fade-out {
  animation: animate-fade-out ease-out 250ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes animate-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    max-height: fit-content;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    max-height: 0;
  }
}

._drop-from-above {
  animation: animate-drop-from-above ease-in 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

._pull-above {
  animation: animate-pull-above ease-out 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes animate-pull-above {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-25vh);
  }
}

@keyframes animate-drop-from-above {
  0% {
    transform: translateY(-25vh);
  }

  100% {
    transform: translateY(0);
  }
}

/* CUSTOM RADIO */

._custom-control {
  position: relative;
}

._custom-radio {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* ._custom-radio:checked + ._custom-label {
  color: #f48058;
} */

._custom-radio:checked+._custom-label::before {
  border: 2px solid #f48058;
  background: -moz-radial-gradient(#f48058 30%, #fff 30%);
  background: -webkit-radial-gradient(#f48058 30%, #fff 30%);
  background: -o-radial-gradient(#f48058 30%, #fff 30%);
  background: -radial-gradient(#f48058 30%, #fff 30%);
}

._custom-radio:disabled:checked+._custom-label::before {
  border: 2px solid #faccbc;
  background: -moz-radial-gradient(#faccbc 30%, #fff 30%);
  background: -webkit-radial-gradient(#faccbc 30%, #fff 30%);
  background: -o-radial-gradient(#faccbc 30%, #fff 30%);
  background: -radial-gradient(#faccbc 30%, #fff 30%);
}

._custom-radio:disabled+._custom-label::before {
  border: 2px solid #d6d6d6;
}

._custom-label {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  cursor: pointer;
}

._custom-label::before {
  display: inline-block;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  margin-right: 0.625rem;
  border: 2px solid #6c757d;
  border-radius: 50%;
}

/* IMAGE UPLOAD */

.image-upload-group {
  position: relative;
}

.image-upload-group input[type=file] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.image-upload-group .clear-image {
  vertical-align: top;
}

fieldset {
  border: 1px solid #eceff1;
}

fieldset legend {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 500;
}
