﻿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: 500px;
}

div.model-wide {
    width: 900px !important;
}
.container {
  width: 100% !important;
  max-width: 100% !important;
}
.logocontainer {
  object-fit: cover;

  margin: 10px;
  display: inline-block;
  float: left;
  overflow:auto;
}
.callpointlogo {
    width: 100%;
    margin: 20px;
    height: auto;
}
.clientbuttongroup {
    width: 400px;
}
.logbuttongroup {
    width: 100px;
}
.jsonformatting {
    white-space: pre-wrap;
}
.callpointtable {
    max-width: 1850px;
}

.callpointdialog {
    min-width: 900px;
}
.helplink {
    white-space: normal;
}
input.callpointpassword {
    padding-left: 12px !important;
}
.current-outline {
    outline: 2px solid;
}
tr.current-top td {
    border-top: thin solid black;
}

tr.current-bottom td {
    border-bottom: thin solid black;
}

tr.current-row td:first-child {
    border-left: thin solid black;
}

tr.current-row td:last-child {
    border-right: thin solid black;
}
