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

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

h3{
    padding:0;
    margin:0;
}
.page-title-bar{
    margin-top: 40px;
}
.menu-title-bar{
    margin-top: 46px;
}
.action-buttons{
    text-align: right;
}
.page-body{
    margin-top: 15px;
}
.error{
    color: #BD362F;
}

.log-bar{
    background-color: #e2e2e2;
    height: 20px;
    margin-top: 51px;
    color: #999999;
    line-height: 20px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.scratched-row{
    text-decoration: line-through;
}

.number-box{
    max-width: 75px;
}
.colour-box {
    max-width: 100px;
    float: left;
    margin-right:4px;
}

.betting-bar{
    margin-bottom: 20px;
}

.number-col{
    width: 60px;
}

.bread-crumb{
    text-align: right;
}

.venue-menu-item{
    height: 30px;
    line-height: 30px;
}
.overriden-row{
    text-decoration: line-through;
}

.betting-table tbody tr td{
    line-height:34px;
}

.auditFile{
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding:10px;
    width: 350px;
}

.auditLogDate{
    font-weight: bold;
}

.filetype-label{
    display:block;
    width: 105px;
}

.fix-radio label{
    font-size: 10px;
    font-weight: normal;
}

.venue-menu{
    border: 1px solid #e2e2e2;
    padding: 4px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.country-menu{
    border: 1px solid #e2e2e2;
    padding: 4px;
    margin-bottom: 4px;
    background-color: #000;
}
.country-menu a{
    color: #fff;
}

.progress-outer{
    height: 6px;
}
/*.progress-inner{
    background-image: url('/img/progress.gif');
    width: 120px;
    height: 120px;
    margin: 0 auto;
}*/
.load-bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
.table {
    margin-bottom: 0;
}

 .role-label{
     width: 100px;
     font-weight: normal;
 }

 .video-style {
     width: 100%;
     height: auto;
 }

 .bookieid {
     font-weight: bold;
     color: green;
 }

 .info-text {
    font-style: italic;
    margin-bottom: 5px;
}

.places-paid {
    text-align: center;
    font-weight: bold;
}

.radio-btn-label {
    cursor: pointer;
}

.colour-wheel {
    width: 32px;
    cursor: pointer;
}

.quadrant-section {
    border: 1px solid #000;
    min-height: 250px;
}

.screen-settings h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.navbar-brand {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
}
.navbar-brand img {
    height: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
