a {
    cursor: pointer;
}
.canGrid{
    height:550px;
}
.officeGrid{
    height:550px;
}
.checkbox{
    margin-top:30px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#canReportResults img{
  margin-right:15px;
  float:left;
}

.my-center{
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.thinking-wrapper{
    float:right;
    font-size: 2em;
}

a.disabled {
    color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

/*loader spin*/

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

.inlaid-box{
    -webkit-box-shadow: 6px 5px 10px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 5px 10px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 5px 10px -5px rgba(0,0,0,0.75);
    border: 1px solid #eee;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
}
.inlaid-box label{
    padding-left:10px;
}

.table-hover tr {
  cursor: pointer;
}

#canReportResults p {
    margin-bottom: 2px;
}