input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.delete-btn {
    cursor: pointer;
    color: #337AB7;
    display: inline;
}

footer.entry-footer .edit-link {
    display: none;
}
.btn.btn-default.add-field-btn, .btn.btn-default.remove-field-btn {
    margin-top: 25px;
}

/*
* login form
*/
.rosl-login-form {
    margin: 0 auto;
    width: 320px;
}
.rosl-login-form input#user_login, .rosl-login-form input#user_pass {
    display: block !important;
    width: 100%;
}
.rosl-login-form form#loginform {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px;
    background: #EFEFEF;
}
/*
* worksheet
*/
table.worksheet table.records {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
table.worksheet table.records tr.entry > td {
    background-color: #fff;
    padding: 0 5px 5px 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.6);
}

table.worksheet table tr.totalContainer td {
    background-color: #D4D4D4;
    padding: 5px;
}

table tr.totalContainer {
    height: 31px;
}

.complete-status-Y {
    background-color: #5CB85C;
    height: 5px;
    width: 40%;
}
.complete-status-N, .complete-status- {
    background-color: #F0CD4E;
    height: 5px;
    width: 40%;
}
.entry-chemicals {
    font-size: 11px;
}
.entry-title-left {
    float: left;
    width: 80%;
}
.entry-icons-right {
    float: left;
    width: 20%;
}
.entry-options.dropdown button.btn {
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.entry-title, .caha {
    font-size: 12px;
}
.dataTables_filter select {
    margin-right: 20px;
}

/*
* Spray program
*/
.spray-program {
    BACKGROUND-COLOR: #3266AF;
    border-collapse: separate;
    border-spacing: 1px;
}
.spray-program td {
    padding: 4px;
}
.spray-program-day td {
    padding: 5px;
}

td.stripe {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2NkwAP+MzD8Z8QlD5VkxKoAJgnSjKEAWRJDAbokigJsknAFuCTBCvBJghQAAEQZEAcJT3KkAAAAAElFTkSuQmCC) repeat;
    background-color: #fff;
}

/*
* print sheet
*/
.print_preview_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    padding: 5%;
    color: #000;
    background-color: rgba(0,0,0,0.87);
    text-align: center;
    line-height: 16px;
    font-size: 20px;    
}

.print_preview_popup {
    text-align: initial;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 2;
    box-sizing: border-box;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
}

.print_preview_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.print_preview_popup .print_preview_print {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.print_preview_popup .print_preview_close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.print_preview_popup .print_preview_close:hover {
    color: orange;
}

.print_fert table, .print_spray table  {
    border-collapse: separate;
    border-spacing: 10px 18px;
}


.print_spray, .print_fert {
    font-family: arial !important;
    width: 780px;
    margin: 0px auto;
}
.print_spray h2, .print_fert h2 {
    margin: 0px;
    padding: 8px;

    border-top: #888 solid 6px;
    border-bottom: #888 solid 2px;
}
.print_spray h3, .print_fert h3 {
    margin: 0px;
    padding: 8px;
}

.print_spray .line, .print_fert .line {
    margin: 0px;
    padding: 0px;
    border-bottom: #555 solid 1px;
}

.print_fert .checkbox {
    width: 16px;
    height: 16px;
    border: #000 solid 1px;
}