﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

.body-content-less {

}

body .modal-admin {
    /* new custom width */
    width: 750px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -375px;
}

.myform-group {
  margin-bottom: 5px;
}

/* 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;
}

.container_field_input input#PhoneWork {
    width: 60% !important;
}

.container_field_input input#PhoneWorkExtension {
    width: 38% !important;
}

input#CertifyAgree {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border: inherit;
    border-radius: 0;
    -moz-appearance: checkbox;
    outline: none;
    box-sizing: border-box;
    color: #777;
    display: inline-block;
    font-size: 14px;
    float: none;
}

input#CertifyTextMessaging {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border: inherit;
    border-radius: 0;
    -moz-appearance: checkbox;
    outline: none;
    box-sizing: border-box;
    color: #777;
    display: inline-block;
    font-size: 14px;
    float: none;
}

.certify_agree_input {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    font-stretch: normal;
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: top;
}

.certify_agree_input a { 
    font-size: inherit; 
    line-height: inherit;
    text-decoration:underline; 
    vertical-align: inherit;
}

.table > thead > tr > td.selected,
.table > tbody > tr > td.selected,
.table > tfoot > tr > td.selected,
.table > thead > tr > th.selected,
.table > tbody > tr > th.selected,
.table > tfoot > tr > th.selected,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
  background-color: #4fc623;
}

.table-hover > tbody > tr > td.selected:hover,
.table-hover > tbody > tr > th.selected:hover,
.table-hover > tbody > tr.selected:hover > td,
.table-hover > tbody > tr:hover > .selected,
.table-hover > tbody > tr.selected:hover > th {
  background-color: #e8e8e8;
}

