﻿
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    -webkit-print-color-adjust:exact;
}

/* 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;
}



.xflow {
    overflow-x: auto;
    overflow-y: hidden;
    /*overflow-y: scroll;*/
}


.text {
    height: auto;
    max-width: 200px;
    color: #999;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Trebuchet MS', Ubuntu, Helvetica, Arial, sans-serif;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    line-height: 2em;
    border: none;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    padding: 10px;
    transition: height 2s ease;
}

.textarea {
    height: auto;
    max-width: 600px;
    color: #999;
    font-size: 14px;
    font-weight: 200;
    font-family: 'Trebuchet MS',Ubuntu, Helvetica, Arial, sans-serif;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    line-height: 2em;
    border: none;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    padding: 10px;
    transition: height 2s ease;
}

.img-small {
  height: 88px;
  width: 88px;
}

.img-circle {
  border-radius: 50%;
}


.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.div-form {
  width: 600px;
  text-align: left;
}

.table-scroll thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-scroll tbody {
    max-height: 150px;
    overflow-y: auto;
    display: block;
    width: 100%;
    table-layout: fixed;
}

.table-scroll tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-scroll td {
    height: 47px;
    /*// needed in order to keep rows from collapsing*/
}

SumTable td {
    padding: 10px;
}
