/*
Theme Name: WP Bootstrap
Theme URI:https://legal.zackglaser.com/themes/wpbootstrap
Description: Basic Bootstrap Theme
Author: Zack Glaser
Author URI: https://zackglaser.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, white, bootstrap

License: This theme, is licensed under the GPL.

*/

body {
     padding-top: 60px;
     padding-bottom: 40px;
}

/* global styles related to the nav-bar */
.navbar .divider-vertical {
    height: 38px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #919191;
    border-left-color: #797979;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}
.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
/* end nav-bar styles */

/*Checkout*/
#output {
	clear: both;
}
  /*affects div in 'header' file - shows the cart in the nav-bar */
#checkoutdiv {
	display: none;
}

/* begin simple-lease styles TODO: move to separate simple-lease-style.css */

/* landlord-style NOTE: these styles deal with whether or not questions are
   displayed on the webpage based on the answers to the checkboxes */
#landlordTwo {
	display: none;
}

#landlordThree {
	display: none;
}

/* tenant-style */
#tenantTwo {
	display: none;
}

#tenantThree {
	display: none;
}

#tenantFour {
	display: none;
}

#tenantFive {
	display: none;
}

#tenantSix {
	display: none;
}

#tenantSeven {
	display: none;
}

#tenantEight {
	display: none;
}

#tenantNine {
	display: none;
}

#tenantTen {
	display: none;
}

/* dependent-style */
#dependentTwo {
	display: none;
}

#dependentThree {
	display: none;
}

#dependentFour {
	display: none;
}

#dependentFive {
	display: none;
}

#dependentSix {
	display: none;
}

#dependentSeven {
	display: none;
}

#dependentEight {
	display: none;
}

#dependentNine {
	display: none;
}

#dependentTen {
	display: none;
}


/* lease-info-style */
#rentDueHide {
	display: block;
}
#rentDayHide {
	display: none;
}
#proRataHide {
	display: none;
}

/* pet-deposit-style */
#petDepositInfo {
	display: block;
}

#petTwo {
	display: none;
}

#petThree {
	display: none;
}

#petFour {
	display: none;
}

#petFive {
	display: none;
}

#petSix {
	display: none;
}

#petSeven {
	display: none;
}

#petEight {
	display: none;
}

#petNine {
	display: none;
}

#petTen {
	display: none;
}
/* end simple-lease styles */
