﻿
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  padding-right: 15px;
  padding-left: 15px;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.borderless td, .borderless th {
    border: none;
}
@media only screen and (min-width : 480px) {
    .header h3 {
        font-size: 18px;
    }
}
@media print {
  a:link:after, a:visited:after {
      content: none;
  }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .header h3 {
        font-size: 24px;
    }
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1024px;
  }
}

.hidden {
    display:none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
}