div.pending {
    overflow: hidden;
    margin-bottom: 20px;
}

div.pending div.left {
    float: left;
}

div.pending div.right {
    float: left;
}

div.pending div.actions {
    clear: both;
}

div.pending div.info {
    
}

div.pending div.application p {
    margin: 0px;
}

div.pending div.info .label {
    display: block;
    float: left;
    width: 130px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

div.pending div.info .data {
    display: block;
    float: left;
    width: 200px;
}

div.pending div.form-action {
    float: left;
    overflow: hidden;
}

div.pending div.form-action input {
    float: left;
}

div.pending div.form-action div.rejection {
    display: none;
    clear: both;
}

textarea.rejection {
    clear: both;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
    display: block;
}

label.error {
    font-size: 11px;
    color: red;
}

div.actions a {
    margin-right: 10px;
}

div.pending-action {
    border: 1px solid red;
}

form.apply div.row {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

form.apply div.submit {
    padding-left: 130px;
}

form.apply label {
    width: 130px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 8px;
    margin-top: 5px;
}

form.apply input.text {
    float: left;
    width: 225px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply textarea.description {
    float: left;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply textarea.email {
    float: left;
    width: 450px;
    height: 165px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply label.error {
    color: red;
    width: auto;
    float: left;
    font-size: 11px;
    padding-right: 0px;
    padding-top: 2px;
    padding-left: 5px;
}

div.approved-actions {
    clear: both;
    padding-top: 10px;
}

span.completed {
    border: 1px solid red;
    display: block;
}

p.info {
    margin-bottom: 5px;
}

p.info span {
    font-weight: bold; 
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    padding-right: 5px;
}

div.pending div.application p.email-message {
    color: blue;
    margin-bottom: 10px;
}

table.approval-email td {
    vertical-align: top;
    padding-bottom: 5px;
}

table.approval-email td.left {
    width: 130px;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}

#startdate {
    width: 100px;
}

div.pending {
    overflow: hidden;
    margin-bottom: 20px;
}

div.pending div.left {
    float: left;
}

div.pending div.right {
    float: left;
}

div.pending div.actions {
    clear: both;
}

div.pending div.info {
    overflow: hidden;
}

div.pending div.application p {
    margin: 0px;
}

div.pending div.info .label {
    display: block;
    float: left;
    width: 130px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

div.pending div.info .data {
    display: block;
    float: left;
    width: 200px;
}

div.pending div.info p.description {
    width: 350px;
}

div.pending div.form-action {
    float: left;
    overflow: hidden;
}

div.pending div.form-action input {
    float: left;
}

div.pending div.form-action div.rejection {
    display: none;
    clear: both;
}

textarea.rejection {
    clear: both;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
    display: block;
}

label.error {
    font-size: 11px;
    color: red;
}

div.actions a {
    margin-right: 10px;
}

div.pending-action {
    border: 1px solid red;
}

form.apply div.row {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

form.apply label {
    width: 130px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 8px;
    margin-top: 5px;
}

form.apply input.text {
    float: left;
    width: 225px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply textarea.description {
    float: left;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply label.error {
    /* color: red;
    width: auto;
    clear: both;
    float: none;
    font-size: 11px;
    padding-right: 0px;
    padding-top: 2px; */
    color: red;
    width: auto;
    clear: both;
    float: none;
    font-size: 11px;
    padding-right: 0px;
    padding-top: 2px;
    display: block;
    text-align: left;
    padding-left: 140px;
}

div.approved-actions {
    margin-bottom: 20px;
}

input#start_date {
    width: 100px;
}

div.row span.info {
    clear: both;
    padding-left: 140px;
    font-style: italic;
    font-size: 11px;
    display: block;
    padding-top: 3px;
}