@import "integration.css";

/*
//--------------------------------------------------------------------
// Global
//--------------------------------------------------------------------
*/

html{
    height:100%;
    font-size: 86.5%;
}

body {
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}

table.dataTable tbody td {
    vertical-align: center;
}

th.dt-center,
td.dt-center {
    text-align: center;
}

.view-content {
    padding-top: 2%;
    align-items: center !important;
    justify-content: center !important;
    display: flex;
}

.container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
}

.form-alert {
    margin-top: 7px;
}

.input-group-text-custom{
    width: 160px !important;
    vertical-align: middle !important;
}

.w-40{
    width: 40%;
}

.input-group-center {
    display: block;
}

