@import url(loading-bar.css);
@import url(util.css);
/*hack*/
.panel{border-radius: 4px;}
.grabbible{
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
html,body {
    height:100%;
}
.view{height:93%;width:100%;}
.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.small {
  transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari and Chrome */
  -o-transform: scale(0.8, 0.8);
  /* Opera */
  -moz-transform: scale(0.8, 0.8);
  /* Firefox */
}
.wrapper {
  display:inline-table;
}

.view-header{
  height:40px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee;
  margin-bottom:5px;
}
.t-info{
  background-color: rgba(34,34,34,.9);
}
#toast-container>:hover {
  -moz-box-shadow: 0 0 9pt #000;
  -webkit-box-shadow: 0 0 9pt #000;
  box-shadow: 0 0 9pt #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > div {  padding: 15px 15px 15px 15px }
.toast.ng-enter {

}
.toast.ng-enter.ng-enter-active {

}
.toast.ng-leave {

}
.toast.ng-leave.ng-leave-active {

}
.view-title{
  position:absolute;
  left:5px;
  top:7px;
  font-size: 1.5em;
}

input[type="text"][date-picker] {
    cursor:pointer;
}

input[type="text"][date-picker][disabled] {
    cursor:not-allowed;
}
