s/*
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;*/
}

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

select, input, option, textarea  {
      font-family: "Roboto", 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: 100%;
      color: #7d7d7d;
      letter-spacing: 0px;
}

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

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input, option {
  font-family: "Roboto", 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: 100%;
  color: #7d7d7d;
}

button, button:active, button:focus, a, a:active, a:focus, input, input:active, input:focus, option, option:active, option:focus {
   outline: none;
}

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

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

#search, #search-inner {
  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;
}

.none {display: none !important;}

.inactive_input > input
{
    pointer-events:none !important;
    background-color: #E0E0E0;
    color: #A0A0A0;
}

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

#login {
  padding-left: 0;
}

.center {
  position: fixed;
  top: 27%;
  left: 40%;
}

.login {
  font-family: "Roboto", sans-serif;
  font-size: 1.95em;
  font-weight: 600;
  color: #43444e;
}

.login > img {
  vertical-align: sub;
  padding-bottom: 2px;
}

.login-form{
  background-color: #fff;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
  border-radius: 3px;
  width: 17em;
}

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

#login input {
  margin-top: 0.3em;
  width: 95%;	
}

#login button {
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  padding: 0.7em 2.7em;
  margin-left: 0.5em;
}

.invalid {
  color: #f48058;
  font-size: 0.8em;
  font-weight: 500;
  /*text-transform: uppercase;*/
  text-align: center;
}


.container {
    display: inline-block;
    position: relative;
    padding-left: 2em;
    margin: 1em 5em 2em 1em;
    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: 1em;
    width: 1em;
	border-radius: 3px;
    background-color: #fff;
	border: 1px solid #d6d6d6;
	/*box-shadow: 0px 0px 1px #d6d6d6 inset;*/
}

/* 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);
}


/*--------------------------------------*/
/* #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 0px 40px;
  width: 95%;
  position: relative;
  min-width: 1180px;
}

#dashboard .header {
  height: 145px; /*179px; po slici*/
  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%;
  /*border: 1px solid white; /*znači koji k se desi kad maknem ovo?! magic border*/
}

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

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

.increasing {
  color: #ff7b3e;
}

.decreasing {
  color: #7d7d7d;
}

#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;*/
  
  width: calc(33% - 200px);
 /* max-width: 25%;*/
  height: 60%;
  /*flex-wrap: wrap;*/
  flex: auto;
  padding: 0 2%;
  text-transform: uppercase;
}

#dashboard .header .box .graph {
  width: calc(100% - 10px);
  height: 70%;
  margin: auto;
  margin-top: -1em;
  /*border: 1px solid red;*/
 /* min-height: 30%;
  display: flex;
  flex: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;*/
}

/*hack da bi se hiroviti grafovi resizeali*/

.px1{
  width: 80% !important;
}

/*
#dashboard .header .box .graph > div > div{	
  /*width: 100%;
  height: 100%;
  margin: auto;
 /* display: flex;
  flex: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}*/

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

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

.tabs {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  display: flex;
  flex: none;
  height: 2.5rem;
  flex-direction: row;
  align-items: flex-start;
  overflow: visible;
  width: 100%;
}

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

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

.tabs .tab-title:hover {
  /*background-color: #fff;*/
  border-bottom: 3px solid #f48058;
  cursor: pointer;
}

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

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

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

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

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

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

#hacka {
  flex: auto;
}

#hackb {
  flex: auto;
}

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

/*--------------------------------------*/
/* #TABS CONTENT */
/*--------------------------------------*/
.tabs-content {
  overflow: auto;
  position: relative;
  border-radius: 0 0 3px 3px;
}

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

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

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

.tabs-content > .list {
  min-width: 13em;
}

.tabs-content > .list > h5{
  overflow-y: auto;
  max-height: 11em;
}

#dashboard .tabs-content {
  overflow: auto;
  max-height: calc(100vh - 310px); /* safari neće vh?*/
  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: 90%;
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 13px;
  margin: 6px 0 -2px 0;
  padding-left: 10px;
}

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

.no-machine{
  height: calc(100vh - 350px); 
}

.no-machine > img{
  height: 12rem;
}

#machines-details .list > h3, #machines-details .list > h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
}

#machine-info .list > h3 {
  width: 100%;
}


#machine-info .list > h5 {
  max-width: 250px;
}

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

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

#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;
}

#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");
}

#machine-pic {
  display: flex;
  flex: none;
  width: 220px;
}


/* modal add machine*/


/* */
#add_currency{
  width: 4.5em;
  margin-right: -1.1em;
}

#licence_end_date{
  margin-right: -1.1em;    
}

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

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

.graph-buttons input{
  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;
}

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


.select_input:disabled {
    -webkit-appearance: none;
    -moz-appearance : none;
    border-color: transparent;
    background-color: transparent;
    background: none !important;
    border:1px solid transparent !important;
    outline:0px !important;
}

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

#machine-info .m-title, #link-to-external-contract .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: 52rem;
  height: 40rem;
}

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

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

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

#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;
}
*/

#basic-info-edit > div > form > h5 > input {
	width: 20rem;
}
#basic-info-edit > div > form{
	width: 50%;
}

#contact-info-edit > div > form > h5 > input {
	
	width: 20rem;
}
#contact-info-edit > div > form{
	width: 50%;
}

.fourD > div > form > h5 > input {
	width: 20rem;
}
.fourD > div > form{
	width: 50%;
}

#machine_info_contract_type{
  width: 31rem;
}

.up{
  margin-top: -4rem;    
}

#machine_info_cumulative_clicks_label{
  margin-top: 0.8rem !important;  
}
/*--------------------------------------*/
/* #add-client modal*/
/*--------------------------------------*/

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

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

#add-client ol {
  line-height: 3rem;
  margin-top: 2rem;
  margin-left: -1em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  width: 12em;
}

#add-client li {
  padding-left: 1.5em;
}

#add-client .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-client 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"*/


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

#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.3rem !important;
}

#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: 28rem;
  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;
}

.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;
}

.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;
}

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

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

#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;
}

.body > .decreasing {
  font-size: 0.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;
}

/*added by MP*/
.companyBox:hover 
{
  cursor: pointer;
  background-color: #F8F8F8;
}
/*--------------------------------------*/
/* #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;
  min-width: 90px;
}

#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: 74%;
  min-width: 920px;
  margin: auto;
}

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

input#search, input#search-inner {
 padding-left: 2em !important;
}

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

.invoices .bbox {
  margin: 15px 0px;
  height: 2.8em;
  min-width: 30em;
}

.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: 20em;
  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: 14rem;
  margin-top: -8px;
}

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

.rep-inv > .tooltip::after {
	/*content: "";
    position: absolute;*/
    top: 120%;
    left: 1.5%;
   /* margin-left: -5px;
    border-width: 5px;
    border-style: solid;*/
    border-color: #7d7d7d  transparent transparent #7d7d7d ;
}

.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;
}

#invoices .line-box{
  min-width: 108.59px;
}

#clients .line-box {
  width: 30%;
}

.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: auto 1em;
  padding-left: 2em;
}

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

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

.nr-mach.mfpcloud {
  background-image: url("images/mfpa.png");
}

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

.nr-mach.administrative {
  background-image: url("images/icons/administrative.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;
  flex:none;
}	


.rep-inv-det > .tabs-content {
  height: 240px;  
 /* 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;
  padding: 1em 0em 0 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: 10px;
  height:100%;
}

/*--------------------------------------*/
/* #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;
}

#revenue {
  min-height: 415px;
  max-height: 436px;
  min-width: 570px;
  flex: 3;
}

#clicks, #rent {
  height: 330px;
  flex: auto;
  min-width: 400px;
}

#activity {
  max-height: 93.5%;
  overflow-y: auto;
  flex: none;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#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 .fix-bottom .bottom {
  overflow-y: auto;
  z-index: 0;
}

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

#activity .boxes {
  padding: 0;
}

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

#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 > 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;
  text-transform: lowercase;
}

.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: auto;
  height: 68%;
}

.min-graph{
  height: 90%;
  margin: auto;
  margin-top: -1em;
  display: flex;
  justify-content: center;
}

/*--------------------------------------*/
/* #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 {
  line-height: 1.3em;
  border-radius: 3px;
  border-width: 1px;
  border-color:  #d6d6d6;
  border-style: solid;
  background: #fff;
  height: 7rem;
  padding-top: 15px;
  padding-bottom: 15px;
  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;
}

#user .select_input {
  width: 102.5%;	
}

::-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;
}
/*--------------------------------------*/
/* #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, #add-manufacturer .modal-content {
  padding-left: 3em;
  padding-right: 3em;
}

#add-machine .close, #add-manufacturer .close {
  margin-right: -60px;
}
/*
input, option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 100%;
  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;}*/
	#login {padding-left: 0;}
}


/*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%;
}

.select_input {
    -webkit-appearance: none;
    -moz-appearance : none;
    background: #fff url('./images/icons/arrow_down.png') no-repeat 98% 55% !important;   /*prijasnja boja - #f8f9fa */
    background-size: .76rem !important;
    background-position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 98%;
    letter-spacing: 0px;
}

/* 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%);
}

*/

img 
{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

   