﻿.toolbar {
    background-color: #F0F0F0;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

.hasError label {
    border-color: red !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

Label {
    margin-top: 10px;
}

.DefaultLabel {
    margin-top: 10px;
}

.has-errorDll {
    border: 1px solid red!important;
    width: 54%;
    border-radius: 3px;
}



.chkBox input {
    margin-right: 10px;
}

.chkBox td {
    padding-left: 20px;
}

.chkBox label {
    margin-left: 5px;
}

