﻿.bucket
{
    min-height: 500px;
    margin-bottom: 10px;
}

    .bucket h1
    {
        border-bottom: 1px solid #cccccc;
    }


    .bucket .menuActions
    {
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .bucket .newList
    {
        display: none;
        background-color: #eeeeee;
        height: 60px;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .bucket .newList label, .bucket .newList p, .bucket .newList p input, .bucket .newList p button, .bucket .newList .help-block
        {
            margin: 0px;
        }

            .bucket .newList p input
            {
                margin-right: 15px;
            }

    .bucket table tr.tableNoItens
    {
        display: none;
    }

        .bucket table tr.tableNoItens td
        {
            text-align: center;
        }


    .bucket table .cCheckbox
    {
        text-align: center;
        width: 30px;
    }

        .bucket table .cCheckbox input
        {
            margin: 0px;
        }

    .bucket table .cName input
    {
        margin: 0px;
    }

    .bucket table .cDate
    {
        text-align: center;
        width: 130px;
    }

    .bucket table .cQtdNumber
    {
        text-align: center;
        width: 100px;
        /*padding-right: 16px;
        padding-left: 0px;*/
    }

        .bucket table .cQtdNumber a.disabled, .bucket table .cDate a.disabled, .bucket table .cSee a.disabled
        {
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 12px;
            color: #444444;
            cursor: text;
            text-decoration: none;
        }

    .bucket table .actionCV
    {
        height: 35px;
    }

    .bucket table th, .bucket table td
    {
        line-height: 35px;
    }

    .bucket table .actionCV div.actionIcon
    {
        cursor: pointer;
        text-align: center;
        text-decoration: underline;
        color: #1197d5;
    }

    .bucket table .actionCV div.actionForm
    {
        display: none;
    }

    .bucket table .actionCV.open div.actionForm
    {
        border: 1px solid #cccccc;
        background-color: #eeeeee;
    }

    .bucket table .actionCV.open div.actionIcon
    {
        background-color: #cccccc;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bucket table .actionCV.open div.actionForm
    {
        display: block;
        position: absolute;
        padding: 10px;
        width: 285px;
        margin-left: -207px;
        margin-top: 0px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
    }

        .bucket table .actionCV.open div.actionForm label
        {
            text-align: left;
            cursor: auto;
        }

            .bucket table .actionCV.open div.actionForm label i
            {
                float: right;
                margin-top: 5px;
                display: none;
            }

        .bucket table .actionCV.open div.actionForm .help-block
        {
            text-align: center;
            margin-bottom: 0px;
            line-height: 20px;
            color: #b82b1f;
            display: none;
        }


    .bucket table .cAdd
    {
        width: 100px;
        text-align: center;
    }

    .bucket table .cSee
    {
        text-align: center;
        width: 50px;
    }

    .bucket table .cRename
    {
        text-align: center;
        width: 50px;
    }
    

    .bucket .modalAlertDeleleLoading
    {
        display: none;
    }

/*BREADCRUMB*/
.container .breadcrumb
{
    padding:5px 15px!important;
}
.container-breadcrumb
{
    background-color: #E3E3E3!important;
    border-bottom: 1px solid #CCCCCC!important;
    border-top: 1px solid #CCCCCC!important;
}
    .container-breadcrumb span.home
    {
        background-position: 0 0!important;
        background-repeat: no-repeat!important;
        height: 13px!important;
        margin-top: 8px!important;
        width: 13px!important;
        float:left!important;
    }
    .container-breadcrumb .breadcrumb li
    {
        text-shadow:none!important;
    }

    .container-breadcrumb .divider
    {
        border-right: none;
    }

.container-breadcrumb span.home
{
    background-image: url(../../../img/icon-home-bread.png);
}

/*FIM BREADCRUMB*/

/*MODAL DE ACAO EM LOTE*/
.modal-bucket .modal-header h2
{
    line-height: 20px;
}

.modal-bucket .modal-content
{
    padding: 10px;
}

    .modal-bucket .modal-content .alert
    {
        margin-bottom: 10px;
    }

    .modal-bucket .modal-content p
    {
        line-height: 14px;
    }

        .modal-bucket .modal-content p.text-description
        {
            margin: 0px;
        }

        .modal-bucket .modal-content p.text-sucesso
        {
            text-align: center;
            line-height: 115px;
            font-size: 14px;
        }


.modal-bucket .modal-footer form
{
    margin: 0px;
    text-align: center;
}
