
body{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 70px;
	font-size: 18px;
}

body.tasks{
	padding-top:50px;
}

body.login{
	padding-top: 60px;
}


.row.gap{
	margin-bottom: 15px;
}

.row.gap.large{
	margin-bottom: 30px;
}

.material-icons{
	padding-right: 10px;
	position: relative;
	vertical-align: middle;
}

.navbar{
	background-color: #000;
	color: #eee;
	margin-bottom: 0;
	min-height: 0;
	padding: 3px 0 3px 0;
}
.navbar-fixed-bottom{
	background-color: #000;
	color: #fff;
	z-index: 10;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a.btn{
	font-size: 13px;
	font-weight: 500;
	margin:0;
	padding: 10px;
	text-transform: uppercase;
	top: 0;
}

.navbar .navbar-nav > li > a{
	top: 2px;
}

.nav.nav-tabs > li.active {
	background-color: rgba(255,255,255,0.2) !important;
	border-bottom: 3px solid rgba(0,0,0,0.3) !important;
}

.navbar-right{
	margin-right: 0;
}

#progressbar{
	height: 10px;
	margin-bottom: 0;
	position: relative;
	top: -20px;
}



/* right-side-bar-menu ################################################################*/
#sidebar-wrapper {
	background: rgba(0,0,0,1);
	/*box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.2);*/
	display: none;
	height: 100%;
	margin-right: -350px;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 350px;
	z-index: 1000;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}

#sidebar-wrapper.active {
	display: block;
	right: 350px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

#sidebar-wrapper.app.active {
	width: 100%;
}

#sidebar-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-wrapper .sidebar-nav{
	padding-top: 50px;
}

.sidebar-nav li {
	line-height: 25px;
	text-indent: 10px;
}

.sidebar-nav li a {
	color: #ccc;
	display: block;
	font-weight: 500;
	padding: 8px;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	color: #fff;
	background-color: #3e3d3d;
	text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	font-size: 16px;
	border-bottom: 1px solid #aaa;
	margin-top: 20px;
}
.sidebar-nav > .sidebar-brand:first-of-type {
	border-top: none;
	margin-top: 10px;
}
.sidebar-nav > .sidebar-brand a {
	color: #fff;
}

.sidebar-nav > .sidebar-brand a strong {
	text-transform: uppercase;
	cursor: pointer;

}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

.sidebar-nav .material-icons{
	left: -16px;
	padding-right: 0;
	position: relative;
	top: -1px;
}

#menu-toggle {
	margin: 0px auto 0px 15px;
	display: inline-block;
}

#scan-qr{
	display: inline-block;
}

.keyboard_arrow_right:after{
	content: 'keyboard_arrow_right';
	font-family: 'Material Icons';
	font-size: 1.5em;
	float: right;
	cursor: pointer;
}
.keyboard_arrow_down:after{
	content: 'keyboard_arrow_down';
	font-family: 'Material Icons';
	font-size: 1.5em;
	float: right;
	cursor: pointer;
}
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(0,0,0,0.8);*/
	background-color: rgba(250,250,250,.8);
	z-index: 2;
	cursor: pointer;
}

/* ### TASKS ################################################################*/
body.tasks .navbar{
	margin-bottom: 0;
}

body.tasks .order-info{
	padding-bottom: 15px;
}

body.tasks .comments{
	padding-bottom: 15px;
    border:1px solid #f5aca6;
}
body.tasks .comments .fold{
	padding-top: 5px;
	padding-bottom: 5px;
}
body.tasks .comments .show-comments{
	position: absolute;
	top: 0;
	right: 0;
}
body.tasks p.comment {
    color: orangered;
    font-family:'Nunito', sans-serif;
}


.svg-holder svg,
.svg-holder object{
	width: 100%;
	height: auto;
}

.meas{
	font-size: 2em;
	font-weight: 700;
}

body.tasks #progressbar{
	top: 0;
}

body.tasks .panel-body, .approve-shirt .panel-body{
	padding: 0px;
	margin: -1px 15px 0px 15px;
}


/* ### TABLE MODIFICATIONS ################################### */
.table .btn {
    margin: 3px 1px;
}

.panel > .table {
	font-size: 0.9em;
}





/* ### STATISTICS ############################################################*/

body.statistics .panel{
	border: none;
	box-shadow: none;
}


body.statistics .panel h1{
	font-size: 3em;
	font-weight: 700;
}

body.statistics .panel-body h3{
	font-size: 1.2em;
	font-weight: 700;
}

/*
body.statistics .panel h3{
	font-size: 2em;
	font-weight: 900;
	text-align: center;
}
*/

body.statistics .panel h3{
	margin-top: 10px;
}

td.production-idle-time {
    background-image: linear-gradient(lightcoral, lightcoral);
    background-repeat: no-repeat;
}
td.production-execution-time {
    background-image: linear-gradient(lightblue, lightblue);
    background-repeat: no-repeat;
}

/* ### FORMS ################################################################*/

.form-group.no-margin {
	margin: 0;
	padding: 0;
}
.form-group.no-margin select {
	margin: 0;
}

/* ### MODAL BOX ############################################################*/

.my-img a {
	display: inline-block;
	margin: 10px;
	border: 2px solid #CCC;
}
.my-img a:hover {
	border: 2px solid #45AFFF;
}
.modal-body {
	overflow: auto;
}

/* ### DATABASE LOG ##########################################################*/

.databaselog-search-logs .input.text,
.databaselog-search-logs .input.select{
	display: inline;
}

.databaselog-search-logs .form-group {
	margin-right: 20px;
}

.databaselog-search-logs #search{
	width: 100%;
}

dt{
	margin-top: 20px;
	margin-bottom: 5px;
}




/* ### MISC ##################################################################*/
a.label, span.label{
	cursor: pointer;
}

/* Make wells stand out a little less */
body .container-fluid .well,
body .container .well {
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1);
}

/* ### BUTTON CLICK ANIMATION ################################################*/
.gly-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.bg-priority
{
	background-color: #d33c44 !important;
	color: #fff!important;
}
.bg-ladies
{
	background-color: #ff7ec9 !important;
	color: #fff!important;
}

/* ###### Android style toggle switch ########## */
.switch-input > input[type="checkbox"] {
	display: none;
}

.switch-input > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.switch-input > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.switch-input > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.switch-input > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.switch-input > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}
.text-dark {
	color: #343a40;
}



@media print {

	body {
		padding: 0 !important;
	}

	.col-print-1 {width:8%;  float:left;}
	.col-print-2 {width:16%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33%; float:left;}
	.col-print-5 {width:42%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58%; float:left;}
	.col-print-8 {width:66%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83%; float:left;}
	.col-print-11{width:92%; float:left;}
	.col-print-12{width:100%; float:left;}

	.approve-shirt, .order-info {
		font-size: 0.8em;
	}

	.order-info p {
		margin: 0;
	}

	.approve-shirt img.img-thumbnail {
		max-width: 3cm !important;
		position: absolute;
		top: -5cm;
		right: 0;
		z-index: 9;
	}

	.approve-shirt img.img-responsive {
		max-width: 1cm !important;
	}

	.approve-shirt .panel{
		margin: 0 !important;
		padding: 0 !important;
		width: 30% !important;
	}

	.approve-shirt .panel-heading {
		padding: 0 0 0.2cm 0.5cm;
	}

	.approve-shirt hr {
		margin: 0 !important;
	}

	.approve-shirt .measurements {
		display: none !important;
	}
}

/* ###### Tag chip ########## */
.chip {
	display: inline-block;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 12px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #eceff1;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}
.chip-close {
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 32px;
	padding-left: 4px;
	padding-right: 0 !important;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .2s linear;
	color: #ec9f83;
	direction: ltr;
}
.chip-close:hover{
	color: #f44336;
}

form .error-message {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

/* ###### button color codes ###### */

.btn-orange {
    background-color: orange !important;
}
.btn-teal {
    background-color: teal !important;
    color: white !important;
}
.btn-steelblue {
    background-color: steelblue !important;
    color: white !important;
}
.btn-wine {
    background-color: #990012 !important;
    color: white !important;
}

.btn-yellow {
    background-color: #fdcc3e !important;
}
