﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error {
    color: #ff0000;
    font-size: 12px;
}

.height-30 {
    height: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

input[class*="noneMaxWidth"] {
    max-width: none !important;
}

input[class*="noneMaxWidth"] + div[class*="bootstrap-filestyle"] > input[class*="form-control"] {
    max-width: none !important;
}

.text-middle {
    vertical-align: middle !important;
}

.pagination-container > ul.pagination {
    margin-top: 0px;
}

.no-record {
    font-size: larger;
    font-weight: bold;
    height: 40px;
    margin: 10px 0;
    padding: 10px;
}

.ui-widget-header {
    background: #cedc98;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-weight: bold;
}

.progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.bg-transparent {
    background-color: transparent;
}

.bold {
    font-weight: bold;
}

a.btn {
    width: 100%;
    text-align: justify;
}

    a.btn:hover {
        background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
        background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        color: white;
        font-weight: bold;
    }

input[class*="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}

    input[class*="checkbox"]:checked {
        background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
        background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        color: white;
        font-weight: bold;
    }