﻿td.item-reduzido {
    width: 1px;
    white-space: nowrap;
}

.detalhes {
    min-height: 50px;
}

/* #region placeholder */
::-webkit-input-placeholder {
   color: orange !important;
   font-style: italic;
}

:-moz-placeholder {
   color: orange !important;
   font-style: italic;
}

::-moz-placeholder {
   color: orange !important;
   font-style: italic;
}

:-ms-input-placeholder {  
   color: orange !important;
   font-style: italic;
}
/* #endregion */

/* #region row-fluid extras */
div.row-fluid div[class*="span"] input[type="radio"]
{
    margin-bottom: 10px;
}
/* #endregion */

​ .legend-group {
    border: 1px solid #E5E5E5;
    padding: 5px 5px;
}

.legend-group legend {
    color: #FF8000;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    text-align: center;
    border: 0px none;
    line-height: 1.3em;
}

table .text-center {
    text-align: center !important;
}

.table-striped-2step tbody > tr:nth-child(4n-3) > td,
.table-striped-2step tbody > tr:nth-child(4n-2) > td {
    background-color: #e9e9e9;
}

spandata {
    width: 100px;
}

/* #region SD BOTÕES DE AÇÃO */
#sd-acoes {
}

    #sd-acoes input {
        vertical-align: top;
    }

#sd-acoes-button {
    text-align: left;
}

    #sd-acoes-button input, #sd-acoes-button a {
        margin-left: 5px;
        margin-bottom: 5px;
    }

#sd-acoes-action label {
    text-align: left;
}

#sd-acoes-action, #sd-acoes-action div {
    display: none;
}

    #sd-acoes-action .ui-autocomplete-input, #sd-acoes-action textarea {
        width: 80%;
        margin-right: 10px;
    }
/* #endregion */

/* #region SD PAGAMENTOS LISTA DE PROJETOS  */
.sd-pagamentos-projetos {
    padding: 0;
    margin: 0;
}

    .sd-pagamentos-projetos .projeto {
        list-style: none;
        border-bottom: 1px dashed #ddd;
        margin: 0 0 10px 0;
        padding: 5px 10px 5px 10px;
    }

        .sd-pagamentos-projetos .projeto:last-child {
            border: 0;
        }


        .sd-pagamentos-projetos .projeto .titulo {
            margin: 0;
            font-size: 14px;
        }

        .sd-pagamentos-projetos .projeto .descr {
            margin: 0;
            font-size: 11px;
            max-width: 635px;
            min-width: 100%;
        }

        .sd-pagamentos-projetos .projeto .leiamais {
            display: inline-block;
            float: right;
            font-size: 10px;
        }

            .sd-pagamentos-projetos .projeto .leiamais i {
                vertical-align: middle !important;
                margin: 0 3px 0 0;
            }

            .sd-pagamentos-projetos .projeto .leiamais a {
                line-height: 14px;
                height: 14px;
                margin-left: 0;
                vertical-align: middle;
            }
/* #endregion */

/* #region TELA DE IMPRESSÃO */
#impressao-sd section {
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
}

#impressao-sd #anexos {
    border-bottom: 0;
}

#impressao-sd section:last-child {
    border: 0;
}

#impressao-sd .container-sd {
    padding: 10px;
    border: 1px dashed grey;
}

    #impressao-sd .container-sd .container-sd {
        background-color: #F7F7F7;
    }

    #impressao-sd .container-sd .descr {
        margin: 0;
        color: #776E6E;
    }
/* #endregion */

/* #region Impressão de SD (? - parece que sim...) */
.container-sd {
    margin: 0 0 15px 0;
}

    .container-sd:only-child {
        margin: 0;
    }

#impressao-sd .control-group {
    margin-right: 10px;
}

#impressao-sd header {
    position: relative;
}

    #impressao-sd header p {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #C7C7C7;
    }

    #impressao-sd header h3 {
        margin-bottom: 10px;
    }
/* #endregion */


#historico {
    display: none;
}

@media print {
    .container-sd {
        page-break-inside: avoid;
    }

    #imprimir-botoes, #identificacao-usuario {
        display: none;
    }

    .navbar {
        display: none;
    }
}

.table-responsive {
    overflow: auto;
}