﻿.produto-selecionado {
    border: 4px solid #25be07 !important;
}
.area-produto-vinculado-app {
    border: 1px solid #ddd !important;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px;
    width: 300px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
    box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
}

.btn-remover-vinculo:hover
{
    background-color: #dddddd !important;
    border-radius:2px;
}

.area-produto {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
    box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
    width: 260px;
    height: 260px;
    margin-left: 6px;
    margin-bottom: 6px;
    max-height: 260px;
    padding: 10px;
    border: 1px solid #DDD;
}

#divLoader {
    background: #222222;
    color: #c6c3b9;
    font-family: "Helvetica Neue", sans-serif;
    margin: 0 auto;
    text-align: center;
    background-position: center center;
    position: fixed;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 99999999 !important;
    top: 0;
    border-width: 0 0 1px;
    left: 0;
    right: 0;
    display: none;
}

.svg-loader
{
    width: 25%;
}

.destaque-conteudo-publicado
{
    border-bottom: 4px solid green !important;
}
.card-selecionado
{
    border: 2px solid #f00 !important;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.corLogo
{
    color:#FF6600 !important;
}
.negrito
{
    font-weight:bold;
}
#area-pre-visualizacao-creditos
{
    padding:10px;
    max-height:400px;
    overflow:auto;
}

.mt-card-content {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.mt-card-content:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-vinculo-acao-promocional-selecionado{
    background-color:#FDD835;
}

.margin-bottom-4 {
    margin-bottom:4px;
}

.margin-bottom-6 {
    margin-bottom:6px;
}

.margin-bottom-10 {
    margin-bottom:10px;
}


.margin-top-10 {
    margin-top:4px;
}

.margin-top-20 {
    margin-top:6px;
}

.margin-top-30 {
    margin-bottom:10px;
}

/* CSS3 */

/* The whole thing */
.custom-menu {
    display: block;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 4px;
    padding: 0;
    -webkit-box-shadow: 4px 4px 8px 0px #C2C2C2;
    box-shadow: 4px 4px 8px 0px #C2C2C2;
}

    /* Each of the items in the list */
    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all .3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #DEF;
        }

#card-context-menu {
    display:none;
}

.card-context {
    z-index: 999 !important;
    display: block;
}