body {
    /*background-image:url('https://www.ranchophotos.com/static/rporders/bg_noise.png');*/
    font-family: 'Monda', sans-serif;
    font-family: 'Kite One', sans-serif;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color:#d1dcec;
    /* 60px to make the container go all the way to the bottom of the topbar */
    padding-top: 60px;
 }
 
@media (max-width: 980px) {
body {
       padding-top: 0;
     }
}

.navbar .brand {
    padding-top: 0;
    padding-bottom: 0;
}	      

h1.rancho {
    font-family: 'Kite One', sans-serif;
    font-size: 35px; 
    font-weight: normal;
}

/* For extras spacing in VT dashboard */
/* Also for Extras in /pricing/ */
h4 {
    margin-top: 32px;
}
/* div.week {
    overflow: hidden;
} */

/* Large desktop */
@media (min-width: 1200px) {
    div#myCarousel {
    height: 590px;
}
}

/* Wizard step titles */
p.step_past {
}
p.step_current {
  font-weight: bold;
}
p.step_future {
  color: #999;
}


/* ??? */
div.user {
    position: absolute;
    right: 40%; top: 0;
}

div.extra_data {
    /*padding: 30px 20px;*/
}

/** Account dashboard **/
/* Credit amount */
div.credit {
    font-size: 20px;
    color: red;
}

/* New orders */
span.new {
    color: red;
    font: italic bold 10pt 'Open Sans';
    text-decoration: blink;
    vertical-align: text-top;
}
/* Reshoot orders */
span.reshoot {
    color: forestgreen;
    font: italic bold 10pt 'Open Sans';
    text-decoration: blink;
    vertical-align: text-top;
}


/* To fit all week in line */
.form-horizontal .controls {
    margin-left: 0;
}

/* Remove li marks - for wizard forms only??? */
form li {
    list-style-type: none;
}

/* To put label above widget */
.form-horizontal .control-label {
    float: none;
    text-align: auto;
    width: auto;
}

/* span *//* Is used for form inputs help text*/
.helptext { color: #888; font-size: 10px; margin-left: 20px;}
/* FIXIT: Is used for ... */
span.url_text { font-size: 10px; }

img { vertical-align: top; }

img.drone { width: 24px; }

/* from admin/css/base.css */
ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    /* background: #fff; */
}

/* Was used for flyer sample pics on extras page */
/*.sample-image {*/
    /*float: left;*/
    /*display: inline-block;*/
    /*padding-left: 20px;*/
    /*padding-top: 5px;*/
/*}*/
