﻿.dataRetention {
    font-size: 12px;
    margin-top: 5px;
}

.dataRetention hr {
    background-color: #666666;
    border: none;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.dataRetention .form-control{
    display: table-row;
    width: 100px;
}

.dataRetention .cell {
    display: table-cell;    
}

.dataRetention .row {
    display: table-row;
    white-space: nowrap;
    margin: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 100%;
    float: left;
}

.dataRetention .tableCell {
    white-space: nowrap;
    width: 230px;
    min-width: 230px;
}

.dataRetention .spacer {
    height: 25px;
}

.dataRetention input,
.dataRetention button,
.dataRetention select,
.dataRetention textarea {
    font-size: 12px;
    height: 24px;
    outline: 0;
    overflow: auto;
}


.dataRetention .warning {
    color: red;
}

.dataRetention .error {
    color: red;
}

.dataRetention input[type="button"] {
    margin-left: 5px;
}

.dataRetention input[type='radio'] {
    vertical-align: middle;
    margin: 0
}

.dataRetention .error {
    color: red;
    padding-left: 10px;
    font-size: 1.4rem;
}

.dataRetention .success {
    color: green;
    padding-left: 10px;
    font-size: 1.4rem;
}