/* SCSS Document */
content-section .commentsSection {
  margin-top: 40px;
}
content-section .commentsSection #commentsButtons {
  border-bottom: 2px solid #a9a9a9;
  height: 71px;
  margin-bottom: 30px;
  margin-top: 30px;
}
content-section .commentsSection #commentsButtons .mainButtons {
  border-right: 1px solid #a9a9a9;
  float: left;
  height: 41px;
  padding-right: 34px;
}
content-section .commentsSection #commentsButtons .secondaryButtons {
  float: left;
  padding-left: 34px;
}
content-section .commentsSection #commentsButtons .secondaryButtons .btn-secondary {
  box-shadow: none;
  border: 4px solid #7acddf;
  background-color: #fff;
  padding: 4px 12px 13px;
}
content-section .commentsSection #commentsButtons .btn-secondary:hover {
  color: #000;
  background-color: #00a6ca;
  border-color: #00a6ca;
}
content-section .commentsSection #commentsButtons .okButton {
  width: 76px;
}
content-section .commentsSection #commentsButtons .btn {
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  color: #000;
  height: 37px;
  padding: 6px 12px 13px;
}
content-section .commentsSection #commentsButtons .spaceRight {
  margin-right: 20px;
}
content-section .commentsSection h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
content-section .commentsSection .insertButton {
  margin-top: 17px;
}
content-section .commentsSection .insertButton .btn {
  border: 4px solid #00a6ca;
  background-color: #fff;
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
content-section .commentsSection .lockedIcon {
  color: #EB0000;
  font-size: 18px;
  font-weight: 600;
}
content-section .commentsSection .modalTableContent .table {
  border: 1px solid #A9A9A9;
}
content-section .commentsSection .modalTableContent .table thead {
  font-size: 14px;
  border-top: #A9A9A9;
}
content-section .commentsSection .modalTableContent .table thead tr .dateTimeColumn {
  width: 180px;
}
content-section .commentsSection .modalTableContent .table thead tr .operatorLocationColumn {
  width: 280px;
}
content-section .commentsSection .modalTableContent .table thead tr .regardingColumn {
  width: 100px;
}
content-section .commentsSection .modalTableContent .table thead tr .commentColumn {
  width: 440px;
}
content-section .commentsSection .modalTableContent .table thead tr .fa-sort {
  float: none;
}
content-section .commentsSection .modalTableContent .table tbody {
  font-size: 14px;
}
content-section .commentsSection .modalTableContent .table tbody td .form-group {
  margin-bottom: 0px;
}
content-section .commentsSection .modalTableContent .table tbody td .form-group .form-control {
  background-color: #F5F5F5;
  margin-bottom: 0px;
}
content-section .commentsSection .modalTableContent .table > thead > tr > th:first-child, content-section .commentsSection .modalTableContent .table > tbody > tr > td:first-child {
  padding-left: 20px;
}
content-section .commentsSection .modalTableContent .table > thead > tr > th:last-child, content-section .commentsSection .modalTableContent .table > tbody > tr > td:last-child {
  padding-right: 20px;
}
content-section .commentsSection .modalTableContent .actionsColumn a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
content-section .commentsSection .modalTableContent .actionsColumn span {
  color: #707070;
  margin-left: 5px;
  margin-right: 5px;
}
