::selection {
  background: #999;
}
::-moz-selection {
  background: #999;
}
body {
  font-size: 15px;
}
.handle {
  cursor: move;
}
.pdfLinkCms {
  color: #747474 !important;
  font-weight: 700 !important;
  position: relative;
}
.pdfLinkCms:after {
  content: '';
  margin-left: 1.5em;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: -514px -104px;
  width: 61px;
  height: 30px;
  margin-top: -1px;
}
.docLinkCms {
  color: #747474 !important;
  font-weight: 700 !important;
  position: relative;
}
.docLinkCms:after {
  content: '';
  margin-left: 1.5em;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: -436px -74px;
  width: 62px;
  height: 30px;
  margin-top: -1px;
}
header {
  padding-top: 30px;
  padding-bottom: 40px;
}
header .username {
  color: #e12823;
  font-weight: bold;
}
header .btn {
  margin-left: 10px;
}
header span,
header b,
header a {
  vertical-align: middle;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0,0);
  }
  100% {
    transform: translate(24px,0);
  }
}
.detailsPageLoader {
  display: block;
  height: 20vh;
  position: relative;
  width: 100%;
}
.detailsPageLoader .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.detailsPageLoader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: lightblue;
  animation-timing-function: cubic-bezier(0,1,1,0);
}
.detailsPageLoader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.detailsPageLoader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.detailsPageLoader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.detailsPageLoader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
.aboveTableButtonsCont {
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.dataGridCont {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 25px 20px;
}
.dataGridCont table .glyphicon {
  cursor: pointer;
  font-size: 1.1em;
  margin-right: 0.25em;
}
.dataGridCont .row:last-child {
  margin-top: 10px;
}
.dataTables_processing {
  background: rgba(70,70,70,0.75) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -100px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px;
}
.login-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 150px;
  padding: 25px 35px;
}
.login-box .formTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 8px;
  text-align: right;
  text-transform: uppercase;
}
.whiteBox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 15px 0 10px;
}
.whiteBox .title {
  border-bottom: 1px solid #ddd;
  cursor: default;
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0 18px 10px;
}
.whiteBox .title .glyphicon {
  float: right;
  font-size: 1.2em;
  margin-top: -0.1em;
}
.whiteBox a {
  color: #333;
  display: block;
  padding: 4px 18px;
  text-decoration: none;
}
.whiteBox a:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}
.whiteBox a.active {
  color: #e12823;
  font-weight: bold;
}
.reportsCont .filtersCont {
  background: #f5f5f5;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  width: 80%;
}
.reportsCont .filtersCont strong {
  display: block;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
.reportsCont .filtersCont ul {
  list-style-type: none;
}
.reportsCont .filtersCont ul li {
  margin-bottom: 0.25em;
}
.reportsCont .filtersCont ul label {
  display: inline-block;
  min-width: 115px;
}
.reportsCont .filtersCont ul select,
.reportsCont .filtersCont ul input {
  display: inline-block;
  min-width: 250px;
}
.reportsCont .forceAlignWithFilter th {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  position: relative;
}
.reportsCont .forceAlignWithFilter select {
  bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  position: absolute;
  width: 100%;
}
.reportsCont .outOfRangeCell {
  background: orangered;
  color: #000;
  font-weight: 700;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #464646;
  border-color: #464646;
}
.pagination > li > a,
.pagination > li > span {
  color: #464646;
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #E12823;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mr-1 {
  margin-right: .25rem !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.ml-1 {
  margin-left: .25rem !important;
}
.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mr-2 {
  margin-right: .5rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.ml-2 {
  margin-left: .5rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pr-1 {
  padding-right: .25rem !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pl-1 {
  padding-left: .25rem !important;
}
.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pr-2 {
  padding-right: .5rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pl-2 {
  padding-left: .5rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media all and (min-width: 1200px) {
  .container {
    width: 1366px !important;
  }
}
