/**
 * css rules added during development
 * @todo - merge with bootstrap-addition.css
 */
/* product page */
.margin-l-1 {
    margin-left:1em;
}
.margin-t-1 {
    margin-top:1em;
}
.margin-r-1 {
    margin-right:1em;
}
.margin-b-1 {
    margin-bottom:1em;
}

.pagination > li > i {
    border:0px;
    border-radius: 50%;
    color: #777777;
    margin: 0 2px;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
}

div.crumbtrail {
    margin-left:1.5em;
    font-size:1.5em;
}
div.crumbtrail a {
    color: #fff;
}
div.crumbtrail a:hover {
    text-decoration:underline;
    color: #ee237c;
}
pre.debug-info {
    background-color:#eee !important;
    z-index: 1001;
    color:#049F0C;
}
.no-display {
    display:none;
}

h1.btn {
    margin:0px;
}
.clear {
    clear: both;
}
ul.dropdown-menu li.legend, #deal-filter ul li.legend {
    border-bottom:1px solid #e5e5e5;
    font-style: italic;
    width:90%;
}

.form-control.narrow {
    width:9em;
}
.form-group.narrow .form-control {
    display: inline-block;
    width: 9em;
}
.form-control.quarter {
    width: 19%;
    display: inline-block;
}
.form-control.third {
    width:30%;
    display: inline-block;
}
.form-control.half {
    width:46%;
    display: inline-block;
}
small.loc-info {
    cursor:pointer;
}
span.twitter-typeahead {
    width: 100%;
}

label.required:after {
    content:" *";
    color:darkred;
}
.alert a {
    color:#333;
    text-decoration:underline;
}
/* jquery validate */
form label.error{
    font-weight:normal;
    /* same as bootstrap alert-danger */
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
form label.error:before{
    font-family: icomoon;
    /* color:deeppink; */
    content: "\e7bc";
}
.form-group .note {
    font-size:85%;
    font-style:italic;
}

.crs-pointer {
    cursor: pointer;
}
.crs-auto {
    cursor:auto;
}
.crs-default {
    cursor:default;
}
.crs-help {
    cursor: help;
}
/* google maps info window */
.gm-style-iw small {
    display:inline-block;
    white-space:nowrap;
}

div.seo-content a {
    color:#000;
    white-space: nowrap;
    display:inline-block;
}
.dev-note {
    text-align:center;color:red;font-style: italic;font-size:11px;background-color:lightyellow;
}
div.sidescroll {
    white-space:nowrap;
    text-align:center;
    overflow-x: auto;

}
div.sidescroll div.cell {
    width:14em;
    height:8em;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color:silver;
}
div.sidescroll div.cell span.img-info{
    margin-top:1em;
    background-color: rgba(255, 255, 255, 0.7);
    padding:2px;
}

/*div.share {
    text-align:right;
}*/
div.crumbtrail {
    background-color: #ddd;
}
body#my-byl {
    padding-top: 0px;
}
/* GPN deal descriptions */
.gpn-text h2 {
    font-size:1em;
}
.gpn-text img {
    display: none;
}

/* deal builder nested locations */
#deal-filter-locations li.loc-type-2 label {
    margin-left: .5em;
}

li span.badge {
    font-size:1.1rem;
    font-weight:normal;
}

/* override bootstrap small => 142% */
small, .small {
    font-size:80%;
}

.no-wrap {
    white-space: nowrap;
}

#seo-links .list-group-item {
    padding: 1px;
}
#seo-links strong {
    font-size: 1.5rem;
    text-align:left;
    margin-bottom:.3rem;
}
#my-byl #end-content .modal-content {
    font-size: 1.2rem;
}
/* tag well */
#my-byl #end-content .modal-content .well .label {
    font-size: 1.1rem;
}

.not-active {color: #999
}

div#blackout {
    background-color:#000;
    opacity:0.7;
    filter:alpha(opacity=70);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:1500;
    height:100%;
    width:100%;
    display:none;
}
div#blackout div.loading-lg{
    font-size:8.2rem;
    display:block;
    text-align:center;
    margin:25% auto;
}

.js-err-input {border:2px solid red !important;}

div.scrollBox {
    overflow:auto;max-height:9em;font-size:85%;
}

div.seo-links2 p:first-child a {
    display:inline-block; margin-right:1.5em; color:#333;
}
main#admin {
    display:block;
    min-height:600px;
}
#admin .nav-tabs li a {
    max-width:30rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 12px;
}
table.full-width {
    width: 100%;
}
div.well {
    background-color: #fefefe;
}
div.seo-tags a.label {
    display:inline-block; margin:.5em;
}
div.tooltip-map {
    text-align:center;
    width:412px;
    height:440px;
}

table.table-dbl-striped tbody tr:nth-child(4n-3), table.table-dbl-striped tr:nth-child(4n-2)  {
    background-color: #f9f9f9;
}

table.mybyl-list thead tr td {
    white-space: nowrap;
}

div.controls-inline .radio, div.controls-inline .checkbox {
    display:inline-block; margin-right:1.2em; margin-bottom:0; margin-top:0;
}

tbody.deal-options .highlight {
    border:1px solid #ee237c !important;
}

div.ms-parent input[type="checkbox"] {
    display: inline;
}
/* google map info window */
div.map-info img{
    float:left; width:125px; height:auto; margin-right:1em;
}

.btn-facebk {
     background-color:#3b5998;
     color:#f7f7f7;
}
.btn-twitter {
    background-color: #1B95E0;
    color: #f7f7f7;
}
.btn-facebk:hover {
    background-color:#2B4270;
    color:#f7f7f7 !important;
}
.btn-twitter:hover {
    background-color: #0C7ABF;
    color:#f7f7f7 !important;
}

/* FB586 - ratings on landing page */
#prodlist-ratings-wrapper {
    border:1px solid #ddd;
    padding:7px;
}
#prodlist-ratings-wrapper div.shaded {
    background-color:#f7f7f7;
}
#prodlist-ratings-wrapper div.text-normal {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 4.8em;
    line-height: 1.6em;
}

.supplier-offers-table-child tr:hover {
    background-color: rgba(255, 182, 193, 0.25);
}

/* FB594 - service list borders */
table.supplier-offers tbody tr {
    border:1px solid #c0c0c0;
}
table.supplier-offers tbody td {
    border:0px; /* override bootstrap default */
}

.no-padding {padding:0 !important;}

.fixed-h2-dbl {
    height:68px;
    overflow:hidden;
}

textarea.code {
    width:100%;
    white-space: pre;
    font-family:monospace;
    cursor: grab !important;
    color: #0b3330;
}

#admin .nav-tabs.tab-navigations li a {
    padding:8px 7px;
    font-size:12px;
}

#end-content .date-block {
    position:relative;
}

#end-content .date-block label.error {
    display:block;
}

#end-content .date-block .crs-pointer {
    position: absolute;
    top: -1px;
    right: 11px;
}

@media print {
    footer, .no-print, .no-print * {
        display: none !important;
    }
}