html, body {height:100%}
body {
  color: #333;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: linear-gradient(to right, rgb(12, 69, 116), rgb(17, 111, 158));
  background-attachment: scroll;
}

a, a:active, a:focus {
  outline: none;
}

.logo {
  max-width: 150px;
}
.app-desc {
  color: rgba(255,255,255,0.72);
  font-family:'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.03em;
}
@media (max-width:400px){
  .app-desc {
    font-size: 12px;
  }
}
.load-content {
  display: none;
}

h1, h3 {
  color:#fff8f0;
  font-family:'Source Sans Pro', sans-serif;
  line-height:1.15;
}
h1 {
  font-weight: 2.75rem;
  font-size: 2.05rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.015em;
  margin-bottom: 0.25rem;
  text-shadow: 2px 2px 4px #222222;
}
h3 {
  font-size: 1.32rem;
  font-weight: 300;
  text-shadow: 1px 1px 4px #222222;
}
.h5, h5 {
  font-size: .925rem;
  text-transform: uppercase;
}
.main h1 {
  font-size: 2.35rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.12rem;
  margin-bottom: .75rem;
}
.main h3 {
  font-size: 0.982rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.35;
}
a {
  line-height: inherit;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.navbar {
  padding: .25rem 1rem;
}
.navbar-brand {
  /* font-weight: 700; */
}
.navbar-laravel {
  background-color: #1e1e24;
}
.navbar-nav .nav-link {
  font-weight: 500;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,0.7);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}

.is-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 20vh
}

.Loader {
  display: inline-block;
  vertical-align: baseline
}

.Loader--inverse>.Loader-indicator {
  background-color: #222
}

.Loader-indicator {
  -webkit-animation: Loader-indicator 1s infinite ease-in-out;
  animation: Loader-indicator 1s infinite ease-in-out;
  background-color: #222;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 4px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  width: 8px
}

.Loader-indicator:nth-child(2) {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.Loader-indicator:nth-child(3) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

@-webkit-keyframes Loader-indicator {
  0%,
  60%,
  to {
    opacity: 0
  }
  30% {
    opacity: 1
  }
}

@keyframes Loader-indicator {
  0%,
  60%,
  to {
    opacity: 0
  }
  30% {
    opacity: 1
  }
}

.Loader--animating .Loader-indicator {
  display: none
}

.Loader--animating .LoaderMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0
}

.LoaderMark {
  -webkit-animation: fill .4s ease-in-out .4s forwards;
  animation: fill .4s ease-in-out .4s forwards;
  border-radius: 50%;
  display: none;
  height: 1.5rem;
  line-height: 1.5rem;
  opacity: 1;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  width: 1.5rem
}

.LoaderMark--success {
  -webkit-box-shadow: inset 0 0 0 #45cb76;
  box-shadow: inset 0 0 0 #45cb76;
  -webkit-animation-name: fill--success, scale, fadeOut;
  animation-name: fill--success, scale, fadeOut
}

.LoaderMark--error {
  -webkit-box-shadow: inset 0 0 0 #ea735c;
  box-shadow: inset 0 0 0 #ea735c;
  -webkit-animation-name: fill--error, scale, fadeOut;
  animation-name: fill--error, scale, fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  85% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  85% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.LoaderMark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
  -webkit-animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards;
  animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards
}

.LoaderMark--success .LoaderMark-circle {
  stroke: #45cb76
}

.LoaderMark--error .LoaderMark-circle {
  stroke: #ea735c
}

.LoaderMark-path {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards;
  animation: stroke .3s cubic-bezier(.65, 0, .45, 1) .8s forwards
}

@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0
  }
}

@-webkit-keyframes scale {
  0%,
  to {
    -webkit-transform: none;
    transform: none
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
}

@keyframes scale {
  0%,
  to {
    -webkit-transform: none;
    transform: none
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }
}

@-webkit-keyframes fill--success {
  to {
    -webkit-box-shadow: inset 0 0 0 30px #45cb76;
    box-shadow: inset 0 0 0 30px #45cb76
  }
}

@keyframes fill--success {
  to {
    -webkit-box-shadow: inset 0 0 0 30px #45cb76;
    box-shadow: inset 0 0 0 30px #45cb76
  }
}

@-webkit-keyframes fill--error {
  to {
    -webkit-box-shadow: inset 0 0 0 30px #ea735c;
    box-shadow: inset 0 0 0 30px #ea735c
  }
}

@keyframes fill--error {
  to {
    -webkit-box-shadow: inset 0 0 0 30px #ea735c;
    box-shadow: inset 0 0 0 30px #ea735c
  }
}

/* Navs */
.nav-tabs-toplevel > li {
  float: left;
  margin-bottom: -1px;
}
.nav > li, .nav > li > a {
  display: block;
  position: relative;
}
li {
  font-size: inherit;
}
.nav-link {
  padding: .5rem 0;
}
.nav > li > a {
  padding: .5rem 0;
}
.nav-tabs-toplevel > li > a {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3px;
  background: #844D9E;
  border-color: #844D9E;
  border-radius: 4px 4px 0 0;
  color: #fff;
  letter-spacing: 0.03em;
  padding: .5rem 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.nav-tabs-toplevel > li.active > a, .nav-tabs-toplevel > li > a:focus, .nav-tabs-toplevel > li > a:hover {
  background: #EB7B2D;
  border-color: #EB7B2D;
  color: #fff;
  margin-top: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-nav li > a {
  color: #222;
}
.submenu > li a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  height: auto !important;
  line-height: 1.42857143 !important;
  padding: 0.5rem 1rem !important;
  text-align: left;
  width: 100%;
}
.submenu .dropdown-menu {
  padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  border-radius: .25rem;
}

/* DataTables */
#search-container {
  border-bottom: 2px solid #E9E7DE;
  display: inline-block;
  margin-bottom: 18px;
  background: #fdfdfd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 12px;
}

table.dataTable thead th,
table.dataTable tfoot th {
  padding: 10px;
}

.sites table.dataTable thead th:first-child,
.sites table.dataTable tfoot th:first-child {
  text-align: center;
}
.sites table.unstriped tr > td:nth-child(2) {
  font-weight: 700;
}

table.dataTable tbody th {
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}
table.dataTable tbody td {
  font-size: 14px;
  letter-spacing: 0;
}
table.dataTable tfoot th {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
table.unstriped tr:nth-child(2n+1) > td {
  background-color: #f9f9f9;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 500;
}
tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

/* Dropdowns */
.dropdown-menu {
  left: auto;
  padding: 0;
  right: 0.25rem;
}
.dropdown.menu a {
  padding: .5rem;
}
.dropdown .is-dropdown-submenu a {
  padding: .5rem;
}

/* Panels */
.callout {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.25);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #000;
}
.radius {
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 4px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 3px solid #222;
}
.radius.nobordertop {
  border-top: 1px solid #ddd;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dashboard .callout {
  padding: 0 0 .3rem;
}

.callout > :first-child {
  margin-top: 0;
}
.panel-heading {
  background-color: #f5f5f5;
  color: #333;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 15px;
}

.callout > :last-child {
  margin-bottom: 0;
}
.panel-body {
  font-size: 14px;
  padding: 5px 15px;
}

/* Forms */
.form-group {
  margin-bottom: 1rem;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
label {
  display: block;
  font-size: 14px;
  line-height: 1.2rem;
  padding-top: 8px;
}
.Block .form-group label {
  color: rgba(26,26,26,.5) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
  text-align: left !important;
  margin-bottom: 0.25rem;
  padding-top: 0;
}
.input-group-addon {
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ddd;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ddd;
  border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group {
  margin-bottom: 15px;
}

/* ---- isotope ---- */
/* clear fix */
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
  position: relative;
  max-width: 24.55%;
  margin: 0 auto 1%;
  padding: 0;
  color: #262524;
  border-radius: 4px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item p {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.375;
}

.element-item .d-content p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0;
  overflow: hidden;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .title {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .niche {
  font-weight: 500;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
  padding: 4px 8px 5px;
  letter-spacing: 0;
  font-size: 0.5rem;
  text-transform: uppercase;
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 3%;
}

.element-item .subniche {
  font-weight: 500;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
  padding: 4px 8px 5px;
  letter-spacing: 0;
  font-size: 0.5rem;
  text-transform: uppercase;
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 12.5%;
}

.element-item .top-tags {
  font-weight: 400;
  background-color: #844D9E;
  box-shadow: inset 0 1px 1px #844D9E;
  color: #fff;
  padding: 4px 8px 5px;
  letter-spacing: 0.03em;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 3px;
}

.element-item .top-tags-white {
  font-weight: 400;
  background-color: #EB7B2D;
  box-shadow: inset 0 1px 1px #EB7B2D;
  color: #fff;
  padding: 4px 8px 5px;
  letter-spacing: 0.03em;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 3px;
}

.element-item .category {
  font-weight: 500;
  background-color: #23282d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  color: #fff;
  position: absolute;
  left: 8px;
  top: 3%;
  padding: 4px 8px 5px;
  letter-spacing: 0.03em;
  font-size: 0.5rem;
  text-transform: uppercase;
  border-radius: 3px;
}

.element-item .type {
  font-weight: 500;
  background-color: #23282d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  color: #fff;
  position: absolute;
  left: 8px;
  top: 12.5%;
  padding: 4px 10px;
  letter-spacing: 0;
  font-size: 0.5rem;
  text-transform: uppercase;
  border-radius: 3px;
}

.element-item .d-content {
  max-height: 260px;
  min-height: 260px;
  margin-top: 0;
}

.element-item .content {
  position: absolute;
  left: 4%;
  top: 30%;
  font-size: 1rem;
  height: 100%;
  line-height: 1.475rem;
  font-weight: 500;
  padding-bottom: 20px;
  overflow: hidden;
}

.element-item .image {
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
  padding: 4px 10px;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.element-item .pdf {
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
  padding: 4px 10px;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.element-item .reflection {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: inset 0 1px 1px #fff;
  color: #222;
  padding: 4px 10px;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.element-item .resource_name {
  cursor: pointer;
  border-radius: 0;
  font-weight: 700;
  background-color: #fffeef;
  /* box-shadow: inset 0 1px 1px #ddd; */
  color: #222;
  padding: 0;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: -0.03em;
  margin: 8px;
  width: 100%;
}

.element-item .resource_name::before {
  content: "Resource:";
}
.element-item .resource_name a {
  color: #844D9E;
  text-decoration: underline;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.element-item .year {
  background-color: #0073aa;
  border-color: #006799;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
  left: 8px;
  bottom: 20%;
  font-size: 0.78rem;
  font-weight:700;
  text-transform: uppercase;
  border-radius: 3px;
}

.element-item .results {
  background-color: #0073aa;
  border-color: #006799;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
  left: 8px;
  bottom: 10%;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
}

.element-item .contract-screenshot {
  display: block;
  /* overflow: hidden; */
  position: relative;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in-out;
}


.element-item .contract-screenshot.blank {
  /* background-image: url('../images/item-bg.png');
  background-repeat: repeat; */
  background-color: #fffeef;
  padding: .5rem;
  min-height: 90px;
}

.element-item .attachments > .at-icons > div {
  display: inline-block;
}

.element-item .resource-cont {

}

.contract-id-container {
  position: relative;
}

.contract-name {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin: 0;
  padding: 15px;
  box-shadow: inset 0 1px 0 #fefcdf;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  letter-spacing: 0;
  background: #FFF;
  min-height: 90px;
}
.contract-name b,
.contract-name strong {
  font-weight: 400;
}

.contract-name span {
  display: block;
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45rem;
}

.contract-actions {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 10px 15px;
  /* box-shadow: inset 0 1px 0 rgba(0,0,0,.1); */
  transition: opacity .1s ease-in-out;
  height: auto;
  /* background: rgba(244,244,244,.7);
  border-left: 1px solid rgba(0,0,0,.05); */
}

.navbar-nav .dropdown-menu {
  min-width: 198px;
}

.dropdown-menu i {
  min-width: 17px;
}

.quicksearch {
  font-size: 0.9rem;
  line-height: 1.25rem;
  letter-spacing: -0.03em;
  padding: 7px 12px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #ddd;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
  min-width: 350px;
}

.quicksearch::before {
  display: block;
  content: "\f002";
}

.tooltip { font-weight: 700; }

.tooltip > .tooltip-inner {
  color: #fff;
  font-family: "OpenSans", Arial, sans-serif;
  text-align: left;
  letter-spacing: 0;
  font-size: .78rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 15px;
}

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
  .element-item {
    min-height: 200px;
    min-width: 418.35px;
  }
}

@media print, screen and (max-width: 1400px) {
  .element-item {

  }
}
@media print, screen and (max-width: 1200px) {
  .element-item .content.short {
    /* font-size: 1.520rem;
    line-height: 1.75rem; */
  }
}
@media print, screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
  .container-fluid,
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  #navbarSupportedContent.collapse {
    display: block;
  }
  #navbarSupportedContent.collapse .submenu .dropdown-menu {
    margin: 0 1rem 0.5rem !important;
  }
  .element-item {
    max-width: 100%;
    min-height: 200px;
    min-width: 50%;
    margin: 0 auto 2.5%;
  }
  /* .element-item .content {
    font-size: 1.7rem;
    line-height: 1.85rem;
  }
  .element-item .content.short {
    font-size: 1rem;
    line-height: 1.25rem;
  } */
  .element-item .type,
  .element-item .subniche {
    top: 14.5%;
  }
  .swipe-actions {
    top: 70%;
  }
  .main h1 {
    font-size: 2.15rem;
  }
  .main h3 br {
    display: none;
  }
  .quicksearch {
    max-width: 220px;
    min-width: 220px;
  }
  .element-item .d-content {
    max-height: 105px;
    min-height: 105px;
  }

  table.dataTable, table.dataTable th, table.dataTable td {
    font-size: 11px !important;
  }
  .nav-tabs-toplevel > li > a {
    font-size: 9px;
  }
  .dataTables_wrapper label {
    font-size: 11px;
  }
  .dataTables_wrapper .btn.tooltips {
    font-size: 10px;
    margin-right: 2px;
    margin-bottom: 4px;
    padding: 3px 10px;
  }

  #users-tbl .note-btn.note-btn-sm {
    font-size: 8px !important;
  }

  table#users-tbl.dataTable thead th:first-child,
  table#users-tbl.dataTable tfoot th:first-child,
  table#users-tbl.dataTable tbody td:first-child {
    display: none;
  }

  table#sites-tbl.dataTable thead th:first-child,
  table#sites-tbl.dataTable tfoot th:first-child,
  table#sites-tbl.dataTable tbody td:first-child,
  table#sites-tbl.dataTable thead th:nth-child(2),
  table#sites-tbl.dataTable tfoot th:nth-child(2),
  table#sites-tbl.dataTable tbody td:nth-child(2),
  table#sites-tbl.dataTable thead th:nth-child(5),
  table#sites-tbl.dataTable tfoot th:nth-child(5),
  table#sites-tbl.dataTable tbody td:nth-child(5) {
    display: none;
  }

  table#products-tbl.dataTable thead th:first-child,
  table#products-tbl.dataTable tfoot th:first-child,
  table#products-tbl.dataTable tbody td:first-child,
  table#products-tbl.dataTable thead th:nth-child(2),
  table#products-tbl.dataTable tfoot th:nth-child(2),
  table#products-tbl.dataTable tbody td:nth-child(2),
  table#products-tbl.dataTable thead th:nth-child(4),
  table#products-tbl.dataTable tfoot th:nth-child(4),
  table#products-tbl.dataTable tbody td:nth-child(4) {
    display: none;
  }

  table#contracts-tbl.dataTable thead th:first-child,
  table#contracts-tbl.dataTable tfoot th:first-child,
  table#contracts-tbl.dataTable tbody td:first-child {
    display: none;
  }
}

.fa-1-5 {
  font-size: 1.5em;
}
.fa-2 {
  font-size: 2em;
}
.fa-3 {
  font-size: 3em;
}
.fa-4 {
  font-size: 4em;
}

.dataTables_wrapper {
  background-color: white;
  padding: .5rem;
}

.file-upload-row .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.file-upload-row .form-control {
  height: 37px;
}

[type="search"] {
  border: 1px solid #ced4da;
  border-radius: 4px;
  line-height: 1.3;
  outline-offset: -2px;
  padding: .375rem .75rem;
  -webkit-appearance: none;
}

.btn-xsm {
  border-radius: .2rem;
  font-size: .6875rem;
  line-height: 1.5;
  padding: .15rem .55rem;
  /* font-weight: 300 !important; */
  letter-spacing: 0.03em;
  position: relative;
}
.btn-xsm.version-link {
  top: -10px;
}

