
.App-logo {
    animation: App-logo-spin infinite 20s linear;
    height: 80px;
}

.App-header {
    background-color: #222;
    height: 150px;
    padding: 20px;
    color: white;
}

.App-title {
    font-size: 1.7em;
    margin: 15px 0;
}

.strong {
    font-weight: bold;
}

.App-tab-border {
    border: 1px solid #ddd;
    border-top: none;
}



label {
    margin-right: 5px;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.App-intro {
    font-size: large;
}

.row.align-middle {
    display: flex;
    align-items: center;
}

.react-bs-table-container table {
    width: 100%;
    min-width: 600px;
    overflow: scroll;
}

.selected-card {
    border: 5px solid #3F51B5;
    border-radius: 8px;
}

.selected-card .card-header {
    color: #fff;
    background-color: #1d5d90;
}

.overflow-visible {
    overflow: visible!important;
}

.red-border {
    border: 1px solid red;
}

.field-error {
    color:red;
    margin-top: 5px;
    font-size: .8em;
}

.error-append {
    color: #ff0000;
    border: 1px solid #f00;
    background-color:#ffffff;
}
.margin-right-sm {
    margin-right: 5px;
}
.margin-left-sm {
    margin-left: 5px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}
.margin-top-sm {
    margin-top: 5px;
}
.margin-top-lg {
    margin-top: 20px;
}

.text-align-center {
    text-align : center;
}

.text-align-right {
    text-align : right;
}

.vertical-center {
    align-items: center;
    vertical-align: middle;
}

.hidden {
    display: none!important;
}

.no-border {
    border: none!important;
}

.input-large {
    width: 100%;
}

.full-width {
    width:100%;
}

.border-bottom {
    border-bottom: 1px solid #555555;
}

.border-top-bottom {
    border-top: 2px solid #555555;
    border-bottom: 2px solid #555555;
}

#footerTable .p-datatable-wrapper table thead {
    display: none!important;
}

#footerTable .p-datatable-wrapper table thead th {
    border: none !important;
    background: none !important;
    display:none !important;
}

.text-bold {
    font-weight: bold;
}
.p-card.sign-up {height: 100%;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start;}

.sign-up .p-card .p-card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}


.p-card.sign-up .p-card-footer {align-content: baseline;padding: 1rem; border-top: 1px solid #ccc;}
.sign-up .p-card-footer .flex {
    justify-content: space-between;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*media*/
@media (max-width: 860px) {
    .App .p-card .p-card-body   {
        padding: .4rem;
    }
    .App .p-datatable .p-datatable-thead > tr > th,.App .p-datatable .p-datatable-tbody > tr > td {
        padding: .3rem;
    }
    .nav-tabs > li {
        width: 100%;
        margin: 3px 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs > li > a {
        border-radius: 4px;
    }
}

@media (max-width: 414px) {
    .btn {
        width: 100%;
    }
}
