﻿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;
}
    */

.ui-dialog{
    font-size: 11px !important;
}
.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.id_image{
    max-height:400px;
    max-width:900px;
    overflow:auto;
}
.modal-body {
    max-height: 75vh !important; 
    overflow: auto !important;
}
.space{
    margin-left:30px;
}
.header_blue th{
    color:white;
    background-color:#337ab7;
}
.generic_report_container {
    overflow:auto; 
    border:solid;
    border-color:darkgray; 
    border-width:1px;
    height:600px;
}

.image-checkbox-box {
    position: relative;
    height: 30px;
    width: 30px;
    padding-top:4px;
    margin:4px;
    border: 1px solid #a49f9f;
}

.image-checkbox-checked-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #1ab50e;
    padding: 0px;
}

.image-checkbox-unchecked-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgba(256,256,256, 0);
    padding: 0px;
}
.text-bold {
    font-weight:bold;
}
.btn-link {
    padding-top:0px;
    padding-bottom:0px;
}