
﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* To upper case*/

.toUppertCase {
    text-transform: uppercase;
}

.sort-column-header {
    cursor: pointer;
}

    .sort-column-header:hover {
        text-decoration: underline;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.nopadding-top {
    padding-top: 0 !important;
}

.no-margin-top {
    margin-top: 0em;
}

.required {
    color: red;
}


.sectionTitle {
    display: inline-block;
    float: left !important;
    vertical-align: middle;
    overflow: hidden;
}