.material-icons, .material-icons-outlined {
	vertical-align: middle;
}

.btn-default {
	border: 1px solid #0000002b;
}

.error {
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #a94442;
}

#loader-layer {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(253, 253, 253, 0.67);
	z-index: 999; /* Specify a stack order in case you're using a different order for other elements */
}

#loader{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
  }

a.list-file-uploaded {
	display: block;
}

span.list-file-uploaded {
  /*padding-top: 30px;*/
  font-size: 25px;
  vertical-align: bottom;
}

#list-table tr {
	cursor: pointer;
	/* user-select: none; */
}

#list-table tr.selected {
    background-color: #8c8c8c !important;
    color: white;
}

#list-table tr.selected.error {
    background-color: #a95e56 !important;
}

#list-table tr.selected.warning {
    background-color: #c98f44 !important;
}

#list-table tr.selected.notice {
    background-color: #5b7788 !important;
}

#list-table tr.error {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#list-table tr.warning {
	color: #fff;
    background-color: #f08801;
    border-color: #f08801;
}

#list-table tr.notice {
	color: #fff;
    background-color: #4fa2d9;
    border-color: #4fa2d9;
}

#list-table thead th,
#list-table tfoot th {
	position: sticky;
	background: white;
}

#list-table thead th {
	top: 0;
}

#list-table tfoot th {
	bottom: 0;
}

.list-table-filter {
	position: absolute;
	width: 16px;
	opacity: 0;
	cursor: pointer;
}

.list-table-filter + .material-icons {
	font-size: 16px !important;
	color: #4a4a4a;
}

.list-table-filter + .material-icons.true {
	color: green;
}

#item-errors {
	display: none;
	margin-top: 7px;
}

.app-icon.list-with-errors {
	color: white;
	background-color: #d9534f;
}

.app-icon.list-with-warnings {
	color: white;
	background-color: #f08801;
}

.app-icon.list-with-notices {
	color: white;
	background-color: #4fa2d9;
}

.list-with-errors a {
	color: white;
}

.error-header-0 {background-color: #d9534f !important;}
.error-header-1 {background-color: #f08801 !important;}
.error-header-2 {background-color: #4fb9d9 !important;}

.true {
	color: green;
}

.false {
	color: #c6c6c6;
}

img.simulator-icon-img {
	background-color:#000;
}

.text-remove-button {
	cursor: pointer;
}

#lists h1 {
	margin-top: 32px;
}

.app-icon {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    height: 100px;
    margin: 12px;
    font-size: 14px;
    padding-top: 36px;
    text-transform: uppercase;
	color: #4a4a4a;
	text-align: center;
}

a.app-icon:hover {
	text-decoration: none;
	color: #000;
	background-color: #ddd;
}


.add-button {
	margin-top: 23px;
}

#header {
	height: 70px;
}

.clear {clear: both;}

.menu-title {
	float: left;
	padding: 10px;
	line-height: 45px;
	font-size: 30px;
	/*color: #c0e4ca;*/
}

.menu-title.material-icons {
	margin-top: 11px;
}

.menu-title a {
	color: white;
}

#nav {
	margin-left: -15px;
	margin-bottom: 15px;
	background-color: #00955d;
	/*background-color: #3b614d;*/
	color: white;
}

#logged-username {
	padding: 10px;
	line-height: 60px;
	font-size: 18px;
	/*color: #c0e4ca;*/
}

#logout-link {
	/*color: #c0e4ca;*/
	cursor: pointer;
}

#login {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
}

#login::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url('../img/fondo-factory.svg');
	background-repeat: no-repeat;
	background-size: cover;
	filter: opacity(75%) brightness(75%);
	width: 100vw;
	height: 100vh;
}

#login-form {
	position: relative;
	/* position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	width: 500px;
	border-radius: 5px;
	background-color: white;
}

#login-error {
	display: none;
	position: absolute;
	top: -50px;
	left: 0;
	color: white;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}

.password-field {
	position: relative;
}

.toggle-psswd-icon {
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  font-size: 16px !important;
}

.modal-dialog {
	width: 80%;
	margin-left: 10%;
	max-width: none;
}

label {
	margin-top: 10px;
}

.noty_message {
	max-height: 500px;
	overflow-y: auto;
}

/* #script-import-submit,
#file-upload-wrapper {
	width: 100%;
} */

#file-upload-input {
	border: 1px solid #0000002b;
	border-radius: .25rem;
	height: 100%;
}

#file-upload-input::file-selector-button {
	padding: .531rem .75rem;
	cursor: pointer;
	background-color: var(--gray-dark);
	color: white;
	outline: none;
	border: none;
}

.input-group-append span[data-select2-id] {
	min-width: 0 !important;
}

#noty_center_layout_container,
#noty_center_layout_container *:not(button) {
	border: none !important;
	box-shadow: none !important;
}