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;
}
}

div.day {
    text-align:center; 
    background-color: #a5c1ff; 
    margin: 5px;
    padding-bottom: 5px;
    border: 2px solid;
    /* height: 200px; */
}

div.day:hover {
    background: #fff;
}

div.empty {
    background: darkgray;
}

div.today {
    background: #f88;
    font-size: 20px;
    line-height: 30px;
}

/*
div.today>p:after {
    content: 'Today';
}
*/

/*td>div:nth-child(7n):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/

/* Make each 6th elem in week: bg is red
div.week:nth-of-type(6n) {
    background: red;
}*/

/*p.daytitle:nth-child(1) { */
p.daytitle { 
	line-height: 20px;
	/*background:#a5c1ff ;  */
    font-size: 12pt;
    text-align:center;
    /* font-family:serif; */
}

p.step_past {
}
p.step_current {
  font-weight:bold;
}
p.step_future {
  color:#999;
}

/* Landscape phones and down */
@media (min-width: 768px) { 
    div.day button {
        width: 100px;
    }
    div.day {
        height: 190px;
    }
}



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

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

div.credit {
    font-size: 20px;
    color: red;
}

span.new {
    color: red;
    font: italic bold 10pt 'Open Sans';
    text-decoration: blink;
    vertical-align: text-top;
}

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 */
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; }
/* FIXIT: Is used for ... */
span.count {line-height: 50%; font-size: 7pt; opacity: 0.5; color: red;} 

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; */
}

/* span.count { color: #AA2266; font-size: 7pt;} */

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