/**
 * Box de conteudo
 * =============================================
 */
.box {
    background-color: #FFF;
    padding: 7.5px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 2px solid #D3D3D3;
    border-bottom: 3px solid #BDC3C7;
}
.box .box-heading {
    border-bottom: 1px solid #E0E0E0;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 10px
}
.box-heading .box-title, .box-heading .box-actions {
    position: relative;
    width: 48%;
}
.box-heading .box-actions {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
}
.box-heading .box-actions > .btn {
    margin-left: 10px;
}
.box .box-footer {
    border-top: 1px solid #E0E0E0;
    clear: both;
    padding: 10px 0px;
}

.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 300;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#2ab5cd 0%, #40cfe7 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #ccc;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ccc;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ccc;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ccc;
}


/**
 * Ajustes nas tabelas
 * =============================================
 *
 */
.table.va-middle > thead > tr > th,
.table.va-middle > tbody > tr > th,
.table.va-middle > tfoot > tr > th,
.table.va-middle > thead > tr > td,
.table.va-middle > tbody > tr > td,
.table.va-middle > tfoot > tr > td
{
    vertical-align: middle;
}
.table .btn-table-actions {
    margin: 3px 0px;
}
.table .sortHandle {
    cursor: move;
}



/**
 * Remover Padding Lateral
 * =============================================
 *
 */
.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



/**
 * Espaçamento de Altura
 * =============================================
 *
 */
.spacer5 { height: 5px; overflow-y: scroll; }
.spacer10 { height: 10px; overflow-y: scroll; }
.spacer15 { height: 15px; overflow-y: scroll; }
.spacer20 { height: 20px; overflow-y: scroll; }
.spacer25 { height: 25px; overflow-y: scroll; }
.spacer30 { height: 30px; overflow-y: scroll; }
.spacer35 { height: 35px; overflow-y: scroll; }
.spacer40 { height: 40px; overflow-y: scroll; }
.spacer45 { height: 45px; overflow-y: scroll; }
.spacer50 { height: 50px; overflow-y: scroll; }
.spacer100 { height: 100px; overflow-y: scroll; }
.spacer130 { height: 130px; overflow-y: scroll; }
.spacer150 { height: 150px; overflow-y: scroll; }
.spacer200 { height: 200px; overflow-y: scroll; }
.spacer210 { height: 210px; overflow-y: scroll; }
.spacer220 { height: 220px; overflow-y: scroll; }
.spacer230 { height: 230px; overflow-y: scroll; }
.spacer250 { height: 250px; overflow-y: scroll; }
.spacer260 { height: 250px; overflow-y: scroll; }
.spacer270 { height: 250px; overflow-y: scroll; }
.spacer280 { height: 300px; overflow-y: scroll; }
.spacer300 { height: 300px; overflow-y: scroll; }
.spacer350 { height: 350px; overflow-y: scroll; }
.spacer360 { height: 360px; overflow-y: scroll; }
.spacer370 { height: 370px; overflow-y: scroll; }
.spacer380 { height: 380px; overflow-y: scroll; }
.spacer400 { height: 400px; overflow-y: scroll; }
.spacer-no-scroll { overflow: hidden; }



/**
 * Coluna de Acoes da Tabela
 * =============================================
 *
 */
.td-actions {
    min-width: 110px !important;
}
.td-money {
    min-width: 90px !important;
}
.td-name {
    min-width: 210px !important;
}



 /**
 * Tabela de Produtos
 * =============================================
 *
 */
#product-imagens .product-img {
    height: 35px;
    max-height: 35px;
    max-width: 45px;
    border-radius: 3px;
    border-color: #428bca;
    background: url(data:image/gif;base64,R0lGODlhHgAeAMIHANTT1Pj4+ePj48vLzO/v79vb28fGx////ywAAAAAHgAeAAADqni63P7QDUNpvGrWXXHTGwBwlhdCxIZVg5eWj+opncTNNLxQQ1EfNwclwNAoXgZgg9j4AQ2ApyqpJCV1JcKOdGDunoJMdoH8NqU5qpbxwx4EJUr0sH6igXNaLjevC8JobnZ3dXpoXkovaUdsBwWLjW1qDYCQenJbWoUxMFdUliuYd5k4FVoUj2w6oTJNqxetQkMzTpyvqreyG4BItRcBVhypOAs+HHnEyQ8JADs=) no-repeat center center;
}



/**
 * Produtct Panel
 * =============================================
 *
 */
.panel-product .panel-body {
    padding: 10px !important;
}
.panel-product .panel-body .img-holder {
    height: 160px;
    max-height: 160px;
    text-align: center;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 10px;
 }
.panel-product .panel-body .img-holder img {
    vertical-align: middle;
    max-height: 100%;
    margin: 0px auto;
}
.panel-product .panel-body .title {
    height: 50px;
    font-weight: bold;
    margin: 5px 0px;

  	/* Required for text-overflow to do anything */
  	overflow: hidden;
    text-overflow: ellipsis;
}


/**
 * Page Block
 * ------------- */
#page-block {
    height: 104px;
    width: 104px;
    margin: 0px auto;
}
#page-block .block-msg {
    height: 104px;
    width: 104px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.0);
}
#page-block .block-msg .loader {
    height: 104px;
    width: 104px;
    background: url('../../img/Loadinge.gif') no-repeat center;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#page-block .block-msg i {
    color: #fff;
    display: block;
    clear: both;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/**
 * Toastr Style
 * ------------- */
#toast-container > div {
  opacity: 1 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
  width: 100%;
}
#toast-container > div:hover {
  opacity: 1 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    margin-bottom: 0px;
    width: 100% !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
            border-radius: 0px;
}
#toast-container > div .toast-title {
  font-family: "Dosis", "Arial", sans-serif;
}
#toast-container > div .toast-message {
  font-size: 12px;
}
#toast-container > div > .fa:not(.toast-close-button) {
  position: absolute;
  font-size: 2em;
  left: 13px;
}
#toast-container .toast-close-button {
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
}
#toast-container .toast-close-button:hover {
  text-shadow: none;
  opacity: .5;
  color: white;
}



/**
 * Widget Stats
 * ------------- */
.widget-stats {
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
        -ms-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
    -webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}
.widget-stats p.big {
    font-size: 1.2em;
    font-weight: bold;
}
.widget-stats p.small {
    font-size: 14px;
    margin: 0 0 25px;
}

.widget-stats a, .widget-stats a.view-more {
    color: #fff;
    text-decoration: none
}

.widget-stats.theme-success { background-color: #1ABC9C !important; }
.widget-stats.theme-primary { background-color: #336BA3 !important; }
.widget-stats.theme-inverse { background-color: #505050 !important; }
.widget-stats.theme-warning { background-color: #FBC743 !important; }
.widget-stats.theme-danger  { background-color: #D73135 !important; }

.widget-stats.theme-success .bg-dark { background-color: #15967D !important; }
.widget-stats.theme-primary .bg-dark { background-color: #305588 !important; }
.widget-stats.theme-inverse .bg-dark { background-color: #424242 !important; }
.widget-stats.theme-warning .bg-dark { background-color: #E0A53B !important; }
.widget-stats.theme-danger  .bg-dark { background-color: #B8272A !important; }


/**
 * Imagens de Pedidos
 * ==================
 */
#pedidos-gallery .panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important;  }
#pedidos-gallery .panel-default { border-color: #ebedef !important; }
#pedidos-gallery .panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
#pedidos-gallery .panel .panel-body a {
    overflow: hidden;
    height: 180px;
    display: block;
}
#pedidos-gallery .panel .panel-body a img {
    display: block;
    margin: 0px auto;
    width: auto;
    max-width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#pedidos-gallery .panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
#pedidos-gallery .panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}
#pedidos-gallery .panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
#pedidos-gallery .panel .panel-body a.zoom:hover span.overlay i { position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#pedidos-gallery .panel .panel-footer { padding: 8px !important; background-color: #f9f9f9 !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
#pedidos-gallery .panel .panel-footer h4 { display: inline; font-size: 14px; color: #34495e margin: 0 !important; padding: 0 !important; }
#pedidos-gallery .panel .panel-footer span a + a { margin-left: 10px; }
#pedidos-gallery .panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }


/**
 * Methodos do checkout
 * ====================
 */
.list-group-methods label span.info {
    display: block;
    margin-left: 0px;
    margin-bottom: 8px;
    font-size: 12px;
}
