body {
  height: 100%;
  width: 100%;
  font-family: 'roboto-regular';
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../fonts/roboto-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'roboto-medium';
  src: url('../fonts/roboto-medium.ttf') format('truetype');
}

/************checkboxes****************************/
input[type=radio],
input[type=checkbox] {
  border: 1px solid #d41f31;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 18px;
  margin: 0 0px 0 0 !important;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline-width: 0;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  border-radius: 2px;
}

  input[type=radio]:checked {
    border-color: #d41f31;
  }

  input[type=checkbox]:checked {
    border-color: #d41f31;
  }

    input[type=radio]:checked:before,
    input[type=checkbox]:checked:before {
      float: left;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      font: 400 12px/1 'FontAwesome';
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    input[type=checkbox]:checked:before {
      content: '\f00c';
      margin: 2px 0 0 -1px;
      color: #259dab;
    }

input[type=radio] {
  border-radius: 50%;
}

  input[type=radio]:checked:before {
    content: '\f111';
    margin: 5px 0 0 -1px;
    color: #259dab;
    font: 400 8px/1 'FontAwesome';
  }
.curserpointer{
  cursor:pointer;
}

.clr_green {
  color: #2cac00
}

.clr_red_icon {
  color: #ff0000
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
  }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}

  .select2-dropdown .select2-search__field:focus,
  .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
  }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

  .select2-container--default .select2-results__option[aria-selected=true],
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
  }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}

  .select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
  }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
  }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
