﻿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;
}

.table-hover > tbody > tr:hover {
  background-color:gainsboro;
}

.footer {
    margin-top: 100px;
}

.cell-border-noright {
    border-right: none !important;
}

.cell-border-noleft {
    border-left: none !important;
}

.cell-border-notop {
    border-top: none !important;
}

.cell-border-nobottom {
    border-bottom: none !important;
}

.table-collapsed {
    border-collapse: collapse !important;
}

.field-validation-error {
    color: #b94a48;
}

.control-right-align {
    text-align: right;
}

/*input[type='file'] {
    width: 100%;
    display: block;
    height: 38px;
    padding: 8px 12px;
    line-height: 1.4285;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadoe ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/


