body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 75px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: block;
  }
}
::selection {
  background: rgba(51, 51, 51, 0.9);
  color: white;
}
::-moz-selection {
  background: rgba(51, 51, 51, 0.9);
  color: white;
}
.wrapper {
  flex: 1;
}
.show-grid {
  margin-bottom: 15px;
}
.loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 2000;
}
.loader .loader_content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}
.loader .loader_content p {
  font-weight: bold;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.loader .loader_content img {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}
p {
  font-family: 'Open Sans', sans-serif;
}
.btn {
  border: solid 0px transparent;
  border-radius: 0px;
}
.btn.bold {
  font-weight: bold;
}
.btn-primary {
  background-color: #333;
  color: white;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #404040;
}
.btn-primary:hover:active,
.btn-primary:active:active,
.btn-primary:focus:active,
.btn-primary:hover:focus,
.btn-primary:active:focus,
.btn-primary:focus:focus {
  background-color: #4d4d4d;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon/icomoon.eot?8p59oj');
  src: url('/fonts/icomoon/icomoon.eot?8p59oj#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.ttf?8p59oj') format('truetype'), url('/fonts/icomoon/icomoon.woff?8p59oj') format('woff'), url('/fonts/icomoon/icomoon.svg?8p59oj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-loop:before {
  content: "\e904";
}
.icon-plus:before {
  content: "\e905";
}
.icon-minus:before {
  content: "\e906";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-home:before {
  content: "\e93b";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-history:before {
  content: "\e94d";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-user:before {
  content: "\e971";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
header nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: white;
  height: 75px;
  box-shadow: 0 -2px 19px 0 rgba(50, 50, 50, 0.125);
  z-index: 1000;
  font-family: 'Open Sans', sans-serif;
}
header nav ul {
  margin-bottom: 0;
  padding-left: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header nav ul li {
  display: inline-block;
  margin-right: 20px;
}
header nav ul li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border: solid 0px transparent;
}
header nav ul li a,
header nav ul li button {
  color: #333;
  font-weight: bold;
  padding: 8px 16px;
}
header nav ul li a:hover,
header nav ul li button:hover {
  color: #333;
  text-decoration: none;
  padding: 8px 14px;
  border: solid 2px #333;
}
header nav ul li a.active,
header nav ul li button.active {
  background-color: #333;
  color: white;
  border: solid 2px #333;
}
header nav ul li a.active:hover,
header nav ul li button.active:hover {
  padding: 8px 16px;
}
header nav ul li a:focus,
header nav ul li button:focus {
  outline: none;
}
header nav ul li p {
  margin-bottom: 0;
}
header nav ul.right {
  right: 0;
  left: auto;
  padding-left: 0;
  padding-right: 40px;
}
header nav ul.right li {
  margin-right: 0;
  margin-left: 20px;
}
main {
  padding: 50px 0px 80px;
}
.jumbotron {
  padding: 0;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  color: white;
}
.jumbotron .container {
  height: 500px;
  position: relative;
}
.jumbotron .container .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/*    all styling for input fields    */
.field span.errormsg,
.field span.form-error,
.field .errormsg {
  font-size: 1.2rem;
  color: #bb3030;
  display: block;
  margin-bottom: 10px;
}
.field input[type="text"],
.field input[type='password'],
.field textarea,
.field select {
  width: 100%;
  padding: 15px;
  border: solid 0px transparent;
  background-color: #fafafa;
  border-radius: 0px;
  border-bottom: solid 2px #f2f2f2;
  margin: 10px 0;
  font-size: 1.2rem;
}
.field input[type="text"]:focus,
.field input[type='password']:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-bottom: solid 2px #ebebeb;
}
.field input[type="text"]:disabled,
.field input[type='password']:disabled,
.field textarea:disabled,
.field select:disabled {
  color: #949494;
}
.field input[type="text"]:disabled,
.field input[type='password']:disabled,
.field textarea:disabled,
.field input[type="text"]:read-only,
.field input[type='password']:read-only,
.field textarea:read-only {
  color: #949494;
}
.field input[type="text"]:disabled:not(.hasDatepicker),
.field input[type='password']:disabled:not(.hasDatepicker),
.field textarea:disabled:not(.hasDatepicker),
.field input[type="text"]:read-only:not(.hasDatepicker),
.field input[type='password']:read-only:not(.hasDatepicker),
.field textarea:read-only:not(.hasDatepicker) {
  cursor: not-allowed;
}
.field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}
.field select::-ms-expand {
  display: none;
}
.field .select-wrapper {
  position: relative;
}
.field .select-wrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.field input[type='radio'] {
  margin: 0 5px;
}
.field input[type='file'] {
  display: none;
}
.field label.text-input {
  display: block;
  width: 100%;
}
.field label.text-input .btn {
  width: 100%;
  padding: 15px;
  border: solid 0px transparent;
  background-color: #fafafa;
  border-radius: 0;
  border-bottom: solid 2px #f2f2f2;
  margin: 10px 0;
  font-size: 1.2rem;
  color: #333;
  text-align: left;
}
.field input[type="submit"] {
  background-color: #333;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 0px transparent;
  border-bottom: solid 2px #737373;
  padding: 15px;
  font-size: 1.2rem;
  border-radius: 0;
  font-weight: bold;
  width: 100%;
}
.field .wrow {
  margin: 0 -5px;
}
.field .wrow:after {
  display: block;
  content: " ";
  clear: both;
}
.field .w10,
.field .w20,
.field .w30,
.field .w40,
.field .w50,
.field .w60,
.field .w70,
.field .w80,
.field .w90,
.field .w100 {
  float: left;
  padding: 0px 5px;
}
.field .w10 {
  width: 10%;
}
.field .w20 {
  width: 20%;
}
.field .w30 {
  width: 30%;
}
.field .w40 {
  width: 40%;
}
.field .w50 {
  width: 50%;
}
.field .w60 {
  width: 60%;
}
.field .w70 {
  width: 70%;
}
.field .w80 {
  width: 80%;
}
.field .w90 {
  width: 90%;
}
.field .w100 {
  width: 100%;
}
@media (max-width: 480px) {
  .field .w10,
  .field .w20,
  .field .w30,
  .field .w40,
  .field .w50,
  .field .w60,
  .field .w70,
  .field .w80,
  .field .w90,
  .field .w100 {
    float: none;
    width: 100%;
    padding: 0px 5px;
  }
}
.ui-datepicker {
  background-color: white;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.2);
  border-radius: 0px;
  padding: 10px;
  font-size: 1.4rem;
  z-index: 100 !important;
  display: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table thead tr th {
  text-align: center;
}
.ui-datepicker table tbody tr td {
  text-align: center;
  position: relative;
}
.ui-datepicker table tbody tr td a {
  padding: 10px 15px;
  color: #333;
  display: block;
  text-decoration: none;
}
.ui-datepicker table tbody tr td a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.ui-datepicker table tbody tr td span {
  padding: 10px 15px;
  color: #999999;
  display: block;
}
.ui-datepicker table tbody tr td.highlight a {
  color: #bb3030;
  font-weight: bold;
}
.ui-datepicker table tbody tr td.activated a {
  background-color: rgba(52, 166, 222, 0.3);
}
.ui-datepicker table tbody tr td.ui-datepicker-current-day a {
  background-color: #34a6de;
  color: white;
}
.ui-datepicker table tbody tr td.ui-datepicker-current-day a:hover {
  background-color: #34a6de;
  color: white;
}
.ui-datepicker table tbody tr td[title]:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  bottom: 40px;
  color: #fff;
  content: attr(title);
  left: 20%;
  top: -40px;
  height: 30px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  min-width: 150px;
  width: auto;
  font-size: 1.2rem;
  font-weight: bold;
}
.ui-datepicker table tbody tr td[title]:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 99;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: block;
  color: #333;
  padding: 5px 10px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #f7f7f7;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  height: 40px;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 5px 5px 0 5px;
  width: auto;
  border-radius: initial;
  padding: initial;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.ui-datepicker .ui-datepicker-today a {
  color: #34a6de;
  font-weight: bold;
}
.ui-datepicker-buttonpane {
  margin-top: 10px;
  clear: both;
}
.ui-datepicker-buttonpane button {
  width: 50%;
  background-color: transparent;
  border: solid 0px transparent;
  padding: 5px 0;
}
.ui-datepicker-buttonpane button:hover {
  background-color: #f7f7f7;
}
.ui-timepicker-div.ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  height: 30px;
  margin-right: 5%;
  width: 25%;
  text-align: right;
  line-height: 30px;
}
.ui-timepicker-div dl dd {
  width: 65%;
  margin-right: 5%;
  height: 30px;
  float: left;
  line-height: 30px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  width: 95%;
}
.ui-timepicker-div .ui-slider-horizontal {
  position: relative;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ededed;
}
.ui-timepicker-div .ui-slider-horizontal a {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.datepicker > .ui-datepicker {
  border: solid 1px #eee;
  box-shadow: none;
}
.reportmessage {
  position: fixed;
  z-index: 1000;
  top: 80px;
  right: 20px;
  background-color: #4ad27c;
  padding: 15px 30px;
  color: white;
  font-size: 1.2rem;
  animation-name: slideRight;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  width: 280px;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.2);
  border-radius: 0px;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  -ms-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
.reportmessage .content {
  float: left;
  font-weight: bolder;
  width: 200px;
}
.reportmessage .interaction {
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.reportmessage .interaction:hover {
  color: #fafafa;
}
.reportmessage.closeReport {
  right: -300px;
}
@keyframes slideRight {
  from {
    right: -1000px;
  }
  to {
    right: 20px;
  }
}
div.modal .modal-dialog .modal-content {
  border: solid 0px transparent;
  border-radius: 0px;
  box-shadow: 0 -2px 19px 0 rgba(50, 50, 50, 0.125);
}
div.modal .modal-dialog .modal-content .modal-header {
  border-bottom: solid 0px transparent;
}
div.modal .modal-dialog .modal-content .modal-footer {
  border-top: solid 0px transparent;
}
table.table tbody tr td {
  padding: 20px 10px;
}
table.table tbody tr td a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
table.table tbody tr td a:hover {
  text-decoration: underline;
}
footer {
  background-color: #fafafa;
  padding: 60px 0;
}
footer p {
  margin-bottom: 0;
}
footer .logo {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
