@media screen {
  .print {
    width: 85%;
    margin: 25px auto;
    border: 1px solid gray;
    padding: 20px; } }
html {
  overflow-y: scroll;
  height: 100%;
  min-width: 350px; }

body {
  background: slategray;
  width: auto !important;
  height: inherit;
  min-height: 100%;
  overflow: auto; }

a {
  color: slategrey;
  cursor: pointer; }

.active {
  color: orange; }

.pagination .active > a {
  background: orange;
  border-color: orange; }
  .pagination .active > a:hover {
    background: orange;
    border-color: orange; }

.container-fluid {
  margin-bottom: 25px;
  padding-bottom: 25px; }

.form-control[disabled] {
  cursor: pointer; }

.form-control[disabled]:disabled:hover {
  border: 1px solid yellow; }

.page_header {
  border-bottom: 1px solid white;
  margin: 15px 0; }

hr {
  border-color: #999; }

.column-border-top {
  border-top: 1px solid; }

.column-border-right {
  border-right: 1px solid; }

.column-border-left {
  border-left: 1px solid; }

.column-border-top, .column-border-right, .column-border-left {
  border-color: #ccc; }

.smaller {
  font-size: .5em; }

/*=============
Layout
===============*/
#container, #maincontent_row {
  height: 100%; }

#header {
  /*
   @media screen and (min-width:1500px){
       width: 10%;
  }
   @media screen and (min-width:1051px) and (max-width:1499px){
       width: 15%;
  }
  
   @media screen and (min-width:768px) and (max-width:1049px){
       width: 20%;
  }
  */ }

#content {
  min-height: 100%;
  background: white;
  box-sizing: border-box;
  padding: 15px;
  /*
  @media screen and (min-width:1500px){
       width: 90%;
  }
  @media screen and (min-width:1051px) and (max-width:1499px){
       width: 85%;
  }

  
   @media screen and (min-width:768px) and (max-width:1049px){
       width: 80%;
  }
  
   @media screen and (max-width:767px){
     width: 100%
  }
  */ }
  @media screen and (max-width: 767px) {
    #content {
      display: inline-block;
      width: 100%; } }

.select_wrapper {
  margin-bottom: 25px; }

.menu_header_wrapper {
  position: relative;
  height: 30px;
  line-height: 30px; }

.menu_header {
  float: left;
  position: absolute; }

.clear_fix {
  clear: both; }

/*=============
UserPanel
===============*/
#userpanel {
  width: 100%;
  background: slategrey;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white; }
  #userpanel.border {
    border-top: 1px dotted #ddd; }
  @media screen and (min-width: 768px) {
    #userpanel {
      margin-top: 15px; } }

#site_title {
  margin: 15px 0;
  padding-bottom: 15px; }
  #site_title a {
    color: orange;
    text-decoration: none;
    display: block; }
  #site_title .beta {
    color: red;
    background: white;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 5px; }
  @media screen and (min-width: 1200px) {
    #site_title {
      font-size: 2vw; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #site_title {
      font-size: 3vw; } }
  @media screen and (max-width: 767px) {
    #site_title {
      font-size: 6vw; } }
  @media screen and (min-width: 768px) {
    #site_title.border {
      border-bottom: 1px solid white; } }

.welcome {
  margin: 10px 0;
  display: block;
  font-size: .9em; }
  .welcome a {
    display: inline;
    color: white; }
  .welcome .welcome_links {
    display: inline-block; }

/*=============
Navigation
===============*/
@media screen and (max-width: 767px) {
  .active_nav_item {
    display: block; } }
#dropdown {
  margin: 15px 0;
  cursor: pointer;
  height: 27px; }
  @media screen and (min-width: 768px) {
    #dropdown {
      display: none; } }
  #dropdown:hover {
    opacity: .7; }

.hamburger_icon {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0 6px auto; }

nav#main {
  width: 100%; }
  nav#main li {
    list-style: none; }
  nav#main a {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1em;
    color: white; }
    nav#main a.active {
      color: orange; }
    @media screen and (min-width: 768px) {
      nav#main a {
        margin-bottom: 7.5px; } }
    @media screen and (max-width: 767px) {
      nav#main a {
        margin-bottom: 2px;
        padding: 10px 15px; } }
    nav#main a:hover {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        nav#main a:hover {
          color: #ddd; } }
      @media screen and (max-width: 767px) {
        nav#main a:hover {
          color: #ddd; } }
  @media screen and (max-width: 767px) {
    nav#main {
      display: none; }
      nav#main li {
        background: slategrey;
        color: white; }
        nav#main li a {
          color: white; } }
  @media screen and (min-width: 767px) {
    nav#main {
      margin-top: 15px;
      display: block; } }

.nav li a.btn {
  display: inline-block;
  padding: 6px 12px; }
  .nav li a.btn.btn-xs {
    padding: 1px 5px; }
.nav li a:hover {
  background-color: #39b3d7;
  opacity: .9; }
.nav .checkbox {
  display: inline-block; }

a.button_delete:hover {
  background-color: #bbb; }

@media all and (min-width: 768px) {
  .navbar {
    border: none; } }
#main_nav {
  background: #ccc; }
  #main_nav li {
    border-right: 1px solid #999; }
  #main_nav li:last-child {
    border-right: none; }
  #main_nav a {
    color: white;
    text-transform: uppercase; }

#meta_nav {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #eee; }

span.clickable {
  position: relative;
  cursor: pointer; }

.chev-up {
  background-image: url(../bits/chev-up.png);
  background-repeat: no-repeat;
  background-size: 25px 12px;
  height: 15px;
  position: absolute;
  width: 25px;
  right: 0;
  bottom: 0;
  z-index: 9999; }

.chev-down {
  background-image: url(../bits/chev-down.png);
  background-repeat: no-repeat;
  background-size: 25px 12px;
  height: 15px;
  position: absolute;
  width: 25px;
  right: 0;
  bottom: 0;
  z-index: 9999; }

.sub_nav {
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .sub_nav > a {
    color: slategray; }
    .sub_nav > a.active {
      color: orangered; }

span.divider:after {
  content: " | ";
  color: #eee;
  margin: 0 5px; }

/*===========
 Pages
 ============*/
#page_title {
  font-weight: bold;
  color: slategray;
  text-transform: capitalize; }
  #page_title:after {
    content: " >>";
    font-size: .8em;
    color: #bbb; }

/*log*/
.log_section_title {
  font-size: 1.7em; }

.log_subsection_title {
  font-size: 1.4em; }

.log_item_title {
  font-size: 1.2em; }

.log_details_title {
  font-style: italic; }

.log_item_wrapper {
  margin-left: 30px;
  border-left: 1px solid #ddd;
  padding-left: 15px; }

.log_ss_wrapper {
  margin-left: 15px;
  border-left: 1px solid #ddd;
  padding-left: 15px; }

.log_section_wrapper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }

#status_key {
  max-width: 500px; }

.status_item {
  display: block; }

.status_itemList {
  margin-bottom: 15px; }

.status_section {
  padding-bottom: 15px; }
  .status_section:after {
    content: ""; }

.status_subsection {
  margin-left: 15px; }

.status_sectionname {
  margin: 0; }

.status_created {
  color: green; }

.status_edited {
  color: orange; }

.status_deleted {
  color: red; }

.status_details {
  text-transform: capitalize; }

.status_name {
  font-weight: bold; }

#log_results {
  background: white;
  padding: 15px; }

/*proof*/
#menu_proof {
  background: white;
  padding: 15px; }
  #menu_proof .item_list p:first-child {
    margin-bottom: 0; }

.section_title {
  margin-top: 0; }

/*menu*/
@media screen and (max-width: 767px) {
  #operation_nav .btn {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    padding: 10px 15px; }

  .sub_nav .divider {
    display: none; }

  #meta_nav {
    display: none; } }
#menu_content .item_wrapper {
  border-bottom: 2px dotted #ccc;
  padding: 10px; }
#menu_content .item_list .row:last-child .item_wrapper {
  border-bottom: none; }
@media all and (max-width: 991px) {
  #menu_content .item_description {
    margin: 10px 0; } }
#menu_content .item_list {
  position: relative;
  width: 98%;
  margin: 0 auto 10px;
  background: white; }
#menu_content .item_list .row:last-child {
  margin-bottom: -10px; }
#menu_content .item_wrapper {
  position: relative; }
#menu_content .item_wrapper.removed {
  opacity: .8;
  background: #eee;
  color: #666; }
#menu_content .update_temp {
  padding: 10px; }
#menu_content .new_temp {
  margin: 5px; }
#menu_content .new_temp, #menu_content .update_temp {
  background: white;
  border: 3px dashed #999; }
#menu_content .item_list .row:last-child .new_temp {
  border-bottom: 3px dashed #999; }
#menu_content .cat {
  display: inline-block;
  width: 100%;
  border: 2px solid red; }
#menu_content .section_wrapper {
  background: #ddd;
  margin: 10px auto 0 auto;
  padding: 10px; }
#menu_content .section_wrapper:last-child {
  margin-bottom: 75px; }
#menu_content .subsection_wrapper {
  width: 90%;
  margin: 5px auto;
  background: #ccc;
  padding: 10px; }
#menu_content .b_section {
  border-bottom: 3px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: white;
  width: 99%;
  margin: auto; }
#menu_content .b_section.new_temp {
  padding: 10px;
  border: 2px dotted #666; }
#menu_content .new_section {
  background: #ddd;
  padding: 10px; }
#menu_content .new_section:last-child {
  border-bottom: none; }
#menu_content .section_header {
  position: relative;
  font-weight: bold; }
#menu_content .item {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px; }
#menu_content .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.row_padding {
  height: 10px; }

.col_divider {
  border-left: 1px solid #bbb; }

/*============
General Classes
=============*/
.red {
  color: red; }

.green {
  color: green; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.instructions {
  font-size: smaller;
  color: #5bc0de; }

.pre_wrap {
  white-space: pre-wrap; }

/*===========
Header
==============*/
form[name=get_restaurants] .restaurant_select {
  border: none;
  padding: 10px 5px;
  font-size: 1.2em;
  color: #666; }

/*===========
Form
==============*/
.form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 1em;
  font-weight: normal; }

input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-size: 1em; }

input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-size: 1em; }

input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 1em; }

input.form-control.section_title {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%; }

table, textarea {
  width: 100%; }

input {
  padding: 5px; }

label.check_label {
  text-transform: lowercase;
  position: relative;
  bottom: 2px;
  left: 3px;
  font-size: .8em;
  cursor: pointer; }

.button_inactive {
  opacity: .7; }

.btn {
  letter-spacing: .05em; }

.btn-default {
  color: white;
  background-color: #ccc;
  border-color: #bbb; }

.button_padding {
  margin-bottom: 5px; }

.checkbox.special {
  margin-top: 0;
  display: inline; }

textarea {
  max-width: 100%; }

label {
  font-weight: normal !important; }

.overlay {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  opacity: .7;
  height: 100%; }

.itemoverlay {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: .3;
  height: 100%; }

/*============
Manage
================*/
#manage_sections .menu_wrapper > .section_wrapper {
  display: none; }

.menu_wrapper > * {
  display: inline;
  width: auto; }

#manage_sections .menu_wrapper {
  margin: 15px 0; }
  #manage_sections .menu_wrapper .manage_btns {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin-left: 15px; }
  #manage_sections .menu_wrapper .m_name {
    width: 300px; }
  #manage_sections .menu_wrapper:after {
    content: "";
    width: 40%;
    background: #ddd;
    height: 1px;
    display: block;
    margin-top: 15px; }

/*============
validation
==============*/
.validation_message {
  position: absolute;
  right: -15px;
  bottom: 10px;
  color: red;
  font-size: 1.5em; }

.input_position {
  position: relative; }

span.message h4 {
  position: relative;
  top: 10px; }

span.message {
  display: block; }

.sec_rm {
  position: relative; }

/*===========
Drag, Drop, Sort
==============*/
#users_update .nav_follow .btn {
  position: relative;
  z-index: 999; }

@media screen and (min-width: 768px) {
  .follow {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: white;
    padding: 15px;
    border-top: 3px solid #666;
    border-bottom: 1px solid #666;
    margin: 0 !important; } }

.ui-sortable-helper {
  border: 2px solid #ddd;
  background: white;
  z-index: 9999; }

.ui-sortable-helper .item_wrapper {
  margin: 10px;
  padding: 0px; }

.ui-sortable-helper .b_section .row:last-child .item_wrapper {
  border: none; }

.drop-hover {
  background: #eee; }

/*===========
Preview
==============*/
em.special {
  padding: 0 5px;
  margin-bottom: 5px;
  font-size: .7em; }

/*===========
Login
==============*/
#login {
  max-width: 400px;
  width: 100%;
  margin: auto; }

/*======
Info
 ====*/
#changes .change_header {
  display: block;
  margin-top: 15px;
  font-weight: bold; }

/*======
Restaurant Display
 ====*/
#restaurant_info_dropdown {
  margin-top: 10px; }

#restaurant_info {
  max-width: 600px; }

.info_subsection {
  margin-bottom: 15px; }

.info_subtitle {
  margin-bottom: 5px;
  font-size: 1.3em; }

.info_subsection_content {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc; }
  .info_subsection_content p.description {
    white-space: pre-line; }

#rest_name_input {
  font-size: 2.2em; }

/*======
 Web Content
 ====*/
.web-content_row {
  border-top: 1px solid #666;
  padding-top: 15px; }
  .web-content_row:nth-child(1), .web-content_row:nth-child(2) {
    border-top: none;
    padding-top: inherit; }
  .web-content_row:nth-child(even) {
    border-left: 1px solid #666; }

/*# sourceMappingURL=custom.css.map */
