/*
$domain CSS Override
*/
/* 
    Created on : Feb 29, 2016, 10:07:05 AM
    Author     : Jacob Weed
*/
body{
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.navbar-brand {
    font-family: 'Lato', sans-serif;
}

.selected_method {
    font-weight:bold;
    color:blue;
}

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

.red {
    color:red;
    font-weight:bold;
}

.blue {
    color:blue;
    font-weight:bold;
}

.light-red {
   color: #f7a7a1; 
}

.golden {
    color: #f1c448;
}

.bold {
    font-weight: bold !important;
}
.linethrough {
    text-decoration: line-through !important;
}
.line-through {
    text-decoration: line-through !important;
}

div.total {
    padding-top: 5px;
    font-size:12px;
}

div.tax {
    padding-top: 5px;
    font-size:12px;
}

.btn-block {
    margin-bottom: 10px;
}

/*
    textVIPs Styles:
*/
.logo-green {
    color:#00cc66;
}

.row-fluid{
    overflow: auto;
     white-space: nowrap;
}
.row-fluid .col-xs-1 {
     display: inline-block;
     float: none;
}

.row-fluid .col-sm-1 {
     display: inline-block;
     float: none;
}

.row-fluid .col-md-1 {
     display: inline-block;
     float: none;
}

.row-fluid .col-lg-1 {
     display: inline-block;
     float: none;
}

.border1 {
    border:solid gray 1px;
}

.gCellSquare {
    min-width: 10px;
    min-height: 10px;
}

.link {
    cursor: pointer;
}

.noScreen {
    display: none;
}