﻿/*!
 * TSS Menu Costing CSS v1.0
 * Authors: Hendy Tarnando
 * Year: 2017
 */

.main-body {
  padding-top: 40px;
  padding-bottom: 60px;
}

.login-form .page-header {
  border-bottom: 0;
}

.login-form .form-horizontal .control-label {
  font-weight: bold;
}

@media (max-width: 767px) {
  .login-form h3 {
    font-size: 18px;
  }
}

.page-subheader {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

.toast-bottom-center {
  bottom: 12px;
}

.form-horizontal .control-label {
  font-weight: 500;
}

@media (min-width: 768px) {
  #toast-container.toast-bottom-center > div {
    width: 600px;
  }

  .form-horizontal .control-label {
    text-align: left;
  }

  .pull-right-sm {
    float: right;
  }
}

.markup-input-group input.form-control {
  width: calc(100% - 80px);
}
.markup-input-group select.form-control {
  width: 80px;
  margin-left: -1px;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 100px;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 0;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner {
  -moz-appearance: textfield;
}

.loading-ind {
  font-size: 20px;
}

.table-va-middle > tbody > tr > td {
  vertical-align: middle;
}

.td-btn-group {
  padding: 5px !important;
}


/* Copy Button */

.div-copy {
  position: relative;
}

.btn-copy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px;
}

.btn-copy:hover {
  color: #fff;
  background-color: #e95420;
  border-color: #e95420;
}


/* Glyphicon Spin */

.glyphicon-spin {
  -webkit-animation: glyphicon-spin 1s infinite linear;
  animation: glyphicon-spin 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/* Report Page CSS */

.report-page {
  padding-bottom: 30px;
}

.report-page .page-header {
  margin-top: 20px;
}

.report-page .page-subheader {
  margin-top: 40px;
}

@media print {
  .form-horizontal .control-label {
    padding-top: 9px;
  }
}

.nutrientBlock {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    margin: 10px;
}

.nutrientCol {
    margin-bottom: 20px;
}

.ndbNutrientTitle {
    font-weight: bold
}