#admin-filter-container h2,
#admin-filter-container h3,
#admin-filter-container h4{
  margin: 0px;
  line-height: auto;
  text-transform: none;
}
#admin-filter-container .col-xs-12,
#admin-filter-container .row,
.filter-parent,
.filter-exit-button{
  padding: 0px !important;
}
.filter-div-reset{
  padding: 0px !important;
}
.filter-drawer-container{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  padding: 0px !important;
}
.filter-drawer{
  width: 400px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 2;
  overflow-y: scroll;
  box-shadow: -11px 0px 30px rgba(0,0,0,0.2);
  padding: 0px !important;
  text-transform: none;
}
.filter-drawer-shade{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0,0,0,.2);
}
.fast-animation{
	-webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.extra-fast-animation{
	-webkit-animation-duration: .25s;
    animation-duration: .25s;
}
.filter-header{
  padding: 15px;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  background-color: #337ab7;
  border-left: 4px solid #2a608e;
}
.filter-header-icon{
  font-size: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.filter-container{
  border-bottom: 1px solid #ddd;
  margin-left: 0px !important;
  margin-right: 0px !important;
  cursor: pointer;
  border-left: 4px solid #dedede;
}
.filter-container:hover{
  background-color: #ededed;
}
h4.filter-title{
  font-size: 18px;
  font-weight: 400;
  color: #999;
  float: left;
  padding: 10px;
  /*margin-bottom: 6px;*/
}
.filter-pull-icon{
  color: #ccc;
  margin: 13px;
  font-size: 16px;
}
.filter-drop-icon{
  color: #ccc;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 16px;
}
.filter-header-title{
  cursor: pointer;
}
.filter-list-item-container{
  border-top: 1px solid #cecece;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px;
  cursor: pointer;
  border-left: 4px solid #dedede;
  z-index: 9;
}
.filter-list-item-container-level-2{
  border-top: 1px solid #aec6da;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 0px;
  cursor: pointer;
  z-index: 9;
}
h4.filter-list-item-title{
  font-size: 16px;
  font-weight: 400;
  color: #888;
  float: left;
  padding: 10px 0px 9px 44px;
  margin-bottom: 0px;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
}
h4.filter-program-title{
  font-size: 16px;
  font-weight: 400;
  color: #888;
  padding: 6px 0px 6px 10px;
  margin-bottom: 0px;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
}
.filter-tree-container{
  padding: 0px !important;
}
.filter-program-drawer{
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0px 12px 10px -10px rgba(0,0,0,.3);
  background-color: #cfe9ff;
  padding: 0px !important;
}
.filter-program{
  padding: 4px 0px 4px 46px !important;
  border-bottom: 1px solid #aec6da;
  color: #888;
  border-left: 4px solid #93b3ce;
  position: relative;
}
.filter-check-level-2{
  border-left: 4px solid #93b3ce;
  position: relative;
  color: #888;
  padding: 0px 0px 0px 10px !important;
}
.modal h3.popover-title{
  font-size: 15px;
}
.modal p.validationError{
  font-size: 14px;
}
.filter-checkbox-label{
  position: absolute;
  left: 10px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #90b7d8;
  border-radius: 0px;
  cursor: pointer;
}
.filter-checkbox-label-checked::after{
  background-color: #337ab7;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  content: "";
  border-radius: 0px;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.filter-checkbox-label-checked-some::after{
  background-color: #337ab7;
  position: absolute;
  left: 10%;
  top: 35%;
  width: 80%;
  height: 30%;
  content: "";
  border-radius: 0px;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.filter-checkbox-label-program{
  position: absolute;
  left: 18px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #90b7d8;
  border-radius: 0px;
  cursor: pointer;
}
.filter-checkbox-label-program-checked::after{
  background-color: #337ab7;
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  content: "";
  border-radius: 0px;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.filter-fixed-bottom-panel{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #d9edf7;
  border-top: 1px solid #b9d6e4;
  border-left: 4px solid #b9d6e4;
  z-index: 3;
  padding: 10px !important;
}
.filter-button{
  float: left;
  background-color: #fff;
  padding: 3px 6px 4px 6px !important;
  width: auto;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  line-height: 20px;
  margin-top: 5px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
  margin-left: 3px;
  margin-right: 3px;
}
.filter-button-primary{
  background-color: #75bf73;
  color: #fff;
  margin-left: 6px;
}
.filter-button-primary:hover{
  background-color: #89cc87;
}
.filter-button-primary:active{
  background-color: #63ad61;
}
.filter-button-secondary{
  background-color: #337ab7;
  color: #fff;
  border-color: rgba(255,255,255,.8);
}
.filter-button-secondary:hover{
  background-color: rgba(255,255,255,.2);
}
.filter-button-secondary:active{
  background-color: rgba(255,255,255,.5);
}
.filter-exit-button{
  color: #fff;
  cursor: pointer;
  width: 35px;
  text-align: center;
}
.filter-loading-bar{
  position: absolute;
  top: 65px;
  right: 0px;
  width: 400px;
  height: 5px;
}
.filter-preloader{
    background:#75bf73;
    background: -moz-linear-gradient(left,#75bf73 0,#9bdf99 50%,#75bf73 100%);
    background: -webkit-linear-gradient(left,#75bf73 0,#9bdf99 50%,#75bf73 100%);
    background: linear-gradient(to right,#75bf73 0,#9bdf99 50%,#75bf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75bf73', endColorstr='#75bf73', GradientType=1 );
    background-size: 50% 100%;
    -webkit-animation: preload .6s infinite;
    -moz-animation: preload .6s infinite;
    animation: preload 0.6s linear infinite;
    z-index: 99999;
}

@-webkit-keyframes preload {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@-moz-keyframes preload {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@keyframes preload {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@media(max-width: 767px){
  .filter-drawer{
    width: 100%;
  }
  .filter-header-title{
    font-size: 20px;
  }
  .filter-header-icon{
    font-size: 18px;
  }
}
