/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*=icheck-] {
  min-height: 22px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0
}

.icheck-inline {
  display: inline-block
}

.icheck-inline+.icheck-inline {
  margin-left: .75rem;
  margin-top: 6px
}

[class*=icheck-]>label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

[class*=icheck-]>input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0
}

[class*=icheck-]>input:first-child:disabled {
  cursor: default
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #D3CFC8;
  border-radius: 0;
  margin-left: -29px
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after,
[class*=icheck-]>input:first-child:checked+label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg)
}

[class*=icheck-]>input[type=radio]:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input[type=radio]:first-child+label::before {
  border-radius: 50%
}

[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-width: 2px
}

[class*=icheck-]>input:first-child:disabled+input[type=hidden]+label,
[class*=icheck-]>input:first-child:disabled+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child:disabled+label,
[class*=icheck-]>input:first-child:disabled+label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

.icheck-default>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-default>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #adadad
}

.icheck-default>input:first-child:checked+input[type=hidden]+label::before,
.icheck-default>input:first-child:checked+label::before {
  background-color: #e6e6e6;
  border-color: #adadad
}

.icheck-default>input:first-child:checked+input[type=hidden]+label::after,
.icheck-default>input:first-child:checked+label::after {
  border-bottom-color: #333;
  border-right-color: #333
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #FF4800
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
  background-color: #FF511A;
  border-color: #FF4800
}

.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #4cae4c
}

.icheck-success>input:first-child:checked+input[type=hidden]+label::before,
.icheck-success>input:first-child:checked+label::before {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.icheck-info>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-info>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #46b8da
}

.icheck-info>input:first-child:checked+input[type=hidden]+label::before,
.icheck-info>input:first-child:checked+label::before {
  background-color: #5bc0de;
  border-color: #46b8da
}

.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-warning>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #eea236
}

.icheck-warning>input:first-child:checked+input[type=hidden]+label::before,
.icheck-warning>input:first-child:checked+label::before {
  background-color: #f0ad4e;
  border-color: #eea236
}

.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-danger>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #d43f3a
}

.icheck-danger>input:first-child:checked+input[type=hidden]+label::before,
.icheck-danger>input:first-child:checked+label::before {
  background-color: #d9534f;
  border-color: #d43f3a
}