@font-face {
    font-family: Flat-UI-Icons;
    src: url(../fonts/flat-ui-icons-regular.eot);
    src: url(../fonts/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/flat-ui-icons-regular.woff) format('woff'),url(../fonts/flat-ui-icons-regular.ttf) format('truetype'),url(../fonts/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg')
}

[class*=fui-], [class^=fui-] {
    font-family: Flat-UI-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox, .checkbox-style1, .radio ,.checkbox-style3{
    position: relative;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    line-height: 1.4rem;
    width: initial;
    text-align: left;
}

.checkbox, .checkbox-style1 ,.checkbox-style3{
    margin-left: 0;
    float: none;
}

.radio {
    margin-left: 8px;
    display: block;
}

    .radio.marL0 {
        margin-left: 0;
    }

    .checkbox .icons, .checkbox-style1 .icons, .radio .icons , .checkbox-style3 .icons {
        color: #bdc3c7;
        display: block;
        height: .813rem;
        top: .4rem;
        left: 0;
        position: absolute;
        width: 13px;
        text-align: center;
        cursor: pointer;
        font-size: .822rem;
    }
    .checkbox-style2 .icons{
        height: .888rem;
        width: 18px;
        font-size: .888rem;
    }
        .checkbox .icons .icon-checked, .radio .icons .icon-checked {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .checkbox .icons .icon-unchecked {
            color: #fff;
        }

        .checkbox-style1 .icons .icon-checked {
            opacity: 100;
        }
        .checkbox-style3 .icons .icon-checked{

        }

    .checkbox .icon-checked, .checkbox .icon-unchecked, .checkbox-style1 .icon-checked, .checkbox-style1 .icon-unchecked, .radio .icon-checked, .radio .icon-unchecked ,.checkbox-style3 .icon-checked , .checkbox-style3 .icon-unchecked {
        display: inline-table;
        position: absolute;
        left: 0;
        top: 0;
        background-color: transparent;
        margin: 0;
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: color .25s linear;
        transition: color .25s linear;
    }

        .checkbox .icon-checked:before, .checkbox .icon-unchecked:before, .checkbox-style1 .icon-checked:before, .checkbox-style1 .icon-unchecked:before, .radio .icon-checked:before, .radio .icon-unchecked:before ,.checkbox-style3 .icon-checked:before, .checkbox-style3 .icon-unchecked:before{
            font-family: Flat-UI-Icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .MacOsChrome .checkbox .icon-checked:before, .MacOsChrome .checkbox .icon-unchecked:before, .MacOsChrome .checkbox-style1 .icon-checked:before, .MacOsChrome .checkbox-style1 .MacOsChrome .icon-unchecked:before, .MacOsChrome .radio .icon-checked:before, .MacOsChrome .radio .icon-unchecked:before, .MacOsChrome .checkbox-style3 .MacOsChrome .icon-checked:before, .MacOsChrome .checkbox-style3 .icon-unchecked:before {
            font-weight: 600;
            opacity:0.99;
        }
        .checkbox .icon-checked:before {
            content: "\e60e";
            border: 1px solid #CCC;
        }
        .checkbox-style2 .icon-checked:before {
            content: "\e661";
            border: 2px solid #478fcb;
        }

            .checkbox .icon-checked:before:hover, .checkbox-style1 .icon-checked:before:hover , .checkbox-style3 .icon-checked:before:hover {
                border: 1px solid #CCC;
            }

        .checkbox .icon-unchecked:before, .checkbox-style1 .icon-unchecked:before , .checkbox-style3 .icon-unchecked:before {
            content: "\e60d";
            border: 1px solid #CCC;
        }
        .checkbox-style2 .icon-unchecked:before {
            content: "\e60d";
            border: 2px solid #757575;
        }


        .radio .icon-checked:before {
            content: "\e60c";
            background-color: #dfe6f0;
            border-radius: 50%;
        }

        .radio .icon-unchecked:before {
            content: "\e60b";
        }

    .checkbox input[type=checkbox].custom-checkbox, .checkbox input[type=radio].custom-radio, .checkbox-style1 input[type=checkbox].custom-checkbox, .checkbox-style1 input[type=radio].custom-radio, .radio input[type=checkbox].custom-checkbox, .radio input[type=radio].custom-radio ,.checkbox-style3 input[type=checkbox].custom-checkbox, .checkbox-style3 input[type=radio].custom-radio{
        outline: 0 !important;
        opacity: 0;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 0;
        top: -4px;
        height: 19px;
    }

        .checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked ,.checkbox-style3 input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked, .checkbox-style3 input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked{
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .checkbox-style1 input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .checkbox-style1 input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked ,.checkbox-style3 input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked, .checkbox-style3 input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked{
            opacity: 1;
            -webkit-filter: none;
            filter: none;
        }

        /*.checkbox input[type=checkbox].custom-checkbox:focus:not(.nohover):not(:disabled) + .icons .icon-checked {
            opacity: 1;
            -webkit-filter: none;
            filter: none;
            color: #c4c9cd;
        }

        .checkbox input[type=checkbox].custom-checkbox:focus:not(.nohover):not(:disabled):checked + .icons .icon-checked {
            opacity: 1;
            -webkit-filter: none;
            filter: none;
            color: green;
        }*/
        .checkbox-style2 input[type=checkbox].custom-checkbox:focus:not(.nohover):not(:disabled):checked + .icons .icon-checked {          
            color: #478fcb;
        }

        .checkbox input[type=checkbox].custom-checkbox:checked + .icons, .checkbox input[type=radio].custom-radio:checked + .icons, .checkbox-style1 input[type=checkbox].custom-checkbox:checked + .icons, .checkbox-style1 input[type=radio].custom-radio:checked + .icons, .radio input[type=checkbox].custom-checkbox:checked + .icons, .radio input[type=radio].custom-radio:checked + .icons ,.checkbox-style3 input[type=checkbox].custom-checkbox:checked + .icons, .checkbox-style3 input[type=radio].custom-radio:checked + .icons{
            color: #67b835;
        }
        .checkbox-style2 input[type=checkbox].custom-checkbox:checked + .icons{
            color: #478fcb;
        }
            .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:checked + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:checked + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked, .radio input[type=radio].custom-radio:checked + .icons .icon-unchecked ,.checkbox-style3 input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked, .checkbox-style3 input[type=radio].custom-radio:checked + .icons .icon-unchecked{
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .checkbox input[type=radio].custom-radio:checked + .icons .icon-checked, .checkbox-style1 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .checkbox-style1 input[type=radio].custom-radio:checked + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .radio input[type=radio].custom-radio:checked + .icons .icon-checked , .checkbox-style3 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .checkbox-style3 input[type=radio].custom-radio:checked + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked{
                opacity: 1;
                -webkit-filter: none;
                filter: none;
                color: #67b835;
            }
             .checkbox-style2 input[type=checkbox].custom-checkbox:checked + .icons .icon-checked{
            color: #478fcb;
          }
        .checkbox input[type=checkbox].custom-checkbox:disabled + .icons, .checkbox input[type=radio].custom-radio:disabled + .icons, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled + .icons, .checkbox-style1 input[type=radio].custom-radio:disabled + .icons, .radio input[type=checkbox].custom-checkbox:disabled + .icons, .radio input[type=radio].custom-radio:disabled + .icons ,.checkbox-style3 input[type=checkbox].custom-checkbox:disabled + .icons, .checkbox-style3 input[type=radio].custom-radio:disabled + .icons{
            cursor: default;
            color: #e6e8ea;
        }

        .checkbox input[type=checkbox].custom-checkbox:hover, .checkbox-style1 input[type=checkbox].custom-checkbox:hover,.checkbox-style3 input[type=checkbox].custom-checkbox:hover {
            color: #c4c9cd;
        }

        .checkbox input[type=checkbox].custom-checkbox:focus {
            color: #c4c9cd;
        }

        .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:disabled + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:disabled + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked ,.checkbox-style3 input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked, .checkbox-style3 input[type=radio].custom-radio:disabled + .icons .icon-unchecked{
            opacity: 1;
            -webkit-filter: none;
            filter: none;
            color: #a1a1a1;
        }

        .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked, .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:disabled + .icons .icon-checked, .checkbox input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:disabled + .icons .icon-checked, .checkbox-style1 input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked, .radio input[type=radio].custom-radio:disabled + .icons .icon-checked, .radio input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked , .checkbox-style3 input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked, .checkbox-style3 input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked, .checkbox-style3 input[type=radio].custom-radio:disabled + .icons .icon-checked, .checkbox-style3 input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked{
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons, .checkbox input[type=radio].custom-radio:disabled:checked + .icons, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled:checked + .icons, .checkbox-style1 input[type=radio].custom-radio:disabled:checked + .icons, .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons, .radio input[type=radio].custom-radio:disabled:checked + .icons , .checkbox-style3 input[type=checkbox].custom-checkbox:disabled:checked + .icons, .checkbox-style3 input[type=radio].custom-radio:disabled:checked + .icons{
            color: #e6e8ea;
        }

            .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked, .checkbox input[type=radio].custom-radio:disabled:checked + .icons .icon-checked, .checkbox-style1 input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked, .checkbox-style1 input[type=radio].custom-radio:disabled:checked + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked, .radio input[type=radio].custom-radio:disabled:checked + .icons .icon-checked ,  .checkbox-style3 input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked, .checkbox-style3 input[type=radio].custom-radio:disabled:checked + .icons .icon-checked{
                opacity: 1;
                -webkit-filter: none;
                filter: none;
                color: #a1a1a1;
            }

        .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons, .checkbox input[type=radio].custom-radio:indeterminate + .icons, .checkbox-style1 input[type=checkbox].custom-checkbox:indeterminate + .icons, .checkbox-style1 input[type=radio].custom-radio:indeterminate + .icons, .radio input[type=checkbox].custom-checkbox:indeterminate + .icons, .radio input[type=radio].custom-radio:indeterminate + .icons , .checkbox-style3 input[type=checkbox].custom-checkbox:indeterminate + .icons, .checkbox-style3 input[type=radio].custom-radio:indeterminate + .icons{
            color: #bdc3c7;
        }
        .radio input[type=radio].custom-radio:indeterminate:disabled + .icons{
            color:#e6e8ea;
        }
            .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked, .checkbox input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked, .checkbox-style1 input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked, .checkbox-style1 input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked, .radio input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked ,  .checkbox-style3 input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked, .checkbox-style2 input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked{
                opacity: 1;
                -webkit-filter: none;
                filter: none;
            }

            .bootstrap-tagsinput .tag > span, .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked, .checkbox input[type=radio].custom-radio:indeterminate + .icons .icon-checked, .checkbox-style1 input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked, .checkbox-style1 input[type=radio].custom-radio:indeterminate + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked, .radio input[type=radio].custom-radio:indeterminate + .icons .icon-checked ,  .checkbox-style3 input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked, .checkbox-style3 input[type=radio].custom-radio:indeterminate + .icons .icon-checked{
                opacity: 0;
                filter: alpha(opacity=0);
            }

            .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons:before, .checkbox input[type=radio].custom-radio:indeterminate + .icons:before, .checkbox-style1 input[type=checkbox].custom-checkbox:indeterminate + .icons:before, .checkbox-style1 input[type=radio].custom-radio:indeterminate + .icons:before, .radio input[type=checkbox].custom-checkbox:indeterminate + .icons:before, .radio input[type=radio].custom-radio:indeterminate + .icons:before , .checkbox-style3 input[type=checkbox].custom-checkbox:indeterminate + .icons:before, .checkbox-style3 input[type=radio].custom-radio:indeterminate + .icons:before{
                content: "\2013";
                position: absolute;
                top: 0;
                left: 0;
                line-height: 20px;
                width: 20px;
                text-align: center;
                color: #fff;
                font-size: 0;
                z-index: 10;
            }
.checkbox-style1.primary input[type=checkbox].custom-checkbox + .icons, .checkbox-style1.primary input[type=radio].custom-radio + .icons, .checkbox.primary input[type=checkbox].custom-checkbox + .icons, .checkbox.primary input[type=radio].custom-radio + .icons, .radio.primary input[type=checkbox].custom-checkbox + .icons, .radio.primary input[type=radio].custom-radio + .icons {
    color: #34495e;
}
.checkbox-style1.primary input[type=checkbox].custom-checkbox:checked + .icons, .checkbox-style1.primary input[type=radio].custom-radio:checked + .icons, .checkbox.primary input[type=checkbox].custom-checkbox:checked + .icons, .checkbox.primary input[type=radio].custom-radio:checked + .icons, .radio.primary input[type=checkbox].custom-checkbox:checked + .icons, .radio.primary input[type=radio].custom-radio:checked + .icons {
    color: #67b835;
}
.checkbox-style1.primary input[type=checkbox].custom-checkbox:disabled + .icons, .checkbox-style1.primary input[type=radio].custom-radio:disabled + .icons, .checkbox.primary input[type=checkbox].custom-checkbox:disabled + .icons, .checkbox.primary input[type=radio].custom-radio:disabled + .icons, .radio.primary input[type=checkbox].custom-checkbox:disabled + .icons, .radio.primary input[type=radio].custom-radio:disabled + .icons {
    cursor: default;
    color: #bdc3c7;
}
.checkbox-style1.primary input[type=checkbox].custom-checkbox:disabled + .icons.checked, .checkbox-style1.primary input[type=radio].custom-radio:disabled + .icons.checked, .checkbox.primary input[type=checkbox].custom-checkbox:disabled + .icons.checked, .checkbox.primary input[type=radio].custom-radio:disabled + .icons.checked, .radio.primary input[type=checkbox].custom-checkbox:disabled + .icons.checked, .radio.primary input[type=radio].custom-radio:disabled + .icons.checked {
        color: #bdc3c7;
}
.checkbox-style1.primary input[type=checkbox].custom-checkbox:indeterminate + .icons, .checkbox-style1.primary input[type=radio].custom-radio:indeterminate + .icons, .checkbox.primary input[type=checkbox].custom-checkbox:indeterminate + .icons, .checkbox.primary input[type=radio].custom-radio:indeterminate + .icons, .radio.primary input[type=checkbox].custom-checkbox:indeterminate + .icons, .radio.primary input[type=radio].custom-radio:indeterminate + .icons {
    color: #34495e;
}

.input-control {
  display: inline-block;
/*  min-height: 2.125rem;
  height: 2.125rem;*/
  position: relative;
  vertical-align: middle;
  margin: 0 0;
  line-height: 1;
}
.input-control span{ line-height:0.6rem; vertical-align:middle;}
.input-control.checkbox label, .input-control.radio label {
    margin: 0px;
    text-align: left;
	font-size: 0.8125rem;
}
.input-control.checkbox,
.input-control.radio {
  line-height: 0.6rem;
  min-width: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-control .checkbox, .input-control .radio{ 
    padding-left:0.9rem;
    margin-right: 0.5rem;
}
/*.input-control .checkbox-style2{
    padding-left:0.99rem;
}*/
.input-control .checkbox {
     /*padding-left:1.2rem;*/
     margin-right:0px;
     margin-top:0;
}
.input-control.checkbox input[type="checkbox"],
.input-control.radio input[type="checkbox"],
.input-control.checkbox input[type="radio"],
.input-control.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0.0625rem;
 
}
.input-control.checkbox .caption,
.input-control.radio .caption {
  margin: 0 .125rem;
  vertical-align: middle;
}
.input-control.checkbox .check,
.input-control.radio .check {
  width: 1rem;
  height:  1rem;
  background-color: #ffffff;
  border: 1px solid #cdd1d7;
  border-radius:3px;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display:none;
}
.input-control.checkbox.text-left .check,
.input-control.radio.text-left .check {
  margin: 0 0 0 .3125rem;
}
.input-control.checkbox .check:focus,
.input-control.radio .check:focus {
  border-color: #bcd9e2;
}
.input-control.checkbox .check:before,
.input-control.radio .check:before {
  position: absolute;
  vertical-align: middle;
  color: transparent;
  font-size: 0;
  content: "";
  height: .2rem;
  width: .4rem;
  background-color: transparent;
  border-left: .1875rem solid;
  border-bottom: .1875rem solid;
  border-color: transparent;
  left: 55%;
  top: 60%;
  margin-left: -0.325rem;
  margin-top: -0.365rem;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.2s linear;
}
.input-control.checkbox input[type=radio] ~ .check:before,
.input-control.radio input[type=radio] ~ .check:before {
  border-color: transparent;
}
.input-control.checkbox input[type="checkbox"]:checked ~ .check:before,
.input-control.radio input[type="checkbox"]:checked ~ .check:before,
.input-control.checkbox input[type="radio"]:checked ~ .check:before,
.input-control.radio input[type="radio"]:checked ~ .check:before {
  border-color: #555555;
  transition: all 0.2s linear;
}
.input-control.checkbox input[type="checkbox"]:disabled ~ .caption,
.input-control.radio input[type="checkbox"]:disabled ~ .caption,
.input-control.checkbox input[type="radio"]:disabled ~ .caption,
.input-control.radio input[type="radio"]:disabled ~ .caption {
  color: #cacaca;
  cursor: default;
}
.input-control.checkbox input[type="checkbox"]:disabled ~ .check,
.input-control.radio input[type="checkbox"]:disabled ~ .check,
.input-control.checkbox input[type="radio"]:disabled ~ .check,
.input-control.radio input[type="radio"]:disabled ~ .check {
  border-color: #cacaca;
  cursor: default;
}
.input-control.checkbox input[type="checkbox"]:disabled:checked ~ .check:before,
.input-control.radio input[type="checkbox"]:disabled:checked ~ .check:before {
  border-color: #cacaca;
}
.input-control.checkbox input[type="radio"]:disabled:checked ~ .check:before,
.input-control.radio input[type="radio"]:disabled:checked ~ .check:before {
  background-color: #cacaca;
}
.input-control.checkbox input[data-show="indeterminate"] ~ .check:before,
.input-control.radio input[data-show="indeterminate"] ~ .check:before,
.input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:before,
.input-control.radio input[data-show="indeterminate"]:checked ~ .check:before,
.input-control.checkbox input.indeterminate:checked ~ .check:before,
.input-control.radio input.indeterminate:checked ~ .check:before,
.input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:before,
.input-control.radio input[type="checkbox"]:indeterminate ~ .check:before {
  display: none;
}
.input-control.checkbox input[data-show="indeterminate"] ~ .check:after,
.input-control.radio input[data-show="indeterminate"] ~ .check:after,
.input-control.checkbox input[data-show="indeterminate"]:checked ~ .check:after,
.input-control.radio input[data-show="indeterminate"]:checked ~ .check:after,
.input-control.checkbox input.indeterminate:checked ~ .check:after,
.input-control.radio input.indeterminate:checked ~ .check:after,
.input-control.checkbox input[type="checkbox"]:indeterminate ~ .check:after,
.input-control.radio input[type="checkbox"]:indeterminate ~ .check:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #1d1d1d;
  height: .875rem;
  width: .875rem;
  left: 50%;
  top: 50%;
  margin-left: -0.4375rem;
  margin-top: -0.4375rem;
}
.input-control.checkbox input[data-show="indeterminate"]:not(:checked) ~ .check:after,
.input-control.radio input[data-show="indeterminate"]:not(:checked) ~ .check:after {
  background-color: transparent;
}
.input-control.checkbox input[data-show="indeterminate"]:disabled ~ .check:after,
.input-control.radio input[data-show="indeterminate"]:disabled ~ .check:after {
  background-color: #cacaca;
}
.input-control.radio .check {
  border: 1px #999999 solid;
  border-radius: 50%;
}
.input-control.radio .check:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #1d1d1d;
  height: .3rem;
  width: .3rem;
  left: 67%;
  top: 67%;
  margin-left: -0.375rem;
  margin-top: -0.375rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 50%;
}
.input-control.radio input[type="radio"]:checked ~ .check:before {
  border-color: transparent;
}
.input-control.radio input[type="radio"]:not(:checked) ~ .check:before {
  background-color: transparent;
}
.input-control.radio input[type="radio"]:disabled ~ .check:before {
  border-color: transparent;
}
.input-control.small-check .check {
  width: 1rem;
  height: 1rem;
}
.input-control.small-check .check:before {
  width: 6px;
  height: 3px;
  margin-left: -4px;
  margin-top: -4px;
  border-width: 2px;
}
.input-control.small-check.radio .check:before {
  height: .375rem;
  width: .375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}
.input-control.small-check input[data-show="indeterminate"] ~ .check:after,
.input-control.small-check input[data-show="indeterminate"]:checked ~ .check:after,
.input-control.small-check input.indeterminate:checked ~ .check:after,
.input-control.small-check input[type="checkbox"]:indeterminate ~ .check:after {
  height: .375rem;
  width: .375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.1875rem;
  margin-top: -0.1875rem;
}
.input-control.radio {
    padding-left: 0px;
    display: inline-block;
}
footer {
    border-top: 1px solid #cdd1d7;
    background-color: #f5f5f5;
    color: #000;
    font-size: .8125rem;
    padding: 0;
    position: fixed;
    height: 2.562rem;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
footer a {
    color: #000;
    font-weight: 500;
}
footer p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer-title {
    margin: 0 0 22px;
    padding-top: 21px;
    font-size: 24px;
    line-height: 40px;
}
.footer-brand {
    display: inline-block;
    margin-bottom: 26px;
    float: left;
    margin-left: .625rem;
}
.footer-link {
    float: right;
    margin-left: 30px;
    margin-right: .625rem;
}
.footer-link ul {
    list-style: none;
    margin-top: 9px;
}
.footer-link li {
    float: left;
    margin-left: .8rem;
}
.footer-link li:last-child {
    margin-left: 12px;
}
.footer-banner {
    background-color: #67b835;
    color: #d1f2eb;
    margin-left: 42px;
    min-height: 316px;
    padding: 0 30px 30px;
}
.footer-banner .footer-title {
    color: #fff;
}
.footer-banner a {
    color: #b7f5e9;
    text-decoration: underline;
}
.footer-banner a:hover {
    text-decoration: none;
}
.footer-banner ul {
    margin: 0 0 26px;
    padding: 0;
}
.footer-banner ul li {
    border-top: 1px solid #1bc5a3;
    line-height: 19px;
    padding: 6px 0
}
.footer-banner ul li:first-child {
    border-top: none;
    padding-top: 1px;
}
.progress {
    background: #ebedef;
}
.progress-bar {
    background: #67b835;
    line-height: 12px;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #15cab7;
}
.progress-bar-warning {
    background-color: #e19a00;
}
.progress-bar-danger {
    background-color: #fc5a6c;
}
.progress-bar-info {
    background-color: #3498db;
}
