/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.nav-item i { margin-right: 0; }
.dropdown .dropdown-menu { min-width: 0; }
.header-navbar .navbar-header .navbar-brand { padding: 5px 0; }
.header-navbar .navbar-header .navbar-brand .brand-logo { width: 110px; }
.navigation > li.nav-item.active a {border-right: 4px solid #1E9FF2;}
hr {border-color: #2C303B;}
.table.no-head th {text-align: right;}
textarea {min-height: 160px;}


input[type="checkbox"].switch, input[type="radio"].switch {opacity: 0;}
.switch ~ .btn-group a.btn {
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); }
  .switch ~ .btn-group a.btn.active {
	-moz-box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
	color: #FFFFFF; }
	.switch ~ .btn-group a.btn.active:not(.dropdown-toggle) {
	  border-bottom-right-radius: 0.25rem;
	  border-top-right-radius: 0.25rem;
	  border-top-left-radius: 0.25rem;
	  border-bottom-left-radius: 0.25rem; }
  .switch ~ .btn-group a.btn:hover {
	z-index: 1; }

.switch ~ .btn-group:focus {
  outline: none; }

.switch ~ .btn-group.btn-group-vertical .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.switch ~ .btn-group.btn-group-vertical .btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-on .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-handle-on {
	padding: 5px 10px;
}

#tasksform, #mechanicalsform, #issuesform, #salesform {
	display:none;
}

.planning-button {
	position: relative;
	padding-left: 30px;
}

.planning-button .circle {
	position: absolute;
	left: 8px;
	top: 12px;
	height:15px;
	width: 15px;
	border-radius: 100%;
	background: green;
	border: 1px solid white;
}

.week-planning .next .la-chevron-circle-left, .week-planning .next .la-chevron-circle-left {
	line-height: 50px;
}



.pictures-overview label {
	font-size: 18px;
	line-height: 29px;
}

.pictures-overview .card-img-top {
	width: 100%;
	height: 200px;
	object-fit: fill;
	position: relative;
}

.pictures-overview .card {
	position: relative;
}

.btn-light {
	background-color: #f6f6f6;
}

.btn-light:hover {
	background-color: #d6d6d6;
}

.pictures-overview .card .trash  {
	top: 0;
	right: 0;
	position: absolute;
}


/*.pictures-overview .card .edit  {*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	position: absolute;*/
/*}*/

.pictures-overview .card .arrows  {
	left: 0;
	top: 0;
	position: absolute;
}

.pictures-overview .picture {
	width: 200px;
}

.pictures-overview .card {
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.form-check-input {
	/* Double-sized Checkboxes */
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	padding: 10px;
}

.no-pointer-events {
	pointer-events: none;
}

.form-check label {
	font-size: 20px;
	margin-left: 15px;
	line-height: 20px;
}

.formaat-col-0 {
	display: none;
}

.tasks-table th i {
	font-size: 20px;
}

.tasks-table td i {
	font-size: 15px;
}

.la-exclamation-circle.error {
	color: #ff4136;
	font-size: 30px;
}

.la-check-circle.success {
	color: #155724;
	font-size: 30px;
}

.deleteForm {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.strike {
	text-decoration: line-through;
	color: #28D094;
}

.info-row b {
	display: inline-block;
	min-width: 250px; /* You can adjust this width */
}

.info-value {
	display: inline-block;
}