.content.content-full-width {
    padding: 0;
}

.content {
    margin-left: 20px;
    padding: 20px 25px;
}


.vertical-box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.width-250 {
    width: 200px !important;
}

.vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.borda-column {
    margin-bottom: 0;
    border-bottom: none;
    border: 1px solid #ddd;
}

.nav-stacked > li {
    font-size: 13px;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-stacked > li {
    cursor: pointer;
}

    .nav-stacked > li:hover {
        background-color: #eee;
    }

.active {
    background-color: #e2e7eb !important;
    font-style:italic;
    color: #333;
}


.step {
    width: 30px;
    height: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: 10px;
}

.theme-panel {
    top: 81px;
    bottom: 0;
    position: fixed;
    right: -65%;
    z-index: 1020;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
    width: 65%;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    transition: right .2s linear;
}

@media (max-width: 767px) {
    .theme-panel {
        width: 80%;
        right: -80%;
    }
}

.theme-panel .theme-panel-content {
    padding: 15px;
    background: #fff;
    z-index: 1020;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow: auto;
}

.theme-panel.active {
    right: 0;
}

.theme-panel .theme-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .theme-panel .theme-list + .theme-list {
        margin-top: 10px;
    }

    .theme-panel .theme-list > li {
        float: left;
    }

        .theme-panel .theme-list > li + li {
            margin-left: 5px;
        }

        .theme-panel .theme-list > li > a {
            text-decoration: none;
        }

        .theme-panel .theme-list > li.active > a {
            position: relative;
        }

            .theme-panel .theme-list > li.active > a:before {
                content: '\f00c';
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                font-size: 14px;
                color: #fff;
                opacity: 0.4;
                filter: alpha(opacity=40);
                text-align: center;
            }

            .theme-panel .theme-list > li.active > a.bg-white:before {
                color: #666;
            }

        .theme-panel .theme-list > li > a {
            width: 20px;
            height: 20px;
            border-radius: 3px;
            display: block;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            transition: all .2s linear;
        }

            .theme-panel .theme-list > li > a:hover,
            .theme-panel .theme-list > li > a:focus {
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

.theme-panel .theme-collapse-btn {
    transform: rotate(-90deg);
    position: absolute;
    left: -77px;
    font-size: 18px;
    color: #fce700;
    background: #000;
    border-radius: 6px 6px 0 0;
    text-align: center;
    box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: -1px 0px 3px -1px rgba(0,0,0,0.4);
    top: 45px;
    padding: 5px 10px;
}

.theme-panel.active .theme-collapse-btn .fa:before {
    content: '\f00d';
}

.theme-panel .theme-list a.bg-white {
    border: 1px solid #e2e7eb;
}

.theme-panel .control-label {
    line-height: 30px;
}

    .theme-panel .control-label.double-line {
        line-height: 15px;
    }

.theme-panel .divider {
    height: 1px;
    margin: 2px 0;
    background: #f2f2f2;
}

.add-qty {
    margin-right: 10px;
    cursor: pointer;
    font-size: 17px;
    margin-left:10px;
}

.minus-qty {
    margin-left: 10px;
    cursor: pointer;
    font-size:17px;
}

input[type=text].texto-qty {
    width: 65px;
    height: 30px;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
}

.btn-salvar-qty{
    font-size:14px;
    cursor:pointer;
}

.faixa-selected {
    width: 135%;
    background-color: black;
    opacity: 0.6;
    transform: rotate(-25deg);
    position: absolute;
    top: 70px;
    left: -20px;
    display:none;
}
