﻿.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 !important;
    outline: none !important;
}

.campoObrigatorio {
    margin-left: 1px;
    margin-right: 1px;
    color: red !important;
}

.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;
}

ul.nav.nav-tabs > li > a {
    cursor: pointer;
}

.lbl-space {
    width: 100%;
}

.modal-header, .modal-footer {
    background: #f8f8f8 !important;
}

.modal-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.modal-footer {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

