.logo-img {
	float: left;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 15px;
}

.container {
    width: 100%;
    max-width: 1280px;
    height: 100vh;
}

.container-background {
	background-color: #F6F6F6;
}

.form-div {
	margin: 0 auto;
	margin-top: 25%;
	width: 60%;
	height:370px;
	border: 1px solid #A3A3A3;
	background-color: #E8E8E8;
	padding: 20px;
}	

.form-group-div {
	margin-top: 10px;
}

.button-submit {
	float: right;
}

.clear {
    clear: both;
}

.header {
	width: 100%;
	height: 80px;
	background-color: #EAEAEA;
}

.logged-user-menu {
	margin-top: 25px;
	float: right;
	margin-right: 20px;
}

.logged-user {
	margin-left:10px;
	font-size: 16pt;
}

.user-menu-img {
	margin-left:10px;
}

.footer {
	width: 100%;
	height: 40px;
	background-color: gray;
	bottom: 0;
	position: absolute;
}

.menu-left {
	width: 12%;
	min-height: calc(100vh - 80px);
	float: left;
	background-color: #FFFFFF;
}

.menu-list {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

.info-div {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #A3A3A3;
}

.menu-item {
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #A3A3A3;
}

.menu-item:hover {
	background-color: #EAEAEA;
}

.menu-item-img {
	float: left;
	margin-top: 12%;
	margin-left: 12%;
}

.menu-item-label {
	font-size: 16pt;
	margin-left: 20px;
	margin-top: 13%;
}

.page-title-label {
	font-size: 24pt;
	width: 100%;
	margin-top: 10px;
}

.menu-item-active {
	background-color: #EAEAEA;
}

.item-link {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

.item-link:hover {
	color: #000000;
}

.input-form-div {
	margin: 0 auto;
	margin-top: 5%;
	width: 50%;
	height:280px;
	padding: 20px;
}

.remove-outline {
  border-color: #FFFFFF;
  border-bottom: 1px solid black;
  box-shadow: none;
}

.custom-button {
	background-color: #A3A3A3;
	border-color: #A3A3A3;
	color: #FFFFFF;
}

.custom-button:hover {
	background-color: #9D9D9D;
	border-color: #9D9D9D;	
	color: #FFFFFF;
}

.table-div {
	margin-top: 100px;
	margin-left: 13%;
	width: 80%;
}

.centar-table {
	
}

.pagination-nav {
	float: right;
}

.page-link {
	color: #000000;
	text-decoration: none;
}

.page-link:hover {
	color: #000000;
}

.a-img-click {
	text-decoration: none;
}

.dropbtn {
  background-color: Transparent;
  background-repeat:no-repeat;
  padding: 16px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline:none;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: Transparent;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.stat-div-1 {
	width: 100%;
	height: 30px;
	background-color: #ACB3BF;
	text-align: center;
	font-size: 14pt;
}

.stat-div-2 {
	width: 100%;
	height: 30px;
	background-color: #7791BF;
	text-align: center;
	font-size: 14pt;
}

.stat-div-3 {
	width: 100%;
	height: 30px;
	background-color: #CC7676;
	text-align: center;
	font-size: 14pt;
}

.new-device {
	text-decoration: none;
	cursor: pointer;
	float: right;
	width: 120px;
	height: 20px;
	margin-bottom: 20px;
}

.back-device {
	text-decoration: none;
	cursor: pointer;
}

.h-customer-name {
	width: 100%;
	height: 40px;
	font-size: 24pt;
}

.p-table-title {
	width: 100%
	height:24px;
}

.a-edit-link {
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.custom-list-ul {
	list-style-type: none;
  	padding: 0; 
  	margin: 0; 
  	width: 100%;
}

.details-container {
	margin-left: 13%;
	width: 80%;
}

.li-row {
	width: 100%;
	height: 40px;
}

.div-title {
	width: 20%;
	height: 100%;
	float: left;
}

.div-description {
	width: 80%;
	height: 100%;
}
