﻿.margin-bottom-md {
    margin-bottom: 20px;
}

.margin-top-md {
    margin-top: 20px;
}

.list-group-item-default {
    background-color: #f5f5f5;
}

.table-diretorio table {
    font-size: 13px;
    border: 1px solid #dddddd;
}

    .table-diretorio table tbody tr th {
        font-weight: initial;
    }

    .table-diretorio table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .table-diretorio table > tbody > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        padding-top: 5px;
        padding-bottom: 10px;
    }

.excluido {
    color: red;
}

.required {
    border: 1px solid red;
    outline: none;
}

.campoObrigatorio {
    margin-left: 1px;
    margin-right: 1px;
    color: red;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    padding-bottom: 4px;
    padding-top: 4px;
}

a.list-group-item, button.list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropDiretorio .dropzone ul {
    margin-left: -30px;
}

.dropDiretorio .dropzone .dndDraggingSource {
    display: none;
}

.dropDiretorio .dropzone .dndPlaceholder {
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    display: block;
    height: 100%;
}

.verticalLineRight {
    border-right: 1px solid #cccccc;
}

.verticalLineLeft {
    border-left: 1px solid #cccccc;
}

.text-button {
    width: 100%;
}

.modal-alert {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}



.modal-content {
    border-radius: 5px;
}

    .modal-content > .modal-header, .modal-footer {
        background-color: #f0f0f0;
    }

    .modal-content > .modal-header {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .modal-content > .modal-footer {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }



.alinhar-central-md-switch {
    flex-direction: column;
    align-items: center;
    display: flex;
}


.md-switch {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .md-switch md-switch {
        margin-top: 2px;
        margin-bottom: 0px;
    }