table.inventory th {
background:#333 !important;
color: #dedede;
}
table.view-product th {
background:#333 !important;
color: #dedede;
width: 33%;
}
table.view-product img {
max-width: 415px;
}
.custom-select input[type=radio], .custom-select input[type=checkbox]{
display:none; }
.custom-select label {
cursor: pointer;
}
.custom-select input[type="radio"] + label:before, .custom-select input[type="checkbox"] + label:before {
border: 1px solid #37474f;
content: "\2713";
color: rgba(0,0,0,0);
display: inline-block;
font: 16px/1em sans-serif;
font-weight: 600;
margin: 0 .25em 0 0;
padding:.1em .2em;
vertical-align: top;
transition: .5s;
border-radius: 1px;
}
.custom-select input[type="radio"]:checked + label:before, .custom-select input[type="checkbox"]:checked + label:before {
color: #2196f3;
border: 1px solid #2196f3;
content: "\2713";
text-align: center;
background: #e3f2fd;
}
.custom-select input[type="radio"]:checked + label:after, .exemplo2 input[type="checkbox"]:checked + label:after {
font-weight: bold;
}
.btn {
color: #78909C;
text-decoration: none;
padding: 1em 2em !important;
border: 1px solid #CFD8DC;
border-radius: .35em;
transition: .3s;
font-size: .8em;
font-weight: 700;
}
.btn:hover {
background-color: #CFD8DC;
}
.btn-primary {
color: #37474f!important;
background-color: #e1f5fe!important;
border: 1px solid #81d4fa!important;
transition: .3s;
}
.btn-primary:hover {
background-color: #b3e5fc!important;
} .alert {
margin: 1em 0 3em 0;
padding: 1em;
border: 1px solid #b0bec5;
border-radius: .5em;
text-align: center;
background-color: #eceff1;
color: #607d8b;
}
.alet-info {
border: 1px solid #90caf9;
background-color: #e3f2fd;
color: #2196f3;
}
.alert-success {
border: 1px solid #a5d6a7;
background-color: #e8f5e9;
color: #4caf50;
}
.alert-warning {
border: 1px solid #ef9a9a;
background-color: #ffebee;
color: #f44336;
}
.alert-danger {
border: 1px solid #FFCC80;
background-color: #FFF3E0;
color: #FF9800;
}
.load_fb {
width: 100%;
height: 100%;
position: absolute;
z-index: 9998;
display: none;
}
.load_fb_frame {
position: relative;
width: 100%;
top: 25%;
}
.load_fb_frame div {
width: 100%;
background-color:#fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
z-index: 9999;
margin: 0 auto;
text-align: center;
padding: 2em;
z-index: 5002;
}
@media screen and (min-width: 850px) {
.load_fb_frame {
top: 40%;
margin: 0 auto;
}
}
.mbp-panel-container {
max-width:100%;
overflow:hidden;
border:1px solid #f2f2f2;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
.mbp-panel-container p {
margin:0 auto;
}
.mbp-panel-container .mbp-panel-sidebar {
width:30%;
float:left;
background:#f2f2f2;
min-height:100px;
padding-top:20px
}
.mbp-panel-container .mbp-panel-content {
width:70%;
float:left;
min-height:100px;
padding:20px
}
.mbp-panel-container ul li {
list-style:none;
margin:5px 20px;
}
.mbp-panel-sidebar ul {
margin:0 auto
}
.mbp-panel-sidebar ul li {
list-style:none;
margin:10px 20px;
}
.mbp-panel-sidebar ul li span {
vertical-align:middle
}
.mbp-panel-sidebar ul li p {
margin:0 auto;
line-height:2em;
font-size: 1rem;
}
.mbp-panel-sidebar ul li.card {
background:#fff;
border-radius:2px;
text-align:center;
position:relative;
max-width:100%;
box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
-webkit-transition:all .3s cubic-bezier(.25,.8,.25,1);
transition:all .3s cubic-bezier(.25,.8,.25,1);
cursor:pointer
}
.mbp-panel-sidebar ul li.card a {
padding:20px 40px 15px 40px;
display:inline-block;
width:100%;
color: #78909C;
}
.mbp-panel-sidebar ul li.card a:hover {
color: #37474f;
}
.mbp-panel-sidebar ul li.card:hover {
box-shadow:0 7px 14px rgba(0,0,0,.25),0 5px 5px rgba(0,0,0,.22)
}
.mbp-panel-sidebar-heading {
text-align:center
}
.mbp-panel-content-h3 {
float:left;
margin:0 0 15px;
line-height:1em
}
.mbp-panel-content-heading {
overflow:hidden
}
@media (max-width:1024px) {
.mbp-panel-container {
display:block
}
.mbp-panel-container .mbp-panel-sidebar {
width:100%
}
.mbp-panel-container .mbp-panel-content {
width:100%
}
}
.form-group {
margin-bottom: 2em;
}
.form-item {
display: inline-block;
margin-right: 2em;
margin-bottom: 1em;
}
.form-small input {
width: 5em;
}
.container-assist-item {
margin-top: 1em;
border-radius:2px;
padding: 10px 20px 10px 20px;
box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
transition:all .3s cubic-bezier(.25,.8,.25,1);
}
.container-assist-item:hover {
box-shadow:0 7px 14px rgba(0,0,0,.25),0 5px 5px rgba(0,0,0,.22)
}
.assist-default {
background-color: #e3f2fd;
border: 1px solid #bbdefb;
}
.assist-alert {
background-color: #fff3e0;
border: 1px solid #ffe0b2;
}
.assist-completed {
background-color: #e8f5e9;
border: 1px solid #c8e6c9;
}
.assist-item-main {
position: relative;
float: left;
}
.assist-item-more {
display: none;
}
.assist-item-options {
float: right;
}
.assist-item-options ul {
position: relative;
float: right;
}
.assist-item-options ul li {
position: relative;
list-style: none;
float: left;
margin-left: 1em;
}
.assist-item-options ul li a:hover {
color: rgba(0,0,0,.45);
}
.assist-item-status {
position: relative;
float: left;
}
.assist-item-buttom-more {
text-decoration: none;
position: relative;
float: right;
margin-top: 1em;
padding: 5px 10px;
background:  rgba(0,0,0,.06);
border: 1px dashed rgba(0,0,0,.20);
cursor: pointer;
}
.assist-item-buttom-more:hover {
background:  rgba(0,0,0,.12);
}
.extra-information-box {
background: #FFF;
padding: 10px;
width: 100%;
border: 1px dashed rgba(0,0,0,.20);
}
@media screen and (min-width: 850px) {
.assist-item-buttom-more {
margin: 0;
top: -.5em;
}
}
.table-responsive thead {
text-align: left;
}
.table-responsive th,
.table-responsive td {
padding: .5em;
border: .1em solid #fff;
}
@media (max-width: 767px) {
.table-responsive {
display: block;
position: relative;
width: 100%;
}
.table-responsive thead,
.table-responsive tbody,
.table-responsive th,
.table-responsive td,
.table-responsive tr {
display: block;
}
.table-responsive td,
.table-responsive th {
height: 35px;
}
.table-responsive thead {
float: left;
}
.table-responsive tbody {
width: auto;
position: relative;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
}
.table-responsive tbody tr {
display: inline-block;
}
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}