ul.dashboard-tips {
  padding-left: 0px;
  margin-left: 0px !important;
}

ul.dashboard-tips li {
  list-style-type: none;
}

ul.dashboard-tips li.custom-icon {
  padding-left: 40px;
  background-position: 0% 50%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px rgb(221, 221, 221);
}

ul.dashboard-tips li.icon32_print {
    background: url(../img/icon32_print.png) no-repeat;
}

ul.dashboard-tips li.icon32_check {
    background: url(../img/icon32_check.png) no-repeat;
}

ul.dashboard-tips li.icon32_check_2 {
    background: url(../img/icon32_check_2.png) no-repeat;
}

ul.dashboard-tips li.icon32_calendar {
    background: url(../img/icon32_calendar.png) no-repeat;
}

ul.dashboard-tips li.icon32_bag {
    background: url(../img/icon32_bag.png) no-repeat;
}

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none;
}

.hpanel > .panel-footer {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.panel-collapse .panel-body {
    border: none;
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: none;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.no-padding {
    padding:0px;
}
.text-center {
    text-align:center;
}

.produto-item-section, .product-item-section {
    font-weight: bold;
    padding: 0px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
}

.product-item {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    position: relative;
    /*margin-bottom: 30px!important;*/
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
    background-color: #fdfdfd;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: default;
    margin-bottom:20px;
}

.product-item:hover {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 231, 1);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(227, 228, 231, 1);
    box-shadow: 0px 3px 0px 0px rgba(227, 228, 231, 1);
    transform: translateY(-4px);
    transition: all 300ms ease-in-out 0s;
}

.product-item:hover img {
    
}

.product-item:before,
.product-featured-leading:before,
.product-featured-intro:before,
.product-category:before,
.product-item:after,
.product-featured-leading:after,
.product-featured-intro:after,
.product-category:after {
  content: " ";
  display: table;
}
.product-item:after,
.product-featured-leading:after,
.product-featured-intro:after,
.product-category:after {
  clear: both;
}

.product-item .item-image {
    overflow: hidden;
    position: relative
}

.product-item .item-image,
.product-item .pull-left.item-image,
.product-item .pull-right.item-image {
  width: 100%;
  max-width: 100%;
  float: none !important;
}
.product-item .item-image img,
.product-item .pull-left.item-image img,
.product-item .pull-right.item-image img,
.product-item .img_caption {
  width: 100% !important;
  max-width: 100%;
}

.product-item .price {
    padding:6px;
}
.details {
    color: #999999;
}

/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1;
  font-size: 75%;
  text-transform: uppercase;  
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.center{
  top: 40%;
  left: 10%;
  width: 80% !important;
  transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
}

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.transparent{background: transparent; color: #FFF;}
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

.daterangepicker .calendar {
    display: none;
    max-width: 295px !important;
}
div.calendar {
    width: auto;
}

/* bootbox hack */
.bootbox-alert .modal-body {
    padding: 10px 10px 10px;
}
.bootbox-alert .modal-footer {
    padding: 10px;
}