/*TDS TASK LIST*/


body {
	font-family: 'Montserrat', sans-serif;
	color: #333e48;
	background: #fff;
}

button {
     border: none;
    color: white;
    padding: 6px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px;
    background-color: #4a4a4a;
    font-weight: 500;
    border-radius: 6px;
}

pre {
	width: 900px;
	max-height: 100px;
}

.items {
	margin: 5px auto;
	width: 100%;
	background: white;
	border: 1px solid #cdd3d7;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(204, 204, 204, 0.5);
	-moz-box-shadow: 0px 1px 2px 1px rgba(204, 204, 204, 0.5);
	box-shadow: 0px 1px 2px 1px rgba(204, 204, 204, 0.5);
}

.navbar-default {
	border-color: #ffffff;
}

.items-header {
	min-height: 64px;
	position: relative;
	line-height: 24px;
	padding: 0px 15px;
	color: #5d6b6c;
	text-shadow: 0 1px rgba(255, 255, 255, 0.7);
	background: #fff;
	border-radius: 3px 3px 0 0;
}

.items-title {
	line-height: inherit;
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}

.items-lists {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	padding: 10px 4px;
	width: 19px;
	height: 3px;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}

.rezRapColor2 {
    border: 1px solid #DDD;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 31px 6px 31px;
    background-image: linear-gradient(261deg, #fafffc, #ffffff);
    line-height: 40px;
    box-shadow: 0px 0px 12px #00000026;
    margin-top: 30px;
    margin-bottom: 34px;
}

.items-lists:before {
	content: '';
	display: block;
	height: 3px;
	background: #8c959d;
	border-radius: 1px;
	-webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
	box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}

.items-list-item {
	display: block;
	line-height: 24px;
	padding: 12px 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.items-list-item:hover {
	background-color: #FAFAFA;
}

.items-list-item+.items-list-item {
	border-top: 1px solid #f0f2f3;
}

.items-list-cb {
	display: none;
}

.items-list-mark {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	border: 2px solid #c4cbd2;
	border-radius: 12px;
}

.items-list-mark:before {
	content: '';
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	margin: -3px 0 0 -6px;
	height: 9px;
	width: 18px;
	border: solid #39ca74;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.items-list-cb:checked~.items-list-mark {
	border-color: #39ca74;
}

.items-list-cb:checked~.items-list-mark:before {
	display: block;
}

.items-list-desc {
	font-size: 20px;
	font-weight: 700;
	color: #8a9a9b;
}

@media (max-width: 767px) {
	.items-list-desc {
		font-size: 14px;
	}
	.table {
		font-size: small;
	}
}


}
.items-list-cb:checked~.items-list-desc {
	color: #34bf6e;
	text-decoration: line-through;
}
.date {
	font-size: 10px;
	color: #ccc;
}
.red {
	color: #990000;
	opacity: 0.4;
}
.margin-full-5 {
	margin: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.addBox {
	background-color: #fff;
	font-size: 130%;
}
.successBox {
	background-color: #fff;
	min-height: 500px;
}
.formSuggest {
	margin-top: 7px;
	font-size: 14px;
}
.fa:hover {
	color: #000;
}
.fa-edit {
	font-size: 19px;
}
.fa {
	padding-left: 5px;
}
.navbar-default .navbar-brand {
	color: #404040;
}
.btn-default {
	color: #404040;
}
.fa-filter,
.fa-refresh {
	margin-top: 7px;
	font-size: 20px;
}
.filters {
	display: none;
	background-color: #5c6573;
}
i.fa.fa-sort-desc {
	color: #fff
}
i.fa.fa-sort-asc {
	color: #fff
}
ul {
	list-style: none;
}
a {
	color: #333;
}
a:hover {
	cursor: pointer;
}
ul.simple-post-list .post-image {
	float: left;
	margin-right: 12px;
}
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.callout-box {
	background-color: #546489;
	color: #fff;
	padding: 10px 20px;
}
.body-title {
	border: 1px solid #e3e3e3;
	border-left: 5px solid #234383;
	padding: 0 20px 20px;
}
.featured-box {
	border: 1px solid #e3e3e3;
	border-top: 5px solid #234383;
	padding: 0 20px 20px;
}
.breadcrumbs {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}
.breadcrumb {
	margin-bottom: 0;
}
.cart-btn {
	border-radius: 0;
}
.navbar {
	border-radius: 0;
	/*background: #438EB9;color: #fff;border: 0;*/
}

/* Removed width:auto from navbar-collapse classs; */
.navbar-collapse {
	border-top: 0;
	box-shadow: none;
}
.navbar .navbar-brand {
	/*color: #FFF;font-size: 24px;text-shadow: none;padding-bottom: 10px;*/
}
.form-group-addon {
	padding-left: -20px;
}
.mynav {
	background-color: #ffffff;
	border-radius: 6px 0px 6px 6px;
	border: solid 2px #333e48;
	text-shadow: 1px 1px 2px #fff;
}
.navbar .navbar-toggle .icon-bar {
	background-color: black;
}
@media (min-width: 767px) {
	.table-hover>tbody>tr:hover {
		background-color: #505050;
		color: white;
	}
	
	.table-hover>tbody>:hover a {
		color: white;
	}
	
	.itemcls {
		min-height: 550px;
	}
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.btn-up-page {
	color: #fff;
	background-color: #404040;
	border-color: #292929;
}
.btn-up-page:hover {
	background-color: #000;
}
.rezRapColor {
	border: solid 2px #333e48;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 30px;
}
.rezIncColor {
	padding: 28px;
	font-size: 120%;
	border-radius: 5px;
	padding: 30px;
}
.incident {
	padding: 10px;
	border: 1px solid #a94442;
	border-radius: 3px;
	margin-bottom: 15px;
	background-color: #ffffff;
}
.horizontalVerticalCenter {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
button.btn.btn-secondary.btn-lg.btn-block {
	background-color: #ebeff2;
	background-image: linear-gradient(to bottom, #f5f7fd, #e6eaec);
	height: 60px;
}
.modificaButtons {
	font-size: 16px;
}
.tableload {
	min-height: 900px;
}
.fa-shopping-cart,
.fa-eye {
	font-size: 20px;
}
.unitatipage {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	color: #404040;
	border-radius: 4px;
	margin-bottom: -4px;
	border: solid 1px #ccc;
}
.vanzpage {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: #404040;
	border-radius: 4px;
	border: solid 1px #ccc;
}
.produspanel {
	margin-top: 213px;
}
@media (max-width: 992px) {
	.produspanel {
		margin-top: 280px;
	}
	
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.itemcls.col-xs-6.ng-scope {
		min-height: 470px;
	}
}
@media (max-width: 768px) {
	.produspanel {
		margin-top: 20px;
	}
	
	.row {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.btncls {
		margin-top: 20px;
		margin-left: 12px;
	}
	
	.cautareComanda {
		padding: 42px;
	}
}
#continut {
	text-align: center;
	margin-top: 50px;
}
.btn-success {
	color: #fff;
	background-color: #20b981;
	border-color: #20b981;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #333e48;
	border-color: #333e48;
}

}
.form-comanda-class {
	font-size: 32px !important;
}
.incidentSearch {
	padding: 8px;
	border-radius: 2px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border: solid 2px #ffb700;
}
.col-lg-12.col-sm-12 {
	padding: 0;
}

.cautareComanda {
	border: solid 3px #fed601;
	padding-top: 30px;
	padding-bottom: 20px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 20px;
	box-shadow: inset 0 0 8px #f3f3f3;
	padding-left:20px;
}

.comenziSquare {
	border: solid 2px #333e48;
	padding: 30px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 20px;
	box-shadow: inset 0 0 8px #f3f3f3;
	min-height: 440px;
}
.pickupSquare {
	margin-top:10px;
	padding: 15px 25px 16px 25px;
	border: solid 2px #333e48;
	border-radius: 3px;
}
.redPickupSquare {
	margin-top:10px;
	padding: 15px 25px 16px 25px;
	border: solid 2px #ff3852;
	border-radius: 3px;
}
.topbarlog {
	color: #fff;
	background-color: #333e48;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.topbardiv {
	margin-bottom: 3px;
	text-align: right;
}
.redRow {
	background-color: #ff000059;
}

.greenRow {
	background-color: #20b981;
    color: white;
}
.col-sm-6 {
	padding-left: 3px;
}
nav.navbar {
	margin-left: 15px;
	margin-right: 10px;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.h2, h2 {
    color: #333e48;
}

.orderSquare {
	border: solid 3px #fed601;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius: 0 5px 5px 5px;
	margin-bottom: 20px;
	box-shadow: inset 0 0 8px #f3f3f3;
	padding-left:20px;
}

.form-control{
margin:4px;}

.submeniu {
    margin-left: 30px;
    padding: 15px;
    background-image: linear-gradient(to right, #fafcff, #ffffff);
}

.nav>li>a {
    padding-right: 6px;
    padding-left: 6px;
}

.elementPlati {
    border-bottom: solid 1px #ededed;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rezRapColorAdd {
    border: solid 2px #333e48;
    border-radius: 5px;
    background-color: #ffffff;
   padding: 10px 5px 5px 17px;
}

.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffba;
    background-image: url("https://vectro-wms.ro/templates/load.gif");
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    z-index: 2;
}

.procesareComanda{
    min-height: 500px;
}

.container.easysales {
    width: 282px;
    margin: 11px;
    padding: 2px 8px 10px 10px;
    background-color: #1294fc1f;
}

.container.contVectro {
    width: 282px;
    margin: 11px;
    padding: 2px 8px 10px 10px;
    background-color: #ffe978;
}