body{    
    font-family: 'Lato', sans-serif;  
    background: #F8F8F8;      
}

.BG{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    opacity: 0.8;
    z-index: -2;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#authBG{
    background: url(/assets/img/backgrounds/auth.jpg) no-repeat center center fixed;   
}
#dashboardBG{
    background: url(/assets/img/backgrounds/dashboard.jpg) no-repeat center center fixed;
}

#bodyOverlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #461518;
    opacity: 0.8;
    z-index: -1;
    
}

h1{ font-size: 3.5em;}

h1, h2, h3, h4, h5{
    font-family: 'Paytone One', sans-serif;
    color:#333
}

.modal-title{
    color:#000;
}

.bootbox-prompt-message{
    margin-bottom:20px;
}

a, a:visited{
    color:#000;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.btn-brand{
    background: #6c757d;
    color: #ffffff;
}

.btn-brand:hover{
    background:#5a6168;
    color:#ffffff;
} 

.btn-brand:active{
    background:#5a6168;
    color:#ffffff;
}

.form-control{
    border-radius: 0px !important;
}

.__is-invalid{
    border-width: 4px !important;
}

#R{ opacity: 10%;}

.card{
    border:0px !important;
    border-radius:5px !important;
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
      -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
      -moz-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
      -ms-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
      transition: background 0.25s ease;
      -webkit-transition: background 0.25s ease;
      -moz-transition: background 0.25s ease;
      -ms-transition: background 0.25s ease;
      border: none;
      border: none;
  }


.longLabelButton{
    max-width:100%;
    text-wrap:auto;
}

.canvasContainer{
    position:relative;
    width:100%;
    height:100%;
}

.active{
    background-color: #ff0097 !important;
    border-color: #ff0097 !important;
    color: #fff !important;
}
.active:hover{
    background-color: #fc38ad !important;
    border-color: #fc38ad !important;
    color: #fff !important;
}
.active:focus{
    background-color: #fc38ad !important;
    border-color: #fc38ad !important;
    color: #fff !important;
}
.active:active{
    background-color: #fc38ad !important;
    border-color: #fc38ad !important;
    color: #fff !important;
}

.__brdr-site{
    border-color: #ff0097 !important;
  }