/* Add here all your CSS customizations */
.header {
	position: relative;
	margin-bottom: 50px;
}
.row.datatables-footer {
    margin-left: 0;
    margin-right: 0;
}
.header .btn-group-justified {
	margin-top: 7px;
}
header>.container,
main.container {
	width: calc(100% - 60px) !important;
}

html .wizard-progress.wizard-progress-lg ul li, html.dark .wizard-progress.wizard-progress-lg ul li {
	max-width: 160px;
}
.inner-wrapper {
	padding-top: 0;
}
.print-products table th:nth-child(3), .print-products table td:nth-child(3),
.add-equipment table th:nth-child(3), .add-equipment table td:nth-child(3),
.edit-order table th:nth-child(3), .edit-order table td:nth-child(3) {
	width: 75px;
}
.print-products table td:nth-child(3), .print-products table td:nth-child(3) input,
.add-equipment table td:nth-child(3), .add-equipment table td:nth-child(3) input,
.edit-order table td:nth-child(3), .edit-order table td:nth-child(3) input {
	text-align: center;
}
.print-products table td:last-child textarea.form-control,
.add-equipment table td:last-child textarea.form-control,
.edit-order table td:last-child textarea.form-control{
	height: 58px;
}
#datatable-details td i {
	font-size: 1.8rem;
}
.add-equipment table th:last-child, .add-equipment table td:last-child,
.edit-order table th:last-child, .edit-order table td:last-child {
	width: 35px;
	text-align: center;
}
.add-equipment table > tbody > tr > td:last-child,
.edit-order table > tbody > tr > td:last-child {
	vertical-align: middle;
	vertical-align: middle;
}
.form-horizontal .control-label.text-left {
	text-align: left;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}
hr {
	margin: 11px 0 22px;
}
#dropzone.dropzone {
	display: table;
	width: 100%;
	text-align: center;
	color: #444;
	min-height: 90px;
	padding: 14px;
}
#dropzone.dropzone>div {
	display: table-cell;
	vertical-align: middle;
}
.dropzone .dz-default span {
	font-size: 14px;
}
.legal {
    padding: 0;
    margin: 5px 0 0;
}
.legal li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,.2);
    padding: 0 10px;
}
.legal li:last-child {
    border:0px none;
}
a .panel.panel-horizontal .panel-body h3, a .panel-body p, a:hover .panel-body h3, a:hover .panel-body p:hover {
	color: #777;
	text-decoration: none;
}
#search-form.fixed {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 200;
	background-color: rgba(80%, 80%, 80%, .5);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#search-form.fixed .well {
	margin: 10px 13px;
	border: 1px solid #e5e5e5;
}
#results .pagination {
	margin-top: 0;
}
#results .addproduct {
	display: block;
}
#datatable-editable td {
 vertical-align: middle;
}
.panel-featured-primary.active {
	opacity: 1;
}
.panel-featured-primary {
	opacity: .5;
}
.panel-featured-primary.active {
	opacity: 1;
}
#results .search-results th:last-child,
#results .search-results td:last-child{
	text-align: center;
}
.msg-text {
	margin: 0;
	padding: 15px;
}
.btn {
	margin-bottom: 15px;
}
.inner-menu {
	left: 0;
	top: 0;
	position: inherit;
	width: auto;
}
.inner-menu {
	background-color: transparent;
	border-color: transparent;
	color: #444;
}
.inner-menu a.menu-item {
	margin: 0;
	color: #444;
	padding: 10px 20px;
}
.inner-menu a.menu-item.active {
	background-color: #eaeaea;
}
.inner-menu a.menu-item:hover {
	background-color: #f5f5f5;
	color: #000;
}
.sidebar-widget .widget-header {
	padding-left: 15px;
}
.inner-menu hr.separator {
	margin: 15px 0;
}
.inner-menu {
	display: block;
}
.inner-menu-content {
	display: block;
}
.leyend {
	font-size: 1.8rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-block-info a.btn-info .fa {
	color: #FFF;
}
.toggle-sidebar-left {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 999;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.table-responsive {
	border: 0 none;
}
html.no-mobile-device .body {
	overflow: scroll !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.btn {
		margin-bottom: 0;
	}
}

.content-replace {
    display: none;
}

.sidebar-widget .widget-content.widget-small {
    padding-left: 15px;
    padding-right: 10px;
}

.dataTables_wrapper .dataTables_length .select2-container {
    float: left;
}
div.dataTables_length label {
    line-height: 30px;
    margin-bottom: 15px;
}
.alert {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 360px;
    z-index: 9999;
}
.alert.login {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 100%;
}
@media(min-width:576px){
	.alert {
	    left: calc(50% - 238px);
	    max-width: 90%;
	}
}
@media(min-width:768px){
	.alert {
	    left: calc(50% - 324px);
	}

}
@media(min-width:992px){
	.alert {
	    left: calc(50% - 496px);
	}
}
@media(min-width:1200px){
	.alert {
	    top: calc(50% - 35px);
	    left: calc(50% - 535px);
	    max-width: 1070px;
	}
}
