body {
	background: url("../images/sardinha.jpg") no-repeat right top;
}
.container {
    width: 100%;
}
.container-wrapper {
	position: relative;
	min-height: 500px;
}
.sidebar-menu {
	position: absolute;
	top: 0;
	left: 0;
    width: 250px;
    padding: 0 15px;
}
.main-container {
    margin-left: 250px;
	margin-bottom: 100px;
}
.small-container {
    max-width: 768px;
    margin: 0 auto;
}
#right-company-select {
	/*float: right;*/
	background-color: #39a7cc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}
/*#right-company-select li a,
#right-company-select p {
    color: white;
}
#right-company-select label {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}*/
#right-company-select .links,
#right-company-select .links a {
    margin-top: 20px;
    color: white;
}
.no-margin-left {
	margin-left: -15px;
}
.no-margin-right {
	margin-right: -15px;
}
.white {
    color: white;
}

h1 .print-button {
    font-size: 18px;
    vertical-align: middle;
}

/********/
/* MENU */
/********/
/* Style The Dropdown Button */
.page-header .btn {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.dropbtn {
    background-color: #39a7cc;
    color: white;
    padding: 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
}
.dropbtn-admin {
    background-color: #f44336;
}
.dropbtn-logout {
    background-color: #555;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3788ae;
}


/******************/
/* SIDEBAR ACTION */
/******************/
.li-pipe > li {
    padding-left: 0;
    padding-right: 0;
}
.li-pipe > li:after {
    content: "|";
    padding-left: 4px;
    padding-right: 4px;
}
.li-pipe > li:last-child:after {
    content: none;
}
.li-pipe > li.active a {
    font-weight: bold;
}
.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.list-inline {
    margin-left: 0;
}
input, select {
    color: #333;
}


/*.table-responsive .table > thead > tr > th {
	white-space: nowrap;
}*/
.table > thead > tr > th.asc a:after {
	content: ' ▲';
}
.table > thead > tr > th.desc a:after {
	content: ' ▼';
}
.table-small {
	font-size: 12px;
}
.table-small > thead > tr > th,
.table-small > tbody > tr > th,
.table-small > tfoot > tr > th,
.table-small > thead > tr > td,
.table-small > tbody > tr > td,
.table-small > tfoot > tr > td {
	padding: 5px;
}

.table td.lot {
    position: relative;
    padding-right: 25px;
}
.table td.lot a {
    position: absolute;
    top: 5px;
    right: 5px;
}
.table td.total_kg,
.table td.total_boxes_nr,
.table td.media_kg {
	text-align: right;
}


/********/
/* AUTH */
/*******/
.page-accounts-login {
    max-width: 350px;
    margin: 0 auto;
	padding-top: 60px;
}
.page-accounts-password_change {
    max-width: 350px;
    margin: 0 auto;
}
@media (min-width: 768px) {
	.page-accounts-login {
		padding-top: 120px;
	}
}


/*********/
/* ICONS */
/*********/
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/**********/
/* MODALS */
/**********/
.modal-xxl {
    width: auto;
    max-width: 1140px; /* 1200 - 30*2 */
}
@media (min-width: 768px) and (max-width: 1199px) {
    .modal-xxl {
        margin: 30px;
    }
}
@media (min-width: 1200px) {
	.modal-xxl {
	    margin: 60px auto;
	}
}

.modal-header .modal-header-btn {
    /*margin-top: -2px;*/
    margin-right: 20px;
}
button.modal-header-btn {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-header-btn {
    float: right;
    /*font-size: 14px;*/
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
