/* QPASS UI */

/* Utility */
.cutString{
  max-width: 100px;
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url(assets/xml/ellipsis.xml#ellipsis);
}


@-webkit-keyframes 
click-wave { 
  0% {
    opacity: 0.35;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
   100% {
   opacity: 0.0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-moz-keyframes 
click-wave { 
  0% {
    opacity: 0.35;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    opacity: 0.0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-o-keyframes 
click-wave { 
  0% {
    opacity: 0.35;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    opacity: 0.0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes 
click-wave { 
  0% {
    opacity: 0.35;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    opacity: 0.0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}

/* Modal Dialog*/
.modal_hidden{
  display:none;
}
.locked{
  overflow: hidden;
  -webkit-overflow-scrolling:touch;
} 
div.backdrop{
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.8);
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
div.modal_dialog{
  display:block;
  opacity:0;
  background-color: #fff;
  top: 100px;
  border-radius: 3px;
  margin: 0 auto;
  position: relative;
  width: 80%;
  -webkit-animation-timing-function: ease-in-out;
  		  animation-timing-function: ease-in-out;
  -webkit-animation-name: openModal;
	      animation-name: openModal;  
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@keyframes openModal{
  0%{
    opacity:0;
    transform: translate3d(-22,-30,-20) scale(0);
    -webkit-transform:translate3d(0,0,0) scale(0);
  }
  100%{
    opacity:1;
    transform: translate3d(-22,-30,-20) scale(1);
    -webkit-transform:translate3d(0,0,0) scale(1);
  }
}

@-webkit-keyframes openModal{
  0%{
  	opacity:0;
  	transform: translate3d(-22,-30,-20) scale(0);
		-webkit-transform:translate3d(0,0,0) scale(0);
  }
  100%{
    opacity:1;
    transform: translate3d(-22,-30,-20) scale(1);
	  -webkit-transform:translate3d(0,0,0) scale(1);
  }
}
div.modal_dialog.screen {
    background-color: #191919;
    top: 0px;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    width: 100%!important;
    height: 100%;
    color:#fff;
}
div.modal_dialog.small{
  width: 420px!important;
}
div.modal_dialog.medium{
  width: 700px!important;
}
div.modal_dialog.large{
  width: 900px!important;
}
div.modal_container{
  padding: 10px;
      border: 5px solid #000;
  font-size:14px;
}
a.modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/box/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
	cursor:pointer;
}
div.modal_dialog.screen a.modal_close {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.6;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
}
a.modal_close:active,
a.modal_close:hover{
  opacity: 1;
}
@media only screen and (max-width: 1024px){ 
  div.modal_dialog,
  div.modal_dialog.small,
  div.modal_dialog.medium,
  div.modal_dialog.large{
    width: 70%!important;
  }
}
@media only screen and (max-width: 780px){ 
  div.modal_dialog,
  div.modal_dialog.small,
  div.modal_dialog.medium,
  div.modal_dialog.large{
    width: 94%!important;
  }
}









[data-condition='AND'] > .btn_or{
    display: inline-block;
}
[data-condition='OR'] > .btn_and{
    display: inline-block;
}
[data-condition='OR'] > .btn_or{
    display: none;
}
[data-condition='AND'] > .btn_and{
    display: none;
}
