#headerTitle {
    font-size: 30px;
    padding-right: 20px
}

#headerImage {
    padding-bottom: 5px
}

@media(max-width:991px) {
    #headerTitle {
        font-size: 30px;
        text-align: center
    }
}

@media(max-width:767px) {
    #headerTitle {
        font-size: 25px;
        text-align: center;
        margin-top: 0
    }
}

nav {
    border-radius: 0 !important
}

#searchId .form-group {
}

.h2sm {
    padding-left: 10px
}

.has-error .form-control-feedback {
    color: #a94442
}

.glyphicon {
    padding-right: 5px
}

.form-control-feedback {
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.control-label {
    font-weight: normal
}

.error {
    color: red;
    font-size: .8em
}

.glyphicon-ok {
    color: #43ac6a
}

.webgrid {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    white-space: nowrap
}

.day {
}

.dwd-padleft-padright-0px {
    padding-left: 0;
    padding-right: 0
}

#tblTitle {
    margin-top: 0;
    margin-bottom: 15px
}

.right-align-class {
    text-align: right
}

input, select {
    text-transform: uppercase
}

.field-validation-error {
    color: red;
    font-size: .86em
}

.dataTable {
    white-space: nowrap
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 0 0;
    padding: 0
}

.isa_info {
    color: #00529b;
    background-color: #bde5f8;
    border-radius: .5em;
    border: 1px solid
}

.isa_success {
    color: #4f8a10;
    background-color: #dff2bf;
    border-radius: .5em;
    border: 1px solid
}

.isa_warning {
    color: #9f6000;
    background-color: #feefb3;
    border-radius: .5em;
    border: 1px solid
}

.isa_error {
    color: #d8000c;
    background-color: #ffbaba;
    border-radius: .5em;
    border: 1px solid
}

    .isa_info i, .isa_success i, .isa_warning i, .isa_error i {
        margin: 10px 22px;
        font-size: 2em;
        vertical-align: middle
    }

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.notestable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .notestable td {
        border: 1px solid;
        text-align: left;
        padding: 8px;
    }

    .notestable tr:nth-child(even) {
        background-color: #dddddd;
    }

.divider {
    width: 5px;
    height: auto;
    display: inline-block;
}

.modal-megamenu {
    width: 95%;
    height: 90%;
}

.logonbox {
    width: 450px;
    padding-bottom: 10px;
    background-color: rgb(0, 117, 190);
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logonbox-Text {
    text-transform: none
}
