/*---------------------------------
    $.custominputfile
---------------------------------*/
.cif-wrapper > .hide {
  display: none;
}
.cif-wrapper > .cif-group {
  position: relative;
  overflow: hidden;
  display: block;
}
.cif-wrapper > .cif-group > .cif-text {
  z-index: 9;
  width: 100%;
  height: 40px;
  margin:0;
  color:#999;
  text-indent:10px;
  line-height: 38px;
  background-color: #fff;
  background-image: none;
  border: solid 1px #ccc;
}
.cif-wrapper > .cif-group > .cif-text[readonly] {
  background-color: #f6f6f6;
}
.cif-wrapper > .cif-group > .cif-btn {
  display: inline-block;
  position: absolute;
  height:40px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 36px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  border: none;
  background-color: #444;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  z-index: 99;
  outline: 0;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*  Themes
---------------------------------*/
.cif-theme-red .cif-btn:hover, .cif-theme-red .cif-btn:active, .cif-theme-red .cif-btn:focus {
  color: #FFFFFF;
  background-color: #E53935;
  border-color: #E53935;
}

.cif-theme-pink .cif-btn:hover, .cif-theme-pink .cif-btn:active, .cif-theme-pink .cif-btn:focus {
  color: #FFFFFF;
  background-color: #D81B60;
  border-color: #D81B60;
}

.cif-theme-purple .cif-btn:hover, .cif-theme-purple .cif-btn:active, .cif-theme-purple .cif-btn:focus {
  color: #FFFFFF;
  background-color: #8E24AA;
  border-color: #8E24AA;
}

.cif-theme-deep-purple .cif-btn:hover, .cif-theme-deep-purple .cif-btn:active, .cif-theme-deep-purple .cif-btn:focus {
  color: #FFFFFF;
  background-color: #5E35B1;
  border-color: #5E35B1;
}

.cif-theme-indigo .cif-btn:hover, .cif-theme-indigo .cif-btn:active, .cif-theme-indigo .cif-btn:focus {
  color: #FFFFFF;
  background-color: #3949AB;
  border-color: #3949AB;
}

.cif-theme-blue .cif-btn:hover, .cif-theme-blue .cif-btn:active, .cif-theme-blue .cif-btn:focus {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.cif-theme-light-blue .cif-btn:hover, .cif-theme-light-blue .cif-btn:active, .cif-theme-light-blue .cif-btn:focus {
  color: #FFFFFF;
  background-color: #039BE5;
  border-color: #039BE5;
}

.cif-theme-cyan .cif-btn:hover, .cif-theme-cyan .cif-btn:active, .cif-theme-cyan .cif-btn:focus {
  color: #FFFFFF;
  background-color: #00ACC1;
  border-color: #00ACC1;
}

.cif-theme-teal .cif-btn:hover, .cif-theme-teal .cif-btn:active, .cif-theme-teal .cif-btn:focus {
  color: #FFFFFF;
  background-color: #00897B;
  border-color: #00897B;
}

.cif-theme-green .cif-btn:hover, .cif-theme-green .cif-btn:active, .cif-theme-green .cif-btn:focus {
  color: #FFFFFF;
  background-color: #43A047;
  border-color: #43A047;
}

.cif-theme-light-green .cif-btn:hover, .cif-theme-light-green .cif-btn:active, .cif-theme-light-green .cif-btn:focus {
  color: #FFFFFF;
  background-color: #7CB342;
  border-color: #7CB342;
}

.cif-theme-lime .cif-btn:hover, .cif-theme-lime .cif-btn:active, .cif-theme-lime .cif-btn:focus {
  color: #FFFFFF;
  background-color: #C0CA33;
  border-color: #C0CA33;
}

.cif-theme-yellow .cif-btn:hover, .cif-theme-yellow .cif-btn:active, .cif-theme-yellow .cif-btn:focus {
  color: #FFFFFF;
  background-color: #FDD835;
  border-color: #FDD835;
}

.cif-theme-amber .cif-btn:hover, .cif-theme-amber .cif-btn:active, .cif-theme-amber .cif-btn:focus {
  color: #FFFFFF;
  background-color: #FFB300;
  border-color: #FFB300;
}

.cif-theme-orange .cif-btn:hover, .cif-theme-orange .cif-btn:active, .cif-theme-orange .cif-btn:focus {
  color: #FFFFFF;
  background-color: #FB8C00;
  border-color: #FB8C00;
}

.cif-theme-deep-orange .cif-btn:hover, .cif-theme-deep-orange .cif-btn:active, .cif-theme-deep-orange .cif-btn:focus {
  color: #FFFFFF;
  background-color: #F4511E;
  border-color: #F4511E;
}

.cif-theme-brown .cif-btn:hover, .cif-theme-brown .cif-btn:active, .cif-theme-brown .cif-btn:focus {
  color: #FFFFFF;
  background-color: #6D4C41;
  border-color: #6D4C41;
}

.cif-theme-grey .cif-btn:hover, .cif-theme-grey .cif-btn:active, .cif-theme-grey .cif-btn:focus {
  color: #FFFFFF;
  background-color: #757575;
  border-color: #757575;
}

.cif-theme-blue-grey .cif-btn:hover, .cif-theme-blue-grey .cif-btn:active, .cif-theme-blue-grey .cif-btn:focus {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/*# sourceMappingURL=maps/custominputfile.css.map */

@media screen and (max-width:768px) {
.cif-wrapper > .cif-group > .cif-text {width: 90%;margin:0 0 6px 0;}

.cif-wrapper > .cif-group > .cif-btn {padding: 0 24px;}
}
