p {
    padding: 0;
    margin: 0;
}

body {
    font-family: verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #fff;
    line-height: 1.428571429;
    color: #212121;
    font-size: 14px;
    min-width: 1024px;
    overflow-x: auto;
}

.imp-label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    vertical-align: super;
    margin-left: 2px;
}

.official-input-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.official-select-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.official-select-field:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hrSpacing {
    margin-left: 10px;
    margin-right: 10px;
}

.errorBox {
    background: #f2dede;
    border: 1px solid #e6c8c8;
    color: red;
    font-size: 13.5px;
    margin-bottom: 15px;
    padding: 15px;
    margin-top: 15px;
}

.rightM10 {
    padding-right: 10px;
}

.leftM10 {
    padding-left: 10px;
}

.rightM5 {
    padding-right: 5px;
}

.leftM5 {
    padding-left: 5px;
}