body {
  background: #dddddd;
  font-family: 'Source Sans Pro', sans-serif; }

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 0px;
    }


.form__block {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 30px; }
  .form__block .card {
    width: 100%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15); }
    .form__block .card .card-header {
      font-weight: 600;
      font-size: 17px;
      color: #767676; }
    .form__block .card label sup {
      color: red;
      font-weight: 600;
      top: 3px;
      font-size: 18px; }
    .form__block .card .img-block {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 0 10px; }
      .form__block .card .img-block img {
        height: 50px; }
    .form__block .card h1,
    .form__block .card h2 {
      font-size: 20px;
      width: 100%;
      text-align: center;
      font-weight: 600;
      text-transform: capitalize;
      color: #777;
      margin: 10px 0 50px 0; }
    .form__block .card h2 {
      text-align: left;
      color: red;
      font-style: italic;
      font-size: 16px;
      margin: -10px 0 20px 0; }

.checkbox {
  padding-left: 5px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      top: 3px;
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 3px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

  .captcha{
    margin-left: 400px;
    margin-top: 50px
  }
/*# sourceMappingURL=app.css.map */
.datepicker {
  min-width: 300px;
}

.datepicker td, .datepicker th {
  padding: 4px !important;
}

.datepicker:before, .datepicker:after {
  display: none !important;
}

/* loader */

.card-view-loader {
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: calc(100vh - 143px);
  float: left;
}

  .card-view-loader .spinner {
      margin: 200px auto;
      width: 50px;
      height: 40px;
      text-align: center;
      font-size: 10px;
  }

      .card-view-loader .spinner > div {
          background-color: #8dc641;
          height: 100%;
          width: 5px;
          display: inline-block;
          -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
      }

.green-theme-section .card-view-loader .spinner > div {
  background-color: #74c641 !important;
}

      .card-view-loader .spinner .rect2 {
          -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
      }

      .card-view-loader .spinner .rect3 {
          -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
      }

      .card-view-loader .spinner .rect4 {
          -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
      }

      .card-view-loader .spinner .rect5 {
          -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
      }

      @-webkit-keyframes sk-stretchdelay {
        0%, 40%, 100% {
            -webkit-transform: scaleY(0.4)
        }
      
        20% {
            -webkit-transform: scaleY(1.0)
        }
      }
      
      @keyframes sk-stretchdelay {
        0%, 40%, 100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }
      
        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0);
        }
      }
      
      .custom-main-loader {
          position: absolute;
          height: 100%;
          background: #ffffffb8;
          z-index: 999999;
          width: 100%;
          display: flex !important;
          align-items: center;
          justify-content: center;
          opacity: 0;
          z-index: 0;
      }

      .custom-card-height {
        height: calc(100vh - 60px);
        overflow-y: auto;
      }

