/*
1 red rgba(209, 73, 91, 1);
2 teal rgba(0, 121, 140, 1);
3 blue rgba(48, 99, 142, 1);
4 dark blue rgba(0, 61, 91, 1)
5 yellow rgba(237, 174, 73, 1);
6 white #FCFCFC
 */

body {
    background-color: #FCFCFC;
    font-family: 'HelveticaNeueLTStd-Lt', Helvetica, Arial, sans-serif;
}

.page-container {
    padding: 25px 50px;
    margin: auto;
    max-width: 100%;
}

th, td {
    white-space: nowrap;
}

.dataTables_wrapper .row {
    width: 100%;
}

.group-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.step-container {
    display: none;
}

.batch-text {
    font-size: 30px;
    color: rgba(209, 73, 91, 1);
}

.table-wrapper {
    overflow: scroll;
}

.step-progression-wrapper {
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
}

/*
1 red rgba(209, 73, 91, 1);
2 teal rgba(0, 121, 140, 1);
3 blue rgba(48, 99, 142, 1);
4 dark blue rgba(0, 61, 91, 1)
5 yellow rgba(237, 174, 73, 1);
6 white #FCFCFC
 */

.btn {
    color: #FCFCFC;
}

.btn-primary {
    background-color: rgba(209, 73, 91, 1);
}

.btn-primary:hover {
    background-color: rgba(209, 73, 91, .5);
}

.btn-secondary {
    background-color: rgba(0, 121, 140, 1);
}

.btn-secondary:hover {
    background-color: rgba(0, 121, 140, .5);
}

.btn-3 {
    background-color: rgba(48, 99, 142, 1);
}

.btn-3:hover {
    background-color: rgba(48, 99, 142, .5);
}

.btn-4 {
    background-color: rgba(0, 61, 91, 1);
}

.btn-4:hover {
    background-color: rgba(0, 61, 91, .5);
}

.btn-5 {
    background-color: rgba(237, 174, 73, 1);
}

.btn-5:hover {
    background-color: rgba(237, 174, 73, .5);
}

nav {
    background: #083D77;
    color: #FCFCFC;
}

p h1 h2 h3 {
    color: rgba(0, 61, 91, 1)
}

.material-icons {
    vertical-align: middle;
}

.dataTables_filter{
    float: left!important;
}

